qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, mst@redhat.com, armbru@redhat.com,
	stefanha@redhat.com, pbonzini@redhat.com,
	John Snow <jsnow@redhat.com>
Subject: [Qemu-devel] [PATCH 0/5] ahci: fis decomposition improvements
Date: Mon,  3 Nov 2014 18:56:14 -0500	[thread overview]
Message-ID: <1415058979-16604-1-git-send-email-jsnow@redhat.com> (raw)

This patch series may require, and is based on another
AHCI series pending on-list:
http://lists.gnu.org/archive/html/qemu-devel/2014-10/msg04143.html

This series aims to improve the way that handle_cmd
reads and behaves in interpreting the FIS packets
received by the AHCI HBA. This series used to be
part of a larger RFC, but has since been pared
down to a more focused series.

Previous RFC:
http://lists.gnu.org/archive/html/qemu-devel/2014-09/msg02694.html

Patch 1 is a subset of the previously posted
"AHCI: Rename NCQFIS structure fields" patch.
This subset is just aimed at improving the readability
of the FIS decomposition in handle_cmd for now.

Patch 2 is nearly the same as "AHCI: Fix FIS decomposition"
which has yet to be reviewed.

Patches 3, 4, and 5 have been inspected previously, and should
be identical.
  "ide/ahci: Reorder error cases in handle_cmd"
  "ahci: Check cmd_fis[1] more explicitly"
  "ahci: factor out FIS decomposition"

John Snow (5):
  ahci: add is_ncq predicate helper
  AHCI: Fix FIS decomposition
  ahci: Reorder error cases in handle_cmd
  ahci: Check cmd_fis[1] more explicitly
  ahci: factor out FIS decomposition from handle_cmd

 hw/ide/ahci.c | 233 ++++++++++++++++++++++++++++++----------------------------
 hw/ide/ahci.h |   3 +
 2 files changed, 125 insertions(+), 111 deletions(-)

-- 
1.9.3

             reply	other threads:[~2014-11-03 23:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-03 23:56 John Snow [this message]
2014-11-03 23:56 ` [Qemu-devel] [PATCH 1/5] ahci: add is_ncq predicate helper John Snow
2014-11-03 23:56 ` [Qemu-devel] [PATCH 2/5] ahci: Fix FIS decomposition John Snow
2014-11-03 23:56 ` [Qemu-devel] [PATCH 3/5] ahci: Reorder error cases in handle_cmd John Snow
2014-11-03 23:56 ` [Qemu-devel] [PATCH 4/5] ahci: Check cmd_fis[1] more explicitly John Snow
2014-11-03 23:56 ` [Qemu-devel] [PATCH 5/5] ahci: factor out FIS decomposition from handle_cmd John Snow
2014-11-04 15:48 ` [Qemu-devel] [PATCH 0/5] ahci: fis decomposition improvements Paolo Bonzini
2014-11-13 10:08 ` Stefan Hajnoczi

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=1415058979-16604-1-git-send-email-jsnow@redhat.com \
    --to=jsnow@redhat.com \
    --cc=armbru@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --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).