<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello,<br>I am trying to create a lucid guest VM with a vmchannel between the guest and the hypervisor. Details below:<br><br>KERNEL:<br># uname -a<br>Linux saurav-desktop 2.6.38-2-generic #29~lucid1-Ubuntu SMP Mon Feb 7 13:35:14 UTC 2011 i686 GNU/Linux<br><br>QEMU:<br># /usr/bin/qemu --version<br>QEMU emulator version 0.13.0, Copyright (c) 2003-2008 Fabrice Bellard<br><br>LIBVIRT:<br># /usr/sbin/libvirtd --version<br>/usr/local/sbin/libvirtd (libvirt) 0.8.8<br><br><br>Below is a snippet of my libvirt xml file.<br><br>===============================================================<br><domain type='kvm' id='16'><br>  <name>FinalTest</name><br>  <uuid>212bc1f1-b4f7-1ed3-7dc3-2b4b82ab68d1</uuid><br>  <memory>1048576</memory><br>  <currentMemory>1048576</currentMemory><br> 
 <vcpu>1</vcpu><br>  <os><br>    <type arch='x86_64' machine='pc-0.12'>hvm</type><br>    <boot dev='hd'/><br>  </os><br>  <features><br>    <acpi/><br>    <apic/><br>    <pae/><br>  </features><br>  <clock offset='utc'/><br>  <on_poweroff>destroy</on_poweroff><br>  <on_reboot>destroy</on_reboot><br>  <on_crash>destroy</on_crash><br>  <devices><br>    <emulator>/usr/bin/kvm</emulator><br><br><controller type='virtio-serial' index='0' max_ports='15' vectors='4'/><br><channel type='pty'><br>  <target type='virtio' name='org.linux-kvm.port.1'/><br> <address type='virtio-serial' controller='0' bus='0'/><br></channel><br><br>    <disk
 type='file' device='disk'><br>      <driver name='qemu' type='qcow2'/><br>      <source file='/home/user1/linux_installed/image.cow2'/><br>      <target dev='hda' bus='ide'/><br>      <alias name='ide-disk0'/><br>        <address type='drive' controller='0' bus='0' unit='0'/><br>    </disk><br>================================================================<br><br>When i submit the xml file to virsh I get the following error:<br><br>===============================================================<br># virsh create vmTemplete-1.xml <br>error: Failed to create domain from vmTemplete-1.xml<br>error: internal error Process exited while reading console log output: char device redirected to /dev/pts/3<br>char device redirected to /dev/pts/4<br>open /dev/kvm: No such file or
 directory<br>Could not initialize KVM, will disable KVM support<br>kvm: -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.linux-kvm.port.1: virtio-serial-bus: Out-of-range port id specified, max. allowed: 0<br><br>kvm: -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.linux-kvm.port.1: Device 'virtserialport' could not be initialized<br><br>===========================================================<br><br>What could be the problem ? Could any one please point to the correct direction with regard to this.<br><br>Regards<br>sl<br><br></td></tr></table><br>