[libvirt] [PATCH] news: Document libxl nested HVM support

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> -- 2.11.0

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>

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>

On 04/28/2017 07:42 AM, Pavel Hrdina wrote:
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.
Thanks. Period at end of summary removed and patch pushed. Regards, Jim

On Thu, 2017-04-27 at 15:24 -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(+)
ACK -- Andrea Bolognani / Red Hat / Virtualization
participants (3)
-
Andrea Bolognani
-
Jim Fehlig
-
Pavel Hrdina