From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI3FL-0005Bv-S4 for qemu-devel@nongnu.org; Thu, 05 May 2011 14:25:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI3FK-00040u-Bo for qemu-devel@nongnu.org; Thu, 05 May 2011 14:25:55 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:48618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI3FK-00040i-9P for qemu-devel@nongnu.org; Thu, 05 May 2011 14:25:54 -0400 Received: by gyg4 with SMTP id 4so1031095gyg.4 for ; Thu, 05 May 2011 11:25:53 -0700 (PDT) Message-ID: <4DC2EBAC.2010201@codemonkey.ws> Date: Thu, 05 May 2011 13:25:48 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1304435212-10575-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1304435212-10575-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: fix locking List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 05/03/2011 10:06 AM, Gerd Hoffmann wrote: > Hi, > > This is the current spice patch queue ready for pull. Patches have been > posted a few days ago for review. A minor issue (leftover debug bit, > spotten by Alon) has been fixed and the patch queue has been rebased to > latest master, otherwise it is unmodified. > > Please pull. Pulled. Thanks. Regards, Anthony Liguori > cheers, > Gerd > > The following changes since commit d2d979c628e4b2c4a3cb71a31841875795c79043: > > NBD: Avoid leaking a couple of strings when the NBD device is closed (2011-05-03 11:29:21 +0200) > > are available in the git repository at: > git://anongit.freedesktop.org/spice/qemu spice.v35 > > Gerd Hoffmann (3): > spice: don't create updates in spice server context. > spice: don't call displaystate callbacks from spice server context. > spice: drop obsolete iothread locking > > Jes Sorensen (1): > Make spice dummy functions inline to fix calls not checking return values > > hw/qxl-render.c | 25 ++++++++++----------- > hw/qxl.c | 27 +++++++++++------------ > ui/qemu-spice.h | 12 ++++++++- > ui/spice-display.c | 61 +++++++++++++++++++++++++++++++++------------------ > ui/spice-display.h | 24 ++++++++++++++++---- > 5 files changed, 93 insertions(+), 56 deletions(-) > >