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...'. Now with your patch it unfortunately doesn't terminate, i.e., qemu is still running while the file has been written completely.
Stefan