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 Kong <ak...@redhat.com> > HACKING | 7 +++---- > exec.c | 14 +++++--------- > include/qemu/osdep.h | 3 ++- > include/sysemu/kvm.h | 4 ++-- > kvm-all.c | 6 +++--- > target-s390x/kvm.c | 2 +- > trace-events | 3 ++- > util/oslib-posix.c | 12 ++++++++++-- > util/oslib-win32.c | 12 ++++++++++-- > 9 files changed, 38 insertions(+), 25 deletions(-) > > -- > 1.8.2.1 > -- Amos.