mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
ui/spice: QXLInterface method set_mm_time() is now dead, drop
SPICE_NEEDS_SET_MM_TIME is now always off. Bury the dead code. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20230109190321.1056914-7-armbru@redhat.com>
This commit is contained in:
parent
34d55725e6
commit
dfa2584816
4 changed files with 0 additions and 32 deletions
|
@ -34,8 +34,6 @@ int qemu_spice_add_display_interface(QXLInstance *qxlin, QemuConsole *con);
|
|||
int qemu_spice_migrate_info(const char *hostname, int port, int tls_port,
|
||||
const char *subject);
|
||||
|
||||
#define SPICE_NEEDS_SET_MM_TIME 0
|
||||
|
||||
#if SPICE_SERVER_VERSION >= 0x000f00 /* release 0.15.0 */
|
||||
#define SPICE_HAS_ATTACHED_WORKER 1
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue