]> git.proxmox.com Git - qemu.git/commit
qxl: better cleanup for surface destroy
authorUri Lublin <uril@redhat.com>
Tue, 11 Sep 2012 07:09:58 +0000 (10:09 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:15 +0000 (21:44 -0500)
commit9a5a94de581b47189f7df5ded0523b9a6991f581
tree7105f5c8a8f8f2ebc543a626a21a182cdba4f6c1
parent462ff6fda1409a8ae20772c09c6444dc3ce25d88
qxl: better cleanup for surface destroy

Add back a call to qxl_spice_destroy_surface_wait_complete() in qxl_spice_destroy_surface_wait(),
that was removed by commit c480bb7da465186b84d8427e068ef7502e47ffbf

It is needed to complete surface-removal cleanup, for non async.
For async, qxl_spice_destroy_surface_wait_complete is called upon operation completion.

Signed-off-by: Uri Lublin <uril@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 753b8b0d77ba1b343a35f9679cc777ea10a62bba)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/qxl.c