From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34643 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcMyJ-0007ki-Pv for qemu-devel@nongnu.org; Mon, 10 Jan 2011 14:00:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcMyF-0004X2-4h for qemu-devel@nongnu.org; Mon, 10 Jan 2011 14:00:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcMyE-0004Vw-TW for qemu-devel@nongnu.org; Mon, 10 Jan 2011 13:59:59 -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 p0AIxuu4020190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Jan 2011 13:59:57 -0500 Message-Id: <20110110185501.493193296@redhat.com> Date: Mon, 10 Jan 2011 16:55:01 -0200 From: Marcelo Tosatti Subject: [Qemu-devel] [patch 0/2] [pci branch] configure pci slot removability through ACPI List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org Indicate PCI removability through ACPI _RMV method, so that Windows guests does not expose non-hotpluggable PCI devices as "hot removable". Michael, please apply the newest no hotplug attribute patchset from Gerd before applying this.