]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Document two new features introduced in this release
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 1 Jun 2018 07:45:31 +0000 (09:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 1 Jun 2018 11:39:17 +0000 (13:39 +0200)
The first feature is SCSI persistent reservation, the other is
support for multihead screenshots.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/news.xml

index c45850f625bd66a821405db62351a05958d7c3a5..453ac1d02ad42a881e3202558858915272f101b0 100644 (file)
           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>