]> git.proxmox.com Git - mirror_qemu.git/blobdiff - os-posix.c
meson: fix dependencies for modinfo #2
[mirror_qemu.git] / os-posix.c
index 1de2839554ccefc124767dd894f5a0671c563062..ae6c9f2a5e983772745067ea9db74ac44b93f9ac 100644 (file)
@@ -32,7 +32,7 @@
 #include "qemu-common.h"
 /* Needed early for CONFIG_BSD etc. */
 #include "net/slirp.h"
-#include "qemu-options.h"
+#include "qemu/qemu-options.h"
 #include "qemu/error-report.h"
 #include "qemu/log.h"
 #include "sysemu/runstate.h"
@@ -153,6 +153,9 @@ int os_parse_cmd_args(int index, const char *optarg)
         break;
 #if defined(CONFIG_LINUX)
     case QEMU_OPTION_enablefips:
+        warn_report("-enable-fips is deprecated, please build QEMU with "
+                    "the `libgcrypt` library as the cryptography provider "
+                    "to enable FIPS compliance");
         fips_set_state(true);
         break;
 #endif