]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu augeas: Add spice_tls/spice_tls_x509_cert_dir
authorDouglas Schilling Landgraf <dougsland@redhat.com>
Thu, 24 May 2012 19:04:47 +0000 (15:04 -0400)
committerEric Blake <eblake@redhat.com>
Fri, 25 May 2012 03:17:37 +0000 (21:17 -0600)
If vdsm is installed and configured in Fedora 17, we add the following
items into qemu.conf:

spice_tls=1
spice_tls_x509_cert_dir="/etc/pki/vdsm/libvirt-spice"

However, after this changes, augtool cannot identify qemu.conf anymore.

src/qemu/libvirtd_qemu.aug

index f6cec1fcfd21641ce2aec3618a63c9e3540ae62e..9120d4e8a7ee683810900bf6817fef79ea473fda 100644 (file)
@@ -32,6 +32,10 @@ module Libvirtd_qemu =
                  | str_entry "vnc_password"
                  | bool_entry "vnc_sasl"
                  | str_entry "vnc_sasl_dir"
+                 | str_entry "spice_listen"
+                 | bool_entry "spice_tls"
+                 | str_entry  "spice_tls_x509_cert_dir"
+                 | str_entry "spice_passwd"
                  | str_entry "security_driver"
                  | bool_entry "security_default_confined"
                  | bool_entry "security_require_confined"
@@ -46,6 +50,7 @@ module Libvirtd_qemu =
                  | bool_entry "auto_dump_bypass_cache"
                  | bool_entry "auto_start_bypass_cache"
                  | str_entry "hugetlbfs_mount"
+                 | bool_entry "mac_filter"
                  | bool_entry "relaxed_acs_check"
                  | bool_entry "vnc_allow_host_audio"
                  | bool_entry "clear_emulator_capabilities"