[Spice-devel] Fwd: [PATCH spice-gtk 0/2] WebDAV channel

2014-04-02 Thread Cody Chan
Oh , sorry for sending mail to only Marc-André
-
Hi all, I want to test shared folder , but there is a error during
installing spice-webdavd-x86-0.1.24.msi,
the error message box is here: http://dwz.cn/fO6Um
and I try it in win7_x86 and win8_x64,both the same error
Is there someone can give me some advices ?
Thx a lot!

On Fri, Feb 28, 2014 at 8:16 PM, Marc-André Lureau
marcandre.lur...@gmail.com wrote:
 From: Marc-André Lureau marcandre.lur...@redhat.com

 Hi,

 This is the client bits to get folder sharing capability using the
 WebDAV channel.

 How to test it?

 You'll need spice-server with this patch:
 http://patchwork.freedesktop.org/patch/17802/

 Then using qemu master, use the following port redirection:

  -device 
 virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel1,id=channel1,name=org.spice-space.webdav.0
  -chardev spiceport,name=org.spice-space.webdav.0,id=charchannel1

 In a Windows guest, you must then install
 http://elmarco.fedorapeople.org/spice-webdavd-x86-0.1.24.msi, and
 register the drive (by running map-drive.bat from Program Files/Spice
 webdav). By default, the public share directory is used. You may
 specify a different folder with --spice-share-dir option.

 With a Linux guest, atm, you must compile phodav (form git.gnome.org)
 and run spice-webdavd -p 8000 as root. The folder will show up in
 nautilus network places. It can then be mounted and browsed in
 traditional apps thanks to gvfs-fuse.


 Marc-André Lureau (2):
   Add webdav channel
   session: add shared-dir property and option

  .gitmodules  |   3 +
  autogen.sh   |   2 +-
  configure.ac |   4 +
  doc/reference/spice-gtk-docs.xml |   1 +
  doc/reference/spice-gtk-sections.txt |  17 +
  doc/reference/spice-gtk.types|   4 +-
  gtk/Makefile.am  |   9 +-
  gtk/channel-webdav.c | 737 
 +++
  gtk/channel-webdav.h |  68 
  gtk/map-file |   1 +
  gtk/phodav   |   1 +
  gtk/spice-channel.c  |   6 +
  gtk/spice-client.h   |   1 +
  gtk/spice-glib-sym-file  |   1 +
  gtk/spice-option.c   |   5 +
  gtk/spice-session-priv.h |   6 +
  gtk/spice-session.c  |  50 ++-
  spice-common |   2 +-
  18 files changed, 912 insertions(+), 6 deletions(-)
  create mode 100644 gtk/channel-webdav.c
  create mode 100644 gtk/channel-webdav.h
  create mode 16 gtk/phodav

 --
 1.8.5.3

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


Re: [Spice-devel] Fwd: [PATCH spice-gtk 0/2] WebDAV channel

2014-04-02 Thread Marc-André Lureau
Hi Cody,

Do you have the webdav virtio/port configured for your guest? Afaik, the
spice server isn't released yet for this to work. You are perhaps best to
wait a few more weeks until it's all released? With Spice server from
upstream, and recent qemu/libvirt, you can use these instructions:

http://elmarco.fedorapeople.org/manual.html#_configuration_7


On Wed, Apr 2, 2014 at 6:38 PM, Cody Chan int64...@gmail.com wrote:

 Oh , sorry for sending mail to only Marc-André
 -
 Hi all, I want to test shared folder , but there is a error during
 installing spice-webdavd-x86-0.1.24.msi,
 the error message box is here: http://dwz.cn/fO6Um
 and I try it in win7_x86 and win8_x64,both the same error
 Is there someone can give me some advices ?
 Thx a lot!

 On Fri, Feb 28, 2014 at 8:16 PM, Marc-André Lureau
 marcandre.lur...@gmail.com wrote:
  From: Marc-André Lureau marcandre.lur...@redhat.com
 
  Hi,
 
  This is the client bits to get folder sharing capability using the
  WebDAV channel.
 
  How to test it?
 
  You'll need spice-server with this patch:
  http://patchwork.freedesktop.org/patch/17802/
 
  Then using qemu master, use the following port redirection:
 
   -device
 virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel1,id=channel1,name=org.spice-space.webdav.0
 -chardev spiceport,name=org.spice-space.webdav.0,id=charchannel1
 
  In a Windows guest, you must then install
  http://elmarco.fedorapeople.org/spice-webdavd-x86-0.1.24.msi, and
  register the drive (by running map-drive.bat from Program Files/Spice
  webdav). By default, the public share directory is used. You may
  specify a different folder with --spice-share-dir option.
 
  With a Linux guest, atm, you must compile phodav (form git.gnome.org)
  and run spice-webdavd -p 8000 as root. The folder will show up in
  nautilus network places. It can then be mounted and browsed in
  traditional apps thanks to gvfs-fuse.
 
 
  Marc-André Lureau (2):
