[libvirt] [PATCH v5 6/6] news: add libxl PVH

Marek Marczykowski-Górecki posted 6 patches 7 years, 2 months ago
[libvirt] [PATCH v5 6/6] news: add libxl PVH
Posted by Marek Marczykowski-Górecki 7 years, 2 months ago
Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
---
New patch in v5
---
 docs/news.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 4406aeb..d345271 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -68,6 +68,14 @@
           be viewed via the domain statistics.
         </description>
       </change>
+      <change>
+        <summary>
+          libxl: Add XEN PVH support
+        </summary>
+        <description>
+          The libxl driver now has support for PVH os type.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>
-- 
git-series 0.9.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v5 6/6] news: add libxl PVH
Posted by Jim Fehlig 7 years, 2 months ago
On 11/26/18 12:34 PM, Marek Marczykowski-Górecki wrote:
> Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> ---
> New patch in v5
> ---
>   docs/news.xml | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index 4406aeb..d345271 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -68,6 +68,14 @@
>             be viewed via the domain statistics.
>           </description>
>         </change>
> +      <change>
> +        <summary>
> +          libxl: Add XEN PVH support
> +        </summary>
> +        <description>
> +          The libxl driver now has support for PVH os type.
> +        </description>
> +      </change>
>       </section>
>       <section title="Improvements">
>       </section>
> 

I tweaked the commit summary and this text a bit before pushing.

Regards,
Jim

diff --git a/docs/news.xml b/docs/news.xml
index d34527191b..26f3bdf16c 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -70,10 +70,12 @@
        </change>
        <change>
          <summary>
-          libxl: Add XEN PVH support
+          Xen: Add support for PVH
          </summary>
          <description>
-          The libxl driver now has support for PVH os type.
+          The libxl driver now supports Xen's PVH virtual machine type.
+          PVH machines are enabled with the new "xenpvh" OS type, e.g.
+          <code>&lt;os&gt;&lt;type&gt;xenpvh&lt;/type&gt;&lt;/os&gt;</code>
          </description>
        </change>
      </section>

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list