qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] virtio-blk: Fix migration of queued requests


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/2] virtio-blk: Fix migration of queued requests
Date: Tue, 3 Aug 2010 17:01:10 +0200

With queued requests the destination will crash after migration has completed
because it uses invalid pointers to source host memory.

Kevin Wolf (2):
  virtio: Factor virtqueue_map_sg out
  virtio-blk: Fix migration of queued requests

 hw/virtio-blk.c |    5 +++++
 hw/virtio.c     |   38 ++++++++++++++++++++++++--------------
 hw/virtio.h     |    3 +++
 3 files changed, 32 insertions(+), 14 deletions(-)

-- 
1.7.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]