[PATCH] ChangeLog: mention IOMMU superpage support

Jan Beulich posted 1 patch 1 year, 8 months ago
Failed in applying to current master (apply log)
[PATCH] ChangeLog: mention IOMMU superpage support
Posted by Jan Beulich 1 year, 8 months ago
Signed-off-by: Jan Beulich <jbeulich@suse.com>

--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ The format is based on [Keep a Changelog
  - On x86 "vga=current" can now be used together with GrUB2's gfxpayload setting. Note that
    this requires use of "multiboot2" (and "module2") as the GrUB commands loading Xen.
 
+### Added / support upgraded
+ - IOMMU superpage support on x86, affecting PV guests as well as HVM/PVH ones
+   when they don't share page tables with the CPU (HAP / EPT / NPT).
+
 ### Removed / support downgraded
  - dropped support for the (x86-only) "vesa-mtrr" and "vesa-remap" command line options
RE: [PATCH] ChangeLog: mention IOMMU superpage support
Posted by Henry Wang 1 year, 8 months ago
Hi Jan,

> -----Original Message-----
> From: Jan Beulich <jbeulich@suse.com>
> Subject: [PATCH] ChangeLog: mention IOMMU superpage support
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Thanks for the patch,

Acked-by: Henry Wang <Henry.Wang@arm.com>

Kind regards,
Henry