From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLDcl-0003is-67 for qemu-devel@nongnu.org; Tue, 01 Nov 2011 08:39:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLDcg-00052x-KA for qemu-devel@nongnu.org; Tue, 01 Nov 2011 08:39:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLDcg-00052l-D5 for qemu-devel@nongnu.org; Tue, 01 Nov 2011 08:39:22 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pA1CdLTl003448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 1 Nov 2011 08:39:21 -0400 From: Gerd Hoffmann Date: Tue, 1 Nov 2011 13:39:14 +0100 Message-Id: <1320151157-17598-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, Carrying three little qxl fixes. Final spice batch for 1.0. please pull, Gerd The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240: Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging (2011-10-31 15:05:40 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v46 Alon Levy (1): qxl: create slots on post_load in vga state Gerd Hoffmann (2): qxl: stride fixup qxl: make sure we continue to run with a shared buffer hw/qxl-render.c | 36 ++++++++++++++++++++++++------------ hw/qxl.c | 26 +++++++++++++++++++------- hw/qxl.h | 3 ++- 3 files changed, 45 insertions(+), 20 deletions(-)