From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTAKE-0008DX-D6 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 09:31:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTAK6-0004BN-P1 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 09:31:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTAK6-00048q-Fw for qemu-devel@nongnu.org; Wed, 04 Mar 2015 09:30:54 -0500 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 t24EUqwi029734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 4 Mar 2015 09:30:53 -0500 From: Gerd Hoffmann Date: Wed, 4 Mar 2015 15:30:42 +0100 Message-Id: <1425479449-11480-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/7] 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 with a bunch of misc, small spice fixes which arrived revently. Nothing outstanding. please pull, Gerd The following changes since commit 0856579cac2f1dacecd847cfcd89680d26ff78= f5: Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-re= quest' into staging" (2015-03-03 00:29:17 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150304-1 for you to fetch changes up to 7c6044a94e52db8aef9a71d616c7a0914adb71ab: hmp: info spice: take out webdav (2015-03-04 14:47:52 +0100) ---------------------------------------------------------------- misc spice/qxl fixes. ---------------------------------------------------------------- Cole Robinson (1): hmp: info spice: Show string channel name Gerd Hoffmann (2): qxl: drop update_displaychangelistener call for secondary qxl devic= es hmp: info spice: take out webdav Radim Kr=C4=8Dm=C3=A1=C5=99 (4): qxl: document minimal video memory for new modes spice: fix invalid memory access to vga.vram qxl: refactor rounding up to a nearest power of 2 vga: refactor vram_size clamping and rounding hmp.c | 32 ++++++++++++++++++++++++++++++++ hw/display/qxl.c | 35 ++++++++++++++++------------------- hw/display/vga.c | 22 +++++++++++++++------- include/qemu-common.h | 3 +++ util/cutils.c | 14 ++++++++++++++ 5 files changed, 80 insertions(+), 26 deletions(-)