Re: [Spice-devel] Remote Viewer for Windows XP with UsbDk support

2017-03-06 Thread Sameeh Jubran
On Sun, Mar 5, 2017 at 10:02 PM, Fabiano Fidêncio 
wrote:

> On Sun, Mar 5, 2017 at 1:40 PM, Sameeh Jubran  wrote:
> >
> >
> > On Sun, Mar 5, 2017 at 12:37 PM, Victor Toso 
> wrote:
> >>
> >> Hi,
> >>
> >> On Sun, Mar 05, 2017 at 11:46:01AM +0200, Sameeh Jubran wrote:
> >> > Hi all,
> >> >
> >> > I am trying to run Remote Viewer inside Windows XP while using UsbDk
> for
> >> > redirection, However when installing the latest version of Virt-Viewer
> >> > on
> >> > XP and try to run Remote Viewer some Dlls seem to be missing.
> >> >
> >> > Anyone knows where can I find / compile a version that supports UsbDk
> >> > and
> >> > runs on Windows XP?
> >>
> >> Can you provide which dll's are missing?
> >
> > dwmapi.dll
> >>
> >> Just to be sure, you are using the virt-viewer 5.0 from
> >> https://virt-manager.org/download/ ?
> >
> > Yes, I tried v5.0 v4.0 and v3.0 all of them require this DLL.
> > v2.0 works on XP but I am not sure it supports UsbDk, can you confirm
> this?
>
> The only version with UsbDk support is the latest one (5.0).
>
Thanks for providing answers :)

>
> Best Regards,
> --
> Fabiano Fidêncio
>



-- 
Respectfully,
*Sameeh Jubran*
*Linkedin *
*Software Engineer @ Daynix .*
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] Remote Viewer for Windows XP with UsbDk support

2017-03-05 Thread Fabiano Fidêncio
On Sun, Mar 5, 2017 at 1:40 PM, Sameeh Jubran  wrote:
>
>
> On Sun, Mar 5, 2017 at 12:37 PM, Victor Toso  wrote:
>>
>> Hi,
>>
>> On Sun, Mar 05, 2017 at 11:46:01AM +0200, Sameeh Jubran wrote:
>> > Hi all,
>> >
>> > I am trying to run Remote Viewer inside Windows XP while using UsbDk for
>> > redirection, However when installing the latest version of Virt-Viewer
>> > on
>> > XP and try to run Remote Viewer some Dlls seem to be missing.
>> >
>> > Anyone knows where can I find / compile a version that supports UsbDk
>> > and
>> > runs on Windows XP?
>>
>> Can you provide which dll's are missing?
>
> dwmapi.dll
>>
>> Just to be sure, you are using the virt-viewer 5.0 from
>> https://virt-manager.org/download/ ?
>
> Yes, I tried v5.0 v4.0 and v3.0 all of them require this DLL.
> v2.0 works on XP but I am not sure it supports UsbDk, can you confirm this?

The only version with UsbDk support is the latest one (5.0).

Best Regards,
--
Fabiano Fidêncio
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] Remote Viewer for Windows XP with UsbDk support

