Re: [Qemu-devel] [PATCH] PReP Software Reset

2013-02-16 Thread Julio Guerra
2013/2/16 Andreas Färber > > Am 16.02.2013 13:19, schrieb Julio Guerra: > How did you test this change? > With a program (a kernel debugger) doing a software reset (when leaving the debug session). Hence, it is not possible to reconnect without this patch since the platform has not been corretly

Re: [Qemu-devel] [PATCH] PReP Software Reset

2013-02-16 Thread Andreas Färber
Am 16.02.2013 13:19, schrieb Julio Guerra: > The software reset of a PReP machine should reset the entire system > and not only the processor. It occurs when changing the 7th bit of > port 0092 from 0 to 1. > > Adding a new variable in PReP's sysctrl_t to store the soft reset bit > makes possible

[Qemu-devel] [PATCH] PReP Software Reset

2013-02-16 Thread Julio Guerra
The software reset of a PReP machine should reset the entire system and not only the processor. It occurs when changing the 7th bit of port 0092 from 0 to 1. Adding a new variable in PReP's sysctrl_t to store the soft reset bit makes possible to be compliant with PReP specification : * reset the s