From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrrPp-0008K1-5F for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrrPn-0000R6-Ru for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:45 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:51536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrrPn-0000R2-Jp for qemu-devel@nongnu.org; Fri, 12 Aug 2011 09:04:43 -0400 Received: by ywf9 with SMTP id 9so2260736ywf.4 for ; Fri, 12 Aug 2011 06:04:43 -0700 (PDT) Message-ID: <4E4524E8.3010805@codemonkey.ws> Date: Fri, 12 Aug 2011 08:04:40 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1313046817-5563-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1313046817-5563-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 08/11/2011 02:13 AM, Gerd Hoffmann wrote: > Hi, > > Here comes the spice patch queue with two little fixes queued up and and > extension of the "info spice" monitor command which reports the spice > version too now. Pulled. Thanks. Regards, Anthony Liguori > > please pull, > Gerd > > The following changes since commit b9c6cbff76061537b722d55f0e321dde2a612a23: > > Merge remote-tracking branch 'pm-arm/for-upstream' into pm (2011-08-09 19:16:43 +0200) > > are available in the git repository at: > > git://anongit.freedesktop.org/spice/qemu spice.v41 > > Alon Levy (2): > qxl: unbreak after memory API conversion > ui/spice-core: report compiled-version in info spice/query-spice > > Yonit Halperin (1): > qxl: allowing the command rings to be not empty when spice worker is stopped RHBZ #728984 > > hw/qxl.c | 13 ++++++------- > ui/spice-core.c | 8 ++++++++ > 2 files changed, 14 insertions(+), 7 deletions(-) > >