From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJlQF-0005mH-Ca for qemu-devel@nongnu.org; Fri, 06 Feb 2015 11:06:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJlQB-0004tj-8a for qemu-devel@nongnu.org; Fri, 06 Feb 2015 11:06:23 -0500 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:61372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJlQB-0004tL-1b for qemu-devel@nongnu.org; Fri, 06 Feb 2015 11:06:19 -0500 Received: by mail-we0-f175.google.com with SMTP id p10so14615821wes.6 for ; Fri, 06 Feb 2015 08:06:18 -0800 (PST) Date: Fri, 6 Feb 2015 16:06:15 +0000 From: Stefan Hajnoczi Message-ID: <20150206160615.GF18729@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="Pgaa2uWPnPrfixyx" 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 --Pgaa2uWPnPrfixyx 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 I will merge this into the block tree for the Friday, 13th of February pull request. Reviewed-by: Stefan Hajnoczi --Pgaa2uWPnPrfixyx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU1OZ3AAoJEJykq7OBq3PIG9YH/138QDl60Ie3NSOiSOJUir6o LLLKricwa/jMnZo3lM/c2TvAOhmrlyVa+PfbtAXniPAnB/ZDXWeny9qAirLWdBhC cd9C7d7ivB/BoH+qe9I9hOFC4fx5q8oE69Hl/3VoZKl8JM4DA2E+3IQz27yHdXaL p5zQ/y5fJ54sRvWL3O/Jr82gPqRI0T6Nv31kuaMQAaYhd7kbs/WyZpf5gS4EgrDT G0Bhbpl7z5VvN/Mu6HXQ3F8jxh0Ooij2EEl8UIa93eTFkIokn6JRCeu+fpDMTGWe VvWY4b+Qe+k5AE4SEMhovSlJAHey+882k33iPTTL54Ce+Me1wUZf/rJPHcRwOKk= =qsVg -----END PGP SIGNATURE----- --Pgaa2uWPnPrfixyx--