On Mon, 17 Apr 2017 18:59:13 -0300 Eduardo Habkost <ehabk...@redhat.com> wrote:
> pci_register_bus() already requires the 'parent' argument to be a > PCI_HOST_BRIDGE object. Change the parameter type to reflect that. > > Cc: Richard Henderson <r...@twiddle.net> > Cc: Aurelien Jarno <aurel...@aurel32.net> > Cc: Yongbok Kim <yongbok....@imgtec.com> > Cc: Alexander Graf <ag...@suse.de> > Cc: Scott Wood <scottw...@freescale.com> > Cc: Paul Burton <paul.bur...@imgtec.com> > Cc: "Michael S. Tsirkin" <m...@redhat.com> > Cc: Marcel Apfelbaum <mar...@redhat.com> > Cc: David Gibson <da...@gibson.dropbear.id.au> > Cc: Cornelia Huck <cornelia.h...@de.ibm.com> > Cc: Christian Borntraeger <borntrae...@de.ibm.com> > Cc: qemu-...@nongnu.org > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > include/hw/pci/pci.h | 2 +- > hw/alpha/typhoon.c | 2 +- > hw/mips/gt64xxx_pci.c | 2 +- > hw/pci-host/apb.c | 2 +- > hw/pci-host/bonito.c | 2 +- > hw/pci-host/gpex.c | 2 +- > hw/pci-host/grackle.c | 2 +- > hw/pci-host/ppce500.c | 2 +- > hw/pci-host/uninorth.c | 4 ++-- > hw/pci-host/xilinx-pcie.c | 2 +- > hw/pci/pci.c | 4 ++-- > hw/ppc/ppc4xx_pci.c | 2 +- > hw/ppc/spapr_pci.c | 2 +- > hw/s390x/s390-pci-bus.c | 2 +- > hw/sh4/sh_pci.c | 2 +- > 15 files changed, 17 insertions(+), 17 deletions(-) s390 parts: Acked-by: Cornelia Huck <cornelia.h...@de.ibm.com>