summaryrefslogtreecommitdiff
path: root/hw/alpha/alpha_sys.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-13hw/alpha: Don't machine check on missing pci i/oRichard Henderson1-0/+1
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-1/+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-0/+21
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>