qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Virtio PCI libqos driver
@ 2014-07-09 14:28 Marc Marí
  2014-07-09 14:28 ` [Qemu-devel] [PATCH 1/3] tests: Functions bus_foreach and device_find from libqos virtio API Marc Marí
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marc Marí @ 2014-07-09 14:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc Marí, Paolo Bonzini, Stefan Hajnoczi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-09 14:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09 14:28 [Qemu-devel] [PATCH 0/3] Virtio PCI libqos driver Marc Marí
2014-07-09 14:28 ` [Qemu-devel] [PATCH 1/3] tests: Functions bus_foreach and device_find from libqos virtio API Marc Marí
2014-07-09 14:28 ` [Qemu-devel] [PATCH 2/3] tests: Add virtio device initialization Marc Marí
2014-07-09 14:28 ` [Qemu-devel] [PATCH 3/3] libqtest: add QTEST_LOG for debugging qtest testcases Marc Marí

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).