Message ID | 20240213130341.1793-1-philmd@linaro.org |
---|---|
Headers | show |
Series | hw: Strengthen SysBus & QBus API | expand |
On 2/13/24 03:03, Philippe Mathieu-Daudé wrote: > Philippe Mathieu-Daudé (12): > hw/ide/ich9: Use AHCIPCIState typedef > hw/rx/rx62n: Reduce inclusion of 'qemu/units.h' > hw/rx/rx62n: Only call qdev_get_gpio_in() when necessary > hw/i386/q35: Realize LPC PCI function before accessing it > hw/ppc/prep: Realize ISA bridge before accessing it > hw/misc/macio: Realize IDE controller before accessing it > hw/sh4/r2d: Realize IDE controller before accessing it > hw/sparc/sun4m: Realize DMA controller before accessing it > hw/sparc/leon3: Realize GRLIB IRQ controller before accessing it > hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in() > hw/sparc/leon3: Initialize GPIO before realizing CPU devices > hw/sparc64/cpu: Initialize GPIO before realizing CPU devices Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
On 13/2/24 14:03, Philippe Mathieu-Daudé wrote: > Philippe Mathieu-Daudé (12): > hw/ide/ich9: Use AHCIPCIState typedef > hw/rx/rx62n: Reduce inclusion of 'qemu/units.h' > hw/rx/rx62n: Only call qdev_get_gpio_in() when necessary > hw/i386/q35: Realize LPC PCI function before accessing it > hw/ppc/prep: Realize ISA bridge before accessing it > hw/misc/macio: Realize IDE controller before accessing it > hw/sh4/r2d: Realize IDE controller before accessing it > hw/sparc/sun4m: Realize DMA controller before accessing it > hw/sparc/leon3: Realize GRLIB IRQ controller before accessing it > hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in() > hw/sparc/leon3: Initialize GPIO before realizing CPU devices > hw/sparc64/cpu: Initialize GPIO before realizing CPU devices Patches 2-8,12 queued.