From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjSy1-0001FT-Vq for qemu-devel@nongnu.org; Wed, 20 Jul 2011 05:21:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjSy0-00031F-0B for qemu-devel@nongnu.org; Wed, 20 Jul 2011 05:21:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjSxz-000311-G1 for qemu-devel@nongnu.org; Wed, 20 Jul 2011 05:21:19 -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 p6K9LH4J030337 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Jul 2011 05:21:17 -0400 From: Alon Levy Date: Wed, 20 Jul 2011 12:20:49 +0300 Message-Id: <1311153660-16728-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH v7 00/11] async + suspend reworked List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com v7 changes: use updated spice api (spice_qxl_update_area_async etc.) Alon Levy (5): qxl: add io_port_to_string qxl: make qxl_guest_bug take variable arguments qxl: only disallow specific io's in vga mode qxl: async io support using new spice api qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 support Gerd Hoffmann (6): spice: add worker wrapper functions. spice: add qemu_spice_display_init_common spice/qxl: move worker wrappers qxl: fix surface tracking & locking qxl: error handling fixes and cleanups. qxl: bump pci rev hw/qxl-render.c | 4 +- hw/qxl.c | 438 +++++++++++++++++++++++++++++++++++++++++++++------- hw/qxl.h | 34 ++++- ui/spice-display.c | 93 ++++++++++-- ui/spice-display.h | 28 ++++ 5 files changed, 528 insertions(+), 69 deletions(-) -- 1.7.6