]> Git Repo - qemu.git/commit - hw/block/virtio-blk.c
virtio-blk: live migrate s->rq with multiqueue
authorStefan Hajnoczi <[email protected]>
Tue, 21 Jun 2016 12:13:14 +0000 (13:13 +0100)
committerStefan Hajnoczi <[email protected]>
Tue, 28 Jun 2016 12:08:32 +0000 (13:08 +0100)
commit30d8bf6d171b02e90ac8c0b5cda868282c11d1d7
tree6fdca14eec7398ea84e97231aded4f316d5d2ff9
parentedaffd9f0baa32c9524ac8bc80370a7257aa322e
virtio-blk: live migrate s->rq with multiqueue

Add a field for the virtqueue index when migrating the s->rq request
list.  The new field is only needed when num_queues > 1.  Existing QEMUs
are unaffected by this change and therefore virtio-blk migration stays
compatible.

Suggested-by: Paolo Bonzini <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Message-id: 1466511196[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/block/virtio-blk.c
This page took 0.024972 seconds and 4 git commands to generate.