qemu-devel
[Top][All Lists]
Advanced

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

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


From: Marc Marí
Subject: [Qemu-devel] [PATCH v5 0/7] Virtio PCI libqos driver
Date: Mon, 18 Aug 2014 14:46:05 +0200

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

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