mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 22:53:08 +00:00
followup: mention new md-clear flag also in description
that should really be autogenerated! Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1a3aeee52e
commit
0ea185610c
@ -192,7 +192,7 @@ my $cpu_fmt = {
|
|||||||
flags => {
|
flags => {
|
||||||
description => "List of additional CPU flags separated by ';'."
|
description => "List of additional CPU flags separated by ';'."
|
||||||
. " Use '+FLAG' to enable, '-FLAG' to disable a flag."
|
. " 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...]',
|
format_description => '+FLAG[;-FLAG...]',
|
||||||
type => 'string',
|
type => 'string',
|
||||||
pattern => qr/$cpu_flag(;$cpu_flag)*/,
|
pattern => qr/$cpu_flag(;$cpu_flag)*/,
|
||||||
|
Loading…
Reference in New Issue
Block a user