]> git.proxmox.com Git - mirror_qemu.git/commit
raven: some minor IRQ-related tidy-ups
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 8 Sep 2018 09:08:18 +0000 (10:08 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 25 Sep 2018 01:12:25 +0000 (11:12 +1000)
commit55a2290254192d828b9464acb175fb0dc24c7035
treed78539c67f3474f936d92ea42881abf2f3c32b9e
parent8e93b2c3930b635032739ed3d944f72ac2ae6355
raven: some minor IRQ-related tidy-ups

This really lays the groundwork for the upcoming patches: it renames the
irqs PREPPCIState struct member to pci_irqs (as soon there will be a
distinction) and then changes the raven IRQ opaque to use PREPPCIState
instead of just irqs array.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Tested-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/pci-host/prep.c