From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMdoF-0004K9-9d for qemu-devel@nongnu.org; Wed, 27 Aug 2014 10:02:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMdo6-00079b-7w for qemu-devel@nongnu.org; Wed, 27 Aug 2014 10:02:47 -0400 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:57067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMdo6-00079P-1I for qemu-devel@nongnu.org; Wed, 27 Aug 2014 10:02:38 -0400 Received: by mail-we0-f171.google.com with SMTP id p10so266785wes.2 for ; Wed, 27 Aug 2014 07:02:35 -0700 (PDT) Date: Wed, 27 Aug 2014 15:02:31 +0100 From: Stefan Hajnoczi Message-ID: <20140827140231.GP8280@stefanha-thinkpad.redhat.com> References: <1408955773-4778-1-git-send-email-marc.mari.barcelo@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpcCHpaCAbC4X43d" Content-Disposition: inline In-Reply-To: <1408955773-4778-1-git-send-email-marc.mari.barcelo@gmail.com> Subject: Re: [Qemu-devel] [PATCH v6 0/7] Virtio PCI libqos driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marc =?iso-8859-1?Q?Mar=ED?= Cc: Paolo Bonzini , qemu-devel@nongnu.org, Stefan Hajnoczi --LpcCHpaCAbC4X43d Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 25, 2014 at 10:36:06AM +0200, Marc Mar=ED wrote: > v3: Solved problems, added indirect descriptor support and test for > configuration changes > v4: Solved bugs, changed some interfaces, added MSI-X and event_idx suppo= rt. > v5: Simplified virtio-blk-test, solved bugs, avoid patches already merged. > v6: Solve bugs (qpci_iomap changed prototype) >=20 > Marc Mar=ED (7): > tests: Functions bus_foreach and device_find from libqos virtio API > tests: Add virtio device initialization > 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 >=20 > tests/Makefile | 3 +- > tests/libqos/pci.c | 111 +++++++- > tests/libqos/pci.h | 10 + > tests/libqos/virtio-pci.c | 339 ++++++++++++++++++++++++ > tests/libqos/virtio-pci.h | 61 +++++ > tests/libqos/virtio.c | 257 +++++++++++++++++++ > tests/libqos/virtio.h | 182 +++++++++++++ > tests/virtio-blk-test.c | 622 +++++++++++++++++++++++++++++++++++++++= +++++- > 8 files changed, 1574 insertions(+), 11 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 Looks very close, please fix the readq endianness issue. --LpcCHpaCAbC4X43d Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJT/eT3AAoJEJykq7OBq3PIY4wH/RtS1ldbgtgz5U+ZwT2RPXQr HdSGB9MWv7faA3AkXAk32j7T+Eip4/51qJlydUuIrfWjYiKuR0/yvygAtwoajKvY xvaEzLtcAQs/1s5J5X8bx1TYg98zs5nmchByWNbRzQYMt3e8cfwQ1hCnubmlCqtV ib0VWbsARFFrLclXlxnDQcZ5db4yJS1cYePZW1kZ/a4QbisGzRgRRCtIE3t5juRj pCXIilAX6DV1dZJA5V5IUs2h4Sc3m03kqk5cKnmskVDBP1zBH0fqtbUrK8pc1qRq F6KfF+S90zlKQcG4Iyw24eVBlBIczhoeXqjC4ZJ95tGFUNq5f5edeTQY08BiD5c= =GCeG -----END PGP SIGNATURE----- --LpcCHpaCAbC4X43d--