On 12/1/22 22:36, Bernhard Beschow wrote:
Passing own DeviceState rather than just the IRQs allows for resolving global variables.Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- hw/isa/piix4.c | 6 +++--- hw/pci-host/sh_pci.c | 6 +++--- hw/pci-host/versatile.c | 6 +++--- hw/ppc/ppc440_pcix.c | 6 +++--- hw/ppc/ppc4xx_pci.c | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>