Add first functions for virtio PCI libqos driver in two steps. Add more debugging tools.
Marc Marí (3): tests: Functions bus_foreach and device_find from libqos virtio API tests: Add virtio device initialization libqtest: add QTEST_LOG for debugging qtest testcases tests/Makefile | 3 +- tests/libqos/virtio-pci.c | 114 +++++++++++++++++++++++++++++++++++++++++++++ tests/libqos/virtio-pci.h | 41 ++++++++++++++++ tests/libqos/virtio.c | 31 ++++++++++++ tests/libqos/virtio.h | 42 +++++++++++++++++ tests/libqtest.c | 11 ++++- tests/virtio-blk-test.c | 81 ++++++++++++++++++++++++++++---- 7 files changed, 313 insertions(+), 10 deletions(-) create mode 100644 tests/libqos/virtio-pci.c create mode 100644 tests/libqos/virtio-pci.h create mode 100644 tests/libqos/virtio.c create mode 100644 tests/libqos/virtio.h -- 1.7.10.4
