pmbootstrap/pmb
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
..
aportgen pmb: replace deviceinfo_date with deviceinfo_year, add to wizard (!1888) 2020-03-14 00:33:22 +01:00
build pmb.build._package: fix erroneous if condition (!1889) 2020-03-08 19:22:12 +01:00
chroot pmb.config.workdir: save/check chroot init date (!1878) 2020-02-24 18:18:38 +01:00
config pmb.qemu: remove QEMU mesa driver setup question (!1886) 2020-03-14 08:05:32 +01:00
data pmb/data/keys/pmos-5a03a13a.rsa.pub: remove (!1835) 2019-11-21 23:52:25 +01:00
export Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
flasher Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00
helpers pmb/helpers/pmaports: fix finding subpackages (!1890) 2020-03-09 18:49:59 +01:00
install pmb.qemu: remove QEMU mesa driver setup question (!1886) 2020-03-14 08:05:32 +01:00
parse pmb.qemu: use -cpu host for KVM, make configurable with --cpu (!1886) 2020-03-14 08:05:32 +01:00
qemu pmb.qemu: use -cpu host for KVM, make configurable with --cpu (!1886) 2020-03-14 08:05:32 +01:00
__init__.py Cosmetic: use SPDX license header (!1877) 2020-02-24 03:11:10 +03:00