dholler@dholler-thinkpadp1gen3:~$ ssh dholler@192.168.178.145
Web console: https://localhost:9090/
Last login: Tue Feb 24 16:02:23 2026 from 192.168.178.45
dholler@linux:~$ uname -a
Linux linux.fritz.box 6.12.0-208stefanha.mbec.202602171515.el10.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 17 15:55:47 EST 2026 x86_64 GNU/Linux
dholler@linux:~$ rpm -qa qemu-kvm
qemu-kvm-10.1.0-12.el10.stefanha.mbec.202602171515.x86_64
dholler@linux:~$ rpm -qa libvirt
libvirt-11.10.0-4.el10.x86_64
dholler@linux:~$ export MACHINE=q35
dholler@linux:~$ export ARCH=x86_64
dholler@linux:~$ export VIRTTYPE=kvm
dholler@linux:~$ virsh domcapabilities --machine $MACHINE --arch $ARCH --virttype $VIRTTYPE | virsh hypervisor-cpu-baseline --features /dev/stdin --machine $MACHINE --arch $ARCH --virttype $VIRTTYPE
SierraForest
Intel
dholler@linux:~$ virsh capabilities | virsh hypervisor-cpu-baseline --features /dev/stdin
Authorization not available. Check if polkit service is running or see debug message f
warning: using host CPU definition as input may provide incorrect results
Snowridge
Intel
bash: Authorization: command not found...
dholler@linux:~$ grep ept_mode_based_exec /proc/cpuinfo | head -1
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_violation_ve ept_mode_based_exec tsc_scaling usr_wait_pause
dholler@linux:~$