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 773c95b0da..bcdf350e55 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -44,6 +44,17 @@
support should be available to the guest.
</description>
</change>
+ <change>
+ <summary>
+ qemu: Added support for PCI device passthrough on S390
+ </summary>
+ <description>
+ The new zPCI attributes uid (user-defined identifier)
+ and fid (PCI function identifier) of the S390 platform
+ extend the PCI device address to support the PCI
+ passthrough on S390.
+ </description>
+ </change>
</section>
<section title="Improvements">
</section>
--
Yi Min