Displaying 3 results from an estimated 3 matches for "passwdvalidto".
2014 Aug 19
2
disable-ticketing
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
2015 Feb 16
1
Re: spice session locking
Any idea how to do this with virsh or hooks? Qemu seems to have a
spice.set_ticket command, but calling this from virsh's
'qemu-monitor-command guest --hmp --cmd spice.set_ticket password'
doesn't work.
The password would somehow have to be reset once the client logs out.
On Mon, Feb 16, 2015 at 11:50 AM, Michal Privoznik <mprivozn@redhat.com> wrote:
> On 13.02.2015
2011 Jun 06
0
Release of libvirt-0.9.2
...port persistent add/delete network interface (KAMEZAWA Hiroyuki)
- openvz: Add simple testcase for config file parsing function (Matthias Bolte)
- Add disk attach/detach support to libxl driver (Markus Gro?)
- Refactored libxl datastructure instantiation (Markus Gro?)
- schema: Add graphics element passwdValidTo attribute to schema (Michal Privoznik)
- Fix sign mismatches between public API, driver API and XDR protocol (Matthias Bolte)
- remote generator: Fix XDR sign mismatch for virNodeGet(Cells)FreeMemory (Matthias Bolte)
- remote generator: Handle stream-using functions (Matthias Bolte)
- remote genera...