summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorDaniel P. Berrangé2022-03-04 11:27:42 +0100
committerDaniel P. Berrangé2022-04-26 17:12:25 +0200
commitc6b310b37c3e3f898d56955646e6d49c60ef7a63 (patch)
tree7d7f62869dda93a821d258b3bdf6a3b9e3aa0528 /qemu-options.hx
parentMerge tag 'pull-block-2022-04-25' of https://gitlab.com/hreitz/qemu into staging (diff)
downloadqemu-c6b310b37c3e3f898d56955646e6d49c60ef7a63.tar.gz
qemu-c6b310b37c3e3f898d56955646e6d49c60ef7a63.tar.xz
qemu-c6b310b37c3e3f898d56955646e6d49c60ef7a63.zip
softmmu: remove deprecated --enable-fips option
Users requiring FIPS support must build QEMU with either the libgcrypt or gnutls libraries as the crytography backend. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx10
1 files changed, 0 insertions, 10 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 34e9b32a5c..1764eebfaf 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -4673,16 +4673,6 @@ HXCOMM Internal use
DEF("qtest", HAS_ARG, QEMU_OPTION_qtest, "", QEMU_ARCH_ALL)
DEF("qtest-log", HAS_ARG, QEMU_OPTION_qtest_log, "", QEMU_ARCH_ALL)
-#ifdef __linux__
-DEF("enable-fips", 0, QEMU_OPTION_enablefips,
- "-enable-fips enable FIPS 140-2 compliance\n",
- QEMU_ARCH_ALL)
-#endif
-SRST
-``-enable-fips``
- Enable FIPS 140-2 compliance mode.
-ERST
-
DEF("msg", HAS_ARG, QEMU_OPTION_msg,
"-msg [timestamp[=on|off]][,guest-name=[on|off]]\n"
" control error message format\n"