[PATCH v3 6/7] hw/isa/piix4: QOM'ify PIIX4 PM creation

2022-05-28 Thread Bernhard Beschow
Just like the real hardware, create the PIIX4 ACPI controller as part of the PIIX4 southbridge. This also mirrors how the IDE and USB functions are already created. Signed-off-by: Bernhard Beschow --- hw/isa/piix4.c| 25 ++--- hw/mips/malta.c |

Re: [PATCH v3 6/7] hw/isa/piix4: QOM'ify PIIX4 PM creation

2022-05-29 Thread Mark Cave-Ayland
On 28/05/2022 20:20, Bernhard Beschow wrote: Just like the real hardware, create the PIIX4 ACPI controller as part of the PIIX4 southbridge. This also mirrors how the IDE and USB functions are already created. Signed-off-by: Bernhard Beschow --- hw/isa/piix4.c| 25 +++

Re: [PATCH v3 6/7] hw/isa/piix4: QOM'ify PIIX4 PM creation

2022-05-29 Thread Bernhard Beschow
On Sun, May 29, 2022 at 11:25 AM Mark Cave-Ayland < mark.cave-ayl...@ilande.co.uk> wrote: > On 28/05/2022 20:20, Bernhard Beschow wrote: > > > Just like the real hardware, create the PIIX4 ACPI controller as part of > > the PIIX4 southbridge. This also mirrors how the IDE and USB functions > > are

Re: [PATCH v3 6/7] hw/isa/piix4: QOM'ify PIIX4 PM creation

2022-05-30 Thread Mark Cave-Ayland
On 29/05/2022 19:05, Bernhard Beschow wrote: On Sun, May 29, 2022 at 11:25 AM Mark Cave-Ayland < mark.cave-ayl...@ilande.co.uk> wrote: On 28/05/2022 20:20, Bernhard Beschow wrote: Just like the real hardware, create the PIIX4 ACPI controller as part of the PIIX4 southbridge. This also mirror

Re: [PATCH v3 6/7] hw/isa/piix4: QOM'ify PIIX4 PM creation

2022-06-01 Thread Bernhard Beschow
Am 30. Mai 2022 19:58:37 UTC schrieb Mark Cave-Ayland : >On 29/05/2022 19:05, Bernhard Beschow wrote: > >> On Sun, May 29, 2022 at 11:25 AM Mark Cave-Ayland < >> mark.cave-ayl...@ilande.co.uk> wrote: >> >>> On 28/05/2022 20:20, Bernhard Beschow wrote: >>> Just like the real hardware, create