[pve-devel] applied: [PATCH qemu-server 2/2] add md-clear cpu flag

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Jun 6 17:45:20 CEST 2019


On 6/3/19 3:17 PM, Oguz Bektas wrote:
> Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
> ---
>  PVE/QemuServer.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index 1a22fb4..159a90d 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -166,7 +166,7 @@ my $cpu_vendor_list = {
>      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 = {
>      cputype => {
> 

applied, thanks!




More information about the pve-devel mailing list