Message ID | 20160318090750.GI6170@edamame.cdg.redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/ui/spice-core.c b/ui/spice-core.c index 7987a4e..83950fe 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -844,6 +844,10 @@ void qemu_spice_init(void) #ifdef HAVE_SPICE_GL if (qemu_opt_get_bool(opts, "gl", 0)) { + if (port || tls_port) { + error_report("SPICE GL support is local-only for now and incompatible with -spice port/tls-port"); + exit(1); + } if (egl_rendernode_init() == 0) { display_opengl = 1; }