Re: [PATCH] configure: map x32 to cpu_family x86_64 for meson

2021-06-11 Thread Paolo Bonzini
On 09/06/21 14:28, David Michael wrote: The meson.build file defines supported_cpus which does not contain x32, and x32 is not one of meson's stable built-in values: https://mesonbuild.com/Reference-tables.html#cpu-families Signed-off-by: David Michael --- Hi, QEMU fails to build for x32 due

Re: [PATCH] configure: map x32 to cpu_family x86_64 for meson

2021-06-09 Thread Daniel P . Berrangé
On Wed, Jun 09, 2021 at 02:30:09PM +0100, Peter Maydell wrote: > On Wed, 9 Jun 2021 at 13:48, Daniel P. Berrangé wrote: > > > > On Wed, Jun 09, 2021 at 08:28:39AM -0400, David Michael wrote: > > > The meson.build file defines supported_cpus which does not contain > > > x32, and x32 is not one of m

Re: [PATCH] configure: map x32 to cpu_family x86_64 for meson

2021-06-09 Thread Peter Maydell
On Wed, 9 Jun 2021 at 13:48, Daniel P. Berrangé wrote: > > On Wed, Jun 09, 2021 at 08:28:39AM -0400, David Michael wrote: > > The meson.build file defines supported_cpus which does not contain > > x32, and x32 is not one of meson's stable built-in values: > > https://mesonbuild.com/Reference-table

Re: [PATCH] configure: map x32 to cpu_family x86_64 for meson

2021-06-09 Thread David Michael
On Wed, Jun 9, 2021 at 8:45 AM Daniel P. Berrangé wrote: > On Wed, Jun 09, 2021 at 08:28:39AM -0400, David Michael wrote: > > The meson.build file defines supported_cpus which does not contain > > x32, and x32 is not one of meson's stable built-in values: > > https://mesonbuild.com/Reference-table

Re: [PATCH] configure: map x32 to cpu_family x86_64 for meson

2021-06-09 Thread Daniel P . Berrangé
On Wed, Jun 09, 2021 at 08:28:39AM -0400, David Michael wrote: > The meson.build file defines supported_cpus which does not contain > x32, and x32 is not one of meson's stable built-in values: > https://mesonbuild.com/Reference-tables.html#cpu-families > > Signed-off-by: David Michael > --- > >

[PATCH] configure: map x32 to cpu_family x86_64 for meson

2021-06-09 Thread David Michael
The meson.build file defines supported_cpus which does not contain x32, and x32 is not one of meson's stable built-in values: https://mesonbuild.com/Reference-tables.html#cpu-families Signed-off-by: David Michael --- Hi, QEMU fails to build for x32 due to that cpu_family not being defined in su