Re: [Qemu-devel] [PATCH v3 04/10] virtio: migrate vdev->broken flag

2016-09-20 Thread Cornelia Huck
On Tue, 12 Apr 2016 14:25:28 +0100 Stefan Hajnoczi wrote: > Send a subsection if the vdev->broken flag is set. This allows live > migration of broken virtio devices. > > The subsection is only sent if vdev->broken has been set. In most cases > the flag will be clear and no subsection will be s

[Qemu-devel] [PATCH v3 04/10] virtio: migrate vdev->broken flag

2016-04-12 Thread Stefan Hajnoczi
Send a subsection if the vdev->broken flag is set. This allows live migration of broken virtio devices. The subsection is only sent if vdev->broken has been set. In most cases the flag will be clear and no subsection will be sent. Signed-off-by: Stefan Hajnoczi --- hw/virtio/virtio.c | 19 +++