]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Tweak augeas schema
authorAndrea Bolognani <abologna@redhat.com>
Tue, 28 Nov 2023 15:09:43 +0000 (16:09 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 20 Mar 2024 17:37:58 +0000 (18:37 +0100)
Current entries should always be listed before obsolete ones.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
src/qemu/libvirtd_qemu.aug

index 43485b43fb7d57d2e962288a003a13d720bbac18..2b6526538f56add5c21a8734a3c06bf98bff1489 100644 (file)
@@ -139,16 +139,16 @@ module Libvirtd_qemu =
    let swtpm_entry = str_entry "swtpm_user"
                 | str_entry "swtpm_group"
 
+   let capability_filters_entry = str_array_entry "capability_filters"
+
+   let storage_entry = bool_entry "storage_use_nbdkit"
+
    (* Entries that used to exist in the config which are now
     * deleted. We keep on parsing them so we don't break
     * ability to parse old configs after upgrade
     *)
    let obsolete_entry = bool_entry "clear_emulator_capabilities"
 
-   let capability_filters_entry = str_array_entry "capability_filters"
-
-   let storage_entry = bool_entry "storage_use_nbdkit"
-
    (* Each entry in the config is one of the following ... *)
    let entry = default_tls_entry
              | vnc_entry