From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 731511FF398 for ; Fri, 10 May 2024 13:47:41 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 90AF91CC83; Fri, 10 May 2024 13:47:48 +0200 (CEST) From: Markus Frank To: pve-devel@lists.proxmox.com Date: Fri, 10 May 2024 13:47:02 +0200 Message-Id: <20240510114706.990385-1-m.frank@proxmox.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.029 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH qemu-server/docs/manager v10 0/4] AMD SEV X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Patch series to enable AMD Secure Encrypted Virtualization (SEV) changes v10: * removed include of sys/types.h in C Program * also die if the BIOS is not set, since the default is SeaBIOS * added pve-manager patch apply/compile order: 1. qemu-server: add C program to get hardware capabilities from CPUID 2. qemu-server: config: add AMD SEV support 3. pve-docs: add AMD SEV documentation 4. pve-manager: ui: add AMD SEV configuration to Options qemu-server: Markus Frank (2): add C program to get hardware capabilities from CPUID config: add AMD SEV support Makefile | 1 + PVE/API2/Qemu.pm | 11 +++ PVE/QemuMigrate.pm | 4 + PVE/QemuServer.pm | 79 +++++++++++++++++++ query-machine-capabilities/Makefile | 21 +++++ .../query-machine-capabilities.c | 70 ++++++++++++++++ .../query-machine-capabilities.service | 12 +++ 7 files changed, 198 insertions(+) create mode 100644 query-machine-capabilities/Makefile create mode 100644 query-machine-capabilities/query-machine-capabilities.c create mode 100644 query-machine-capabilities/query-machine-capabilities.service docs: Markus Frank (1): add AMD SEV documentation qm.adoc | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) 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 | 98 ++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 www/manager6/qemu/SevEdit.js -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel