From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQZpZ-0003jB-D4 for qemu-devel@nongnu.org; Wed, 25 Feb 2015 06:08:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQZpU-0005pT-JE for qemu-devel@nongnu.org; Wed, 25 Feb 2015 06:08:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQZpU-0005pJ-Bm for qemu-devel@nongnu.org; Wed, 25 Feb 2015 06:08:36 -0500 Date: Wed, 25 Feb 2015 11:08:31 +0000 From: Stefan Hajnoczi Message-ID: <20150225110831.GH18680@stefanha-thinkpad.redhat.com> References: <1424812915-25728-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="LZFKeWUZP29EKQNE" Content-Disposition: inline In-Reply-To: <1424812915-25728-1-git-send-email-marc.mari.barcelo@gmail.com> Subject: Re: [Qemu-devel] [PATCH v5 0/5] libqos: Virtio MMIO driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marc =?iso-8859-1?Q?Mar=ED?= Cc: kwolf@redhat.com, jsnow@redhat.com, qemu-devel@nongnu.org --LZFKeWUZP29EKQNE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 24, 2015 at 10:21:50PM +0100, Marc Mar=ED wrote: > Add virtio-mmio support to libqos and test case for virtio-blk. >=20 > Changes for version 3: > - Fix leaks and minor bugs > - Extract basic test case to a function >=20 > Changes for version 4: > - Add format=3Draw to images, to avoid warnings > - Solve bug with timeout in interrupt checking in virtio MMIO due to a r= ace > condition >=20 > Changes for version 5: > - Change function generic_alloc_init_flags in tests/libqos/malloc-generi= c.c to > compile with changes from commit f6f363c1f4f962aee9f69c67ab2f3ff58c30f= 8c1. >=20 > Reviewed-by: Stefan Hajnoczi =20 >=20 > Marc Mar=ED (5): > libqos: Change use of pointers to uint64_t in virtio > tests: Prepare virtio-blk-test for multi-arch implementation > libqos: Remove PCI assumptions in constants of virtio driver > libqos: Add malloc generic > libqos: Add virtio MMIO support >=20 > tests/Makefile | 4 +- > tests/libqos/malloc-generic.c | 39 +++++++ > tests/libqos/malloc-generic.h | 21 ++++ > tests/libqos/virtio-mmio.c | 198 +++++++++++++++++++++++++++++++ > tests/libqos/virtio-mmio.h | 46 ++++++++ > tests/libqos/virtio-pci.c | 50 ++++---- > tests/libqos/virtio-pci.h | 24 ++-- > tests/libqos/virtio.c | 8 +- > tests/libqos/virtio.h | 16 +-- > tests/virtio-blk-test.c | 259 ++++++++++++++++++++++++++++-------= ------ > 10 files changed, 537 insertions(+), 128 deletions(-) > create mode 100644 tests/libqos/malloc-generic.c > create mode 100644 tests/libqos/malloc-generic.h > create mode 100644 tests/libqos/virtio-mmio.c > create mode 100644 tests/libqos/virtio-mmio.h >=20 > --=20 > 1.7.10.4 >=20 Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --LZFKeWUZP29EKQNE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU7a0vAAoJEJykq7OBq3PILg4H/i4+4b8abwGwJIm9/rmQkfdc EA42x2HhymPzMTjyhy3is2m9SuubN/l9qFXJdpVHrofG0GDTavi7XjfGHcDXHZ29 3pYexsnrybcrXUXJbb+WomGFt13ZO7RCHQKLWVL/d0/VZummuF43FCL/qpFQD42D XBpADrjvs//fQ1tx1mOtJO9nZf85BRQBscr+jPdjOldh42gorfPKM2YSh37ikq6A D3I7gjMrEvIU1nl73y4uXjj+lP/FUM2rHfn/CMXSKydHpuoUoFfG1XYHGvr00vi0 Bz/Nb3XD7UgJAhrawe7akNuqevpfx5wUxXvUK5wpt8ME7llv/fjqGREEpdUHVN8= =QqXm -----END PGP SIGNATURE----- --LZFKeWUZP29EKQNE--