From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0ld-00071K-17 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 10:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh0lY-00084H-B4 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 10:50:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0lX-000845-RK for qemu-devel@nongnu.org; Wed, 13 Jul 2011 10:50:20 -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 p6DEoIST014946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 10:50:18 -0400 From: Alon Levy Date: Wed, 13 Jul 2011 17:49:46 +0300 Message-Id: <1310568597-24181-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCHv4 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 v3->v4 changes: * drop all qxl-render changes, it will still use sync update_area. This means: 1. running with vnc and spice together can still trigger lockup with libvirt due to [vcpu block on pipe; worker wait for pipe release; iothread blocked because vcpu holding mutex] and client side [libvirt waiting for monitor response blocking client reading socket] (this is the original problem that initiated the async io addition). 2. running screendump should be ok since update_area in spice server doesn't wait for the client pipe. that said I didn't verify this. * checkpatch.pl happy * dropped the ESECURITY patch * dropped the event abort->warning patch (handled by spice-server) Git trees: git://anongit.freedesktop.org/~alon/qemu async_and_s3.v4 git://anongit.freedesktop.org/~alon/spice async_and_s3.v4 (unchanged) git://anongit.freedesktop.org/~alon/spice-protocol s3.v2 (unchanged) git://anongit.freedesktop.org/~alon/qxl s3.v3.async.v3 (unchanged) Alon Levy (5): qxl: add io_port_to_string qxl: make qxl_guest_bug take variable arguments qxl: use QXL_REVISION_* qxl: only disallow specific io's in vga mode 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 qxl: remove qxl_destroy_primary() qxl: fix surface tracking & locking qxl: error handling fixes and cleanups. qxl: bump pci rev hw/qxl-render.c | 4 +- hw/qxl.c | 490 ++++++++++++++++++++++++++++++++++++++++++++-------- hw/qxl.h | 35 ++++- ui/spice-display.c | 93 +++++++++-- ui/spice-display.h | 30 ++++ 5 files changed, 567 insertions(+), 85 deletions(-) -- 1.7.6