From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLAuM-0008C7-F2 for qemu-devel@nongnu.org; Mon, 08 Oct 2012 06:49:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLAuI-0006d8-HD for qemu-devel@nongnu.org; Mon, 08 Oct 2012 06:49:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLAuI-0006cv-8P for qemu-devel@nongnu.org; Mon, 08 Oct 2012 06:49:54 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q98AnrUL016552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Oct 2012 06:49:53 -0400 From: Gerd Hoffmann Date: Mon, 8 Oct 2012 12:49:43 +0200 Message-Id: <1349693391-32704-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/8] 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 comes the spice patch queue. It raises the minimal required spice-server version to 0.12 and the qxl device revision to 4. It also brings a collection of bugfixes. please pull, Gerd The following changes since commit 4bb26682f70a5f626cad3e0ac82bf4b6252ea7a4: Merge branch 'master' of git.qemu.org:/pub/git/qemu (2012-10-07 18:42:18 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v61 Alon Levy (3): hw/qxl: exit on failure to register qxl interface hw/qxl: fix condition for exiting guest_bug hw/qxl: qxl_dirty_surfaces: use uintptr_t Gerd Hoffmann (4): qxl: always update displaysurface on resize qxl: fix range check for rev3 io commands. spice: raise requirement to 0.12 qxl: set default revision to 4 Michael Tokarev (1): qxl/update_area_io: cleanup invalid parameters handling configure | 18 +-------------- hw/pc_piix.c | 8 +++++++ hw/qxl-render.c | 4 --- hw/qxl.c | 57 +++++++++++----------------------------------------- hw/qxl.h | 5 ---- ui/spice-core.c | 51 +-------------------------------------------- ui/spice-display.c | 38 ---------------------------------- ui/spice-display.h | 5 ---- 8 files changed, 24 insertions(+), 162 deletions(-)