On 11/26/18 12:34 PM, Marek Marczykowski-Górecki wrote:
Signed-off-by: Marek Marczykowski-Górecki
<marmarek(a)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><os><type>xenpvh</type></os></code>
</description>
</change>
</section>