mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
4c19ebb51d
commit
2e1a98c9c1
5 changed files with 82 additions and 19 deletions
2
hw/qxl.h
2
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue