sdowney717
October 24th, 2009, 01:10 PM
does KVM support usb?
i tried using a vmware disk image but am getting boot errors as you can see
i followed this guide here
https://help.ubuntu.com/community/KVM/FAQ
so what am i doing wrong?
contents of the xml file
<domain type='kvm'>
<name>minixp</name>
<uuid>5798fae9-f6a2-4bd3-bf24-98b117c269ed</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='i686' machine='pc-0.11'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<source file='/home/scott/vm/ixp/ixp.vmdk'/>
<target dev='hda' bus='ide'/>
</disk>
<interface type='network'>
<mac address='00:0c:29:5f:94:56'/>
<source network='default'/>
</interface>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'/>
<video>
<model type='cirrus' vram='9216' heads='1'/>
</video>
</devices>
</domain>
i tried using a vmware disk image but am getting boot errors as you can see
i followed this guide here
https://help.ubuntu.com/community/KVM/FAQ
so what am i doing wrong?
contents of the xml file
<domain type='kvm'>
<name>minixp</name>
<uuid>5798fae9-f6a2-4bd3-bf24-98b117c269ed</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='i686' machine='pc-0.11'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<source file='/home/scott/vm/ixp/ixp.vmdk'/>
<target dev='hda' bus='ide'/>
</disk>
<interface type='network'>
<mac address='00:0c:29:5f:94:56'/>
<source network='default'/>
</interface>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'/>
<video>
<model type='cirrus' vram='9216' heads='1'/>
</video>
</devices>
</domain>