From: Michal Privoznik Date: Fri, 1 Jun 2018 07:45:31 +0000 (+0200) Subject: news: Document two new features introduced in this release X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=455e6d57b2d198ed73430ef51e97d22b5beba228;p=libvirt.git news: Document two new features introduced in this release The first feature is SCSI persistent reservation, the other is support for multihead screenshots. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- 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. + + + Introduce SCSI persistent reservations support + + + The QEMU driver gained support for qemu-pr-helper which enables + guests to issue SCSI commands for persistent reservation. + + + + + qemu: Implement multiple screen support for virDomainScreenshot + + + While the virDomainScreenshot API supported multihead video cards, + the implementation was missing. But now that QEMU implemented it + libvirt has done as well. + +