[libvirt] [PATCH for 4.4.0] news: Document two new features introduced in this release

Michal Privoznik posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/ede7ef017a0a7621c29f01321d1ac4ca436f1ce6.1527839220.git.mprivozn@redhat.com
Test syntax-check passed
docs/news.xml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
[libvirt] [PATCH for 4.4.0] news: Document two new features introduced in this release
Posted by Michal Privoznik 5 years, 10 months ago
The first feature is SCSI persistent reservation, the other is
support for multihead screenshots.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 docs/news.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index c45850f625..453ac1d02a 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -94,6 +94,25 @@
           both new APIs consider capabilities of a specific hypervisor.
         </description>
       </change>
+      <change>
+        <summary>
+          Introduce SCSI persistent reservations support
+        </summary>
+        <description>
+          The QEMU driver gained support for qemu-pr-helper which enables
+          guests to issue SCSI commands for persistent reservation.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Implement multiple screen support for virDomainScreenshot
+        </summary>
+        <description>
+          While the virDomainScreenshot API supported multihead video cards,
+          the implementation was missing. But now that QEMU implemented it
+          libvirt has done as well.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>
-- 
2.16.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH for 4.4.0] news: Document two new features introduced in this release
Posted by Ján Tomko 5 years, 10 months ago
On Fri, Jun 01, 2018 at 09:47:15AM +0200, Michal Privoznik wrote:
>The first feature is SCSI persistent reservation, the other is
>support for multihead screenshots.
>
>Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
>---
> docs/news.xml | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

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