[pve-devel] [PATCH pve-manager v1] ui: qemu: remove highly experimental text for SEV-ES and SEV-SNP
Markus Frank
m.frank at proxmox.com
Mon Nov 17 11:21:17 CET 2025
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 <m.frank at proxmox.com>
---
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
More information about the pve-devel
mailing list