From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2qk4-0001eS-0J for qemu-devel@nongnu.org; Wed, 29 Feb 2012 16:07:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2qk1-0007SA-TF for qemu-devel@nongnu.org; Wed, 29 Feb 2012 16:07:19 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:48884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2qk1-0007RV-NF for qemu-devel@nongnu.org; Wed, 29 Feb 2012 16:07:17 -0500 Received: by dajr28 with SMTP id r28so1023777daj.33 for ; Wed, 29 Feb 2012 13:07:15 -0800 (PST) Message-ID: <4F4E937F.70503@codemonkey.ws> Date: Wed, 29 Feb 2012 15:07:11 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1330446602-10743-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1330446602-10743-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 02/28/2012 10:29 AM, Gerd Hoffmann wrote: > Hi, > > Here comes the spice patch queue. For the most part this brings the > async local rendering (for vnc, sdl and screenshots) work done by Alon. > Also a few bug fixes. > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > The following changes since commit b4bd0b168e9f4898b98308f4a8a089f647a86d16: > > audio: Add some fall through comments (2012-02-25 18:16:11 +0400) > > are available in the git repository at: > git://anongit.freedesktop.org/spice/qemu spice.v49 > > Alon Levy (7): > qxl: fix spice+sdl no cursor regression > sdl: remove NULL check, g_malloc0 can't fail > qxl: drop qxl_spice_update_area_async definition > qxl: require spice>= 0.8.2 > qxl: remove flipped > qxl: introduce QXLCookie > qxl: make qxl_render_update async > > Christophe Fergeau (2): > spice: use error_report to report errors > Error out when tls-channel option is used without TLS > > Gerd Hoffmann (2): > qxl: add optinal 64bit vram bar > qxl: properly handle upright and non-shared surfaces > > configure | 2 +- > hw/qxl-render.c | 170 ++++++++++++++++++++++++++---------------- > hw/qxl.c | 215 +++++++++++++++++++++++++++++++++++++--------------- > hw/qxl.h | 31 +++++--- > ui/sdl.c | 4 - > ui/spice-core.c | 47 +++++------- > ui/spice-display.c | 57 ++++++++------ > ui/spice-display.h | 21 +++++ > 8 files changed, 353 insertions(+), 194 deletions(-) > >