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:

[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 defin

Re: [Qemu-devel] [PATCH v2 0/5] qapi: support py2 & py3 in parallel

2017-09-08 Thread David Michael
On Fri, Sep 8, 2017 at 2:40 AM, Daniel P. Berrange wrote: > On Fri, Sep 08, 2017 at 11:33:01AM +0200, Markus Armbruster wrote: >> "Daniel P. Berrange" writes: >> >> > Since I claimed that supporting py2 & py3 in parallel would be easy >> > for QEMU, I figured I ought to actually give it a try to

[Qemu-devel] [PATCH] scripts: Support building with Python 3

2017-08-20 Thread David Michael
teritems() to .items() - Adding fallback imports for functions moved to other modules Signed-off-by: David Michael --- Hi, I've been applying these changes when building on Fedora 26, which does not include any Python 2 packages by default. It was tested with Python 2.7 and 3.6. I just saw the