Re: [Qemu-devel] [PATCH v2 1/3] raven: some minor IRQ-related tidy-ups

2018-09-08 Thread Philippe Mathieu-Daudé
On 9/8/18 6:08 AM, Mark Cave-Ayland wrote: > 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. > > Si

[Qemu-devel] [PATCH v2 1/3] raven: some minor IRQ-related tidy-ups

2018-09-08 Thread Mark Cave-Ayland
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 --- hw/pci-host/prep.c