]> git.proxmox.com Git - qemu.git/commit
ahci: split ICH9 from core
authorSebastian Herbszt <herbszt@gmx.de>
Tue, 1 Feb 2011 14:51:26 +0000 (15:51 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 7 Feb 2011 11:55:19 +0000 (12:55 +0100)
commite81c113d28b591b4e5670822df2dfc12295d3e09
tree6ce2b93120ae708d25ffa361b4d21e543a249e03
parentd4e6590ab8de5b82f03c79e1c91c8feef30b1b2c
ahci: split ICH9 from core

There are multiple ahci devices out there. The currently implemented ich-9
is only one of the many. So let's split that one out into a separate file
to stress the difference.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 03c7a6a8e7122b9c12a532577046094a69593116)
Makefile.objs
hw/ide/ahci.c
hw/ide/ahci.h [new file with mode: 0644]
hw/ide/ich.c [new file with mode: 0644]