Re: [Qemu-devel] [PATCH 4/5] arm: boot: Use cpu_set_pc

2015-06-15 Thread Peter Maydell
On 15 June 2015 at 04:48, Peter Crosthwaite wrote: > 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. > > Signed-off-by: Peter Crosthwaite > --- > hw/arm/boot.c | 16 > 1 file changed,

[Qemu-devel] [PATCH 4/5] arm: boot: Use cpu_set_pc

2015-06-14 Thread 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. Signed-off-by: Peter Crosthwaite --- hw/arm/boot.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/hw/arm/boot.c b/hw/