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:
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
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
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