Signed-off-by: Yi Min Zhao <zyimin(a)linux.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy(a)linux.vnet.ibm.com>
Reviewed-by: Stefan Zimmermann <stzi(a)linux.ibm.com>
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
---
docs/news.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index 9a17b2f612..fc54a3b6ff 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -35,6 +35,16 @@
<libvirt>
<release version="v4.8.0" date="unreleased">
<section title="New features">
+ <change>
+ <summary>
+ qemu: Added support for PCI device passthrough on S390
+ </summary>
+ <description>
+ PCI addresses can now include the new uid (user-defined identifier)
+ and fid (PCI function identifier) attributes, which make the
+ corresponding devices usable by S390 guests.
+ </description>
+ </change>
</section>
<section title="Improvements">
</section>
--
Yi Min