From b2824379c3c554c5da038f7fcfa6fbf31dcce7d5 Mon Sep 17 00:00:00 2001 From: dv Date: Wed, 2 Oct 2024 14:28:48 +0000 Subject: [PATCH] Add a few vmd/vmm things to 7.6 release notes. --- 76.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/76.html b/76.html index 0d37b3092..51ae391d7 100644 --- a/76.html +++ b/76.html @@ -221,6 +221,9 @@

What's New

  • Added psp(4) ioctls to the "vmm" pledge to support AMD SEV and add an additional ioctl to support shutdown.
  • Set highest cpuid feature leaf based on host CPU in vmm(4), fixing Linux guests on older Intel hardware.
  • Implemented AMD SEC support in vmd(8). To enable SEV for a guest, use the parameter "sev" in the guest's vm section in vm.conf.5. +
  • Fixed VPID leak on Intel VMX hosts. +
  • Add ret-clean operation to interrupt dispatch assembly code. +
  • Fixed DHCP request intercept when using local interfaces with vmd(8).
  • Various new userland features: