From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uc4kV-0005X5-DC for qemu-devel@nongnu.org; Mon, 13 May 2013 22:13:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uc4kU-0008UD-IL for qemu-devel@nongnu.org; Mon, 13 May 2013 22:13:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uc4kU-0008U1-AG for qemu-devel@nongnu.org; Mon, 13 May 2013 22:13:54 -0400 Date: Tue, 14 May 2013 10:13:48 +0800 From: Amos Kong Message-ID: <20130514021348.GA2057@t430s.nay.redhat.com> References: <1368454796-14989-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368454796-14989-1-git-send-email-pbonzini@redhat.com> Subject: Re: [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: Paolo Bonzini Cc: kwolf@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org 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 > 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.