]> Git Repo - qemu.git/blobdiff - os-posix.c
console: Fix warning from clang (and potential crash)
[qemu.git] / os-posix.c
index daf3d6f6f381105a04b09ec5efa54a756ddd30a6..79fa2288e486d85888ef41136cef019b46de4257 100644 (file)
@@ -188,6 +188,11 @@ void os_parse_cmd_args(int index, const char *optarg)
     case QEMU_OPTION_daemonize:
         daemonize = 1;
         break;
+#if defined(CONFIG_LINUX)
+    case QEMU_OPTION_enablefips:
+        fips_set_state(true);
+        break;
+#endif
     }
     return;
 }
This page took 0.019657 seconds and 4 git commands to generate.