- Update to Xen 4.20.0 RC3 release

* x86/HVM: correct MMIO emulation cache bounds check
  * x86/HVM: allocate emulation cache entries dynamically
  * x86/HVM: correct read/write split at page boundaries
  * x86/iommu: check for CMPXCHG16B when enabling IOMMU
  * iommu/vtd: remove non-CX16 logic from interrupt remapping
  * x86/iommu: remove non-CX16 logic from DMA remapping
  * iommu/amd: atomically update IRTE
  * x86emul: further correct 64-bit mode zero count repeated string
    insn handling
  * x86/PV: further harden guest memory accesses against speculative
    abuse
  * x86/intel: Fix PERF_GLOBAL fixup when virtualised

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=876
This commit is contained in:
Charles Arnold 2025-01-31 17:13:07 +00:00 committed by Git OBS Bridge
parent 888b901258
commit 08622f755c
2 changed files with 19 additions and 2 deletions

BIN
xen-4.20.0-testing-src.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jan 31 09:59:45 MST 2025 - carnold@suse.com
- Update to Xen 4.20.0 RC3 release
* x86/HVM: correct MMIO emulation cache bounds check
* x86/HVM: allocate emulation cache entries dynamically
* x86/HVM: correct read/write split at page boundaries
* x86/iommu: check for CMPXCHG16B when enabling IOMMU
* iommu/vtd: remove non-CX16 logic from interrupt remapping
* x86/iommu: remove non-CX16 logic from DMA remapping
* iommu/amd: atomically update IRTE
* x86emul: further correct 64-bit mode zero count repeated string
insn handling
* x86/PV: further harden guest memory accesses against speculative
abuse
* x86/intel: Fix PERF_GLOBAL fixup when virtualised
-------------------------------------------------------------------
Fri Jan 31 08:49:14 UTC 2025 - Markéta Machová <mmachova@suse.com>