]> Git Repo - qemu.git/commit - hw/virtio/virtio.c
virtio: migrate vdev->broken flag
authorStefan Hajnoczi <[email protected]>
Wed, 21 Sep 2016 15:52:20 +0000 (16:52 +0100)
committerMichael S. Tsirkin <[email protected]>
Fri, 23 Sep 2016 16:03:55 +0000 (19:03 +0300)
commit791b1daf724ea835a32e90b2b15df1e20dae6f57
tree265a2cdd9390d1c0045c13637a5100dc547c6e3e
parentf5ed36635d8fa73feb66fe12b3b9c2ed90a1adbe
virtio: migrate vdev->broken flag

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 <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
hw/virtio/virtio.c
This page took 0.025805 seconds and 4 git commands to generate.