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 2b6d08dc02..a3f5afba11 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -61,6 +61,16 @@
riscv32 and riscv64 guest architectures are now supported.
</description>
</change>
+ <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">
<change>
--
Yi Min