mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -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
|
@ -127,7 +127,7 @@ void qxl_render_update(PCIQXLDevice *qxl)
|
|||
if (runstate_is_running() && qxl->guest_primary.commands) {
|
||||
qxl->guest_primary.commands = 0;
|
||||
qxl_spice_update_area(qxl, 0, &update,
|
||||
dirty, ARRAY_SIZE(dirty), 1, QXL_SYNC);
|
||||
dirty, ARRAY_SIZE(dirty), 1, QXL_SYNC, NULL);
|
||||
}
|
||||
if (redraw) {
|
||||
memset(dirty, 0, sizeof(dirty));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue