Re: [Qemu-devel] [PATCH] virtio-serial: Cleanup on device hot-unplug

2010-08-22 Thread Anthony Liguori
On 08/18/2010 08:21 PM, Amit Shah wrote: Free malloc'ed memory, unregister from savevm and clean up virtio-common bits on device hot-unplug. This was found performing a migration after device hot-unplug. Reported-by: Signed-off-by: Amit Shah Applied. Thanks. Regards, Anthony Liguori -

Re: [Qemu-devel] [PATCH] virtio-serial: Cleanup on device hot-unplug

2010-08-20 Thread Amit Shah
On (Thu) Aug 19 2010 [06:51:04], Amit Shah wrote: > Free malloc'ed memory, unregister from savevm and clean up virtio-common > bits on device hot-unplug. > > This was found performing a migration after device hot-unplug. > > Reported-by: > Signed-off-by: Amit Shah > --- > hw/virtio-pci.c

[Qemu-devel] [PATCH] virtio-serial: Cleanup on device hot-unplug

2010-08-18 Thread Amit Shah
Free malloc'ed memory, unregister from savevm and clean up virtio-common bits on device hot-unplug. This was found performing a migration after device hot-unplug. Reported-by: Signed-off-by: Amit Shah --- hw/virtio-pci.c| 10 +- hw/virtio-serial-bus.c | 17 +