summaryrefslogtreecommitdiffstats
path: root/include/authz
diff options
context:
space:
mode:
authorDaniel P. Berrangé2020-11-04 14:57:21 +0100
committerDaniel P. Berrangé2021-01-29 18:07:53 +0100
commit4d7beeab38e6d2d242bcf110532ff6a9b03bd53d (patch)
tree0aea2f318aa514eb7a5f69b7cd728a8af80918fb /include/authz
parentos: deprecate the -enable-fips option and QEMU's FIPS enforcement (diff)
downloadqemu-4d7beeab38e6d2d242bcf110532ff6a9b03bd53d.tar.gz
qemu-4d7beeab38e6d2d242bcf110532ff6a9b03bd53d.tar.xz
qemu-4d7beeab38e6d2d242bcf110532ff6a9b03bd53d.zip
Prefer 'on' | 'off' over 'yes' | 'no' for bool options
Update some docs and test cases to use 'on' | 'off' as the preferred value for bool options. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'include/authz')
-rw-r--r--include/authz/listfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/authz/listfile.h b/include/authz/listfile.h
index 0a1e5bddd3..0b7fe72198 100644
--- a/include/authz/listfile.h
+++ b/include/authz/listfile.h
@@ -73,7 +73,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(QAuthZListFile,
* The object can be created on the command line using
*
* -object authz-list-file,id=authz0,\
- * filename=/etc/qemu/myvm-vnc.acl,refresh=yes
+ * filename=/etc/qemu/myvm-vnc.acl,refresh=on
*
*/
struct QAuthZListFile {