On 11/09/2011 02:29 PM, Juan Quintela wrote:
Migration with fd uses s->mon to pass the fd. But we only assign the
s->mon for !detached migration. Fix it. Once there add a comment
indicating that s->mon has two uses.
Bug reported by: Wen Congyang
Signed-off-by: Juan Quintela
CC: Wen Congyan
On 11/09/2011 03:29 PM, Juan Quintela wrote:
Migration with fd uses s->mon to pass the fd. But we only assign the
s->mon for !detached migration. Fix it. Once there add a comment
indicating that s->mon has two uses.
I had encounter the NULL pointer problem when suspending using 'virsh
save.
Migration with fd uses s->mon to pass the fd. But we only assign the
s->mon for !detached migration. Fix it. Once there add a comment
indicating that s->mon has two uses.
Bug reported by: Wen Congyang
Signed-off-by: Juan Quintela
CC: Wen Congyang
---
migration.c | 12 ++--
1 fi