qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, John Snow <jsnow@redhat.com>, stefanha@redhat.com
Subject: [Qemu-devel] [PATCH 0/1] ahci: do not remap clb/fis unconditionally
Date: Tue, 12 May 2015 18:36:12 -0400	[thread overview]
Message-ID: <1431470173-30847-1-git-send-email-jsnow@redhat.com> (raw)

This continues the IOMMU fix from 2.3, where we should not attempt
to remap the CLB or FIS RX buffers if the AHCI device is currently
running.

The same applies to migration: keep our mitts off these registers
unless the device is supposed to be on.

Does not impact backwards compatibility for the AHCI device.

==
For convenience, this branch is available at:
https://github.com/jnsnow/qemu.git branch ahci-iommu
https://github.com/jnsnow/qemu/tree/ahci-iommu

This version is tagged ahci-iommu-v1:
https://github.com/jnsnow/qemu/releases/tag/ahci-iommu-v1
==

John Snow (1):
  ahci: do not remap clb/fis unconditionally

 hw/ide/ahci.c | 88 ++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 63 insertions(+), 25 deletions(-)

-- 
2.1.0

             reply	other threads:[~2015-05-12 22:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-12 22:36 John Snow [this message]
2015-05-12 22:36 ` [Qemu-devel] [PATCH 1/1] ahci: do not remap clb/fis unconditionally John Snow
2015-05-18  9:57 ` [Qemu-devel] [PATCH 0/1] " Stefan Hajnoczi
2015-05-19 21:07   ` John Snow

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=1431470173-30847-1-git-send-email-jsnow@redhat.com \
    --to=jsnow@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).