Re: [Qemu-devel] When are register values committed to CPUARMState

2014-03-31 Thread Gaurav Sharma
Seems, I am bit confused. So if i have to dump the target cpu registers, where would be the corresponding code to look into On Tue, Apr 1, 2014 at 12:47 AM, Peter Maydell wrote: > [put qemu-devel back on CC] > On 31 March 2014 20:13, Gaurav Sharma wrote: > > On Mon, Mar 31, 2014 at 11:35 PM, Pe

Re: [Qemu-devel] When are register values committed to CPUARMState

2014-03-31 Thread Peter Maydell
[put qemu-devel back on CC] On 31 March 2014 20:13, Gaurav Sharma wrote: > On Mon, Mar 31, 2014 at 11:35 PM, Peter Maydell > wrote: >> On 31 March 2014 18:59, Gaurav Sharma wrote: >> > I want to know, when are the register values committed to CPUARMState >> > structure ? >> >> When they need to

Re: [Qemu-devel] When are register values committed to CPUARMState

2014-03-31 Thread Peter Maydell
On 31 March 2014 18:59, Gaurav Sharma wrote: > I am trying to build a register trace for ARM target. > I am trying to just log the register values, for that I added TCG ops to > generate a helper function that dumps the register values in CPUARMState. > This helper function i have called at the en

[Qemu-devel] When are register values committed to CPUARMState

2014-03-31 Thread Gaurav Sharma
I am trying to build a register trace for ARM target. I am trying to just log the register values, for that I added TCG ops to generate a helper function that dumps the register values in CPUARMState. This helper function i have called at the end of disas_arm_state function, so that if enabled i ge