qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] Virtio PCI libqos driver


From: Marc Marí
Subject: [Qemu-devel] [PATCH 0/3] Virtio PCI libqos driver
Date: Wed, 9 Jul 2014 16:28:39 +0200

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




reply via email to

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