From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33152 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCFEV-0006QK-Eo for qemu-devel@nongnu.org; Wed, 12 May 2010 12:56:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCFEP-0007T4-Tr for qemu-devel@nongnu.org; Wed, 12 May 2010 12:56:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55554) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCFEP-0007Sl-MW for qemu-devel@nongnu.org; Wed, 12 May 2010 12:56:25 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4CGuNPc031418 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 12 May 2010 12:56:23 -0400 Date: Wed, 12 May 2010 13:56:18 -0300 From: Luiz Capitulino Message-ID: <20100512135618.5808626b@redhat.com> In-Reply-To: <1273654381-12153-1-git-send-email-armbru@redhat.com> References: <1273654381-12153-1-git-send-email-armbru@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 0/2] Drop pci_add and pci_del from QMP List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Wed, 12 May 2010 10:52:59 +0200 Markus Armbruster wrote: > See PATCH 1/1 for rationale. > > v2: Cover pci_del, better commit message, rebased (no conflicts) > > Markus Armbruster (2): > Revert "PCI: Convert pci_device_hot_add() to QObject" > Revert "monitor: Convert do_pci_device_hot_remove() to QObject" Looks good to me. > > hw/pci-hotplug.c | 51 +++++++-------------------------------------------- > qemu-monitor.hx | 6 ++---- > sysemu.h | 6 ++---- > 3 files changed, 11 insertions(+), 52 deletions(-) >