From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhiNO-0002Gz-Ds for qemu-devel@nongnu.org; Fri, 15 Jul 2011 09:24:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhiNI-0001xP-3c for qemu-devel@nongnu.org; Fri, 15 Jul 2011 09:24:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhiNH-0001xD-Ld for qemu-devel@nongnu.org; Fri, 15 Jul 2011 09:24:11 -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 p6FDOAMs021956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Jul 2011 09:24:10 -0400 From: Alon Levy Date: Fri, 15 Jul 2011 16:23:37 +0300 Message-Id: <1310736228-27707-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH v6 00/11] async + suspend reworked List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: yhalperi@redhat.com, kraxel@redhat.com v5->v6: really use array in io_port_to_string undo merged "async io support" to revision change remove QXL_REVISION_* defines usage move qxl_send_event to async_cancel fix async_cancel label per patchcheck 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 | 440 +++++++++++++++++++++++++++++++++++++++++++++------- hw/qxl.h | 34 ++++- ui/spice-display.c | 93 ++++++++++-- ui/spice-display.h | 28 ++++ 5 files changed, 529 insertions(+), 70 deletions(-) -- 1.7.6