Re: [PATCH] acpi/ged: fix reset cause

2021-06-24 Thread Michael S. Tsirkin
On Thu, Jun 24, 2021 at 12:06:14PM +0100, Peter Maydell wrote: > On Thu, 24 Jun 2021 at 12:01, Gerd Hoffmann wrote: > > > > Reset requests should use SHUTDOWN_CAUSE_GUEST_RESET not > > SHUTDOWN_CAUSE_GUEST_SHUTDOWN. > > > > Reported-by: Peter Maydell > > Signed-off-by: Gerd Hoffmann > > --- > >

Re: [PATCH] acpi/ged: fix reset cause

2021-06-24 Thread Philippe Mathieu-Daudé
On 6/24/21 1:00 PM, Gerd Hoffmann wrote: > Reset requests should use SHUTDOWN_CAUSE_GUEST_RESET not > SHUTDOWN_CAUSE_GUEST_SHUTDOWN. > > Reported-by: Peter Maydell > Signed-off-by: Gerd Hoffmann > --- > hw/acpi/generic_event_device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Revi

Re: [PATCH] acpi/ged: fix reset cause

2021-06-24 Thread Peter Maydell
On Thu, 24 Jun 2021 at 12:01, Gerd Hoffmann wrote: > > Reset requests should use SHUTDOWN_CAUSE_GUEST_RESET not > SHUTDOWN_CAUSE_GUEST_SHUTDOWN. > > Reported-by: Peter Maydell > Signed-off-by: Gerd Hoffmann > --- > hw/acpi/generic_event_device.c | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[PATCH] acpi/ged: fix reset cause

2021-06-24 Thread Gerd Hoffmann
Reset requests should use SHUTDOWN_CAUSE_GUEST_RESET not SHUTDOWN_CAUSE_GUEST_SHUTDOWN. Reported-by: Peter Maydell Signed-off-by: Gerd Hoffmann --- hw/acpi/generic_event_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/acpi/generic_event_device.c b/hw/acpi/generic