[PATCH 05/12] hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState

2022-05-28 Thread Mark Cave-Ayland
This exposes the PIIX4_PM device to the caller to allow any qdev gpios to be mapped outside of piix4_pm_init(). Signed-off-by: Mark Cave-Ayland --- hw/acpi/piix4.c | 11 --- hw/i386/pc_piix.c | 10 +- hw/isa/piix4.c| 8 +--- include/

Re: [PATCH 05/12] hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState

2022-05-29 Thread Bernhard Beschow
Am 28. Mai 2022 09:19:27 UTC schrieb Mark Cave-Ayland : >This exposes the PIIX4_PM device to the caller to allow any qdev gpios to be >mapped outside of piix4_pm_init(). > >Signed-off-by: Mark Cave-Ayland >--- > hw/acpi/piix4.c | 11 --- > hw/i386/pc_piix.c | 10 +

Re: [PATCH 05/12] hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState

2022-05-30 Thread Mark Cave-Ayland
On 29/05/2022 19:24, Bernhard Beschow wrote: Am 28. Mai 2022 09:19:27 UTC schrieb Mark Cave-Ayland : This exposes the PIIX4_PM device to the caller to allow any qdev gpios to be mapped outside of piix4_pm_init(). Signed-off-by: Mark Cave-Ayland --- hw/acpi/piix4.c | 11