From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDX3x-0001IN-6V for qemu-devel@nongnu.org; Fri, 30 Mar 2012 04:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDX3r-0004aT-4D for qemu-devel@nongnu.org; Fri, 30 Mar 2012 04:20:00 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:39041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDX3q-0004Zy-R5 for qemu-devel@nongnu.org; Fri, 30 Mar 2012 04:19:55 -0400 Received: by wgbfm10 with SMTP id fm10so305176wgb.10 for ; Fri, 30 Mar 2012 01:19:52 -0700 (PDT) Date: Fri, 30 Mar 2012 08:22:00 +0100 From: Stefan Hajnoczi Message-ID: <20120330072200.GC16159@stefanha-thinkpad.localdomain> References: <1333040202-11225-1-git-send-email-lcapitulino@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1333040202-11225-1-git-send-email-lcapitulino@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2]: convert device_del to the qapi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: armbru@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com On Thu, Mar 29, 2012 at 01:56:40PM -0300, Luiz Capitulino wrote: > V2: > > o change qdev_unplug() to return void (this allows some simplifications) > o rename pci_device_hot_remove() 'errp' var to 'local_err' > o minor changelog fixes > > hmp-commands.hx | 3 +-- > hmp.c | 9 +++++++++ > hmp.h | 1 + > hw/pci-hotplug.c | 14 ++++++++++++-- > hw/qdev-monitor.c | 11 ++++++----- > hw/qdev.c | 12 ++++++++---- > hw/qdev.h | 3 ++- > hw/usb/dev-storage.c | 2 +- > hw/xen_platform.c | 4 ++-- > qapi-schema.json | 20 ++++++++++++++++++++ > qmp-commands.hx | 5 +---- > 11 files changed, 63 insertions(+), 21 deletions(-) > Reviewed-by: Stefan Hajnoczi