Re: [Qemu-devel] [PATCH v3 31/35] microblaze: enable multi-arch

2015-07-18 Thread Peter Crosthwaite
On Sat, Jul 18, 2015 at 5:35 AM, Paolo Bonzini wrote: > > > On 18/07/2015 11:40, Peter Crosthwaite wrote: >> Multi-arch conversion consisting of: >> * Compiling out all target-microblaze private contents of cpu.h >>when doing multi-arch build >> * Defining the QOM cpu hooks >> * Add microbl

Re: [Qemu-devel] [PATCH v3 31/35] microblaze: enable multi-arch

2015-07-18 Thread Paolo Bonzini
On 18/07/2015 11:40, Peter Crosthwaite wrote: > Multi-arch conversion consisting of: > * Compiling out all target-microblaze private contents of cpu.h >when doing multi-arch build > * Defining the QOM cpu hooks > * Add microblazeel to multi-support list > > Signed-off-by: Peter Crosthwait

[Qemu-devel] [PATCH v3 31/35] microblaze: enable multi-arch

2015-07-18 Thread Peter Crosthwaite
Multi-arch conversion consisting of: * Compiling out all target-microblaze private contents of cpu.h when doing multi-arch build * Defining the QOM cpu hooks * Add microblazeel to multi-support list Signed-off-by: Peter Crosthwaite --- I guess I could split to multi patches but it will bloa