From: Alon Levy <alevy@redhat.com>
To: qemu-devel@nongnu.org, kraxel@redhat.com
Subject: [Qemu-devel] [PATCH v6 3/7] qxl: drop qxl_spice_update_area_async definition
Date: Fri, 24 Feb 2012 23:19:27 +0200 [thread overview]
Message-ID: <1330118371-14177-4-git-send-email-alevy@redhat.com> (raw)
In-Reply-To: <1330118371-14177-1-git-send-email-alevy@redhat.com>
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 <alevy@redhat.com>
---
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.9.1
next prev parent reply other threads:[~2012-02-24 21:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 21:19 [Qemu-devel] [PATCH v6 0/7] qxl: fix hangs caused by qxl_render_update Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 1/7] qxl: fix spice+sdl no cursor regression Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 2/7] sdl: remove NULL check, g_malloc0 can't fail Alon Levy
2012-02-24 21:19 ` Alon Levy [this message]
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 4/7] qxl: require spice >= 0.8.2 Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 5/7] qxl: remove flipped Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 6/7] qxl: introduce QXLCookie Alon Levy
2012-02-24 21:19 ` [Qemu-devel] [PATCH v6 7/7] qxl: make qxl_render_update async Alon Levy
2012-02-27 9:14 ` [Qemu-devel] [PATCH v6 0/7] qxl: fix hangs caused by qxl_render_update Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1330118371-14177-4-git-send-email-alevy@redhat.com \
--to=alevy@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).