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

2015-06-22 Thread Andreas Färber
Am 16.06.2015 um 07:46 schrieb Peter Crosthwaite: > Use cpu_set_pc for setting program counters when bootloading. This > removes an instance of system level code having to reach into the CPU > env. > > Signed-off-by: Peter Crosthwaite Reviewed-by: Andreas Färber but please remember to use "cpu

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

2015-06-16 Thread Peter Crosthwaite
On Tue, Jun 16, 2015 at 4:33 AM, Peter Maydell wrote: > On 16 June 2015 at 06:46, Peter Crosthwaite > wrote: >> Use cpu_set_pc for setting program counters when bootloading. This >> removes an instance of system level code having to reach into the CPU >> env. >> >> Signed-off-by: Peter Crosthwai

Re: [Qemu-devel] [PATCH v2 4/4] microblaze: 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 for setting program counters when bootloading. This > removes an instance of system level code having to reach into the CPU > env. > > Signed-off-by: Peter Crosthwaite > --- > hw/microblaze/boot.c | 2 +- > 1 file changed, 1 ins

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

2015-06-15 Thread Peter Crosthwaite
Use cpu_set_pc for setting program counters when bootloading. This removes an instance of system level code having to reach into the CPU env. Signed-off-by: Peter Crosthwaite --- hw/microblaze/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/microblaze/boot.c b/hw/mi