]> Git Repo - qemu.git/blobdiff - vl.c
rdma: use resp.len after validation in qemu_rdma_registration_stop
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 25b8f2ff380181b19955f31f695699a201fae279..f422a1cae43fce689e28f952cc447ea48b25382a 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -4387,7 +4387,7 @@ int main(int argc, char **argv, char **envp)
     }
 #endif
 #ifdef CONFIG_SPICE
-    if (using_spice && !qxl_enabled) {
+    if (using_spice && !spice_displays) {
         qemu_spice_display_init(ds);
     }
 #endif
This page took 0.023048 seconds and 4 git commands to generate.