From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2PwN-0004Iu-Ko for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:30:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2PwF-0003fZ-Ka for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:30:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2PwF-0003eX-Cf for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:30:07 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1SGU5wG008791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Feb 2012 11:30:06 -0500 From: Gerd Hoffmann Date: Tue, 28 Feb 2012 17:29:54 +0100 Message-Id: <1330446602-10743-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1330446602-10743-1-git-send-email-kraxel@redhat.com> References: <1330446602-10743-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 03/11] qxl: drop qxl_spice_update_area_async definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alon Levy , Gerd Hoffmann From: Alon Levy It was never used. Introduced in 5ff4e36c804157bd84af43c139f8cd3a59722db9 qxl: async io support using new spice api But not used even then. Signed-off-by: Alon Levy Signed-off-by: Gerd Hoffmann --- hw/qxl.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/hw/qxl.h b/hw/qxl.h index d062991..a615eca 100644 --- a/hw/qxl.h +++ b/hw/qxl.h @@ -138,9 +138,3 @@ void qxl_log_command(PCIQXLDevice *qxl, const char *ring, QXLCommandExt *ext); void qxl_render_resize(PCIQXLDevice *qxl); void qxl_render_update(PCIQXLDevice *qxl); void qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext); -#if SPICE_INTERFACE_QXL_MINOR >= 1 -void qxl_spice_update_area_async(PCIQXLDevice *qxl, uint32_t surface_id, - struct QXLRect *area, - uint32_t clear_dirty_region, - int is_vga); -#endif -- 1.7.1