----- Original Message -----
> From: "Raj Rajasekaran" <r...@connecttel.com>
> To: qemu-devel@nongnu.org
> Sent: Monday, April 23, 2012 11:35:56 AM
> Subject: [Qemu-devel] Spice vdagent on SLED 11
> 
> I am not able to get Spice vdagent running on SLED 11 virtual
> machine. Log file has the error message 'Missing virtio device
> '/dev/virtio-ports/com.redhat.spice.0'. I am using Qemu v0.15.1 and
> Spice v0.10.0.
> 
> 
> Has anyone got this work under SLED11?

Is your VM configured to expost a virtio-serial device named com.redhat.spice.0 
?

-chardev spicevmc,id=charchannel0,name=vdagent
-device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0


or


<controller type='virtio-serial' index='0'/>
  <channel type='spicevmc'>
      <target type='virtio' name='com.redhat.spice.0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>



> 
> 
> -Raj

Reply via email to