From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYcOb-00037k-SI for qemu-devel@nongnu.org; Mon, 20 Jun 2011 07:11:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYcOa-0003wS-RT for qemu-devel@nongnu.org; Mon, 20 Jun 2011 07:11:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYcOa-0003w7-KQ for qemu-devel@nongnu.org; Mon, 20 Jun 2011 07:11:56 -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 p5KBBsac026695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 20 Jun 2011 07:11:55 -0400 From: Alon Levy Date: Mon, 20 Jun 2011 13:11:50 +0200 Message-Id: <1308568312-5463-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Suspend (S3) 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 The first patch is a slightly revised patch send before, introducing a print helper (qxl_mode_to_string) that is used by the second patch too, hence I'm sending them together. I've looked for additional places to use qxl_mode_to_string like Gerd asked before, found just one. The second patch is the one adding support for QXL_IO_UPDATE_MEM. This is just part of the suspend support. It requires a revised spice-server (to implement the update_mem io), and a revised driver (patches on spice-devel for the windows driver, the linux to-be-done). Alon Levy (2): qxl: interface_get_command: fix reported mode qxl: add QXL_IO_UPDATE_MEM for guest S3&S4 support hw/qxl.c | 47 ++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 44 insertions(+), 3 deletions(-) -- 1.7.5.2