Re: [PATCH 2/2] gpio_pwr: use shutdown function for reboot

2021-06-29 Thread Peter Maydell
On Fri, 25 Jun 2021 at 12:56, Peter Maydell wrote: > > On Fri, 25 Jun 2021 at 12:18, Maxim Uvarov wrote: > > > > qemu has 2 type of functions: shutdown and reboot. Shutdown > > function has to be used for machine shutdown. > > > > Signed-off-by: Maxim Uvarov > > --- > > hw/gpio/gpio_pwr.c | 2 +

Re: [PATCH 2/2] gpio_pwr: use shutdown function for reboot

2021-06-25 Thread Peter Maydell
On Fri, 25 Jun 2021 at 12:18, Maxim Uvarov wrote: > > qemu has 2 type of functions: shutdown and reboot. Shutdown > function has to be used for machine shutdown. > > Signed-off-by: Maxim Uvarov > --- > hw/gpio/gpio_pwr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw

[PATCH 2/2] gpio_pwr: use shutdown function for reboot

2021-06-25 Thread Maxim Uvarov
qemu has 2 type of functions: shutdown and reboot. Shutdown function has to be used for machine shutdown. Signed-off-by: Maxim Uvarov --- hw/gpio/gpio_pwr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/gpio/gpio_pwr.c b/hw/gpio/gpio_pwr.c index 7714fa0dc4..dbaf1c70c8 10