On 11/18/22 18:41, Howard Chu wrote:
Michael Ströder wrote:
AFAICT the OBS builds are always run on temporarily spawned VMs (IIRC qemu-kvm), not only containers. For most platforms the VMs are spawned on real native hardware .. >
Your log clearly shows the build is running under a QEMU VM.
Also on riscv64 OBS starts the build VM with:
qemu-kvm [..] -cpu host -M pc,accel=kvm,[..]
AFAICT this results in KVM being used without CPU emulation.
Ciao, Michael.