[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: |
Wed, 7 Sep 2011 09:38:29 +0200 |
Hi,
Here is the spice patch queue with a collection of bugfixes.
A workaround for the much discussed spice-calls-us-from-wrong-thread
issue is included because it turned out to be not *that* easily fixable
in spice so it will probably take some time. Also a spice server fix
wouldn't cover already released spice versions.
cheers,
Gerd
The following changes since commit 344eecf6995f4a0ad1d887cec922f6806f91a3f8:
mips: Support the MT TCStatus IXMT irq disable flag (2011-09-06 11:09:39
+0200)
are available in the git repository at:
git://anongit.freedesktop.org/spice/qemu spice.v42
Gerd Hoffmann (1):
spice: workaround a spice server bug.
Peter Maydell (2):
spice-qemu-char.c: Use correct printf format char for ssize_t
hw/qxl: Fix format string errors
Yonit Halperin (3):
qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ
#732949
qxl: s/qxl_set_irq/qxl_update_irq/
spice: set qxl->ssd.running=true before telling spice to start, RHBZ
#733993
hw/qxl-logger.c | 2 +-
hw/qxl.c | 26 ++++++++++++++++----------
spice-qemu-char.c | 2 +-
ui/spice-core.c | 25 ++++++++++++++++++++++++-
ui/spice-display.c | 3 ++-
5 files changed, 44 insertions(+), 14 deletions(-)
- [Qemu-devel] [PULL] spice patch queue,
Gerd Hoffmann <=
- [Qemu-devel] [PATCH 3/6] qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ #732949, Gerd Hoffmann, 2011/09/07
- [Qemu-devel] [PATCH 1/6] spice-qemu-char.c: Use correct printf format char for ssize_t, Gerd Hoffmann, 2011/09/07
- [Qemu-devel] [PATCH 2/6] hw/qxl: Fix format string errors, Gerd Hoffmann, 2011/09/07
- [Qemu-devel] [PATCH 4/6] qxl: s/qxl_set_irq/qxl_update_irq/, Gerd Hoffmann, 2011/09/07
- [Qemu-devel] [PATCH 5/6] spice: set qxl->ssd.running=true before telling spice to start, RHBZ #733993, Gerd Hoffmann, 2011/09/07
- [Qemu-devel] [PATCH 6/6] spice: workaround a spice server bug., Gerd Hoffmann, 2011/09/07
- Re: [Qemu-devel] [PULL] spice patch queue, Anthony Liguori, 2011/09/08