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
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 +++