From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubtbk-0001Lu-Ug for qemu-devel@nongnu.org; Mon, 13 May 2013 10:20:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ubtbi-0004NI-MB for qemu-devel@nongnu.org; Mon, 13 May 2013 10:20:08 -0400 Received: from mail-ye0-f171.google.com ([209.85.213.171]:62916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubtbi-0004Mr-IS for qemu-devel@nongnu.org; Mon, 13 May 2013 10:20:06 -0400 Received: by mail-ye0-f171.google.com with SMTP id l12so1429893yen.16 for ; Mon, 13 May 2013 07:20:06 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 13 May 2013 16:19:54 +0200 Message-Id: <1368454796-14989-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, aliguori@us.ibm.com, akong@redhat.com 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 | 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