On 11/26/18 12:34 PM, Marek Marczykowski-Górecki wrote:
Signed-off-by: Marek Marczykowski-Górecki <marma...@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

Reply via email to