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: Raj Rajasekaran
Subject: Re: [Qemu-devel] Spice vdagent on SLED 11
Date: Tue, 24 Apr 2012 10:43:12 -0500

Where do I check whether VM is configured to expose this virtio serial device? If not how to configure it.

On Mon, Apr 23, 2012 at 7:45 PM, Andrew Cathrow <address@hidden> wrote:


----- 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]