From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbtOb-0004LG-KT for qemu-devel@nongnu.org; Wed, 29 Jun 2011 07:57:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbtOZ-0006zH-VB for qemu-devel@nongnu.org; Wed, 29 Jun 2011 07:57:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbtOZ-0006z5-HL for qemu-devel@nongnu.org; Wed, 29 Jun 2011 07:57:27 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5TBvQEQ029139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Jun 2011 07:57:26 -0400 From: Alon Levy Date: Wed, 29 Jun 2011 13:57:06 +0200 Message-Id: <1309348641-20061-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCHv3] qxl S3&S4 (suspend and hibernate) support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: yhalperi@redhat.com, kraxel@redhat.com Based on Gerd's tree: git://anongit.freedesktop.org/spice/qemu bz700134^ (i.e. without the last patch for latency measurement marked [debug]) Changes from v2: 1: patch uses V10 instead of 3. 2: handle EAGAIN/EINTR 3: fixes a deadlock because of usage of wlock for surface tracking. 4..end-2: The same as v2, but drop patch introducing primary_created. end-1: Instead of adding a new primary_created tracking driver state, just change to UNDEFINED when doing DESTROY_ALL_SURFACES. end: allow io in UNDEFINED Alon Levy (14): async io: suggested fixes async thread fix - handle EAGAIN/EINTR, remove fprintf qxl: use track_lock instead of wlock for guest_surfaces qxl: add mode to debugprint on destroy primary qxl: allow QXL_IO_LOG also in vga qxl: abort on panic instead of exit qxl-logger: add timestamp to command log qxl: update and add debug prints qxl: add dev id to guest prints qxl: add io_port_to_string qxl: update revision to QXL_REVISION_STABLE_V10 qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 support qxl: move to UNDEFINED on DESTROY_ALL_SURFACES{,_ASYNC} qxl: only disallow specific io's in vga mode hw/qxl-logger.c | 4 +- hw/qxl.c | 143 +++++++++++++++++++++++++++++++++++++++++++++++-------- hw/qxl.h | 4 +- 3 files changed, 129 insertions(+), 22 deletions(-) -- 1.7.5.4