hi... where usually disable-ticketing is avaliable in vm xml ???? i use this command virsh edit vmname and i can edit any options and added but when add this option to <graphics> as example : <graphics disable-ticketing='yes'> or <graphics> <disable-ticketing /> </graphics> nothing happened the file return to first status only this option ... if i add passwd in <graphics> is took as example: <graphics passwd='111111'> it's work and vm xml is edited...
On 08/19/2014 02:04 AM, mhd wrote:> hi... > > where usually disable-ticketing is avaliable in vm xml ????I'm not familiar with disable-ticketing. It's certainly not mentioned anywhere on http://libvirt.org/formatdomain.html, which explains why libvirt is ignoring it (you can't request XML that libvirt is not documented as understanding). What is the change to the qemu command line that you hope to achieve? It may be a case that no one has implemented libvirt XML that drives that particular qemu option; if so, you can still drive the option manually while waiting for a patch to support it formally: http://libvirt.org/drvqemu.html#qemucommand -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
On 19.08.2014 10:04, mhd wrote:> hi... > > where usually disable-ticketing is avaliable in vm xml ???? > > i use this command virsh edit vmname > > and i can edit any options and added but when add this option to > <graphics> as example : <graphics disable-ticketing='yes'> or > > <graphics> > <disable-ticketing /> > </graphics> >disable ticketing is terminology used by RHEV/oVirt that enables password during SPICE/VNC conneting. So either you'll remove @passwd and @passwdValidTo from <graphics/> or use the password you'll think of (like you're doing already).> nothing happened the file return to first status only this option ... > > if i add passwd in <graphics> is took as example: <graphics > passwd='111111'> > > it's work and vm xml is edited... > > > _______________________________________________ > libvirt-users mailing list > libvirt-users@redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-users >Michal
Reasonably Related Threads
- Passing non-standard Options through Libvirt to QEMU
- Reg: Adding "edu" device using XML file
- Re: xl extra parameters equivalent for libvirt
- [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
- [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net