2017-03-05 Thread Fabiano Fidêncio
On Sun, Mar 5, 2017 at 8:46 PM, Fabiano Fidêncio  wrote:
> On Sun, Mar 5, 2017 at 3:41 PM, Frediano Ziglio  wrote:
>>
>> On Sun, Mar 5, 2017 at 12:37 PM, Victor Toso  wrote:
>>>
>>> Hi,
>>>
>>> On Sun, Mar 05, 2017 at 11:46:01AM +0200, Sameeh Jubran wrote:
>>> > Hi all,
>>> >
>>> > I am trying to run Remote Viewer inside Windows XP while using UsbDk for
>>> > redirection, However when installing the latest version of Virt-Viewer
>>> > on
>>> > XP and try to run Remote Viewer some Dlls seem to be missing.
>>> >
>>> > Anyone knows where can I find / compile a version that supports UsbDk
>>> > and
>>> > runs on Windows XP?
>>>
>>> Can you provide which dll's are missing?
>>
>> dwmapi.dll
>>
>>
>> $ grep -ri dwmapi
>> Binary file Program Files/VirtViewer v5.0-256/bin/libgdk-3-0.dll matches
>>
>> $ i686-w64-mingw32-objdump -x Program\ Files/VirtViewer\
>> v5.0-256/bin/libgdk-3-0.dll
>> ...
>> DLL Name: dwmapi.dll
>> vma:  Hint/Ord Member-Name Bound-To
>> 9725c   3  DwmEnableBlurBehindWindow
>> 97278  15  DwmIsCompositionEnabled
>> ...
>>
>> Don't ask me why they are needed.
>>
>> dwmapi.dll is the "Desktop Window Manager" and from
>> https://msdn.microsoft.com/en-us/library/windows/desktop/aa969540(v=vs.85).aspx
>> was introduced in Vista.
>>
>> To stub them DwmIsCompositionEnabled and DwmEnableBlurBehindWindow should
>> return S_FALSE.
>>
>> They are used in gtk+, sources gdk/win32/gdkwindow-win32.c and
>> ./gdk/win32/gdkscreen-win32.c.
>>>
>>> Just to be sure, y
>>>
>>> ou are using the virt-viewer 5.0 from
>>> https://virt-manager.org/download/ ?
>>
>> Yes, I tried v5.0 v4.0 and v3.0 all of them require this DLL.
>> v2.0 works on XP but I am not sure it supports UsbDk, can you confirm this?
>>>
>>>
>>> Cheers,
>>> toso
>>
>> Do we support Windows XP as client?
>
> No. We do not support windows XP as client.
> Gtk3 dropped Windows XP support a while ago and we dropped Gtk2
> support a while ago.

Being a bit more precise here ... on 4.0 we dropped support to Gtk2.

And here you can see the discussion about Windows XP:
https://www.redhat.com/archives/virt-tools-list/2015-November/msg00176.html
This thread continues on December 2015. Just follow it up and you'll
see when and why the decision was taken.

Best Regards,
-- 
Fabiano Fidêncio
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] Remote Viewer for Windows XP with UsbDk support

2017-03-05 Thread Fabiano Fidêncio
On Sun, Mar 5, 2017 at 3:41 PM, Frediano Ziglio  wrote:
>
> On Sun, Mar 5, 2017 at 12:37 PM, Victor Toso  wrote:
>>
>> Hi,
>>
>> On Sun, Mar 05, 2017 at 11:46:01AM +0200, Sameeh Jubran wrote:
>> > Hi all,
>> >
>> > I am trying to run Remote Viewer inside Windows XP while using UsbDk for
>> > redirection, However when installing the latest version of Virt-Viewer
>> > on
>> > XP and try to run Remote Viewer some Dlls seem to be missing.
>> >
>> > Anyone knows where can I find / compile a version that supports UsbDk
>> > and
>> > runs on Windows XP?
>>
>> Can you provide which dll's are missing?
>
> dwmapi.dll
>
>
> $ grep -ri dwmapi
> Binary file Program Files/VirtViewer v5.0-256/bin/libgdk-3-0.dll matches
>
> $ i686-w64-mingw32-objdump -x Program\ Files/VirtViewer\
> v5.0-256/bin/libgdk-3-0.dll
> ...
> DLL Name: dwmapi.dll
> vma:  Hint/Ord Member-Name Bound-To
> 9725c   3  DwmEnableBlurBehindWindow
> 97278  15  DwmIsCompositionEnabled
> ...
>
> Don't ask me why they are needed.
>
> dwmapi.dll is the "Desktop Window Manager" and from
> https://msdn.microsoft.com/en-us/library/windows/desktop/aa969540(v=vs.85).aspx
> was introduced in Vista.
>
> To stub them DwmIsCompositionEnabled and DwmEnableBlurBehindWindow should
> return S_FALSE.
>
> They are used in gtk+, sources gdk/win32/gdkwindow-win32.c and
> ./gdk/win32/gdkscreen-win32.c.
>>
>> Just to be sure, y
>>
>> ou are using the virt-viewer 5.0 from
>> https://virt-manager.org/download/ ?
>
> Yes, I tried v5.0 v4.0 and v3.0 all of them require this DLL.
> v2.0 works on XP but I am not sure it supports UsbDk, can you confirm this?
>>
>>
>> Cheers,
>> toso
>
> Do we support Windows XP as client?

