Re: [Qemu-devel] [PATCH 0/2] Add gpio_key and use it for ARM virt power button

2016-04-06 Thread Peter Maydell
On 6 April 2016 at 18:50, Emilio G. Cota wrote: > I might be doing something wrong, but aarch64-softmmu @ master only works for > me > after reverting 94f02c5ea94 "ARM: Virt: Use gpio_key for power button". > Bisect log > appended. > > This is what I get when booting aarch64 as

Re: [Qemu-devel] [PATCH 0/2] Add gpio_key and use it for ARM virt power button

2016-04-06 Thread Emilio G. Cota
On Wed, Mar 23, 2016 at 16:12:46 +, Peter Maydell wrote: > On 17 March 2016 at 13:25, Shannon Zhao wrote: > > From: Shannon Zhao > > > > There is a problem for power button that it will not work if an early > > system_powerdown request

Re: [Qemu-devel] [PATCH 0/2] Add gpio_key and use it for ARM virt power button

2016-03-23 Thread Shannon Zhao
On 2016/3/24 1:14, Wei Huang wrote: > > On 03/23/2016 11:12 AM, Peter Maydell wrote: >> > On 17 March 2016 at 13:25, Shannon Zhao wrote: >>> >> From: Shannon Zhao >>> >> >>> >> There is a problem for power button that it will not work if an

Re: [Qemu-devel] [PATCH 0/2] Add gpio_key and use it for ARM virt power button

2016-03-23 Thread Wei Huang
On 03/23/2016 11:12 AM, Peter Maydell wrote: > On 17 March 2016 at 13:25, Shannon Zhao wrote: >> From: Shannon Zhao >> >> There is a problem for power button that it will not work if an early >> system_powerdown request happens before guest

Re: [Qemu-devel] [PATCH 0/2] Add gpio_key and use it for ARM virt power button

2016-03-23 Thread Peter Maydell
On 17 March 2016 at 13:25, Shannon Zhao wrote: > From: Shannon Zhao > > There is a problem for power button that it will not work if an early > system_powerdown request happens before guest gpio driver loads. > > Here we add the emulation of

[Qemu-devel] [PATCH 0/2] Add gpio_key and use it for ARM virt power button

2016-03-19 Thread Shannon Zhao
From: Shannon Zhao There is a problem for power button that it will not work if an early system_powerdown request happens before guest gpio driver loads. Here we add the emulation of gpio_key and use it for ARM virt power button. Shannon Zhao (2): hw/gpio: Add the