qemu/hw/alpha
Jason Thorpe 3a8233dc1f hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings
Since we are emulating a Clipper device topology, we need to set the
minimum PCI device ID to 1, as there is no IRQ mapping for a device
at ID 0 (see sys_dp264.c:clipper_map_irq()).

- Add a 'devfn_min' argument to typhoon_init().  Pass that argument
  along to pci_register_root_bus().
- In clipper_init(), pass PCI_DEVFN(1, 0) as the minimum PCI device
  ID/function.

Signed-off-by: Jason Thorpe <thorpej@me.com>
Message-Id: <20210613211549.18094-3-thorpej@me.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-06-28 07:27:32 -07:00
..
alpha_sys.h hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings 2021-06-28 07:27:32 -07:00
dp264.c hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings 2021-06-28 07:27:32 -07:00
Kconfig hw/alpha/Kconfig: DP264 hardware requires e1000 network card 2019-03-20 11:44:13 +01:00
meson.build meson: convert hw/arch* 2020-08-21 06:30:33 -04:00
pci.c Clean up inclusion of sysemu/sysemu.h 2019-08-16 13:31:53 +02:00
trace-events docs: fix references to docs/devel/tracing.rst 2021-06-02 06:51:09 +02:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
typhoon.c hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings 2021-06-28 07:27:32 -07:00