summaryrefslogtreecommitdiffstats
path: root/hw/alpha/pci.c
Commit message (Collapse)AuthorAgeFilesLines
* hw/alpha: Don't machine check on missing pci i/oRichard Henderson2013-07-131-0/+26
| | | | | | | Not really correct, but we don't implement all of the random devices that the kernel looks for. This is good enough to keep us booting. Signed-off-by: Richard Henderson <rth@twiddle.net>
* hw/alpha: Don't use get_system_ioRichard Henderson2013-07-131-44/+0
| | | | | | | Advancements in the ioport subsystem mean that we need no longer thunk memory-mapped i/o through the system-io address space. Signed-off-by: Richard Henderson <rth@twiddle.net>
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
| | | | | | | Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+109
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
OpenPOWER on IntegriCloud