[pve-devel] [PATCH guest-common/qemu-server/docs/manager v12 0/6] AMD SEV

Markus Frank m.frank at proxmox.com
Mon Nov 11 14:57:07 CET 2024


changes v12:
* new pve-guest-common patch
* improved error handling in C
* small perl style changes

changes v11:
* removed systemd service and added run_command in qemu-server instead
* moved SEV related code to CPUConfig
* instead of the no-debug and no-key-sharing checkboxes there are no 
 "allow debug/key-sharing" checkboxes in the WebUI with true beeing 
 the default.
* add check_non_migratable_resources function in qemu-server


apply/compile order:
1. pve-guest-common: AbstractConfig: add abstract method to check for resources 
 preventing a snapshot
2. qemu-server: add C program to get hardware capabilities from CPUID
3. qemu-server: config: add AMD SEV support
4. qemu-server: migration: add check_non_migratable_resources function
5. pve-docs: add AMD SEV documentation
6. pve-manager: ui: add AMD SEV configuration to Options


pve-guest-common:

Markus Frank (1):
  AbstractConfig: add abstract method to check for resources preventing
    a snapshot

 src/PVE/AbstractConfig.pm | 9 +++++++++
 1 file changed, 9 insertions(+)


qemu-server:

Markus Frank (3):
  add C program to get hardware capabilities from CPUID
  config: add AMD SEV support
  migration: add check_non_migratable_resources function

 Makefile                                      |  1 +
 PVE/API2/Qemu.pm                              |  5 +-
 PVE/QemuConfig.pm                             |  5 ++
 PVE/QemuMigrate.pm                            |  2 +-
 PVE/QemuServer.pm                             | 36 +++++++-
 PVE/QemuServer/CPUConfig.pm                   | 88 ++++++++++++++++++-
 query-machine-capabilities/Makefile           | 18 ++++
 .../query-machine-capabilities.c              | 79 +++++++++++++++++
 8 files changed, 229 insertions(+), 5 deletions(-)
 create mode 100644 query-machine-capabilities/Makefile
 create mode 100644 query-machine-capabilities/query-machine-capabilities.c


pve-docs:

Markus Frank (1):
  add AMD SEV documentation

 qm.adoc | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 103 insertions(+)


pve-manager:

Markus Frank (1):
  ui: add AMD SEV configuration to Options

 www/manager6/Makefile        |   1 +
 www/manager6/qemu/Options.js |  11 ++++
 www/manager6/qemu/SevEdit.js | 121 +++++++++++++++++++++++++++++++++++
 3 files changed, 133 insertions(+)
 create mode 100644 www/manager6/qemu/SevEdit.js

-- 
2.39.5





More information about the pve-devel mailing list