From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btdmx-0003lz-3u for qemu-devel@nongnu.org; Mon, 10 Oct 2016 12:50:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btdmv-0004KE-1r for qemu-devel@nongnu.org; Mon, 10 Oct 2016 12:50:54 -0400 References: <1476031419-6805-1-git-send-email-mark.cave-ayland@ilande.co.uk> <1476031419-6805-3-git-send-email-mark.cave-ayland@ilande.co.uk> From: Eric Blake Message-ID: Date: Mon, 10 Oct 2016 11:50:44 -0500 MIME-Version: 1.0 In-Reply-To: <1476031419-6805-3-git-send-email-mark.cave-ayland@ilande.co.uk> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="i1BbLbmmRS3LL0Vco3EKQ9a80VfRGATHR" Subject: Re: [Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland , keith.busch@intel.com, kwolf@redhat.com, mreitz@redhat.com, jsnow@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --i1BbLbmmRS3LL0Vco3EKQ9a80VfRGATHR From: Eric Blake To: Mark Cave-Ayland , keith.busch@intel.com, kwolf@redhat.com, mreitz@redhat.com, jsnow@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Message-ID: Subject: Re: [Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers References: <1476031419-6805-1-git-send-email-mark.cave-ayland@ilande.co.uk> <1476031419-6805-3-git-send-email-mark.cave-ayland@ilande.co.uk> In-Reply-To: <1476031419-6805-3-git-send-email-mark.cave-ayland@ilande.co.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/09/2016 11:43 AM, Mark Cave-Ayland wrote: > Now that the DMA helpers are byte-aligned they can be called directly f= rom > the macio routines rather than emulating byte-aligned accesses via mult= iple > block-level accesses. >=20 > Signed-off-by: Mark Cave-Ayland > --- > hw/ide/macio.c | 213 ++++++++----------------------------------------= -------- > 1 file changed, 28 insertions(+), 185 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --i1BbLbmmRS3LL0Vco3EKQ9a80VfRGATHR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJX+8bkAAoJEKeha0olJ0NqdloH/Rw0b+JhtORFC7TCIBdeoB0O kJOc57v3Vdd1yeyQ95bgeJUPSRrD1mtNpUoU/ZUbr7lxaD3uTxAcO/iKoEMSZbO6 rwvD1X+Q5GS8hjdFVOeVkmHrJZJzFEVtJGcRcJo37Uf+EUjtsrzopCrkSCQSvtn5 5l0FeIWyk/Dmk9adijB74jA6iJhD3uSiH6QkUa4hgKY+yBROGiY9ValvJKM0rAjs z6a4K5y50v8ijkDjHaddZpyc4dGGk2dulKRN9biMHnmZkAe7J7pAlDTDwBkgCNd1 b/3DpWbIGJAFFjQ+YSszCH7FXC7Z/uySq1gv8tZqZco6lfQlfpp4K6bkUnig7hg= =RDnN -----END PGP SIGNATURE----- --i1BbLbmmRS3LL0Vco3EKQ9a80VfRGATHR--