Statistics
| Branch: | Revision:

root / hw / alpha / alpha_sys.h @ fd58922c

History | View | Annotate | Download (494 Bytes)

# Date Author Comment
056e6bae 07/14/2013 02:00 am Richard Henderson

hw/alpha: Don't use get_system_io

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 <>

3661049f 07/14/2013 02:00 am Richard Henderson

hw/alpha: Don't machine check on missing pci i/o

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 <>

47b43a1f 04/08/2013 07:13 pm Paolo Bonzini

hw: move private headers to hw/ subdirectories.

Many headers are used only in a single directory. These can be
kept in hw/.

Signed-off-by: Paolo Bonzini <>