Merge branch 'bugfix/git-https' into experimental
[tails-test.git] / wiki / src / bugs / libvirt_kvm_guest_not_detected_as_a_VM.mdwn
blob52265a40fa6303372f363fd5286ec6a4d4f8fae5
1 virt-what does not detect a libvirt KVM/qemu guest as a VM.
2 Relevant configuration excert follows.
4         <domain type='kvm'>
5           <os>
6             <type arch='x86_64' machine='pc-0.12'>hvm</type>
7             <boot dev='cdrom'/>
8           </os>
9           <features>
10             <acpi/>
11             <apic/>
12             <pae/>
13           </features>
14           <devices>
15             <emulator>/usr/bin/qemu</emulator>
16           </devices>
17         </domain>
19 > I -the original reporter- cannot reproduce it anymore => [[done]]