From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0DQz-0001o2-Gb for qemu-devel@nongnu.org; Wed, 22 Feb 2012 09:44:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0DQt-0004as-Li for qemu-devel@nongnu.org; Wed, 22 Feb 2012 09:44:45 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:58731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0DQt-0004aj-Bf for qemu-devel@nongnu.org; Wed, 22 Feb 2012 09:44:39 -0500 Received: by pbbro12 with SMTP id ro12so292467pbb.4 for ; Wed, 22 Feb 2012 06:44:38 -0800 (PST) Message-ID: <4F44FF51.1070705@codemonkey.ws> Date: Wed, 22 Feb 2012 08:44:33 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1329821953-32446-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1329821953-32446-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 02/21/2012 04:59 AM, Gerd Hoffmann wrote: > Hi, > > Here is the spice patch queue with a collection of little improvements > and bugfixes. No major stuff. See individual patches for details. Pulled. Thanks. Regards, Anthony Liguori > please pull, > Gerd > > The following changes since commit 99c7f87826337fa81f2f0f9baa9ca0a44faf90e9: > > input: send kbd+mouse events only to running guests. (2012-02-17 11:02:55 -0600) > > are available in the git repository at: > git://anongit.freedesktop.org/spice/qemu spice.v48 > > Daniel P. Berrange (1): > Add SPICE support to add_client monitor command > > Gerd Hoffmann (5): > qxl: fix warnings on 32bit > qxl: don't render stuff when the vm is stopped. > qxl: drop vram bar minimum size > qxl: move ram size init to new function > qxl: add user-friendly bar size properties > > Yonit Halperin (3): > qxl: set only off-screen surfaces dirty instead of the whole vram > qxl: make sure primary surface is saved on migration also in compat mode > spice: support ipv6 channel address in monitor events and in spice info > > hw/qxl-render.c | 12 +++---- > hw/qxl.c | 109 +++++++++++++++++++++++++++++++++++++++---------------- > hw/qxl.h | 4 ++ > monitor.c | 9 ++++- > qmp-commands.hx | 6 ++- > ui/qemu-spice.h | 7 ++++ > ui/spice-core.c | 50 +++++++++++++++++++++++--- > 7 files changed, 150 insertions(+), 47 deletions(-) > >