[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/3] tests: enable virtio tests on SPAPR
From: |
Laurent Vivier |
Subject: |
[Qemu-ppc] [PATCH 0/3] tests: enable virtio tests on SPAPR |
Date: |
Thu, 29 Sep 2016 19:15:04 +0200 |
This series enables virtio tests on SPAPR by starting
machines using qtest_pc_boot() or qtest_spapr_boot() to
use the good libqos PCI framework (pc or spapr).
It adds also some byte-swapping in virtio-pci.c as
PCI is always little-endian and the endianness of
the virtio device depends on the endianness of the
guest.
This series does not enable virtio PCI MSI-X tests on
SPAPR as this needs more work and will be the aim
of another series.
This series must be applied on top of my previous
series: "tests: enable ohci/uhci/xhci tests on PPC64"
Laurent Vivier (3):
tests: use qtest_pc_boot()/qtest_pc_shutdown() in virtio tests
qtest: evaluate endianness of the target in qtest_init()
tests: enable virtio tests on SPAPR
tests/Makefile.include | 3 +-
tests/libqos/virtio-pci.c | 24 ++++++-
tests/libqtest.c | 96 +++++++++++++------------
tests/libqtest.h | 16 ++++-
tests/virtio-9p-test.c | 60 ++++++++--------
tests/virtio-blk-test.c | 176 ++++++++++++++++++++++------------------------
tests/virtio-net-test.c | 57 ++++++++-------
tests/virtio-rng-test.c | 7 +-
tests/virtio-scsi-test.c | 78 ++++++++++----------
9 files changed, 281 insertions(+), 236 deletions(-)
--
2.5.5
- [Qemu-ppc] [PATCH 0/3] tests: enable virtio tests on SPAPR,
Laurent Vivier <=
[Qemu-ppc] [PATCH 2/3] qtest: evaluate endianness of the target in qtest_init(), Laurent Vivier, 2016/09/29