Re: [Qemu-devel] [PATCH v1 1/1] target-microblaze: Set the PC in reset instead of realize

2015-10-01 Thread Edgar E. Iglesias
On Sat, Jul 25, 2015 at 12:45:08PM +1000, Edgar E. Iglesias wrote: > On Thu, Jul 23, 2015 at 08:13:56AM -0700, Alistair Francis wrote: > > Set the Microblaze CPU PC in the reset instead of setting it > > in the realize. This is required as the PC is zeroed in the > > reset function and causes probl

Re: [Qemu-devel] [PATCH v1 1/1] target-microblaze: Set the PC in reset instead of realize

2015-07-24 Thread Edgar E. Iglesias
On Thu, Jul 23, 2015 at 08:13:56AM -0700, Alistair Francis wrote: > Set the Microblaze CPU PC in the reset instead of setting it > in the realize. This is required as the PC is zeroed in the > reset function and causes problems in some situations. > > Signed-off-by: Alistair Francis Looks good:

[Qemu-devel] [PATCH v1 1/1] target-microblaze: Set the PC in reset instead of realize

2015-07-23 Thread Alistair Francis
Set the Microblaze CPU PC in the reset instead of setting it in the realize. This is required as the PC is zeroed in the reset function and causes problems in some situations. Signed-off-by: Alistair Francis --- target-microblaze/cpu.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(