]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.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 10:37:17 +0000 (11:37 +0100)
commit7fb6577b130c615e42e1ccf8dad69c27c3eef085
tree180325253004bf2a6287168f78cef455e724835f
parentf83a40dcd7c38aef8cb4aa93e1f6f0e21c750992
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>
hw/ide/ahci.c
hw/ide/ich.c