From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fWu-0006au-1x for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:24:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1fWs-0007Va-GP for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:24:36 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:56344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fWs-0007TC-8Y for qemu-devel@nongnu.org; Thu, 08 Sep 2011 10:24:34 -0400 Received: by mail-yi0-f45.google.com with SMTP id 2so1615yib.4 for ; Thu, 08 Sep 2011 07:24:34 -0700 (PDT) Message-ID: <4E68D01E.4030902@codemonkey.ws> Date: Thu, 08 Sep 2011 09:24:30 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1315381115-6171-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1315381115-6171-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; 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 09/07/2011 02:38 AM, Gerd Hoffmann wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >