From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCwfg-0005uj-Fr for qemu-devel@nongnu.org; Sat, 15 Sep 2012 14:00:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCwfd-0000xE-7y for qemu-devel@nongnu.org; Sat, 15 Sep 2012 14:00:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCwfd-0000x1-03 for qemu-devel@nongnu.org; Sat, 15 Sep 2012 14:00:45 -0400 Date: Sat, 15 Sep 2012 21:02:13 +0300 From: "Michael S. Tsirkin" Message-ID: <20120915180213.GA15536@redhat.com> References: <20120914151401.GL22827@valinux.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120914151401.GL22827@valinux.co.jp> Subject: Re: [Qemu-devel] [PATCH 00/25] q35 series take #1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: aliguori@us.ibm.com, alex.williamson@redhat.com, jan.kiszka@siemens.com, Jason Baron , qemu-devel@nongnu.org, agraf@suse.de, juzhang@redhat.com, kevin@koconnor.net, avi@redhat.com, mkletzan@redhat.com, lcapitulino@redhat.com, afaerber@suse.de, armbru@redhat.com On Sat, Sep 15, 2012 at 12:14:01AM +0900, Isaku Yamahata wrote: > On Thu, Sep 13, 2012 at 04:12:34PM -0400, Jason Baron wrote: > > 2) hotplug > > I've added piix acpi style hotplug to ich9. > > What's the point of this? > Its design is ad-hoc and shpc/pcie hotplug are available. We have a pci bridge with shpc support, but not host support. In any case, windows guests do not support shpc for PCI, and we need ability to mix in PCI buses with hotplug support so we can use PCI devices. > -- > yamahata