On ppc64le, the accel.kvm_available() check may wrongly
return False because the host arch (as returned by os.uname[4])
and the target arch (ppc64) mismatch. In order to solve this
it is added an ppc64le -> ppc64 mapping which is used as an
fallback verification.
Fixes:
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| accel.py | ||
| machine.py | ||
| qmp.py | ||
| qtest.py | ||