Re: [Qemu-devel] [PATCH v3 26/35] arm: 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-arm private contents of cpu.h when doing >multi-arch build > * Defining the QOM cpu hooks > * move cp.c to hw subdir for system-level visibility > * Add aarch64 to multi-suppo

[Qemu-devel] [PATCH v3 26/35] arm: enable multi-arch

2015-07-18 Thread Peter Crosthwaite
Multi-arch conversion consisting of: * Compiling out all target-arm private contents of cpu.h when doing multi-arch build * Defining the QOM cpu hooks * move cp.c to hw subdir for system-level visibility * Add aarch64 to multi-support list Signed-off-by: Peter Crosthwaite --- I guess I cou