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(-)