I’m following the kvm instructions step by step with whonix 9.6.
I got this error at the first gateway import step.
user@host:~$ virsh -c qemu:///system define ~/Whonix-Gateway_kvm-9.6.xml error: Failed to define domain from /home/user/Whonix-Gateway_kvm-9.6.xml error: internal error: no supported architecture for os type 'hvm'
These are my kvm software versions.
debian wheezy 7.8
libvirt-bin 1.2.9-9~bpo70+1
qemu-kvm 2.1+dfsg-9~bpo70+1
virt-manager 0.9.1-4
My system hardware might not support the ‘hvm’ architecture?
If this is the problem, can I change this ‘hvm’ dependency to something for systems that don’t support it?
This page maybe shows some other options.
https://libvirt.org/formatcaps.html
os_type This expresses what kind of operating system the hypervisor is able to run. Possible values are:xen for XEN linux legacy alias for xen hvm Unmodified operating system exe Container based virtualization uml User Mode Linux</blockquote>