From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33781 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV3iI-0002FS-5f for qemu-devel@nongnu.org; Tue, 21 Dec 2010 10:01:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PV3W3-0007Yh-9N for qemu-devel@nongnu.org; Tue, 21 Dec 2010 09:48:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PV3W3-0007YS-2L for qemu-devel@nongnu.org; Tue, 21 Dec 2010 09:48:39 -0500 Date: Tue, 21 Dec 2010 12:39:17 -0200 From: Marcelo Tosatti Subject: Re: [Qemu-devel] document QEMU<->ACPIBIOS PCI hotplug interface Message-ID: <20101221143917.GA7315@amt.cnet> References: <20101208171136.GA10213@amt.cnet> <20101220170917.GA30684@amt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, Gleb Natapov , Avi Kivity On Mon, Dec 20, 2010 at 08:11:36PM +0000, Blue Swirl wrote: > On Mon, Dec 20, 2010 at 5:09 PM, Marcelo Tosatti = wrote: > > > > Document how QEMU communicates with ACPI BIOS > > for PCI hotplug. > > > > Signed-off-by: Marcelo Tosatti > > > > --- /dev/null =A0 2010-12-14 09:23:48.414180082 -0200 > > +++ qemu/docs/specs/acpi_pci_hotplug.txt =A0 =A0 =A0 =A02010-12-20 15= :00:26.000000000 -0200 > > @@ -0,0 +1,39 @@ > > +QEMU<->ACPI BIOS PCI hotplug interface > > +-------------------------------------- > > + > > +QEMU supports PCI hotplug via ACPI, for PCI bus 0. This document > > +describes the interface between QEMU and the ACPI BIOS. > > + > > +ACPI GPE block (IO ports 0xafe00-0xafe04): >=20 > 0xae00-0xae0f? 0xaf0-0xaf3, thanks.