]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
CHANGELOG.md: Mention PCI passthrough for HVM domUs
authorJiqian Chen <Jiqian.Chen@amd.com>
Tue, 18 Mar 2025 08:48:00 +0000 (09:48 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 18 Mar 2025 08:48:00 +0000 (09:48 +0100)
PCI passthrough is already supported for HVM domUs when dom0 is PVH
on x86. The last related patch on Qemu side was merged after Xen4.20
release. So mention this feature in Xen4.21 entry.

But SR-IOV is not yet supported on PVH dom0, add a note for it.

Signed-off-by: Jiqian Chen <Jiqian.Chen@amd.com>
Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
CHANGELOG.md

index 7201c484f89905898f8bd60cf9b0a0a75fca3298..9a5919585d43e6b2b83764a938abffe6d812bed5 100644 (file)
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
  - On x86:
    - Option to attempt to fixup p2m page-faults on PVH dom0.
    - Resizable BARs is supported for PVH dom0.
+   - Support PCI passthrough for HVM domUs when dom0 is PVH (note SR-IOV
+     capability usage is not yet supported on PVH dom0).
 
 ### Removed