mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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 <rth@twiddle.net>
This commit is contained in:
parent
056e6bae1c
commit
3661049fec
3 changed files with 29 additions and 1 deletions
|
@ -14,6 +14,7 @@ PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4],
|
|||
pci_map_irq_fn);
|
||||
|
||||
/* alpha_pci.c. */
|
||||
extern const MemoryRegionOps alpha_pci_ignore_ops;
|
||||
extern const MemoryRegionOps alpha_pci_conf1_ops;
|
||||
extern const MemoryRegionOps alpha_pci_iack_ops;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue