Since the SEV-SNP patch series was applied, both SEV-ES and SEV-SNP have functioned correctly on supported hardware, as it added OVMF files containing all the necessary features for SEV-ES and SEV-SNP. The highly experimental text was included because an SEV-ES VM could not initially be started due to missing edk2 firmware features after the initial SEV patch series.
Signed-off-by: Markus Frank <[email protected]> --- www/manager6/qemu/SevEdit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/manager6/qemu/SevEdit.js b/www/manager6/qemu/SevEdit.js index dfc4a19c..44db34bd 100644 --- a/www/manager6/qemu/SevEdit.js +++ b/www/manager6/qemu/SevEdit.js @@ -61,8 +61,8 @@ Ext.define('PVE.qemu.SevInputPanel', { Proxmox.Utils.defaultText + ' (' + Proxmox.Utils.disabledText + ')', ], ['std', 'AMD SEV'], - ['es', 'AMD SEV-ES (highly experimental)'], - ['snp', 'AMD SEV-SNP (highly experimental)'], + ['es', 'AMD SEV-ES'], + ['snp', 'AMD SEV-SNP'], ], bind: { value: '{type}', -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
