Re: [PATCH 01/11] hw/acpi/piix4: Convert reset handler to DeviceReset

2019-10-04 Thread Igor Mammedov
On Thu, 26 Sep 2019 17:17:23 +0200 Philippe Mathieu-Daudé wrote: > Convert the reset handler into a proper Device reset method. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Igor Mammedov > --- > hw/acpi/piix4.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > >

[PATCH 01/11] hw/acpi/piix4: Convert reset handler to DeviceReset

2019-09-26 Thread Philippe Mathieu-Daudé
Convert the reset handler into a proper Device reset method. Signed-off-by: Philippe Mathieu-Daudé --- hw/acpi/piix4.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 5742c3df87..4e079b39bd 100644 --- a/hw/acpi/piix4.c +++