From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43913 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNegF-0006c4-Kp for qemu-devel@nongnu.org; Tue, 30 Nov 2010 23:53:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNQDo-0006rH-Fg for qemu-devel@nongnu.org; Tue, 30 Nov 2010 08:26:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNQDo-0006kG-71 for qemu-devel@nongnu.org; Tue, 30 Nov 2010 08:26:16 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAUDQ6bt000562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 30 Nov 2010 08:26:06 -0500 From: Gerd Hoffmann Date: Tue, 30 Nov 2010 14:26:01 +0100 Message-Id: <1291123564-3249-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [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: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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. 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(-)