From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIOAw-0000up-Nv for qemu-devel@nongnu.org; Wed, 29 Jun 2016 18:41:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIOAs-00028q-Hl for qemu-devel@nongnu.org; Wed, 29 Jun 2016 18:41:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIOAs-00028h-Bn for qemu-devel@nongnu.org; Wed, 29 Jun 2016 18:41:38 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7C34C85364 for ; Wed, 29 Jun 2016 22:41:37 +0000 (UTC) From: John Snow Date: Wed, 29 Jun 2016 18:41:34 -0400 Message-Id: <1467240095-12507-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] spice: avoid .set_mm_time on >= 0.12.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, John Snow As near as I can tell, Spice 0.12.6 will make absolutely no use of this callback, so my primitive understanding is that it should be safe to just compile out on newer spice versions. (Or at least, it will be functionally identical to what already happens in practice on such compilations.) The point, as always, is to test people's patience with me checking in patches to make the Clang build happy on modern Linux distributions. The .set_mm_time method was marked as DEPRECATED, so the famously picky Clang compiler will error out now. John Snow (1): spice: avoid .set_mm_time on >= 0.12.6 hw/display/qxl.c | 4 ++++ include/ui/qemu-spice.h | 3 +++ ui/spice-display.c | 4 ++++ 3 files changed, 11 insertions(+) -- 2.5.5