From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYiGH-00038A-0j for qemu-devel@nongnu.org; Thu, 19 Mar 2015 17:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYiGC-0000I6-Ne for qemu-devel@nongnu.org; Thu, 19 Mar 2015 17:45:52 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:36744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYiGC-0000I1-GG for qemu-devel@nongnu.org; Thu, 19 Mar 2015 17:45:48 -0400 Received: by wetk59 with SMTP id k59so68089918wet.3 for ; Thu, 19 Mar 2015 14:45:47 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <550B4387.1030308@redhat.com> Date: Thu, 19 Mar 2015 22:45:43 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1426791181-23831-1-git-send-email-marcel@redhat.com> In-Reply-To: <1426791181-23831-1-git-send-email-marcel@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 , qemu-devel@nongnu.org Cc: quintela@redhat.com, mst@redhat.com, agraf@suse.de, alex.williamson@redhat.com, kevin@koconnor.net, kraxel@redhat.com, amit.shah@redhat.com, imammedo@redhat.com, rth@twiddle.net, leon.alrae@imgtec.com, aurelien@aurel32.net, hare@suse.de On 19/03/2015 19:52, Marcel Apfelbaum wrote: > hw/pci-host/piix.c | 128 ++++++++- > hw/pci-host/ppce500.c | 1 + > hw/pci-host/q35.c | 5 + > hw/pci-host/uninorth.c | 1 + > hw/pci/Makefile.objs | 2 +- > hw/pci/pci.c | 493 +--------------------------------- > hw/pci/pci_bus.c | 517 ++++++++++++++++++++++++++++++++++++ > hw/pci/pci_host.c | 42 +++ > hw/ppc/ppc4xx_pci.c | 1 + > hw/scsi/megasas.c | 1 + > hw/sh4/r2d.c | 1 + > hw/sh4/sh_pci.c | 1 + > hw/vfio/pci.c | 1 + > hw/xen/xen_pt.c | 1 + > include/hw/acpi/aml-build.h | 8 + > include/hw/i386/pc.h | 8 +- > include/hw/pci/pci.h | 6 +- > include/hw/pci/pci_bus.h | 35 +++ > include/hw/pci/pci_host.h | 34 +++ > include/sysemu/sysemu.h | 1 + > 32 files changed, 1508 insertions(+), 510 deletions(-) I think this should not be committed to 2.3 after -rc0. Paolo