Emad Elsaid
Recent
RSS
Hashtags
New Page
QEMU
Sunday 27 August 2023
Edit on Github
Command I used to get started with
QEMU
and virt-manager on Archlinux
Checked if virtualization is enabled
1
$ egrep -c
'(vmx|svm)'
/proc/cpuinfo
2
16