aboutsummaryrefslogtreecommitdiff
path: root/softmmu
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-10-19 09:52:14 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-10-21 15:46:14 +0200
commitb192cd1e4f9321b74e1d8b13b94a239a4750abfb (patch)
tree44814e1dd885c6ac5246100b003336e0cd480618 /softmmu
parent63be30e6d53e78bbe5e21cbf930014ef4844fb31 (diff)
downloadqemu-b192cd1e4f9321b74e1d8b13b94a239a4750abfb.zip
qemu-b192cd1e4f9321b74e1d8b13b94a239a4750abfb.tar.gz
qemu-b192cd1e4f9321b74e1d8b13b94a239a4750abfb.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/softmmu/vl.c b/softmmu/vl.c
index 65c34a6..8a06fe8 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) {