]> git.proxmox.com Git - qemu.git/commitdiff
virtio-blk: Fix migration of queued requests
authorKevin Wolf <kwolf@redhat.com>
Tue, 3 Aug 2010 14:57:02 +0000 (16:57 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 30 Aug 2010 16:38:36 +0000 (18:38 +0200)
in_sg[].iovec and out_sg[].ioved are pointer to (source) host memory and
therefore invalid after migration. When loading the device state we must
create a new mapping on the destination host.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit b6a4805b55b409134dc712677fdc4f6a8795e965)


No differences found