Re: [Spice-devel] spice for upstream qemu

2010-04-13 Thread Gerd Hoffmann
Hi, spice bits: http://cgit.freedesktop.org/~kraxel/spice/log/?h=api.v2 qemu bits: http://repo.or.cz/w/qemu/kraxel.git/shortlog/refs/heads/spice.v2 v3 pushed in both repos. Changes: - fixed some issues pointed out by alex. - added tablet support. - added sound support. - initial local

Re: [Spice-devel] spice for upstream qemu

2010-04-12 Thread Alexander Larsson
On Mon, 2010-04-12 at 13:32 +0200, Gerd Hoffmann wrote: > > shlib major: > > > > - -version-number $(SPICE_LT_VERSION) \ > > + -version-number 1:0:0 \ > > > > This is not right. We should change configure.ac to have the right > > libtool version style for SPICE_LT_VERSION

Re: [Spice-devel] spice for upstream qemu

2010-04-12 Thread Gerd Hoffmann
On 04/09/10 12:00, Alexander Larsson wrote: channel security cleanup: +for (i = 0; i< sizeof(names)/sizeof(names[0]); i++) { Can use SPICE_N_ELEMENTS(names) here Ah. Each project has its own name for that macro ... shlib major: - -version-number $(SPICE_LT_VERSION) \ +

Re: [Spice-devel] spice for upstream qemu

2010-04-09 Thread Alexander Larsson
On Wed, 2010-04-07 at 17:50 +0200, Gerd Hoffmann wrote: > Hi, > > I'm busy fixing up the libspice-server API and preparing patches for > upstream qemu. The bits start to become usable now, so I've prepared > git trees for you to checkout. > > spice bits: >http://cgit.freedesktop.org/~kraxe

Re: [Spice-devel] spice for upstream qemu

2010-04-07 Thread Stefan Hajnoczi
On Thu, Apr 8, 2010 at 3:40 AM, Coolper Chen wrote: > Could someone tell me how to get spice.v2 from git? I'm a newbie for git. If you click on "summary" on kraxel's repo.or.cz page, it shows the clone URLs. You can clone from that URL and choose his spice.v2 branch: git clone -b spice.v2 git:/

Re: [Spice-devel] spice for upstream qemu

2010-04-07 Thread Coolper Chen
Hi, Could someone tell me how to get spice.v2 from git? I'm a newbie for git. Thanks Best Regards -Original Message- From: Gerd Hoffmann To: spice-de...@freedesktop.org Subject: [Spice-devel] spice for upstream qemu Date: Wed, 7 Apr 2010 23:50:45 +0800 Hi, I'm busy fix

[Spice-devel] spice for upstream qemu

2010-04-07 Thread Gerd Hoffmann
Hi, I'm busy fixing up the libspice-server API and preparing patches for upstream qemu. The bits start to become usable now, so I've prepared git trees for you to checkout. spice bits: http://cgit.freedesktop.org/~kraxel/spice/log/?h=api.v2 qemu bits: http://repo.or.cz/w/qemu/kraxel.g