On Sun, Feb 17, 2019 at 05:04:05PM +0400, Roman Bogorodskiy wrote:
Signed-off-by: Roman Bogorodskiy <bogorodskiy(a)gmail.com>
---
docs/news.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index 8d6d58ae6a..e0c9c3590f 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -59,6 +59,16 @@
of the network's <code>bridge</code> element.
</description>
</change>
+ <change>
+ <summary>
+ bhyve: allow to configure LPC PCI address
+ </summary>
+ <description>
+ The bhyve driver now explicty models LPC PCI-ISA bridge, thus
explicitly
+ allowing to specify PCI address for it instead of using
+ the default PCI slot 1.
+ </description>
+ </change>
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano