qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/5] tests/libqos: rename qpci_init_pc and qpci_


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH 2/5] tests/libqos: rename qpci_init_pc and qpci_init_spapr functions
Date: Wed, 16 Jan 2019 20:55:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 15/01/2019 19:19, Paolo Bonzini wrote:
From: Emanuele Giuseppe Esposito <address@hidden>

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 <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
  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 <address@hidden>





reply via email to

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