Re: [Qemu-devel] [PATCH v3 09/10] spice: simple display

2010-08-25 Thread Gerd Hoffmann
+/* called from spice server thread context (via interface_release_ressource) */ There's still the implicit assumption that the reader understands that we're not carrying the global mutex here and that we're relying on the functions used to be re-entrant. I think we need a big scary warning here

Re: [Qemu-devel] [PATCH v3 09/10] spice: simple display

2010-08-25 Thread Anthony Liguori
On 08/25/2010 09:19 AM, Gerd Hoffmann wrote: With that patch applied you'll actually see the guests screen in the spice client. This does *not* bring qxl and full spice support though. This is basically the qxl vga mode made more generic, so it plays together with any qemu-emulated gfx card. Yo

[Qemu-devel] [PATCH v3 09/10] spice: simple display

2010-08-25 Thread Gerd Hoffmann
With that patch applied you'll actually see the guests screen in the spice client. This does *not* bring qxl and full spice support though. This is basically the qxl vga mode made more generic, so it plays together with any qemu-emulated gfx card. You can display stdvga or cirrus via spice client