v3: Solved problems, added indirect descriptor support and test for
    configuration changes
v4: Solved bugs, changed some interfaces, added MSI-X and event_idx support.
v5: Simplified virtio-blk-test, solved bugs, avoid patches already merged.

Marc Marí (5):
  libqos: Added basic virtqueue support to virtio implementation
  libqos: Added indirect descriptor support to virtio implementation
  libqos: Added test case for configuration changes in virtio-blk test
  libqos: Added MSI-X support
  libqos: Added EVENT_IDX support

 tests/libqos/pci.c        |  111 ++++++++-
 tests/libqos/pci.h        |   10 +
 tests/libqos/virtio-pci.c |  197 ++++++++++++++++
 tests/libqos/virtio-pci.h |   19 ++
 tests/libqos/virtio.c     |  202 ++++++++++++++++
 tests/libqos/virtio.h     |  129 +++++++++++
 tests/virtio-blk-test.c   |  562 ++++++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 1225 insertions(+), 5 deletions(-)

-- 
1.7.10.4


Reply via email to