From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59208 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ParbD-0007Aq-SI for qemu-devel@nongnu.org; Thu, 06 Jan 2011 10:18:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ParbA-0005Lq-VK for qemu-devel@nongnu.org; Thu, 06 Jan 2011 10:17:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ParbA-0005LU-Ml for qemu-devel@nongnu.org; Thu, 06 Jan 2011 10:17:56 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p06FHtEx032154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Jan 2011 10:17:56 -0500 Date: Thu, 6 Jan 2011 17:17:40 +0200 From: "Michael S. Tsirkin" Message-ID: <20110106151740.GA17633@redhat.com> References: <1291123564-3249-1-git-send-email-kraxel@redhat.com> <20110105155724.GA23820@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110105155724.GA23820@redhat.com> Subject: [Qemu-devel] Re: [PATCH 0/3] add hotplug opt-out option for pci devices. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Wed, Jan 05, 2011 at 05:57:24PM +0200, Michael S. Tsirkin wrote: > On Tue, Nov 30, 2010 at 02:26:01PM +0100, Gerd Hoffmann wrote: > > Hi, > > > > This patch series adds a flag which allows pci devices being tagged > > as not hotpluggable. It also sets this flag for a number of devices. > > > > cheers, > > Gerd > > > > Gerd Hoffmann (3): > > pci: allow devices being tagged as not hotpluggable. > > piix: tag as not hotpluggable. > > vga: tag as not hotplugable. > > Applied, thanks. Dropped this from my tree for now, whoever applies the rest of the patches can put in the first one with my ack. > > hw/acpi_piix4.c | 2 ++ > > hw/cirrus_vga.c | 1 + > > hw/ide/piix.c | 2 ++ > > hw/pci.c | 10 ++++++++++ > > hw/pci.h | 3 +++ > > hw/piix4.c | 1 + > > hw/piix_pci.c | 2 ++ > > hw/vga-pci.c | 1 + > > hw/vmware_vga.c | 1 + > > qerror.c | 4 ++++ > > qerror.h | 3 +++ > > 11 files changed, 30 insertions(+), 0 deletions(-) > >