]> git.ipfire.org Git - thirdparty/qemu.git/commit
ahci: split ICH and AHCI even more
authorAlexander Graf <agraf@suse.de>
Tue, 1 Feb 2011 14:51:28 +0000 (15:51 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 7 Feb 2011 11:55:22 +0000 (12:55 +0100)
commited97a4f2cf98a353449ea4c5edd5fcf15dffcc49
tree1ec136528866b46122b9960d6a665014ba907bcf
parent8f7dfd6bdae5a9cd0ec7f2533379350e21fff869
ahci: split ICH and AHCI even more

Sebastian's patch already did a pretty good job at splitting up ICH-9
AHCI code and the AHCI core. We need some more though. Copyright was missing,
the lspci dump belongs to ICH-9, we don't need the AHCI core to have its
own qdev device duplicate.

So let's split them a bit more in this patch, making things easier to
read an understand.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 7fb6577b130c615e42e1ccf8dad69c27c3eef085)
hw/ide/ahci.c
hw/ide/ich.c