From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8U8B-0007p9-6i for qemu-devel@nongnu.org; Fri, 26 Jun 2015 09:57:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8U8A-0007oW-6n for qemu-devel@nongnu.org; Fri, 26 Jun 2015 09:57:23 -0400 Date: Fri, 26 Jun 2015 14:57:13 +0100 From: Stefan Hajnoczi Message-ID: <20150626135713.GA31186@stefanha-thinkpad.redhat.com> References: <1435016308-6150-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <1435016308-6150-1-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 22, 2015 at 07:38:12PM -0400, John Snow wrote: > requires: 1434470575-21625-1-git-send-email-jsnow@redhat.com > [PATCH v2 0/4] ahci: misc fixes/tests for 2.4 >=20 > This series adds a couple of tests to exercise the NCQ pathways > and establish a baseline for us. >=20 > Most of these patches are fairly short and should be relatively trivial > to review. this series will lay the groundwork for part 2, > which adds the rerror/werror=3Dstop and migration support for that feature > as well. >=20 > =3D=3D=3D > v2: >=20 > - Cleared out #ifdefs to prevent unneeded bitrot > - Fixed migration test in patch 16 > - Removed the forceful ide_state->error clear from patch 08, > replacing it instead with a change to the tests to issue > IDENTIFY prior to attempting any data transfer. >=20 > _________________________________________________________________________= _______ >=20 > For convenience, this branch is available at: > https://github.com/jnsnow/qemu.git branch ahci-ncq-s1 > https://github.com/jnsnow/qemu/tree/ahci-ncq-s1 >=20 > This version is tagged ahci-ncq-s1-v2: > https://github.com/jnsnow/qemu/releases/tag/ahci-ncq-s1-v2 >=20 > John Snow (16): > ahci: Rename NCQFIS structure fields > ahci: use shorter variables > ahci: add ncq_err helper > ahci: check for ncq prdtl overflow > ahci: separate prdtl from opts > ahci: add ncq debug checks > ahci: ncq sector count correction > ahci/qtest: Execute IDENTIFY prior to data commands > libqos/ahci: fix cmd_sanity for ncq > libqos/ahci: add NCQ frame support > libqos/ahci: edit wait to be ncq aware > libqos/ahci: adjust expected NCQ interrupts > libqos/ahci: set the NCQ tag on command_commit > libqos/ahci: Force all NCQ commands to be LBA48 > qtest/ahci: simple ncq data test > qtest/ahci: ncq migration test >=20 > hw/ide/ahci.c | 102 +++++++++++++++++++++++---------- > hw/ide/ahci.h | 38 ++++++++---- > tests/ahci-test.c | 38 ++++++++++-- > tests/libqos/ahci.c | 162 +++++++++++++++++++++++++++++++++-------------= ------ > tests/libqos/ahci.h | 59 ++++++++++++++----- > 5 files changed, 281 insertions(+), 118 deletions(-) >=20 > --=20 > 2.1.0 >=20 Reviewed-by: Stefan Hajnoczi --jI8keyz6grp/JLjh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVjVo5AAoJEJykq7OBq3PIjRYIALpUFHQcSlNn8S0azFMxNEk4 Ptx1b5DE8d4KdfcBXEryqk4f+PnqzbgUlgWKfHRXw/SLYs7OhiV8TpMGlhoMr6sI 1QeIaMeiebpg4hY+zGLm88Oa1b0zgNL+6VYg9yNnXZuK+uZR+MYrI5uTwAvHdaEJ siy8qGaUh/U1APAiN9xLxtfjkBgR0y6Nx+ke/EFDOkHDFIxL6bu24LzSogoXWf/D hU7UttfOsyZpkbycfIyEalEJEWhZm+mpSrtrlKW9HuwAQSiF/rPKm0N1pCcK0++4 1bcaIX1BMIw54RD/ZqFiELRmX5UOj7b4664vRTsUh0mdx1Da9DszrcJbv1k4GEI= =3Gyl -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh--