summaryrefslogtreecommitdiffstats
path: root/hw/ide/ich.c
Commit message (Collapse)AuthorAgeFilesLines
* ahci: Unbreak bar registrationJan Kiszka2011-05-161-3/+3
| | | | | | | | Fix regression of 667bb59: ahci_init initializes ahci.mem, so we have to move bar registration after it. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-1/+0
|\ | | | | | | | | Conflicts: exec.c
| * Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
| | | | | | | | | | | | | | Remove unused sysemu.h include directives to speed up build with the following patches. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* | MSI: Robust resource releaseJan Kiszka2011-05-051-4/+1
| | | | | | | | | | | | | | | | msi_init may fail, so we need to check on uninit if the cap was actually installed. This also avoids that the users need to check. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* | ich/ahci: convert to pci_register_bar_simple()Avi Kivity2011-04-071-2/+1
|/ | | | | Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* ahci: make number of ports runtime determinedAlexander Graf2011-02-071-1/+2
| | | | | | | | | | | | Different AHCI controllers have a different number of ports, so the core shouldn't care about the amount of ports available. This patch makes the number of ports available to the AHCI core runtime configurable, allowing us to have multiple different AHCI implementations with different amounts of ports. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
* ahci: split ICH and AHCI even moreAlexander Graf2011-02-071-2/+88
| | | | | | | | | | | | | 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>
* ahci: split ICH9 from coreSebastian Herbszt2011-02-071-0/+61
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>
OpenPOWER on IntegriCloud