Re: [Qemu-devel] [PATCH qom v3 3/4] arm: boot: Use cpu_set_pc()

2015-06-24 Thread Peter Maydell
On 24 June 2015 at 19:22, Andreas Färber wrote: > Am 24.06.2015 um 05:19 schrieb Peter Crosthwaite: >> Use cpu_set_pc() across the board for setting program counters. This >> removes instances of system level code having to reach into the CPU >> env. >> >> Reviewed-by: Peter Maydell >> Reviewed-b

Re: [Qemu-devel] [PATCH qom v3 3/4] arm: boot: Use cpu_set_pc()

2015-06-24 Thread Peter Crosthwaite
On Wed, Jun 24, 2015 at 11:22 AM, Andreas Färber wrote: > Am 24.06.2015 um 05:19 schrieb Peter Crosthwaite: >> Use cpu_set_pc() across the board for setting program counters. This >> removes instances of system level code having to reach into the CPU >> env. >> >> Reviewed-by: Peter Maydell >> Re

Re: [Qemu-devel] [PATCH qom v3 3/4] arm: boot: Use cpu_set_pc()

2015-06-24 Thread Andreas Färber
Am 24.06.2015 um 05:19 schrieb Peter Crosthwaite: > Use cpu_set_pc() across the board for setting program counters. This > removes instances of system level code having to reach into the CPU > env. > > Reviewed-by: Peter Maydell > Reviewed-by: Andreas Färber > Signed-off-by: Peter Crosthwaite >