commit | b6a4805b55b409134dc712677fdc4f6a8795e965 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Aug 03 16:57:02 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Aug 30 18:29:22 2010 +0200 |
tree | 05453021836fc408cd1693dac6ba6fea2611f57e | |
parent | 42fb2e0720511fa1da2f8e751be393f851b71d80 [diff] |
virtio-blk: Fix migration of queued requests 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>