[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 6/6] tests/libqtest: Use libqtest-single.h in
|
From: |
Stefan Hajnoczi |
|
Subject: |
Re: [Qemu-devel] [PATCH v2 6/6] tests/libqtest: Use libqtest-single.h in tests that require global_qtest |
|
Date: |
Wed, 4 Sep 2019 19:52:10 +0100 |
|
User-agent: |
Mutt/1.12.1 (2019-06-15) |
On Wed, Sep 04, 2019 at 03:00:47PM +0200, Thomas Huth wrote:
> Tests that require global_qtest or the related wrapper functions now
> use the libqtest-single.h header that is dedicated for everything
> related to global_qtest. The core libqtest.c and libqtest.h files are
> now completely indepedent from global_qtest, so that the core library
> is now not depending on a global state anymore.
>
> Signed-off-by: Thomas Huth <address@hidden>
> ---
> tests/cpu-plug-test.c | 2 +-
> tests/display-vga-test.c | 2 +-
> tests/e1000e-test.c | 2 +-
> tests/fdc-test.c | 2 +-
> tests/i440fx-test.c | 2 +-
> tests/i82801b11-test.c | 2 +-
> tests/intel-hda-test.c | 2 +-
> tests/ioh3420-test.c | 2 +-
> tests/ipmi-kcs-test.c | 3 +--
> tests/libqtest-single.h | 4 ++++
> tests/libqtest.c | 2 --
> tests/libqtest.h | 4 ----
> tests/m25p80-test.c | 2 +-
> tests/qos-test.c | 2 +-
> tests/rtc-test.c | 2 +-
> tests/rtl8139-test.c | 2 +-
> tests/test-arm-mptimer.c | 2 +-
> tests/test-netfilter.c | 2 +-
> tests/test-x86-cpuid-compat.c | 2 +-
> tests/tmp105-test.c | 2 +-
> tests/tpm-crb-test.c | 2 +-
> tests/tpm-tests.c | 2 +-
> tests/tpm-tis-test.c | 2 +-
> tests/usb-hcd-ohci-test.c | 2 +-
> tests/usb-hcd-uhci-test.c | 2 +-
> tests/usb-hcd-xhci-test.c | 2 +-
> tests/vhost-user-test.c | 2 +-
> tests/virtio-blk-test.c | 2 +-
> tests/virtio-ccw-test.c | 2 +-
> tests/virtio-net-test.c | 2 +-
> tests/virtio-scsi-test.c | 2 +-
> tests/virtio-serial-test.c | 2 +-
> 32 files changed, 33 insertions(+), 36 deletions(-)
Reviewed-by: Stefan Hajnoczi <address@hidden>
signature.asc
Description: PGP signature
- [Qemu-devel] [PATCH v2 3/6] tests/libqos: Replace clock_step with qtest_clock_step in virtio code, (continued)
- [Qemu-devel] [PATCH v2 3/6] tests/libqos: Replace clock_step with qtest_clock_step in virtio code, Thomas Huth, 2019/09/04
- [Qemu-devel] [PATCH v2 2/6] tests/libqos/e1000e: Make e1000e libqos functions independent from global_qtest, Thomas Huth, 2019/09/04
- [Qemu-devel] [PATCH v2 4/6] tests: Remove unnecessary global_qtest references, Thomas Huth, 2019/09/04
- [Qemu-devel] [PATCH v2 6/6] tests/libqtest: Use libqtest-single.h in tests that require global_qtest, Thomas Huth, 2019/09/04
- [Qemu-devel] [PATCH v2 5/6] tests/libqtest: Move global_test wrapper function into a separate header, Thomas Huth, 2019/09/04
- Re: [Qemu-devel] [PATCH v2 0/6] Make the core libqtest library independe from global_qtest, Stefan Hajnoczi, 2019/09/04