From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJMKm-0008I4-Be for qemu-devel@nongnu.org; Mon, 18 Aug 2014 08:46:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJMKd-0003Xn-9Z for qemu-devel@nongnu.org; Mon, 18 Aug 2014 08:46:48 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:51055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJMKc-0003Xe-SM for qemu-devel@nongnu.org; Mon, 18 Aug 2014 08:46:39 -0400 Received: by mail-we0-f175.google.com with SMTP id t60so4865193wes.6 for ; Mon, 18 Aug 2014 05:46:37 -0700 (PDT) From: =?UTF-8?q?Marc=20Mar=C3=AD?= Date: Mon, 18 Aug 2014 14:46:05 +0200 Message-Id: <1408365973-15498-1-git-send-email-marc.mari.barcelo@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v5 0/7] Virtio PCI libqos driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc=20Mar=C3=AD?= , Paolo Bonzini , Stefan Hajnoczi 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