Displaying 1 result from an estimated 1 matches for "vboxtest".
Did you mean:
mboxtest
2010 Mar 22
0
need help on working with libvirt+virtualbox
Hi all,
i am trying to create virtual box using libvirt ,
following is xml i tried to use following xml (followed example in libvirt
site . http://libvirt.org/drvvbox.html)
<domain type='vbox'>
<name>vboxtest</name>
<os> <type>hvm</type> <boot dev='hd'/> <boot
dev='cdrom'/> </os>
<memory>393216</memory>
<vcpu>1</vcpu>
<features> <acpi/> </features>
<devices>...