Re: [Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM

2013-05-14 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM

2013-05-13 Thread Amos Kong
On Mon, May 13, 2013 at 04:19:54PM +0200, Paolo Bonzini wrote: > Reported by Amos. > > Paolo Bonzini (2): > osdep: rename qemu_vmalloc to qemu_anon_ram_alloc > osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory Looks good to me, hotplug works now. Reviewed-by: Amos Ko

[Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM

2013-05-13 Thread Paolo Bonzini
Reported by Amos. Paolo Bonzini (2): osdep: rename qemu_vmalloc to qemu_anon_ram_alloc osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory HACKING | 7 +++ exec.c | 14 +- include/qemu/osdep.h | 3 ++- include/sysemu/kvm.h |