mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 14:38:31 +00:00
add md-clear cpu flag
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
parent
1e1763e9c8
commit
df503832ff
@ -166,7 +166,7 @@ my $cpu_vendor_list = {
|
|||||||
max => 'default',
|
max => 'default',
|
||||||
};
|
};
|
||||||
|
|
||||||
my $cpu_flag = qr/[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb)/;
|
my $cpu_flag = qr/[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear)/;
|
||||||
|
|
||||||
my $cpu_fmt = {
|
my $cpu_fmt = {
|
||||||
cputype => {
|
cputype => {
|
||||||
|
Loading…
Reference in New Issue
Block a user