No. We do not support windows XP as client.
Gtk3 dropped Windows XP support a while ago and we dropped Gtk2
support a while ago.

Best Regards,
--
Fabiano Fidêncio
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] Remote Viewer for Windows XP with UsbDk support

2017-03-05 Thread Frediano Ziglio
> On Sun, Mar 5, 2017 at 12:37 PM, Victor Toso < li...@victortoso.com > wrote:

> > Hi,
> 

> > On Sun, Mar 05, 2017 at 11:46:01AM +0200, Sameeh Jubran wrote:
> 
> > > Hi all,
> 
> > >
> 
> > > I am trying to run Remote Viewer inside Windows XP while using UsbDk for
> 
> > > redirection, However when installing the latest version of Virt-Viewer on
> 
> > > XP and try to run Remote Viewer some Dlls seem to be missing.
> 
> > >
> 
> > > Anyone knows where can I find / compile a version that supports UsbDk and
> 
> > > runs on Windows XP?
> 

> > Can you provide which dll's are missing?
> 

> dwmapi.dll

$ grep -ri dwmapi 
Binary file Program Files/VirtViewer v5.0-256/bin/libgdk-3-0.dll matches 

$ i686-w64-mingw32-objdump -x Program\ Files/VirtViewer\ 
v5.0-256/bin/libgdk-3-0.dll 
... 
DLL Name: dwmapi.dll 
vma: Hint/Ord Member-Name Bound-To 
9725c 3 DwmEnableBlurBehindWindow 
97278 15 DwmIsCompositionEnabled 
... 

Don't ask me why they are needed. 

dwmapi.dll is the "Desktop Window Manager" and from 
https://msdn.microsoft.com/en-us/library/windows/desktop/aa969540(v=vs.85).aspx 
was introduced in Vista. 

To stub them DwmIsCompositionEnabled and DwmEnableBlurBehindWindow should 
return S_FALSE. 

They are used in gtk+, sources gdk/win32/gdkwindow-win32.c and 
./gdk/win32/gdkscreen-win32.c. 

> > Just to be sure, y
> 
> > ou are using the virt-viewer 5.0 from
> 
> > https://virt-manager.org/download/ ?
> 

> Yes, I tried v5.0 v4.0 and v3.0 all of them require this DLL.
> v2.0 works on XP but I am not sure it supports UsbDk, can you confirm this?

> > Cheers,
> 
> > toso
> 

Do we support Windows XP as client? 

Frediano 
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] Remote Viewer for Windows XP with UsbDk support

2017-03-05 Thread Sameeh Jubran
On Sun, Mar 5, 2017 at 12:37 PM, Victor Toso  wrote:

> Hi,
>
> On Sun, Mar 05, 2017 at 11:46:01AM +0200, Sameeh Jubran wrote:
> > Hi all,
> >
> > I am trying to run Remote Viewer inside Windows XP while using UsbDk for
> > redirection, However when installing the latest version of Virt-Viewer on
> > XP and try to run Remote Viewer some Dlls seem to be missing.
> >
> > Anyone knows where can I find / compile a version that supports UsbDk and
> > runs on Windows XP?
>
> Can you provide which dll's are missing?
>
dwmapi.dll

