Re: [virt-tools-list] [PATCH] graphics: add passwdValidTo attribute

2011-01-07 Thread Cole Robinson
On 01/07/2011 02:52 PM, Marc-André Lureau wrote: > # HG changeset patch > # User Marc-André Lureau > # Date 1294424777 -3600 > # Node ID 3fc485aa19224b1f29586b546a7508747c1714dc > # Parent 1b630fe29b72b2fc7a41f884a55f1132b19132d4 > graphics: add passwdValidTo attribute > Thanks, pushed: http:

Re: [virt-tools-list] [PATCH] graphics: tls port should be -1 when undefined

2011-01-07 Thread Cole Robinson
On 01/07/2011 02:51 PM, Marc-André Lureau wrote: > # HG changeset patch > # User Marc-André Lureau > # Date 1294421618 -3600 > # Node ID 1b630fe29b72b2fc7a41f884a55f1132b19132d4 > # Parent 5e626f06ab802119281546fc9eafae34a7ae7d13 > graphics: tls port should be -1 when undefined > > diff -r 5e62

[virt-tools-list] [PATCH 2 of 2] details: add gfx passwdValidTo

2011-01-07 Thread Marc-André Lureau
# HG changeset patch # User Marc-André Lureau # Date 1294427299 -3600 # Node ID 3f68216b36c4da99e288c75929d20f05e316bddb # Parent 34ba155f908fd3fa666935fdd4a0e931c53b963b details: add gfx passwdValidTo diff -r 34ba155f908f -r 3f68216b36c4 src/virtManager/details.py --- a/src/virtManager/details.

[virt-tools-list] [PATCH 1 of 2] console: add spice password support

2011-01-07 Thread Marc-André Lureau
# HG changeset patch # User Marc-André Lureau # Date 1294409673 -3600 # Node ID 34ba155f908fd3fa666935fdd4a0e931c53b963b # Parent 5dd7342a65b1a2e11a9e4003062664f8e8d15309 console: add spice password support diff -r 5dd7342a65b1 -r 34ba155f908f src/virtManager/console.py --- a/src/virtManager/con

[virt-tools-list] [PATCH 0 of 2] virt-manager: update password support (Spice + expire)

2011-01-07 Thread Marc-André Lureau
Hi, The first patch adds password support for Spice viewer, which was recently merged in virt-manager (nice, thanks!). The second patch adds password expiration for QEMU vnc/spice, and requires a few patches in libvirt and python-virtinst which I just sent in the respective mailing lists. regard

[virt-tools-list] [PATCH] graphics: add passwdValidTo attribute

2011-01-07 Thread Marc-André Lureau
# HG changeset patch # User Marc-André Lureau # Date 1294424777 -3600 # Node ID 3fc485aa19224b1f29586b546a7508747c1714dc # Parent 1b630fe29b72b2fc7a41f884a55f1132b19132d4 graphics: add passwdValidTo attribute diff -r 1b630fe29b72 -r 3fc485aa1922 tests/xmlparse-xml/change-graphics-in.xml --- a/te

[virt-tools-list] [PATCH] graphics: tls port should be -1 when undefined

2011-01-07 Thread Marc-André Lureau
# HG changeset patch # User Marc-André Lureau # Date 1294421618 -3600 # Node ID 1b630fe29b72b2fc7a41f884a55f1132b19132d4 # Parent 5e626f06ab802119281546fc9eafae34a7ae7d13 graphics: tls port should be -1 when undefined diff -r 5e626f06ab80 -r 1b630fe29b72 virtinst/VirtualGraphics.py --- a/virtins

Re: [virt-tools-list] [PATCH 0 of 5] virt-manager: add Spice support v2

2011-01-07 Thread Cole Robinson
On 12/22/2010 04:56 AM, Marc-André Lureau wrote: > Hi, > > Ooops, I didn't realize the first patches I sent didn't apply on > current hg. > > Based on Cole comments, here are the changes since last submission: > > - rebased on top of hg tip > - split the big console patch in 3 parts > - removed