On 15/01/2019 19:19, Paolo Bonzini wrote:
From: Emanuele Giuseppe Esposito <e.emanuelegiuse...@gmail.com>
Rename qpci_init_pc in qpci_pc_new and qpci_init_spapr in qpci_spapr_new,
since theese function actually allocate a new pci struct and initialize it.
Changed QOSOps field name from qpci_init to qpci_new.
Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuse...@gmail.com>
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
tests/e1000e-test.c | 2 +-
tests/i440fx-test.c | 2 +-
tests/ide-test.c | 2 +-
tests/libqos/ahci.c | 2 +-
tests/libqos/libqos-pc.c | 2 +-
tests/libqos/libqos-spapr.c | 2 +-
tests/libqos/libqos.c | 2 +-
tests/libqos/libqos.h | 2 +-
tests/libqos/pci-pc.c | 2 +-
tests/libqos/pci-pc.h | 9 ++++++++-
tests/libqos/pci-spapr.c | 2 +-
tests/libqos/pci-spapr.h | 2 +-
tests/q35-test.c | 4 ++--
tests/rtl8139-test.c | 2 +-
tests/sdhci-test.c | 2 +-
tests/tco-test.c | 2 +-
tests/usb-hcd-ehci-test.c | 2 +-
tests/vhost-user-test.c | 2 +-
18 files changed, 26 insertions(+), 19 deletions(-)
Reviewed-by: Laurent Vivier <lviv...@redhat.com>