mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
spice: add module helpers
Add new spice-module.c + qemu-spice-module.h files. The code needed to support modular spice will be there. For starters this will be only the using_spice variable, more will follow ... Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20201019075224.14803-2-kraxel@redhat.com
This commit is contained in:
@ -48,7 +48,6 @@ static time_t auth_expires = TIME_MAX;
|
||||
static int spice_migration_completed;
|
||||
static int spice_display_is_running;
|
||||
static int spice_have_target_host;
|
||||
int using_spice = 0;
|
||||
|
||||
static QemuThread me;
|
||||
|
||||
|
Reference in New Issue
Block a user