[PATCH] news.html: Add 3 new features

Yanqiu Zhang posted 1 patch 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200702090646.531331-1-yanqzhan@redhat.com
NEWS.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
[PATCH] news.html: Add 3 new features
Posted by Yanqiu Zhang 3 years, 9 months ago
Add 'virtio packed' in 6.3.0, 'virDomainGetHostnameFlags' and
'Panic Crashloaded event' for 6.1.0.

Signed-off-by: Yanqiu Zhang <yanqzhan@redhat.com>
---
 NEWS.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 0e9822cd03..eb72b1be00 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -173,6 +173,11 @@ v6.3.0 (2020-05-05)
     (Cache Flush on Privilege Change), SBBC (Speculation Barrier Bounds
     Checking) and IBS (Indirect Branch Speculation).
 
+  * qemu: Add support for virtio packed option
+
+    The attribute ``packed`` controls if QEMU should try to use packed
+    virtqueues. Possible values are ``on`` or ``off``.
+
 * **Improvements**
 
   * qemu: Allow checkpoint redefine for offline VMs
@@ -365,6 +370,17 @@ v6.1.0 (2020-03-03)
     This device, available starting from QEMU 5.0, is limited to pSeries
     guests.
 
+  * qemu: support Panic Crashloaded event handling
+
+    Pvpanic device supports bit 1 as crashloaded event, it means that guest
+    actually panicked and run kexec to handle error by guest side.
+
+  * qemu: Implement virDomainGetHostnameFlags
+
+    The --source argument can be used to specify what data source to use for
+    the domain hostnames. Currently, except 'agent', libvirt could also use
+    'lease' information from dnsmasq to get current hostname.
+
 * **Improvements**
 
   * qemu: Image format probing is allowed in certain cases
-- 
2.25.4

Re: [PATCH] news.html: Add 3 new features
Posted by Andrea Bolognani 3 years, 9 months ago
On Thu, 2020-07-02 at 09:06 +0000, Yanqiu Zhang wrote:
> Add 'virtio packed' in 6.3.0, 'virDomainGetHostnameFlags' and
> 'Panic Crashloaded event' for 6.1.0.
> 
> Signed-off-by: Yanqiu Zhang <yanqzhan@redhat.com>
> ---
>  NEWS.rst | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Thanks. I reworded the entries a bit, added my

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

and pushed the patch :)

-- 
Andrea Bolognani / Red Hat / Virtualization