From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Cif-00065X-Dh for qemu-devel@nongnu.org; Wed, 07 Sep 2011 03:38:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1Cie-0002Ab-0i for qemu-devel@nongnu.org; Wed, 07 Sep 2011 03:38:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Cid-0002AA-P3 for qemu-devel@nongnu.org; Wed, 07 Sep 2011 03:38:47 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p877clj9018522 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 7 Sep 2011 03:38:47 -0400 From: Gerd Hoffmann Date: Wed, 7 Sep 2011 09:38:29 +0200 Message-Id: <1315381115-6171-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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(-)