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

2015-06-24 Thread Peter Crosthwaite
On Wed, Jun 24, 2015 at 11:29 AM, Andreas Färber afaer...@suse.de wrote: Am 24.06.2015 um 20:00 schrieb Andreas Färber: Am 24.06.2015 um 05:19 schrieb Peter Crosthwaite: Use cpu_set_pc() for setting program counters when bootloading. This removes an instance of system level code having to

Re: [Qemu-devel] [PATCH qom v3 4/4] microblaze: 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() for setting program counters when bootloading. This removes an instance of system level code having to reach into the CPU env. Reviewed-by: Andreas Färber afaer...@suse.de Signed-off-by: Peter Crosthwaite

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

2015-06-24 Thread Andreas Färber
Am 24.06.2015 um 20:00 schrieb Andreas Färber: Am 24.06.2015 um 05:19 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. Reviewed-by: Andreas Färber afaer...@suse.de

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

2015-06-23 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. Reviewed-by: Andreas Färber afaer...@suse.de Signed-off-by: Peter Crosthwaite crosthwaite.pe...@gmail.com --- changed since v2: Add () to function names