]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Document 'netdev_add' regression and disk type='lun' changes
authorPeter Krempa <pkrempa@redhat.com>
Thu, 28 May 2020 08:26:34 +0000 (10:26 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 28 May 2020 09:50:51 +0000 (11:50 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
docs/news.xml

index 67fb85377d74b4d5e590b9789d9583fdcd1971e3..104babbae77a96960ad774531ee24b00241f8730 100644 (file)
     <section title="New features">
     </section>
     <section title="Improvements">
+      <change>
+        <summary>
+          qemu: stricter validation for disk type='lun'
+        </summary>
+        <description>
+          The 'lun' type is meant for SCSI command passthrough, which can't be
+          achieved if qemu's block layer features are used. Disk type='lun' is now
+          allowed only when the format is 'raw' and no other block layer features
+          are requested.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          qemu: fixed regression in network device hotplug with new qemu versions
+        </summary>
+        <description>
+          Starting from QEMU-5.0 it's required to conform to strict schema when
+          hotplugging network devices. Libvirt didn't conform to the schema so
+          in versions prior to 6.4.0 network device hotplug fails in certain
+          cases. This version fixes it and adds stricter testing to prevent
+          further issues.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v6.3.0" date="2020-05-05">