From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jwwuj-0001lQ-6L for qemu-devel@nongnu.org; Fri, 16 May 2008 06:11:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jwwui-0001j8-01 for qemu-devel@nongnu.org; Fri, 16 May 2008 06:11:48 -0400 Received: from [199.232.76.173] (port=48699 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jwwuh-0001ik-OO for qemu-devel@nongnu.org; Fri, 16 May 2008 06:11:47 -0400 Received: from mga11.intel.com ([192.55.52.93]:32990) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jwwuh-0008GQ-MA for qemu-devel@nongnu.org; Fri, 16 May 2008 06:11:47 -0400 Date: Fri, 16 May 2008 18:11:14 +0800 From: "Zhai, Edwin" Message-ID: <20080516101114.GM27084@edwin-srv.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] PCI hotplug controller emulation Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Zhai, Edwin" Hello, I have cooked up a patch of ACPI PCI hotplug controller emulation, which can be extended to support hotplug of virtual PCI device, say ne2000 NIC. Are you guys interested to integrate this device emulation? BTW, modification of ACPI DSDT table is required, but QEMU reuse the binary from Bochs. I don't know how to handle such issue in QEMU. Thanks, -- best rgds, edwin