Add webdav channel
session: add shared-dir property and option
 
   .gitmodules  |   3 +
   autogen.sh   |   2 +-
   configure.ac |   4 +
   doc/reference/spice-gtk-docs.xml |   1 +
   doc/reference/spice-gtk-sections.txt |  17 +
   doc/reference/spice-gtk.types|   4 +-
   gtk/Makefile.am  |   9 +-
   gtk/channel-webdav.c | 737
 +++
   gtk/channel-webdav.h |  68 
   gtk/map-file |   1 +
   gtk/phodav   |   1 +
   gtk/spice-channel.c  |   6 +
   gtk/spice-client.h   |   1 +
   gtk/spice-glib-sym-file  |   1 +
   gtk/spice-option.c   |   5 +
   gtk/spice-session-priv.h |   6 +
   gtk/spice-session.c  |  50 ++-
   spice-common |   2 +-
   18 files changed, 912 insertions(+), 6 deletions(-)
   create mode 100644 gtk/channel-webdav.c
   create mode 100644 gtk/channel-webdav.h
   create mode 16 gtk/phodav
 
  --
  1.8.5.3
 
 ___
 Spice-devel mailing list
 Spice-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/spice-devel




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


Re: [Spice-devel] Fwd: [PATCH spice-gtk 0/2] WebDAV channel

2014-04-02 Thread Cody Chan
On Thu, Apr 3, 2014 at 12:47 AM, Marc-André Lureau
marcandre.lur...@gmail.com wrote:
 Hi Cody,

 Do you have the webdav virtio/port configured for your guest?
I'm not familiar with webdav , so I install it directly, I'll configure it first
Afaik, the  spice server isn't released yet for this to work. You are perhaps 
best to
 wait a few more weeks until it's all released? With Spice server from
 upstream, and recent qemu/libvirt, you can use these instructions:
upstream?you mean git://anongit.freedesktop.org/spice/spice ?

 http://elmarco.fedorapeople.org/manual.html#_configuration_7

 On Wed, Apr 2, 2014 at 6:38 PM, Cody Chan int64...@gmail.com wrote:

 Oh , sorry for sending mail to only Marc-André
 -
 Hi all, I want to test shared folder , but there is a error during
 installing spice-webdavd-x86-0.1.24.msi,
 the error message box is here: http://dwz.cn/fO6Um
 and I try it in win7_x86 and win8_x64,both the same error
 Is there someone can give me some advices ?
 Thx a lot!

 On Fri, Feb 28, 2014 at 8:16 PM, Marc-André Lureau
 marcandre.lur...@gmail.com wrote:
  From: Marc-André Lureau marcandre.lur...@redhat.com
 
  Hi,
 
  This is the client bits to get folder sharing capability using the
  WebDAV channel.
 
  How to test it?
 
  You'll need spice-server with this patch:
  http://patchwork.freedesktop.org/patch/17802/
 
  Then using qemu master, use the following port redirection:
 
   -device
  virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel1,id=channel1,name=org.spice-space.webdav.0
  -chardev spiceport,name=org.spice-space.webdav.0,id=charchannel1
 
  In a Windows guest, you must then install
  http://elmarco.fedorapeople.org/spice-webdavd-x86-0.1.24.msi, and
  register the drive (by running map-drive.bat from Program Files/Spice
  webdav). By default, the public share directory is used. You may
  specify a different folder with --spice-share-dir option.
 
  With a Linux guest, atm, you must compile phodav (form git.gnome.org)
  and run spice-webdavd -p 8000 as root. The folder will show up in
  nautilus network places. It can then be mounted and browsed in
  traditional apps thanks to gvfs-fuse.
 
 
  Marc-André Lureau (2):
Add webdav channel
session: add shared-dir property and option
 
   .gitmodules  |   3 +
   autogen.sh   |   2 +-
   configure.ac |   4 +
   doc/reference/spice-gtk-docs.xml |   1 +
   doc/reference/spice-gtk-sections.txt |  17 +
   doc/reference/spice-gtk.types|   4 +-
   gtk/Makefile.am  |   9 +-
   gtk/channel-webdav.c | 737
  +++
   gtk/channel-webdav.h |  68 
   gtk/map-file |   1 +
   gtk/phodav   |   1 +
   gtk/spice-channel.c  |   6 +
   gtk/spice-client.h   |   1 +
   gtk/spice-glib-sym-file  |   1 +
   gtk/spice-option.c   |   5 +
   gtk/spice-session-priv.h |   6 +
   gtk/spice-session.c  |  50 ++-
   spice-common |   2 +-
   18 files changed, 912 insertions(+), 6 deletions(-)
   create mode 100644 gtk/channel-webdav.c
   create mode 100644 gtk/channel-webdav.h
   create mode 16 gtk/phodav
 
  --
  1.8.5.3
 
 ___
 Spice-devel mailing list
 Spice-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/spice-devel




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


Re: [Spice-devel] Fwd: [PATCH spice-gtk 0/2] WebDAV channel

2014-04-02 Thread Marc-André Lureau
On Wed, Apr 2, 2014 at 7:06 PM, Cody Chan int64...@gmail.com wrote:

  upstream, and recent qemu/libvirt, you can use these instructions:
 upstream?you mean git://anongit.freedesktop.org/spice/spice ?


yes


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