qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Spice vdagent on SLED 11


From: Andrew Cathrow
Subject: Re: [Qemu-devel] Spice vdagent on SLED 11
Date: Mon, 23 Apr 2012 20:45:29 -0400 (EDT)


----- Original Message -----
> From: "Raj Rajasekaran" <address@hidden>
> To: address@hidden
> 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

[Prev in Thread] Current Thread [Next in Thread]