> Just to be sure, you are using the virt-viewer 5.0 from
> https://virt-manager.org/download/ ?
>
Yes, I tried v5.0 v4.0 and v3.0 all of them require this DLL.
v2.0 works on XP but I am not sure it supports UsbDk, can you confirm this?

>
> Cheers,
> toso
>
> >
> > --
> > Respectfully,
> > *Sameeh Jubran*
> > *Linkedin *
> > *Software Engineer @ Daynix .*
>
> > ___
> > Spice-devel mailing list
> > Spice-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/spice-devel
>
>


-- 
Respectfully,
*Sameeh Jubran*
*Linkedin *
*Software Engineer @ Daynix .*
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] Remote Viewer for Windows XP with UsbDk support

2017-03-05 Thread Victor Toso
Hi,

On Sun, Mar 05, 2017 at 11:46:01AM +0200, Sameeh Jubran wrote:
> Hi all,
>
> I am trying to run Remote Viewer inside Windows XP while using UsbDk for
> redirection, However when installing the latest version of Virt-Viewer on
> XP and try to run Remote Viewer some Dlls seem to be missing.
>
> Anyone knows where can I find / compile a version that supports UsbDk and
> runs on Windows XP?

Can you provide which dll's are missing?
Just to be sure, you are using the virt-viewer 5.0 from
https://virt-manager.org/download/ ?

Cheers,
toso

>
> -- 
> Respectfully,
> *Sameeh Jubran*
> *Linkedin *
> *Software Engineer @ Daynix .*

> ___
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel



signature.asc
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


[Spice-devel] Remote Viewer for Windows XP with UsbDk support

2017-03-05 Thread Sameeh Jubran
Hi all,

I am trying to run Remote Viewer inside Windows XP while using UsbDk for
redirection, However when installing the latest version of Virt-Viewer on
XP and try to run Remote Viewer some Dlls seem to be missing.

Anyone knows where can I find / compile a version that supports UsbDk and
runs on Windows XP?

-- 
Respectfully,
*Sameeh Jubran*
*Linkedin *
*Software Engineer @ Daynix .*
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] remote-viewer for windows

2014-08-05 Thread Christophe Fergeau
On Tue, Aug 05, 2014 at 10:18:03AM +0800, 力波 王 wrote:
 What is a ukey? USB redirection is exclusive (it goes either to the
 client OS or the guest OS). Smartcards can be managed differently and
 shared between both OSes.

 Ukey is a USB device used for identify, pay online e.g
 it is made up of a Smartcard and a USB reader.

If the OS sees it as a USB device, then you probably won't be able to
share it easily. However if you unplug it/replug it, you can choose
which OS will be able to access it at a given time (guest/client).

Christophe


pgpl6RAuBn4JI.pgp
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] remote-viewer for windows

2014-08-04 Thread Christophe Fergeau
On Mon, Jul 28, 2014 at 06:40:31PM +0800, Cody Chan wrote:
 Hi
 
 On Mon, Jul 28, 2014 at 5:58 PM, 力波 王 wlblea...@126.com wrote:
 
  Hi,Uril:
  I had built spice-gtk with —enable-usb-redir is success.
  And it works well on windows xp and windows 7 (both X86).
  The error at last built is because of libusb, the libusb
  I built is some error. I got the libsubx from git, the latest
  Version is 1.0.18.
 
  The spice-gtk’s version I built is v0.22.
  The usbredir’s version I built is usbredir-0.5.2
 
  So, thanks for your help.
 
 And here are two question again.^_^
 
 1. How to build a MSI file from the packages I Built.
 
 If your host for building is fedora, running ​minw32/64-make nsis in
 virt-viewer​, of course, you also need mingw32/64-nsis*

make-nsis will give you a nsis installer, not a MSI.
Running make msi from the data/ directory in virt-viewer source should
generate an msi (you need msitools from git.gnome.org for this to work).
You can also get prebuilt MSIs from http://virt-manager.org/download/

 
 
 2. Does spicy-gtk support a feature that let a uKey connected
  To client and guest and the same time.
 
 ​If it's readonly, I think it's possible to ​implement that, but it not
 worth to do that at present.

