qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V6 for-2.3 00/26] hw/pc: implement multiple prim


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH V6 for-2.3 00/26] hw/pc: implement multiple primary busses for pc machines
Date: Thu, 19 Mar 2015 22:45:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]