[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL] spice patch queue
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL] spice patch queue |
Date: |
Tue, 28 Feb 2012 17:29:51 +0100 |
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
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(-)
- [Qemu-devel] [PATCH 6/9] spice: support ipv6 channel address in monitor events and in spice info, (continued)
- [Qemu-devel] [PATCH 6/9] spice: support ipv6 channel address in monitor events and in spice info, Gerd Hoffmann, 2012/02/21
- [Qemu-devel] [PATCH 1/9] qxl: fix warnings on 32bit, Gerd Hoffmann, 2012/02/21
- [Qemu-devel] [PATCH 2/9] qxl: don't render stuff when the vm is stopped., Gerd Hoffmann, 2012/02/21
- [Qemu-devel] [PATCH 5/9] Add SPICE support to add_client monitor command, Gerd Hoffmann, 2012/02/21
- [Qemu-devel] [PATCH 3/9] qxl: set only off-screen surfaces dirty instead of the whole vram, Gerd Hoffmann, 2012/02/21
- [Qemu-devel] [PATCH 4/9] qxl: make sure primary surface is saved on migration also in compat mode, Gerd Hoffmann, 2012/02/21
- [Qemu-devel] [PATCH 7/9] qxl: drop vram bar minimum size, Gerd Hoffmann, 2012/02/21
- [Qemu-devel] [PATCH 8/9] qxl: move ram size init to new function, Gerd Hoffmann, 2012/02/21
- [Qemu-devel] [PATCH 9/9] qxl: add user-friendly bar size properties, Gerd Hoffmann, 2012/02/21
- Re: [Qemu-devel] [PULL] spice patch queue, Anthony Liguori, 2012/02/22
- [Qemu-devel] [PULL] spice patch queue,
Gerd Hoffmann <=
- [Qemu-devel] [PATCH 02/11] sdl: remove NULL check, g_malloc0 can't fail, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 04/11] qxl: require spice >= 0.8.2, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 07/11] qxl: make qxl_render_update async, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 10/11] Error out when tls-channel option is used without TLS, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 08/11] qxl: add optinal 64bit vram bar, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 01/11] qxl: fix spice+sdl no cursor regression, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 03/11] qxl: drop qxl_spice_update_area_async definition, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 05/11] qxl: remove flipped, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 06/11] qxl: introduce QXLCookie, Gerd Hoffmann, 2012/02/28
- [Qemu-devel] [PATCH 11/11] qxl: properly handle upright and non-shared surfaces, Gerd Hoffmann, 2012/02/28