Re: [Spice-devel] [ announce ] libspice api changes merge, qemu repo change.

2010-05-19 Thread Wolverine
there is a playback channel issue 1, startup a windows xp vm with spice enabled. 2, connect to vm with spicec 3, open media player and play music in vm, everything is fine. 4, close spicec while playing audio 5, connect to vm with spicec again, qemu abort with error: "spice_server_playba

Re: [Spice-devel] cannot boot from virtio / no -qxl option

2010-05-19 Thread Frédéric Grelot
> >> Not sure whenever some qxl x11 driver for unstable exists > >> somewhere? > > > > Isn't qxl part of the "spice project"? I don't really understand why > > xorg-x11-drv-qxl can be found in fedora repos while spice is not > > "officially" merged? > > Both spice and xorg live @ freedesktop.org >

Re: [Spice-devel] [ announce ] libspice api changes merge, qemu repo change.

2010-05-19 Thread Matthew Miller
On Wed, May 19, 2010 at 03:11:44PM +0200, Gerd Hoffmann wrote: > (3) We are one step closer to getting spice upstream. Cool! -- Matthew Miller Senior Systems Architect -- Instructional & Research Computing Services Harvard School of Engineering & Applied Sciences _

[Spice-devel] [ announce ] libspice api changes merge, qemu repo change.

2010-05-19 Thread Gerd Hoffmann
Hi, Today the libspice server API changes have been merged into the spice repository (http://cgit.freedesktop.org/spice/spice/). What does this mean? (1) qemu (http://cgit.freedesktop.org/spice/qemu/) builds now with upstream/master spice. Yay! It is strongly recommended to

Re: [Spice-devel] cannot boot from virtio / no -qxl option

2010-05-19 Thread Gerd Hoffmann
On 05/19/10 13:12, Frédéric Grelot wrote: Well, there is upstream qemu and there is qemu-kvm which carries additional patches (including extboot which handles booting from virtio). fedora ships qemu-kvm ... I can confirm that my other vms run with qemu-kvm. Does this difference also explains

Re: [Spice-devel] cannot boot from virtio / no -qxl option

2010-05-19 Thread Frédéric Grelot
> Well, there is upstream qemu and there is qemu-kvm which carries > additional patches (including extboot which handles booting from > virtio). fedora ships qemu-kvm ... I can confirm that my other vms run with qemu-kvm. Does this difference also explains that "-smp 2" does not work with spice?

[Spice-devel] [PATCH] complete NetWireInterface redesign, make red_tunnel_worker.c build.

2010-05-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- server/red_tunnel_worker.c | 25 ++--- server/reds.h |3 ++- server/spice-experimental.h |8 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/server/red_tunnel_worker.c b/server/red_tunnel_work

Re: [Spice-devel] [PATCH 38/39] zap vd_interface.h

2010-05-19 Thread Alexander Larsson
On Wed, 2010-05-19 at 11:11 +0200, Gerd Hoffmann wrote: > On 05/19/10 10:45, Alexander Larsson wrote: > > On Tue, 2010-05-18 at 17:43 +0200, Gerd Hoffmann wrote: > >> +struct SpiceRect; > >> +struct QXLWorker { > >> +uint32_t minor_version; > >> +uint32_t major_version; > >> +void (*wak

Re: [Spice-devel] [PATCH 38/39] zap vd_interface.h

2010-05-19 Thread Gerd Hoffmann
On 05/19/10 10:45, Alexander Larsson wrote: On Tue, 2010-05-18 at 17:43 +0200, Gerd Hoffmann wrote: +struct SpiceRect; +struct QXLWorker { +uint32_t minor_version; +uint32_t major_version; +void (*wakeup)(QXLWorker *worker); +void (*oom)(QXLWorker *worker); +void (*start)(QXL

Re: [Spice-devel] [PATCH 38/39] zap vd_interface.h

2010-05-19 Thread Alexander Larsson
On Tue, 2010-05-18 at 17:43 +0200, Gerd Hoffmann wrote: > +struct SpiceRect; > +struct QXLWorker { > +uint32_t minor_version; > +uint32_t major_version; > +void (*wakeup)(QXLWorker *worker); > +void (*oom)(QXLWorker *worker); > +void (*start)(QXLWorker *worker); > +void (*st

Re: [Spice-devel] cannot boot from virtio / no -qxl option

2010-05-19 Thread Gerd Hoffmann
-when the disk is set to "virtio", I can install F13, but boot fails (at bios stage). When I set it to IDE then, it starts OK Upstream qemu simply doesn't support that (yet). I'm quite surprised, I have others vms (running with "normal" qemu from virt-preview repo for F13), that boot without

Re: [Spice-devel] [PATCH 36/39] NetWireInterface: redesign

2010-05-19 Thread Alexander Larsson
On Tue, 2010-05-18 at 17:43 +0200, Gerd Hoffmann wrote: > +void spice_server_net_wire_recv_packet(SpiceNetWireInstance *sin, > + const uint8_t *pkt, int len); > + Uhm? I can't find the definition of this. In fact there are zero changes to red_tunnel_worker.c

Re: [Spice-devel] cannot boot from virtio / no -qxl option

2010-05-19 Thread Frédéric Grelot
- Mail original - > Hi, > > > -when the disk is set to "virtio", I can install F13, but boot fails > > (at bios stage). When I set it to IDE then, it starts OK > > Upstream qemu simply doesn't support that (yet). I'm quite surprised, I have others vms (running with "normal" qemu from vi

Re: [Spice-devel] cannot boot from virtio / no -qxl option

2010-05-19 Thread Gerd Hoffmann
Hi, -when the disk is set to "virtio", I can install F13, but boot fails (at bios stage). When I set it to IDE then, it starts OK Upstream qemu simply doesn't support that (yet). There have been seabios patches floating around which should fix this though, so this should improve soon. -