From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RznRO-00034a-0p for qemu-devel@nongnu.org; Tue, 21 Feb 2012 05:59:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RznRG-0000M1-4u for qemu-devel@nongnu.org; Tue, 21 Feb 2012 05:59:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RznRF-0000Ll-Ue for qemu-devel@nongnu.org; Tue, 21 Feb 2012 05:59:18 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1LAxHDh020642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Feb 2012 05:59:17 -0500 From: Gerd Hoffmann Date: Tue, 21 Feb 2012 11:59:04 +0100 Message-Id: <1329821953-32446-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 little improvements and bugfixes. No major stuff. See individual patches for details. 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(-)