What is a ukey? USB redirection is exclusive (it goes either to the
client OS or the guest OS). Smartcards can be managed differently and
shared between both OSes.

Christophe


pgp8JeEBF3nI_.pgp
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] remote-viewer for windows

2014-08-04 Thread 力波 王


在 8/4/14, 20:54, Christophe Fergeau cferg...@redhat.com 写入:

On Mon, Jul 28, 2014 at 06:40:31PM +0800, Cody Chan wrote:
 Hi
 
 On Mon, Jul 28, 2014 at 5:58 PM, 力波 王 wlblea...@126.com wrote:
 
  Hi,Uril:
  I had built spice-gtk with —enable-usb-redir is success.
  And it works well on windows xp and windows 7 (both X86).
  The error at last built is because of libusb, the libusb
  I built is some error. I got the libsubx from git, the latest
  Version is 1.0.18.
 
  The spice-gtk’s version I built is v0.22.
  The usbredir’s version I built is usbredir-0.5.2
 
  So, thanks for your help.
 
 And here are two question again.^_^
 
 1. How to build a MSI file from the packages I Built.
 
 If your host for building is fedora, running ​minw32/64-make nsis in
 virt-viewer​, of course, you also need mingw32/64-nsis*

make-nsis will give you a nsis installer, not a MSI.
Running make msi from the data/ directory in virt-viewer source should
generate an msi (you need msitools from git.gnome.org for this to work).
You can also get prebuilt MSIs from http://virt-manager.org/download/


 
 
 2. Does spicy-gtk support a feature that let a uKey connected
  To client and guest and the same time.
 
 ​If it's readonly, I think it's possible to ​implement that, but it not
 worth to do that at present.

What is a ukey? USB redirection is exclusive (it goes either to the
client OS or the guest OS). Smartcards can be managed differently and
shared between both OSes.

Christophe
Ukey is a USB device used for identify, pay online e.g
it is made up of a Smartcard and a USB reader.



___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel


[Spice-devel] remote-viewer for windows

2014-07-28 Thread 力波 王
Hi,Uril:
I had built spice-gtk with ―enable-usb-redir is success.
And it works well on windows xp and windows 7 (both X86).
The error at last built is because of libusb, the libusb
I built is some error. I got the libsubx from git, the latest
Version is 1.0.18.

The spice-gtk’s version I built is v0.22.
The usbredir’s version I built is usbredir-0.5.2

So, thanks for your help.

   And here are two question again.^_^

   1. How to build a MSI file from the packages I Built.

   2. Does spicy-gtk support a feature that let a uKey connected
To client and guest and the same time.



___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] remote-viewer for windows

2014-07-28 Thread Cody Chan
Hi

On Mon, Jul 28, 2014 at 5:58 PM, 力波 王 wlblea...@126.com wrote:

 Hi,Uril:
 I had built spice-gtk with —enable-usb-redir is success.
 And it works well on windows xp and windows 7 (both X86).
 The error at last built is because of libusb, the libusb
 I built is some error. I got the libsubx from git, the latest
 Version is 1.0.18.

 The spice-gtk’s version I built is v0.22.
 The usbredir’s version I built is usbredir-0.5.2

 So, thanks for your help.

And here are two question again.^_^

1. How to build a MSI file from the packages I Built.

If your host for building is fedora, running ​minw32/64-make nsis in
virt-viewer​, of course, you also need mingw32/64-nsis*


2. Does spicy-gtk support a feature that let a uKey connected
 To client and guest and the same time.

​If it's readonly, I think it's possible to ​implement that, but it not
worth to do that at present.




 ___
 Spice-devel mailing list
 Spice-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/spice-devel




