On Thu, Apr 27, 2017 at 03:24:24PM -0600, 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.
Remove the period at the end of summary, it's similar to subject where we don't put period as well. Reviewed-by: Pavel Hrdina <phrdina@redhat.com>