From: John Snow <jsnow@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org,
stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1
Date: Wed, 01 Jul 2015 13:53:17 -0400 [thread overview]
Message-ID: <5594290D.6030109@redhat.com> (raw)
In-Reply-To: <1435016308-6150-1-git-send-email-jsnow@redhat.com>
On 06/22/2015 07:38 PM, John Snow wrote:
> requires: 1434470575-21625-1-git-send-email-jsnow@redhat.com
> [PATCH v2 0/4] ahci: misc fixes/tests for 2.4
>
> This series adds a couple of tests to exercise the NCQ pathways
> and establish a baseline for us.
>
> 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=stop and migration support for that feature
> as well.
>
> ===
> v2:
>
> - 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.
>
> ________________________________________________________________________________
>
> 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
>
> This version is tagged ahci-ncq-s1-v2:
> https://github.com/jnsnow/qemu/releases/tag/ahci-ncq-s1-v2
>
> 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
>
> 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(-)
>
Thanks, applied to my IDE tree:
https://github.com/jnsnow/qemu/commits/ide
https://github.com/jnsnow/qemu.git
--js
prev parent reply other threads:[~2015-07-01 17:53 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-22 23:38 [Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1 John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 01/16] ahci: Rename NCQFIS structure fields John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 02/16] ahci: use shorter variables John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 03/16] ahci: add ncq_err helper John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 04/16] ahci: check for ncq prdtl overflow John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 05/16] ahci: separate prdtl from opts John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 06/16] ahci: add ncq debug checks John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 07/16] ahci: ncq sector count correction John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 08/16] ahci/qtest: Execute IDENTIFY prior to data commands John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 09/16] libqos/ahci: fix cmd_sanity for ncq John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 10/16] libqos/ahci: add NCQ frame support John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 11/16] libqos/ahci: edit wait to be ncq aware John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 12/16] libqos/ahci: adjust expected NCQ interrupts John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 13/16] libqos/ahci: set the NCQ tag on command_commit John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 14/16] libqos/ahci: Force all NCQ commands to be LBA48 John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 15/16] qtest/ahci: simple ncq data test John Snow
2015-06-22 23:38 ` [Qemu-devel] [PATCH v2 16/16] qtest/ahci: ncq migration test John Snow
2015-06-26 13:57 ` [Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1 Stefan Hajnoczi
2015-07-01 17:53 ` John Snow [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5594290D.6030109@redhat.com \
--to=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).