Re: [Qemu-devel] [RFC v2 26/34] core: Introduce multi-arch build

2015-06-01 Thread Paolo Bonzini
On 31/05/2015 08:11, Peter Crosthwaite wrote: > diff --git a/target-multi/cpu.h b/target-multi/cpu.h > new file mode 100644 > index 000..70a1d6b > --- /dev/null > +++ b/target-multi/cpu.h > @@ -0,0 +1,16 @@ > +#ifndef MULTI_CPU_H > +#define MULTI_CPU_H > + > +#include "config.h" > + > +#defin

[Qemu-devel] [RFC v2 26/34] core: Introduce multi-arch build

2015-05-30 Thread Peter Crosthwaite
Create the multi-softmmu build target. The multi-arch build will be a combination of all softmmu targets that are: 1: also configured for build (as --target-list items) 2: support multi-arch target-multi will define TARGET_FOO for each supported target. This is to allow access to these defs from