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

2015-06-22 Thread Andreas Färber
Am 16.06.2015 um 13:32 schrieb Peter Maydell: > On 16 June 2015 at 06:46, 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 >> ---

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

2015-06-16 Thread Peter Maydell
On 16 June 2015 at 06:46, 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 > --- Reviewed-by: Peter Maydell though you'll want to drop

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

2015-06-15 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 --- Changed since v1: Lease thumb masking in boot.c --- hw/arm/boot.c | 19 +++ 1 file changed, 7 insertion