From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCqcY-0008NY-7b for qemu-devel@nongnu.org; Sat, 15 Sep 2012 07:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCqcX-00019X-AN for qemu-devel@nongnu.org; Sat, 15 Sep 2012 07:33:10 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:44085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCqcX-00019S-3k for qemu-devel@nongnu.org; Sat, 15 Sep 2012 07:33:09 -0400 Received: by weyz53 with SMTP id z53so2834994wey.4 for ; Sat, 15 Sep 2012 04:33:08 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <50546770.2060901@redhat.com> Date: Sat, 15 Sep 2012 13:33:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20120914151401.GL22827@valinux.co.jp> <20120914152329.GL1821@redhat.com> <20120914173418.GM22827@valinux.co.jp> <20120914190154.GM1821@redhat.com> <20120915002451.GN22827@valinux.co.jp> In-Reply-To: <20120915002451.GN22827@valinux.co.jp> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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, mst@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 Il 15/09/2012 02:24, Isaku Yamahata ha scritto: >> > ok, yes pcie hotplug seems to work :) I guess I got confused b/c I >> > thought devices would show up on the host bus. So the host bus in q35 >> > simply doesn't support hotplug? > No, it doesn't. I think it makes sense then to keep ACPI hotplug on the host bus, for backwards compatibility with PIIX4 guests, especially if the code is written. Paolo