From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47151 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pch4U-00044v-KL for qemu-devel@nongnu.org; Tue, 11 Jan 2011 11:29:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pch2Z-0002lS-Dx for qemu-devel@nongnu.org; Tue, 11 Jan 2011 11:27:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pch2Z-0002lC-6W for qemu-devel@nongnu.org; Tue, 11 Jan 2011 11:25:47 -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 p0BGPjsU013497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Jan 2011 11:25:46 -0500 Message-Id: <20110111162037.699979125@redhat.com> In-Reply-To: <20110110212548.GC30450@redhat.com> Date: Tue, 11 Jan 2011 14:20:37 -0200 From: Marcelo Tosatti Subject: [Qemu-devel] [patch 0/2] [pci branch] configure pci slot removability through ACPI (v2) 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". v2: - Mark slots with no present devices as hotpluggable.