From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC53E-0004fL-Cm for qemu-devel@nongnu.org; Thu, 13 Sep 2012 04:45:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC53B-000160-Mb for qemu-devel@nongnu.org; Thu, 13 Sep 2012 04:45:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC53B-00015e-Es for qemu-devel@nongnu.org; Thu, 13 Sep 2012 04:45:29 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8D8jS1B012734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 13 Sep 2012 04:45:28 -0400 From: Gerd Hoffmann Date: Thu, 13 Sep 2012 10:45:16 +0200 Message-Id: <1347525926-28563-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 00/10] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This pull brings monitor configuration support for qxl which is needed by the upcoming kms qxl driver. Also a nice speedup for qxl in vga mode and as usual some bugfixes. please pull, Gerd The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc: Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v60 Alon Levy (3): hw/qxl: tracing fixes qxl: add trace-event for QXL_IO_LOG hw/qxl: support client monitor configuration via device Dunrong Huang (1): qxl: dont update invalid area Gerd Hoffmann (4): spice: switch to queue for vga mode updates spice: split qemu_spice_create_update spice: add screen mirror spice: send updates only for changed screen content Hans de Goede (1): qxl: Ignore set_client_capabilities pre/post migrate Uri Lublin (1): qxl: better cleanup for surface destroy configure | 7 +++ hw/qxl.c | 107 ++++++++++++++++++++++++++++++++++++++-- trace-events | 11 ++++- ui/spice-display.c | 136 ++++++++++++++++++++++++++++++++++++++++------------ ui/spice-display.h | 4 +- 5 files changed, 225 insertions(+), 40 deletions(-)