From 7c48fb08e0cd09e26a8a2a2947d9fad718369320 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 22 Mar 2019 14:43:01 +0100 Subject: [PATCH] news: Document PCI by default on RISC-V Signed-off-by: Andrea Bolognani Reviewed-by: Cole Robinson --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 0729e0bacf..21807f26d3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -37,6 +37,18 @@
+ + + qemu: Use PCI by default for RISC-V guests + + + PCI support for RISC-V guests was already available in libvirt + 5.1.0, but it required the user to opt-in by manually assigning + PCI addresses: with this release, RISC-V guests will use PCI + automatically when running against a recent enough (4.0.0+) QEMU + release. + +