From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ1zd-0001K1-Qx for qemu-devel@nongnu.org; Thu, 18 Nov 2010 05:45:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ1zc-00084I-2A for qemu-devel@nongnu.org; Thu, 18 Nov 2010 05:45:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ1zb-00083i-Ph for qemu-devel@nongnu.org; Thu, 18 Nov 2010 05:45:27 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAIAjPBk002562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 18 Nov 2010 05:45:25 -0500 From: Gerd Hoffmann Date: Thu, 18 Nov 2010 11:45:15 +0100 Message-Id: <1290077118-11577-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] add hotplug opt-out option for 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 qdev flag which allows devices being tagged as not hotpluggable. It also sets this flag for a number of devices. Gerd Hoffmann (3): qdev: allow devices being tagged as not hotpluggable. piix: tag as non-hotpluggable. vga: tag as not hotplugable. hw/acpi_piix4.c | 2 ++ hw/cirrus_vga.c | 1 + hw/ide/piix.c | 2 ++ hw/piix4.c | 1 + hw/piix_pci.c | 2 ++ hw/qdev.c | 16 +++++++++++++--- hw/qdev.h | 1 + hw/vga-pci.c | 1 + hw/vmware_vga.c | 1 + qerror.c | 4 ++++ qerror.h | 3 +++ 11 files changed, 31 insertions(+), 3 deletions(-)