Re: [PATCH qemu] Add basic power management to raspi.

2021-06-02 Thread Nolan
On 6/2/21 4:22 PM, Philippe Mathieu-Daudé wrote: On 6/2/21 11:33 PM, Nolan wrote: On 5/31/21 4:23 AM, Philippe Mathieu-Daudé wrote: Hi Nolan, Thanks for your patch! There is something odd with your email address, which apparently became source...@sigbus.net instead of no...@sigbus.net. Ugh,

Re: [PATCH qemu] Add basic power management to raspi.

2021-06-02 Thread Philippe Mathieu-Daudé
On 6/2/21 11:33 PM, Nolan wrote: > On 5/31/21 4:23 AM, Philippe Mathieu-Daudé wrote: >> Hi Nolan, >> >> Thanks for your patch! >> >> There is something odd with your email address, which apparently >> became source...@sigbus.net instead of no...@sigbus.net. > > Ugh, oops. I was trying out sourcehu

Re: [PATCH qemu] Add basic power management to raspi.

2021-06-02 Thread Nolan
On 5/31/21 4:23 AM, Philippe Mathieu-Daudé wrote: Hi Nolan, Thanks for your patch! There is something odd with your email address, which apparently became source...@sigbus.net instead of no...@sigbus.net. Ugh, oops. I was trying out sourcehut for this, and reflexively gave them a marker emai

Re: [PATCH qemu] Add basic power management to raspi.

2021-05-31 Thread Philippe Mathieu-Daudé
Hi Nolan, Thanks for your patch! There is something odd with your email address, which apparently became source...@sigbus.net instead of no...@sigbus.net. On 5/18/21 10:24 PM, ~nolanl wrote: > From: Nolan Leake > > This is just enough to make reboot and poweroff work. Please precise "for Linu

[PATCH qemu] Add basic power management to raspi.

2021-05-18 Thread ~nolanl
From: Nolan Leake This is just enough to make reboot and poweroff work. Notably, the watchdog timer functionality is not yet implemented. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/64 Signed-off-by: Nolan Leake --- hw/arm/bcm2835_peripherals.c | 13 ++- hw/misc/bcm2835_po