From f93aa52edfbe1fa02e5d6071e87f8e970a2c7003 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 23 Jun 2017 22:58:26 +0800 Subject: [PATCH] news: Update for multiple PHBs Signed-off-by: Andrea Bolognani Reviewed-by: Laine Stump --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index a83cd1736c..d519b72c54 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -40,6 +40,17 @@ hyperv: Implement virDomainSetMemory and virDomainSendKey APIs + + + qemu: Support multiple PHBs for pSeries guests + + + pSeries guests can now have multiple PHBs (PCI Host Bridges), which + show up as separate PCI domains in the guest. To create additional + PHBs, simply add PCI controllers with model pci-root + to the guest configuration. + +
-- GitLab