From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pve-devel-bounces@lists.proxmox.com> Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 4D3C71FF176 for <inbox@lore.proxmox.com>; Fri, 7 Feb 2025 09:52:09 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8C0A3674E; Fri, 7 Feb 2025 09:52:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1738918317; x=1739523117; d=canarybit.eu; s=rsa2; h=content-transfer-encoding:mime-version:message-id:date:subject:to:from:from; bh=fibYhUDZdF/UdUNMYJd7RnFT73e8XejzybQZ29Hl/7o=; b=jElB4Qjkbl9zuVTsRGpBDwIy4NyB2Xv6AL4zShe9P2rQlaY+lzXwHIAfapNjeH9LWcKxesk+6jZI5 YhdPqLv9PsovN0ML23w29pdy791yMUswRdy8Iml1uzdYvkgwEGDLQX/qozX/Rlhg3UWi9UtJpMACad ea8GxNiIBu6zh1mzsWYq26Yf4VqzM7aq73O22gq9g07HfrDY1o7eO+xICzqQWQduxYaAFrON0ZtTwo gI+/pmKnluHLlo42Wlq9fZd+75rdxvO7ReXsdZpoQldTr5Qw2h2nEep3IP/oEJzzy1Q/5+CtdERB0s FGqwpkyJ+gr/WCwZ4GEkQcqgQFfyXWg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; t=1738918317; x=1739523117; d=canarybit.eu; s=ed2; h=content-transfer-encoding:mime-version:message-id:date:subject:to:from:from; bh=fibYhUDZdF/UdUNMYJd7RnFT73e8XejzybQZ29Hl/7o=; b=+F66RffLvuix5hqvxegzEMoEy0J6ff5JvBZk3J2WuYMYTX5xNO+LynWZH1GgcS6dfDkGqu3eGbVEe epyg0oyDw== X-HalOne-ID: c785e21a-e530-11ef-bffa-91f375301d21 From: Philipp Giersfeld <philipp.giersfeld@canarybit.eu> To: pve-devel@lists.proxmox.com Date: Fri, 7 Feb 2025 09:51:16 +0100 Message-Id: <20250207085120.959234-1-philipp.giersfeld@canarybit.eu> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.462 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_MISSING 0.1 Missing DMARC policy RCVD_IN_DNSWL_NONE -0.0001 Sender listed at https://www.dnswl.org/, no trust SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_NONE 0.001 SPF: sender does not publish an SPF Record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [canarybit.eu] Subject: [pve-devel] [PATCH edk2-firmware/qemu-server/manager 0/4] AMD SEV-SNP X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com> List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe> List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/> List-Post: <mailto:pve-devel@lists.proxmox.com> List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help> List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe> Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com> This patch series adds support for AMD SEV-SNP. Where possible it maintains the existing support for AMD SEV(-ES). Running SEV-SNP VMs requires a more recent version of edk2 and OVMF firmware image. Contrary to other setups, SEV-SNP does not support loading the firmware via pflash. Instead, the firmware image is loaded via the -bios option. _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel