[PATCH] NEWS: Document my contributions for upcoming release

Michal Privoznik posted 1 patch 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/b76773038ff3df0047b72bb555cdaedbb1befadc.1666773653.git.mprivozn@redhat.com
There is a newer version of this series
NEWS.rst | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
[PATCH] NEWS: Document my contributions for upcoming release
Posted by Michal Privoznik 1 year, 5 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 20541c6c6e..893ad6f370 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,14 @@ v8.9.0 (unreleased)
 
 * **New features**
 
+  * qemu: Core Scheduling support
+
+    To avoid side channel attacks, the Linux kernel allows creating groups of
+    processes that trust each other and thus can be scheduled to run on
+    hyperthreads of a CPU core at the same time. This is now implemented for
+    QEMU domains too (see ``sched_core`` knob in qemu.conf), although not
+    enabled by default, just yet.
+
 * **Improvements**
 
   * Add ``vendor`` attribute for CPU models in domain capabilities
@@ -37,6 +45,12 @@ v8.9.0 (unreleased)
     The channel and redirect devices supported by the hypervisor are now
     reported in domain capabilities.
 
+  * meson: Bump minimal required meson version
+
+    Newer meson versions deprecate some functions used. These were replaced
+    with their newer counterparts and the minimal required mesion version was
+    bumped to 0.56.0.
+
 * **Bug fixes**
 
   * qemu: Disable all blocker features in CPU baseline
@@ -54,6 +68,14 @@ v8.9.0 (unreleased)
     In 8.8.0 release libvirt daemon would crash after it was restarted during
     an active outgoing migration.
 
+  * qemu: Refresh state after restore from a save image
+
+    When a domain is restored from a saved image, libvirt now queries QEMU for
+    those parts of runtime information that were not part of the save image.
+    For instance: MAC address of a macvtap NICs, tray state of CD-ROMs,
+    allocated size of virtio-mem, and others.
+
+
 v8.8.0 (2022-10-03)
 ===================
 
-- 
2.37.4
Re: [PATCH] NEWS: Document my contributions for upcoming release
Posted by Peter Krempa 1 year, 5 months ago
On Wed, Oct 26, 2022 at 10:40:53 +0200, Michal Privoznik wrote:
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  NEWS.rst | 22 ++++++++++++++++++++++

Reviewed-by: Peter Krempa <pkrempa@redhat.com>