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)
commitf5f344b613498796e618378675095e714d2f61ce
tree180325253004bf2a6287168f78cef455e724835f
parentea6768ee8c4c277c8ae7e81408244f58f352572f
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