Anyone have time to take a quick look at this news entry? AFAICT, additions to news are reviewed and not considered trivial to push. Regards, Jim On 04/27/2017 03:24 PM, Jim Fehlig wrote:
Nested HVM support in the libxl driver is a news-worthy improvement for libvirt 3.3.0.
Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 1f558451f..5dc8403b4 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -48,6 +48,17 @@ ease handling such breaks if they happen in the future. </description> </change> + <change> + <summary> + Add support for nested HVM domains in the libxl driver. + </summary> + <description> + 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. + </description> + </change> </section> <section title="Bug fixes"> </section>