]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document new Xen hypervisor features
authorJim Fehlig <jfehlig@suse.com>
Tue, 21 Apr 2020 22:05:40 +0000 (16:05 -0600)
committerJim Fehlig <jfehlig@suse.com>
Wed, 22 Apr 2020 16:35:06 +0000 (10:35 -0600)
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/news.xml

index 99c65447b08191c7cf5bf084d5d12ab30b2797ab..956018b512642c36f1cdd722614f7406188401b3 100644 (file)
           feedback from users on how well it works in practice.
         </description>
       </change>
+      <change>
+        <summary>
+          xen: Add support for 'e820_host' hypervisor feature
+        </summary>
+        <description>
+          <code>e820_host</code> is a Xen-specific option only available for
+          PV guests. When enabled it provides the guest with a virtual e820
+          memory map based on the host one. It must be enabled to allow
+          hotplugging PCI devices to PV guests, particularly when memory
+          ballooning is enabled.
+        </description>
+      </change>
+      <change>
+        <summary>
+          xen: Add support for 'passthrough' hypervisor feature
+        </summary>
+        <description>
+          <code>passthrough</code> is a Xen-specific option new to Xen 4.13
+          that enables PCI passthrough for guests. It must be enabled to allow
+          hotplugging PCI devices.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>