[PATCH] x86: Correct comment about struct vcpu memflags restriction

Andrew Cooper posted 1 patch 2 weeks ago
[PATCH] x86: Correct comment about struct vcpu memflags restriction
Posted by Andrew Cooper 2 weeks ago
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
Based on top of Oleksii's series centralising struct vcpu allocation.

diff --git a/xen/arch/x86/include/asm/domain.h b/xen/arch/x86/include/asm/domain.h
index effb23a23416..94b0cf7f1d95 100644
--- a/xen/arch/x86/include/asm/domain.h
+++ b/xen/arch/x86/include/asm/domain.h
@@ -17,7 +17,7 @@ unsigned int arch_domain_struct_memflags(void);
 
 /*
  * This structure contains embedded PAE PDPTEs, used when an HVM guest
- * runs on shadow pagetables outside of 64-bit mode. In this case the CPU
+ * runs on shadow pagetables outside of Long mode. In this case the CPU
  * may require that the shadow CR3 points below 4GB, and hence the whole
  * structure must satisfy this restriction. Thus we specify MEMF_bits(32).
  */


Re: [PATCH] x86: Correct comment about struct vcpu memflags restriction
Posted by Jan Beulich 2 weeks ago
On 23.12.2025 13:49, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>