[Qemu-devel] [PATCH v2 7/8] hw/arm/virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3

2015-10-29 Thread Shannon Zhao
Currently mach-virt model doesn't support powerdown request. Guest VM doesn't react to system_powerdown from monitor console (or QMP) because there is no communication mechanism for such requests. This patch registers GPIO Pin 3 with powerdown notification. So guest VM can receive notification when

Re: [Qemu-devel] [PATCH v2 7/8] hw/arm/virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3

2015-11-10 Thread Wei Huang
On 10/29/2015 09:27 AM, Shannon Zhao wrote: > Currently mach-virt model doesn't support powerdown request. Guest VM > doesn't react to system_powerdown from monitor console (or QMP) because > there is no communication mechanism for such requests. This patch registers > GPIO Pin 3 with powerdown n

Re: [Qemu-devel] [PATCH v2 7/8] hw/arm/virt: Add QEMU powerdown notifier and hook it to GPIO Pin 3

2015-11-11 Thread Peter Maydell
On 11 November 2015 at 06:57, Wei Huang wrote: > > > On 10/29/2015 09:27 AM, Shannon Zhao wrote: >> Currently mach-virt model doesn't support powerdown request. Guest VM >> doesn't react to system_powerdown from monitor console (or QMP) because >> there is no communication mechanism for such reque