From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2L4t-0001Al-Hb for qemu-devel@nongnu.org; Fri, 17 Aug 2012 07:51:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2L4s-0002t1-DI for qemu-devel@nongnu.org; Fri, 17 Aug 2012 07:50:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2L4s-0002pq-5V for qemu-devel@nongnu.org; Fri, 17 Aug 2012 07:50:58 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7HBotqx004960 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 17 Aug 2012 07:50:56 -0400 From: Alon Levy Date: Fri, 17 Aug 2012 14:50:48 +0300 Message-Id: <1345204252-8205-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH v5 1.2 queue 0/4] QXL_IO_MONITORS_CONFIG_ASYNC + misc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kraxel@redhat.com Hi Gerd, Rebased on the lastest, redid ifdefs to use a single line, QXL_HAS_IO_MONITORS_CONFIG_ASYNC is 0 by default, 1 if spice-protocol is new enough. Also available at git://people.freedesktop.org/~alon/qemu qxl/pull Alon Levy (4): qxl/update_area_io: guest_bug on invalid parameters qxl: disallow unknown revisions qxl: add QXL_IO_MONITORS_CONFIG_ASYNC configure: print spice-protocol and spice-server versions configure | 7 ++++- hw/qxl.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++--- hw/qxl.h | 7 +++++ trace-events | 1 + ui/spice-display.h | 1 + 5 files changed, 90 insertions(+), 4 deletions(-) -- 1.7.11.2