Re: [Qemu-devel] [PATCH] virtio-blk: Create exit function to unregister savevm

2010-07-21 Thread Kevin Wolf
Am 20.07.2010 19:14, schrieb Alex Williamson: Otherwise we can't migrate after we've removed a virtio block device. Signed-off-by: Alex Williamson alex.william...@redhat.com Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] virtio-blk: Create exit function to unregister savevm

2010-07-20 Thread Alex Williamson
Otherwise we can't migrate after we've removed a virtio block device. Signed-off-by: Alex Williamson alex.william...@redhat.com --- hw/virtio-blk.c |8 hw/virtio-pci.c |1 + hw/virtio.h |1 + 3 files changed, 10 insertions(+), 0 deletions(-) diff --git