From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJM9I-00056D-6q for qemu-devel@nongnu.org; Thu, 05 Feb 2015 08:07:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJM9D-0001Xi-SE for qemu-devel@nongnu.org; Thu, 05 Feb 2015 08:07:12 -0500 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:57910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJM9D-0001Xe-LI for qemu-devel@nongnu.org; Thu, 05 Feb 2015 08:07:07 -0500 Received: by mail-wg0-f47.google.com with SMTP id n12so7492807wgh.6 for ; Thu, 05 Feb 2015 05:07:07 -0800 (PST) Date: Thu, 5 Feb 2015 13:06:55 +0000 From: Stefan Hajnoczi Message-ID: <20150205130655.GA17662@stefanha-thinkpad.redhat.com> References: <1422999999-25868-1-git-send-email-jsnow@redhat.com> <1422999999-25868-4-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <1422999999-25868-4-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 03/19] qtest/ahci: rename 'Command' to 'CommandHeader' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: famz@redhat.com, mst@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 03, 2015 at 04:46:23PM -0500, John Snow wrote: > The structure name is a bit of a misnomer; the structure currently named > command is actually the commandheader. A future patch in this series > will add an actual "Command" structure, so we'll rename it now before the > rest of the functions in this series try to use it. >=20 > In addition, rename the "b1" and "b2" fields > to be a unified uint16_t named "flags." >=20 > Signed-off-by: John Snow > --- > tests/ahci-test.c | 8 ++++---- > tests/libqos/ahci.h | 7 +++---- > 2 files changed, 7 insertions(+), 8 deletions(-) Reviewed-by: Stefan Hajnoczi --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU02rvAAoJEJykq7OBq3PIFT8IAMpCwWLF+yqy92wpHbdfq49l Tk+oHHer6EktYzKumqNSOaLJ4mrW9ylk9fxDeC5eOVG15r0ipZ2p0GLV72jSIitn c+JCTA5vUsrrFbNuHXO4VT4f+hGR6EAKV+4X+QX7wGpqSeEIS7UJJYGJJADjMGlU gxgjnVKvQXsNsD5PMjS9lQ5IT0S1MJSsEEqCKYZf6Ec8FhKCEeBVbINPB1ZezGiR zc4iVS9ODHkjSZej+qxv6eT5qj23nmsRgmvzj44hxtNmGbNRKoWXzPPiWGSA/Ejy NyiFqf4NIbKvs6GFcUn5inByPCVQQtd0j/OZLcNiLFeIEuNXt6OzMWRDmUrvZt4= =UqMz -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW--