From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCjuH-0007Oj-6X for qemu-devel@nongnu.org; Tue, 14 Jun 2016 04:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCjuF-0006Vd-8F for qemu-devel@nongnu.org; Tue, 14 Jun 2016 04:41:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCjuF-0006VX-2N for qemu-devel@nongnu.org; Tue, 14 Jun 2016 04:41:07 -0400 Date: Tue, 14 Jun 2016 09:41:05 +0100 From: Stefan Hajnoczi Message-ID: <20160614084105.GA25606@stefanha-x1.localdomain> References: <1462798061-30382-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [RESEND PATCH v3 0/8] libqos: use standard virtio headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-devel@nongnu.org, marc.mari.barcelo@gmail.com, Paolo Bonzini --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 13, 2016 at 05:40:42PM -0400, John Snow wrote: > On 05/09/2016 08:47 AM, Stefan Hajnoczi wrote: > > v2: > > * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc] > >=20 > > This patch series eliminates code duplication in libqos virtio. > > include/standard-headers/ contains the Linux virtio header files so we = don't > > need to define our own version of the structs and constants. > >=20 > > Stefan Hajnoczi (8): > > libqos: use virtio_ids.h for device ID definitions > > libqos: drop duplicated PCI vendor ID definition > > libqos: drop duplicated virtio_config.h definitions > > libqos: drop duplicated virtio_ring.h bit definitions > > libqos: drop duplicated virtio_vring.h structs > > libqos: drop duplicated virtio_blk.h definitions > > libqos: drop duplicated virtio_scsi.h definitions > > libqos: drop duplicated virtio_pci.h definitions > >=20 > > tests/libqos/virtio-mmio.c | 5 +-- > > tests/libqos/virtio-pci.c | 50 ++++++++++++++------------- > > tests/libqos/virtio-pci.h | 17 --------- > > tests/libqos/virtio.c | 42 +++++++++++----------- > > tests/libqos/virtio.h | 73 ++++----------------------------------- > > tests/virtio-blk-test.c | 86 ++++++++++++++++++++------------------= -------- > > tests/virtio-net-test.c | 10 +++--- > > tests/virtio-scsi-test.c | 53 +++++++++++----------------- > > 8 files changed, 123 insertions(+), 213 deletions(-) > >=20 >=20 > Did this fall through the cracks because of a lack of ACKs? I'll push it through my block tree. The effort behind this series, vhost-vsock testing, has stalled so I didn't revisit this yet. --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXX8MhAAoJEJykq7OBq3PI0VUH+wdBv6TUwhMA0Sa6AoIEZWG8 VF99pVMjGt6CXr4BKq1B7H5e5mkntt1NkY/Op5sCRNca65/mYvbKFPphH7bVvYsK gnmgzcuC15J1Y6RJcNfux+LjQjfodFYkBYEjsuv3OIwGvfysmT7YiKCqfSRFDRpx SNwXp+5aPbcbvlGP48+z65oOL2NfmC5HhUssYYJNL9++rT3r/TSmFx6JET5KP1Bp lnmD9olBXcC/Me2qDyOaYF5PVIwB5kJeJN+f3tN42B+dcjJix/ysoU7z/AjvR50u 7f/t/qETx1JMkEHJaXm7fDHe6IeQoSpRBR/d6/MhGewT2+gZaLnlXS+af4bLKIA= =PPjn -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE--