From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLwBf-0004ss-99 for qemu-devel@nongnu.org; Thu, 12 Feb 2015 11:00:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLwBa-00076t-BK for qemu-devel@nongnu.org; Thu, 12 Feb 2015 11:00:19 -0500 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:47972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLwBa-00076Y-5c for qemu-devel@nongnu.org; Thu, 12 Feb 2015 11:00:14 -0500 Received: by mail-wg0-f41.google.com with SMTP id b13so11090442wgh.0 for ; Thu, 12 Feb 2015 08:00:13 -0800 (PST) Date: Thu, 12 Feb 2015 16:00:10 +0000 From: Stefan Hajnoczi Message-ID: <20150212160010.GD4054@stefanha-thinkpad.redhat.com> References: <1422289602-17874-1-git-send-email-cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6Nae48J/T25AfBN4" Content-Disposition: inline In-Reply-To: <1422289602-17874-1-git-send-email-cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH v2 0/1] dataplane vs. endianness List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , David Gibson --6Nae48J/T25AfBN4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 26, 2015 at 05:26:41PM +0100, Cornelia Huck wrote: > Stefan: >=20 > Here's v2 of my endianness patch for dataplane, with the extraneous > vdev argument dropped from get_desc(). >=20 > I orginally planned to send my virtio-1 patchset as well, but I haven't > found the time for it; therefore, I think this should be applied > independently. >=20 > David: I take it your r-b still holds? >=20 > Cornelia Huck (1): > dataplane: endianness-aware accesses >=20 > hw/block/dataplane/virtio-blk.c | 4 +- > hw/scsi/virtio-scsi-dataplane.c | 2 +- > hw/virtio/Makefile.objs | 2 +- > hw/virtio/dataplane/Makefile.objs | 2 +- > hw/virtio/dataplane/vring.c | 53 ++++++++++++------- > include/hw/virtio/dataplane/vring-accessors.h | 75 +++++++++++++++++++++= ++++++ > include/hw/virtio/dataplane/vring.h | 14 +---- > 7 files changed, 117 insertions(+), 35 deletions(-) > create mode 100644 include/hw/virtio/dataplane/vring-accessors.h >=20 > --=20 > 2.1.4 >=20 >=20 Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --6Nae48J/T25AfBN4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU3M4KAAoJEJykq7OBq3PIbtcIALWbClaIs+tLO4NCV4j20vCj eUejFXlZ+3x33OOO9DQzyLggvRBGC8wAhpj5xlB2ZTjZfXQyX5FTkciZlBFmtSck YHikZQfhMiKoYKKSJkuirAP+DLrOfehV/XOV4PIHK5pOoOTy5QP9j2VjRXnri8yt pXItX+L4TIW0Nvfpxkse4m+D4mjcb6PcmpJjPXh54VnKrNn6dUug+8z1DvqrBFJm 2nGuZKZs1XHZ2UwlveFkaIfKCk60//ceormPFLt+uL8tKv28sxWdXs6RqFq82NfM zFWq/HHAQ2RSyby8gzyepC16S06tL+oiZqmZXg4ATGK7+VlKvAiq6JTjass3wak= =/Me7 -----END PGP SIGNATURE----- --6Nae48J/T25AfBN4--