From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZOTJ-0000XH-RC for qemu-devel@nongnu.org; Sat, 21 Mar 2015 14:50:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZOTE-0008Or-Sk for qemu-devel@nongnu.org; Sat, 21 Mar 2015 14:50:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZOTE-0008Md-Lo for qemu-devel@nongnu.org; Sat, 21 Mar 2015 14:50:04 -0400 Date: Sat, 21 Mar 2015 19:49:35 +0100 From: "Michael S. Tsirkin" Message-ID: <20150321184935.GA17208@redhat.com> References: <1426791181-23831-1-git-send-email-marcel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426791181-23831-1-git-send-email-marcel@redhat.com> Subject: Re: [Qemu-devel] [PATCH V6 for-2.3 00/26] hw/pc: implement multiple primary busses for pc machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: kraxel@redhat.com, quintela@redhat.com, qemu-devel@nongnu.org, agraf@suse.de, alex.williamson@redhat.com, kevin@koconnor.net, hare@suse.de, imammedo@redhat.com, amit.shah@redhat.com, pbonzini@redhat.com, leon.alrae@imgtec.com, aurelien@aurel32.net, rth@twiddle.net On Thu, Mar 19, 2015 at 08:52:35PM +0200, Marcel Apfelbaum wrote: > Notes: > - I realize that this qualifies as a late submission, but the code was arround > a lot of time and got lots of reviews and it also tested (by Gerd), so should be mature enough. > - This series is not that big, patches 1-8 are really small and can be submitted > separately, however I preferred to keep them here to get the whole picture. Sorry, I have agree with other maintainers here: this doesn't look like 2.3 material to me, we are in a fixes only period now. This doesn't mean I won't merge it though: this time around I opened pci-next and will queue patches there, so no extra effort on your side should be required. > > The series is fully functional. > - Limitations: > - Pxb's bus does not support hotplug. It will be addressed on top of this series > because is already getting to big. Absolutely, and it's a reasonable thing to do normally, but not when we are trying to finalize a release. Looks like another reason to defer this to 2.4. > - You are more than welcome to try using: > -device pxb-device,id=pxb,bus_nr=4,numa_node=1 -device e1000,bus=pxb,addr=0x1 -bios -- MST