[PATCH] news: Document 'netdev_add' regression and disk type='lun' changes

Peter Krempa posted 1 patch 3 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/c28fd93ba94a98fa4f2d5f8047826d56dc96f655.1590654458.git.pkrempa@redhat.com
docs/news.xml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
[PATCH] news: Document 'netdev_add' regression and disk type='lun' changes
Posted by Peter Krempa 3 years, 10 months ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/news.xml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 67fb85377d..104babbae7 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -46,8 +46,31 @@
     <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">
-- 
2.26.2

Re: [PATCH] news: Document 'netdev_add' regression and disk type='lun' changes
Posted by Erik Skultety 3 years, 10 months ago
On Thu, May 28, 2020 at 10:28:04AM +0200, Peter Krempa wrote:
> Signed-off-by: Peter Krempa <pkrempa@redhat.com>
> ---
Reviewed-by: Erik Skultety <eskultet@redhat.com>