From: Jim Fehlig Date: Thu, 27 Apr 2017 21:02:36 +0000 (-0600) Subject: news: Document libxl nested HVM support X-Git-Tag: v3.3.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdfe0c98e6bfe0162e5956f71509da69ad9a9f2;p=thirdparty%2Flibvirt.git news: Document libxl nested HVM support Nested HVM support in the libxl driver is a news-worthy improvement for libvirt 3.3.0. Reviewed-by: Pavel Hrdina Signed-off-by: Jim Fehlig --- diff --git a/docs/news.xml b/docs/news.xml index 1f558451f6..7dda8db3a1 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -48,6 +48,17 @@ ease handling such breaks if they happen in the future. + + + Add support for nested HVM domains in the libxl driver + + + Xen has supported nested HVM domains since version 4.4. The + libvirt libxl driver now supports nested HVM domains by + specifying the host-passthrough CPU mode when defining a + domain. + +