aboutsummaryrefslogtreecommitdiff
path: root/hw/qxl.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-02-24 23:19:30 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-02-27 09:46:52 +0100
commit2e1a98c9c1b90ca093278c6b43244dc46604d7b7 (patch)
tree0b896f14d426d819f54950c9747f8913c04ff147 /hw/qxl.h
parent4c19ebb51dc0a59ff12d60844512816562a25047 (diff)
downloadqemu-2e1a98c9c1b90ca093278c6b43244dc46604d7b7.zip
qemu-2e1a98c9c1b90ca093278c6b43244dc46604d7b7.tar.gz
qemu-2e1a98c9c1b90ca093278c6b43244dc46604d7b7.tar.bz2
qxl: introduce QXLCookie
Will be used in the next patch. Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/qxl.h')
-rw-r--r--hw/qxl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/qxl.h b/hw/qxl.h
index 53a3ace..1443925 100644
--- a/hw/qxl.h
+++ b/hw/qxl.h
@@ -118,7 +118,7 @@ void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id,
struct QXLRect *area, struct QXLRect *dirty_rects,
uint32_t num_dirty_rects,
uint32_t clear_dirty_region,
- qxl_async_io async);
+ qxl_async_io async, QXLCookie *cookie);
void qxl_spice_loadvm_commands(PCIQXLDevice *qxl, struct QXLCommandExt *ext,
uint32_t count);
void qxl_spice_oom(PCIQXLDevice *qxl);