news: Tweak existing v3.3.0 entries

Some of the content was not following the (loosely established)
style, and some of the XML was not aligned properly.
This commit is contained in:
Andrea Bolognani 2017-05-02 15:52:02 +02:00
parent 42faf316ec
commit 0d30981344

View File

@ -39,25 +39,25 @@
<section title="Improvements"> <section title="Improvements">
<change> <change>
<summary> <summary>
The libvirt Hyper-V driver now supports Hyper-V 2012 and newer. hyperv: Support Hyper-V 2012 and newer
</summary> </summary>
<description> <description>
Starting with Hyper-V 2012 the API has changed causing the existing Starting with Hyper-V 2012 the API has changed causing the existing
driver to be unable to send and process requests properly. This has driver to be unable to send and process requests properly. This has
been resolved by adding abstractions to handle the differences and been resolved by adding abstractions to handle the differences and
ease handling such breaks if they happen in the future. ease handling such breaks if they happen in the future.
</description> </description>
</change> </change>
<change> <change>
<summary> <summary>
Add support for nested HVM domains in the libxl driver libxl: Add support for nested HVM domains
</summary> </summary>
<description> <description>
Xen has supported nested HVM domains since version 4.4. The Xen has supported nested HVM domains since version 4.4. The
libvirt libxl driver now supports nested HVM domains by libvirt libxl driver now supports nested HVM domains by
specifying the host-passthrough CPU mode when defining a specifying the host-passthrough CPU mode when defining a
domain. domain.
</description> </description>
</change> </change>
</section> </section>
<section title="Bug fixes"> <section title="Bug fixes">