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>
---
docs/news.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index 3ed6ff8aeb..9600c97102 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -44,6 +44,17 @@
and virDomainPMWakeup APIs.
</description>
</change>
+ <change>
+ <summary>
+ qemu: Added support for PCI device passthrough on S390
+ </summary>
+ <description>
+ PCI addresses can now include the new zpci element which contains
+ uid (user-defined identifier) and fid (PCI function identifier)
+ attributes and makes the corresponding devices usable by S390
+ guests.
+ </description>
+ </change>
</section>
<section title="Removed features">
<change>
--
Yi Min