From: Alexander Graf <agraf@suse.de>
To: qemu-devel Developers <qemu-devel@nongnu.org>
Cc: Kevin Wolf <kwolf@redhat.com>,
Joerg Roedel <Joerg.Roedel@amd.com>,
Sebastian Herbszt <herbszt@gmx.de>
Subject: [Qemu-devel] [PATCH 0/7] Some more AHCI work v2
Date: Tue, 1 Feb 2011 15:51:25 +0100 [thread overview]
Message-ID: <1296571892-12702-1-git-send-email-agraf@suse.de> (raw)
Clearly, AHCI as is is not perfect yet (intentionally, release early,
release often, remember?). This patch set makes it work with SeaBIOS
so booting Windows 7 works flawlessly for me. it also adds some speedups
and fixes a level based interrupts, rendering ahci useful on PPC targets.
In preparation of potential non-ich9 implementations, this set also
splits ahci code from concrete ich9 specific code. That way we can
later on create other AHCI adapters while reusing a lot of code.
Git tree (including BIOS patch to enable booting from AHCI):
git://repo.or.cz/qemu/ahci.git ahci
v1 -> v2:
- drop dma helper removal
- drop "free dynamically allocated iovs" patch
- add "add license header in ahci.h"
- rephrase interrupt bugfix
- add comment on d2h delay hack
Alexander Graf (6):
ahci: add license header in ahci.h
ahci: split ICH and AHCI even more
ahci: send init d2h fis on fis enable
ahci: Implement HBA reset
ahci: make number of ports runtime determined
ahci: work around bug with level interrupts
Sebastian Herbszt (1):
ahci: split ICH9 from core
Makefile.objs | 1 +
hw/ide/ahci.c | 488 +++++++--------------------------------------------------
hw/ide/ahci.h | 333 +++++++++++++++++++++++++++++++++++++++
hw/ide/ich.c | 148 +++++++++++++++++
4 files changed, 540 insertions(+), 430 deletions(-)
create mode 100644 hw/ide/ahci.h
create mode 100644 hw/ide/ich.c
next reply other threads:[~2011-02-01 14:51 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-01 14:51 Alexander Graf [this message]
2011-02-01 14:51 ` [Qemu-devel] [PATCH 1/7] ahci: split ICH9 from core Alexander Graf
2011-02-01 14:51 ` [Qemu-devel] [PATCH 2/7] ahci: add license header in ahci.h Alexander Graf
2011-02-01 14:51 ` [Qemu-devel] [PATCH 3/7] ahci: split ICH and AHCI even more Alexander Graf
2011-02-01 14:51 ` [Qemu-devel] [PATCH 4/7] ahci: send init d2h fis on fis enable Alexander Graf
2011-02-01 14:51 ` [Qemu-devel] [PATCH 5/7] ahci: Implement HBA reset Alexander Graf
2011-02-01 14:51 ` [Qemu-devel] [PATCH 6/7] ahci: make number of ports runtime determined Alexander Graf
2011-02-01 14:51 ` [Qemu-devel] [PATCH 7/7] ahci: work around bug with level interrupts Alexander Graf
2011-02-01 16:34 ` Aurelien Jarno
2011-02-01 16:53 ` Alexander Graf
2011-02-01 17:06 ` Aurelien Jarno
2011-02-01 17:10 ` Alexander Graf
2011-02-01 17:15 ` Aurelien Jarno
2011-02-01 18:35 ` Alexander Graf
2011-02-01 19:58 ` Aurelien Jarno
2011-02-01 20:10 ` Alexander Graf
2011-02-02 9:26 ` Kevin Wolf
2011-02-02 14:39 ` Alexander Graf
2011-02-02 14:39 ` Alexander Graf
2011-02-03 10:30 ` [Qemu-devel] " Jan Kiszka
2011-02-03 10:38 ` Alexander Graf
2011-02-03 11:19 ` Jan Kiszka
2011-02-07 10:56 ` [Qemu-devel] Re: [PATCH 0/7] Some more AHCI work v2 Kevin Wolf
2011-02-07 11:44 ` Jan Kiszka
2011-02-07 11:52 ` Kevin Wolf
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=1296571892-12702-1-git-send-email-agraf@suse.de \
--to=agraf@suse.de \
--cc=Joerg.Roedel@amd.com \
--cc=herbszt@gmx.de \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).