]> git.proxmox.com Git - qemu-server.git/commitdiff
followup: mention new md-clear flag also in description
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Jun 2019 15:47:41 +0000 (17:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 7 Jun 2019 15:55:34 +0000 (17:55 +0200)
that should really be autogenerated!

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index 45823b0376c59e81f36f03dec502ee571aee768c..1f27a0b6186e220f641f46ca1b194f0602bc4c09 100644 (file)
@@ -192,7 +192,7 @@ my $cpu_fmt = {
     flags => {
        description => "List of additional CPU flags separated by ';'."
                     . " Use '+FLAG' to enable, '-FLAG' to disable a flag."
-                    . " Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'.",
+                    . " Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb', 'md-clear'.",
        format_description => '+FLAG[;-FLAG...]',
        type => 'string',
        pattern => qr/$cpu_flag(;$cpu_flag)*/,