diff options
author | Gerd Hoffmann | 2020-10-19 09:52:14 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2020-10-21 15:46:14 +0200 |
commit | b192cd1e4f9321b74e1d8b13b94a239a4750abfb (patch) | |
tree | 44814e1dd885c6ac5246100b003336e0cd480618 /softmmu | |
parent | spice: move qemu_spice_init() to QemuSpiceOps. (diff) | |
download | qemu-b192cd1e4f9321b74e1d8b13b94a239a4750abfb.tar.gz qemu-b192cd1e4f9321b74e1d8b13b94a239a4750abfb.tar.xz qemu-b192cd1e4f9321b74e1d8b13b94a239a4750abfb.zip |
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
Diffstat (limited to 'softmmu')
-rw-r--r-- | softmmu/vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softmmu/vl.c b/softmmu/vl.c index 65c34a6b8a..8a06fe8bf7 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -4447,7 +4447,7 @@ void qemu_init(int argc, char **argv, char **envp) #endif if (using_spice) { - qemu_spice_display_init(); + qemu_spice.display_init(); } if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) { |