summaryrefslogtreecommitdiff
path: root/hw/alpha/pci.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-13hw/alpha: Don't machine check on missing pci i/oRichard Henderson1-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>
2013-07-13hw/alpha: Don't use get_system_ioRichard Henderson1-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>
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-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>
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+109
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>