mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
spice: move display_init() to QemuSpiceOps.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20201019075224.14803-5-kraxel@redhat.com
This commit is contained in:
@ -995,6 +995,7 @@ int qemu_spice_display_is_running(SimpleSpiceDisplay *ssd)
|
||||
|
||||
static struct QemuSpiceOps real_spice_ops = {
|
||||
.init = qemu_spice_init,
|
||||
.display_init = qemu_spice_display_init,
|
||||
.migrate_info = qemu_spice_migrate_info,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user