提交 6f60d2a8 编写于 作者: P Peter Krempa

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

Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NErik Skultety <eskultet@redhat.com>
上级 55029d93
...@@ -46,8 +46,31 @@ ...@@ -46,8 +46,31 @@
<section title="New features"> <section title="New features">
</section> </section>
<section title="Improvements"> <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>
<section title="Bug fixes"> <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> </section>
</release> </release>
<release version="v6.3.0" date="2020-05-05"> <release version="v6.3.0" date="2020-05-05">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册