-- 
QSBDT0RFUiBGUk9NIFJJRVNUIE9GIENUU0VV
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] remote-viewer for windows

2014-07-28 Thread 力波 王
Hi, Cody Chan:
Thanks for you reply.

For the second question, it’s appear in the follow case:
If I login into a client need a uKey, and login into the guest need
The same uKey too, how could I let the uKey for them at the same
Time.

发件人:  Cody Chan int64...@gmail.com
日期:  Mon, 28 Jul 2014 18:40:31 +0800
至:  力波 王 wlblea...@126.com
抄送:  u...@redhat.com, spice-devel@lists.freedesktop.org
spice-devel@lists.freedesktop.org
主题:  Re: [Spice-devel] remote-viewer for windows

Hi

On Mon, Jul 28, 2014 at 5:58 PM, 力波 王 wlblea...@126.com wrote:
 Hi,Uril:
 I had built spice-gtk with —enable-usb-redir is success.
 And it works well on windows xp and windows 7 (both X86).
 The error at last built is because of libusb, the libusb
 I built is some error. I got the libsubx from git, the latest
 Version is 1.0.18.
 
 The spice-gtk’s version I built is v0.22.
 The usbredir’s version I built is usbredir-0.5.2
 
 So, thanks for your help.
 
And here are two question again.^_^
 
1. How to build a MSI file from the packages I Built.
If your host for building is fedora, running ​minw32/64-make nsis in
virt-viewer​, of course, you also need mingw32/64-nsis*
 
2. Does spicy-gtk support a feature that let a uKey connected
 To client and guest and the same time.
​If it's readonly, I think it's possible to ​implement that, but it not
worth to do that at present.
 
 
 
 ___
 Spice-devel mailing list
 Spice-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/spice-devel



-- 
QSBDT0RFUiBGUk9NIFJJRVNUIE9GIENUU0VV


___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] remote-viewer for windows

2014-07-28 Thread Cody Chan
On Mon, Jul 28, 2014 at 6:49 PM, 力波 王 wlblea...@126.com wrote:

 Hi, Cody Chan:
  Thanks for you reply.

 For the second question, it’s appear in the follow case:
 If I login into a client need a uKey, and login into the guest need
 The same uKey too, how could I let the uKey for them at the same
 Time.

​Yeah, it's really a problem,​ but you'd better think carefully if it's
necessary or not to verify twice .

 发件人: Cody Chan int64...@gmail.com
 日期: Mon, 28 Jul 2014 18:40:31 +0800
 至: 力波 王 wlblea...@126.com
 抄送: u...@redhat.com, spice-devel@lists.freedesktop.org 
 spice-devel@lists.freedesktop.org
 主题: Re: [Spice-devel] remote-viewer for windows

 Hi

 On Mon, Jul 28, 2014 at 5:58 PM, 力波 王 wlblea...@126.com wrote:

 Hi,Uril:
 I had built spice-gtk with —enable-usb-redir is success.
 And it works well on windows xp and windows 7 (both X86).
 The error at last built is because of libusb, the libusb
 I built is some error. I got the libsubx from git, the latest
 Version is 1.0.18.

 The spice-gtk’s version I built is v0.22.
 The usbredir’s version I built is usbredir-0.5.2

 So, thanks for your help.

And here are two question again.^_^

1. How to build a MSI file from the packages I Built.

 If your host for building is fedora, running ​minw32/64-make nsis in
 virt-viewer​, of course, you also need mingw32/64-nsis*


2. Does spicy-gtk support a feature that let a uKey connected
 To client and guest and the same time.

 ​If it's readonly, I think it's possible to ​implement that, but it not
 worth to do that at present.




 ___
 Spice-devel mailing list
 Spice-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/spice-devel




 --
 QSBDT0RFUiBGUk9NIFJJRVNUIE9GIENUU0VV




-- 
QSBDT0RFUiBGUk9NIFJJRVNUIE9GIENUU0VV
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel