]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildCommandLine: Inline qemuCheckFips
authorPeter Krempa <pkrempa@redhat.com>
Mon, 16 May 2022 11:47:28 +0000 (13:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 May 2022 17:31:07 +0000 (19:31 +0200)
commit2afaa6894e7db4e981002dac21a43440dbeb5577
tree277c9d6aeb9792e981db9f8721ba178b37ad5ffb
parent9b765882cdc6781e7dc6f6887efa37202ae47be6
qemuBuildCommandLine: Inline qemuCheckFips

Now that we store the state of the host FIPS mode setting in the qemu
driver object, we don't need to outsource the logic into
'qemuCheckFips'.

Additionally since we no longer support very old qemu's which would not
yet have --enable-fips we can drop the part of the comment about very
old qemus.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c
src/qemu/qemu_process.c
src/qemu/qemu_process.h
tests/qemuxml2argvtest.c