On 06/08/2018 16:33, Emanuele Giuseppe Esposito wrote: > Add pci-bus-spapr node, that produces pci-bus. Move QPCIBusSPAPR struct > declaration in its header (since it will be needed by other drivers) > and introduce a setter method for drivers that do not need to allocate > but have to initialize QPCIBusSPAPR. > > Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuse...@gmail.com> > --- > tests/Makefile.include | 2 +- > tests/libqos/pci-spapr.c | 57 ++++++++++++++++++++++++---------------- > tests/libqos/pci-spapr.h | 24 +++++++++++++++++ > 3 files changed, 59 insertions(+), 24 deletions(-)
globally, same comments as for pci-pc.c Thanks, Laurent