Re: [Qemu-devel] [PATCH v8 30/54] Avoid sending vmdescription during postcopy

2015-10-28 Thread Amit Shah
On (Tue) 29 Sep 2015 [09:37:54], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > VMDescription is normally sent at the end, after all > of the devices; however that's not the end for postcopy, > so just don't send it when in postcopy. > > Signed-off-by: Dr. David Alan Gi

Re: [Qemu-devel] [PATCH v8 30/54] Avoid sending vmdescription during postcopy

2015-10-20 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > VMDescription is normally sent at the end, after all > of the devices; however that's not the end for postcopy, > so just don't send it when in postcopy. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quinte

[Qemu-devel] [PATCH v8 30/54] Avoid sending vmdescription during postcopy

2015-09-29 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" VMDescription is normally sent at the end, after all of the devices; however that's not the end for postcopy, so just don't send it when in postcopy. Signed-off-by: Dr. David Alan Gilbert --- migration/savevm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion