On a Wednesday in 2026, Michal Privoznik via Devel wrote:
From: Michal Privoznik <mprivozn@redhat.com>
There are some features/improvements/bug fixes I've either contributed or reviewed/merged. Document them for upcoming release.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- NEWS.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index 8d1b927c41..e3b262ef3d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -15,6 +15,10 @@ v12.4.0 (unreleased)
* **Removed features**
+ * qemu: Bump minimum version to QEMU-7.2 + + The minimal required version of QEMU was bumped to 7.2.0. + * **New features**
* resctrl: Add energy monitoring via resctrl's PERF_PKG_MON @@ -23,8 +27,25 @@ v12.4.0 (unreleased) This allows to monitor per-VM energy consumption on supported platforms. Implemented via ``energytune`` element in ``cputune`` .
+ * Add channel lifecycle domain event + + Add support for a new domain event which can be used to track the state of + any virtio channel. It is similarl to guest agent lifecycle event.
*similar
+ +
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano