From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apZNU-0005O8-Tf for qemu-devel@nongnu.org; Mon, 11 Apr 2016 06:47:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apZNL-0001U6-QC for qemu-devel@nongnu.org; Mon, 11 Apr 2016 06:47:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apZNL-0001Th-K5 for qemu-devel@nongnu.org; Mon, 11 Apr 2016 06:47:23 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0599B80085 for ; Mon, 11 Apr 2016 10:47:22 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 11 Apr 2016 12:47:18 +0200 Message-Id: <1460371640-676-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] virtio-gpu: pixman surface fix, block live migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here are two virtio-gpu patches, one fix for pixman-backed surfaces and one blocking live migration. please pull, Gerd The following changes since commit 9628af036fade986dcc94f4484bc75c6b1a06d84: Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into staging (2016-04-08 13:45:52 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vga-20160411-1 for you to fetch changes up to fa49e4656a641af84e4cdf40c8d12dacb25dc0aa: virtio-gpu: block live migration (2016-04-11 12:36:34 +0200) ---------------------------------------------------------------- virtio-gpu: pixman surface fix, block live migration ---------------------------------------------------------------- Gerd Hoffmann (2): ui/virtio-gpu: add and use qemu_create_displaysurface_pixman virtio-gpu: block live migration hw/display/virtio-gpu.c | 12 ++++++++---- include/ui/console.h | 1 + trace-events | 1 + ui/console.c | 11 +++++++++++ 4 files changed, 21 insertions(+), 4 deletions(-)