From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47512 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Paqc3-0002FF-NP for qemu-devel@nongnu.org; Thu, 06 Jan 2011 09:14:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Paqc0-0000bk-0M for qemu-devel@nongnu.org; Thu, 06 Jan 2011 09:14:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Paqbz-0000bQ-PP for qemu-devel@nongnu.org; Thu, 06 Jan 2011 09:14:43 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p06EEhsB022508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Jan 2011 09:14:43 -0500 From: Gerd Hoffmann Date: Thu, 6 Jan 2011 15:14:36 +0100 Message-Id: <1294323280-21692-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] 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. [ v2: fix mips build failure ] [ v2: add patch for qxl ] Gerd Hoffmann (4): pci: allow devices being tagged as not hotpluggable. piix: tag as not hotpluggable. vga: tag as not hotplugable. qxl: tag as not hotpluggable 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/qxl.c | 1 + hw/vga-pci.c | 1 + hw/vmware_vga.c | 1 + qerror.c | 4 ++++ qerror.h | 3 +++ 12 files changed, 31 insertions(+), 0 deletions(-)