From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCzpa-0000eD-Va for qemu-devel@nongnu.org; Wed, 28 Mar 2012 16:51:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCzpX-0000lO-Ad for qemu-devel@nongnu.org; Wed, 28 Mar 2012 16:50:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCzpX-0000kv-10 for qemu-devel@nongnu.org; Wed, 28 Mar 2012 16:50:55 -0400 From: Luiz Capitulino Date: Wed, 28 Mar 2012 17:50:52 -0300 Message-Id: <1332967854-29106-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 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 Please, check individual patches for details. hmp-commands.hx | 3 +-- hmp.c | 9 +++++++++ hmp.h | 1 + hw/pci-hotplug.c | 15 ++++++++++++--- hw/qdev-monitor.c | 18 +++++++++++++----- hw/qdev.c | 5 +++-- 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, 65 insertions(+), 20 deletions(-)