Re: [Qemu-devel] [PATCH v2 1/3] migration: Read JSON VM description on incoming migration

2015-03-04 Thread Dr. David Alan Gilbert
* Alexander Graf (ag...@suse.de) wrote: One of the really nice things about the VM description format is that it goes over the wire when live migration is happening. Unfortunately QEMU today closes any socket once it sees VM_EOF coming, so we never give the VMDESC the chance to actually

[Qemu-devel] [PATCH v2 1/3] migration: Read JSON VM description on incoming migration

2015-02-23 Thread Alexander Graf
One of the really nice things about the VM description format is that it goes over the wire when live migration is happening. Unfortunately QEMU today closes any socket once it sees VM_EOF coming, so we never give the VMDESC the chance to actually land on the wire. This patch makes QEMU read the