From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47899 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoyGP-0005KM-3A for qemu-devel@nongnu.org; Fri, 27 Aug 2010 08:42:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoyGJ-0006PK-NP for qemu-devel@nongnu.org; Fri, 27 Aug 2010 08:42:32 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:59022) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoyGJ-0006PD-HL for qemu-devel@nongnu.org; Fri, 27 Aug 2010 08:42:27 -0400 Received: by qwh5 with SMTP id 5so2783481qwh.4 for ; Fri, 27 Aug 2010 05:42:26 -0700 (PDT) Message-ID: <4C77B2BA.8020100@codemonkey.ws> Date: Fri, 27 Aug 2010 07:42:34 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v4 09/10] spice: simple display References: <1282903199-30669-1-git-send-email-kraxel@redhat.com> <1282903199-30669-10-git-send-email-kraxel@redhat.com> In-Reply-To: <1282903199-30669-10-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 08/27/2010 04:59 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. You can display stdvga or > cirrus via spice client. You can have both vnc and spice enabled and > clients connected at the same time. > > Signed-off-by: Gerd Hoffmann > [snip] > +/* > + * Called from spice server thread context (via interface_get_command). > + * We do *not* hold the global qemu mutex here, so extra care is needed > + * when calling qemu functions. Qemu interfaces used: > + * - pflib (is re-entrant). > + * - qemu_malloc (underlying glibc malloc is re-entrant). > + */ > Thanks, that's exactly what I was looking for. Regards, Anthony Liguori