Re: [Qemu-devel] [PATCH 1/2] aspeed: Add syscon-poweroff to guest device tree

2018-12-10 Thread Cédric Le Goater
On 12/11/18 4:10 AM, Joel Stanley wrote: > This adds a node to the guest's device tree that allows it to cause Qemu > to exit when the guest shuts down. Do you think we could find a way to add the same node under U-Boot for tests using flash images ? or could we just add the node in DT ? Would th

[Qemu-devel] [PATCH 1/2] aspeed: Add syscon-poweroff to guest device tree

2018-12-10 Thread Joel Stanley
This adds a node to the guest's device tree that allows it to cause Qemu to exit when the guest shuts down. Signed-off-by: Joel Stanley --- hw/arm/aspeed.c | 33 + 1 file changed, 33 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 515898548284.