Re: [Qemu-devel] [PATCH] microblaze: s3adsp: Instantiate CPU using QOM

2015-05-24 Thread Peter Crosthwaite
On Sun, May 24, 2015 at 9:58 PM, Edgar E. Iglesias wrote: > On Sun, May 24, 2015 at 08:31:40PM -0700, Peter Crosthwaite wrote: >> Instantiate and realise the CPU directly, rather than using >> cpu_mb_init. Microblazes cpu_model argument is a dummy so remove the >> default cpu_model set logic. > >

Re: [Qemu-devel] [PATCH] microblaze: s3adsp: Instantiate CPU using QOM

2015-05-24 Thread Edgar E. Iglesias
On Sun, May 24, 2015 at 08:31:40PM -0700, Peter Crosthwaite wrote: > Instantiate and realise the CPU directly, rather than using > cpu_mb_init. Microblazes cpu_model argument is a dummy so remove the > default cpu_model set logic. Reviewed-by: Edgar E. Iglesias I've put this in my mb queue. BTW,

[Qemu-devel] [PATCH] microblaze: s3adsp: Instantiate CPU using QOM

2015-05-24 Thread Peter Crosthwaite
Instantiate and realise the CPU directly, rather than using cpu_mb_init. Microblazes cpu_model argument is a dummy so remove the default cpu_model set logic. Signed-off-by: Peter Crosthwaite --- hw/microblaze/petalogix_s3adsp1800_mmu.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-