Re: [Qemu-devel] [PATCH] zynq: Request qemu reset when PSS_RESET_CTRL triggered.

2014-02-08 Thread Peter Maydell
On 8 February 2014 14:04, Peter Maydell wrote: > On 3 February 2014 04:33, Chris Johns wrote: >> If 1 is written to the SLCR's PSS_RESET_CTRL register request a qemu >> reset. >> >> The RTEMS BSPs use this bit and if -no-reboot is used qemu exits cleanly. >> >> Signed-off-by: Chris Johns > > [re

Re: [Qemu-devel] [PATCH] zynq: Request qemu reset when PSS_RESET_CTRL triggered.

2014-02-08 Thread Peter Maydell
On 3 February 2014 04:33, Chris Johns wrote: > If 1 is written to the SLCR's PSS_RESET_CTRL register request a qemu > reset. > > The RTEMS BSPs use this bit and if -no-reboot is used qemu exits cleanly. > > Signed-off-by: Chris Johns > --- > hw/misc/zynq_slcr.c | 6 +- > 1 file changed, 5 in

[Qemu-devel] [PATCH] zynq: Request qemu reset when PSS_RESET_CTRL triggered.

2014-02-02 Thread Chris Johns
If 1 is written to the SLCR's PSS_RESET_CTRL register request a qemu reset. The RTEMS BSPs use this bit and if -no-reboot is used qemu exits cleanly. Signed-off-by: Chris Johns --- hw/misc/zynq_slcr.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/misc/zynq_slcr.c b