From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDIeR-00063K-ON for qemu-devel@nongnu.org; Thu, 29 Mar 2012 12:56:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDIeQ-0004ge-0Y for qemu-devel@nongnu.org; Thu, 29 Mar 2012 12:56:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDIeP-0004gW-Op for qemu-devel@nongnu.org; Thu, 29 Mar 2012 12:56:41 -0400 From: Luiz Capitulino Date: Thu, 29 Mar 2012 13:56:40 -0300 Message-Id: <1333040202-11225-1-git-send-email-lcapitulino@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, stefanha@linux.vnet.ibm.com, armbru@redhat.com 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(-)