pmbootstrap/pmb/parse
Minecrell 7bbc507416
pmb.qemu: use -cpu host for KVM, make configurable with --cpu (!1886)
For KVM the code is run pretty much natively on the host CPU, so all
CPU extensions available on the host CPU can be also used inside the VM.
To expose that information to the VM we should pass "-cpu host", so the
VM is aware of which CPU is in use.

For CPU emulation, QEMU uses a rather minimal CPU on x86_64 by default.
It does not have support for SSE3/4 etc, which may be required for some
applications to work properly (e.g. Android in Anbox). Add a --cpu flag
to make the emulated CPU configurable. Useful values are for example
--cpu max to emulate all implemented CPU features.
2020-03-14 08:05:32 +01:00
..
__init__.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
_apkbuild.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
apkindex.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
arch.py pmb.qemu: use current device instead of requiring --arch (!1886) 2020-03-14 08:05:32 +01:00
arguments.py pmb.qemu: use -cpu host for KVM, make configurable with --cpu (!1886) 2020-03-14 08:05:32 +01:00
binfmt_info.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
bootimg.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
depends.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
deviceinfo.py pmb: replace deviceinfo_date with deviceinfo_year, add to wizard (!1888) 2020-03-14 00:33:22 +01:00
kconfig.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
version.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00