Displaying 1 result from an estimated 1 matches for "944cdca7acf7".
2012 Feb 25
2
Problems running virtual machines after an upgrade
...1.0-bcv (qemu-kvm-1.0), Copyright (c) 2003-2008
Fabrice Bellard
$ sudo virsh define ./debian.xml
error: Failed to define domain from ./debian.xml
error: unknown OS type hvm
$ cat debian.xml
<domain type='kvm'>
<name>debian</name>
<uuid>0aab8869-ff87-14ce-a00b-944cdca7acf7</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu cpuset='6-7'>2</vcpu>
<cputune>
<vcpupin vcpu='0' cpuset='6'/>
<vcpupin vcpu='1' cpuset='7'/>
</cputune...