]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/xen: Avoid non-inclusive language in params.h
authorThomas Huth <thuth@redhat.com>
Mon, 13 Oct 2025 11:11:52 +0000 (13:11 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 28 Oct 2025 13:52:13 +0000 (16:52 +0300)
Copy the latest version of Xen's params.h to the QEMU repository:

https://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=0291089f6ea81690f37035a124d54c51fa7ba097#patch8

With this patch, we get rid of a non-inclusive word in the comment
there.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Anthony PERARD <anthony.perard@vates.tech>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/hw/xen/interface/hvm/params.h

index a22b4ed45d2eb2dcaf61db9bef1f83b80d426a40..99c40b4287f188f60ea663b62cc8059f0dabe3d8 100644 (file)
 #define HVM_PARAM_VM_GENERATION_ID_ADDR 34
 
 /*
- * Set mode for altp2m:
- *  disabled: don't activate altp2m (default)
+ * Get mode for altp2m:
+ *  disabled: altp2m not active (default)
  *  mixed: allow access to all altp2m ops for both in-guest and external tools
  *  external: allow access to external privileged tools only
  *  limited: guest only has limited access (ie. control VMFUNC and #VE)
- *
- * Note that 'mixed' mode has not been evaluated for safety from a
- * security perspective.  Before using this mode in a
- * security-critical environment, each subop should be evaluated for
- * safety, with unsafe subops blacklisted in XSM.
  */
 #define HVM_PARAM_ALTP2M       35
 #define XEN_ALTP2M_disabled      0