Re: [Qemu-devel] [PATCH 2/2] aspeed/scu: Implement power off register

2019-01-24 Thread Joel Stanley
On Fri, 4 Jan 2019 at 03:26, Peter Maydell wrote: > > On Tue, 11 Dec 2018 at 03:11, Joel Stanley wrote: > > > > This register does not exist in hardware. It is here to allow the guest > > code to cause Qemu to exit when required. > > > > The register address chosen is unused in the emulated machi

Re: [Qemu-devel] [PATCH 2/2] aspeed/scu: Implement power off register

2019-01-03 Thread Peter Maydell
On Tue, 11 Dec 2018 at 03:11, Joel Stanley wrote: > > This register does not exist in hardware. It is here to allow the guest > code to cause Qemu to exit when required. > > The register address chosen is unused in the emulated machines > datasheets. > > Signed-off-by: Joel Stanley > --- > hw/mi

Re: [Qemu-devel] [PATCH 2/2] aspeed/scu: Implement power off register

2018-12-10 Thread Cédric Le Goater
On 12/11/18 4:10 AM, Joel Stanley wrote: > This register does not exist in hardware. It is here to allow the guest > code to cause Qemu to exit when required. > > The register address chosen is unused in the emulated machines > datasheets. yes. I checked also. On the AST2600, 0x1A0 is now in th

[Qemu-devel] [PATCH 2/2] aspeed/scu: Implement power off register

2018-12-10 Thread Joel Stanley
This register does not exist in hardware. It is here to allow the guest code to cause Qemu to exit when required. The register address chosen is unused in the emulated machines datasheets. Signed-off-by: Joel Stanley --- hw/misc/aspeed_scu.c | 5 + 1 file changed, 5 insertions(+) diff --gi