[PATCH] NEWS: Mention bumping of minimum qemu version to 4.2

Peter Krempa posted 1 patch 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/43e78d1527c18a697f3a4e5979849ceadf78532d.1661761400.git.pkrempa@redhat.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] NEWS: Mention bumping of minimum qemu version to 4.2
Posted by Peter Krempa 1 year, 8 months ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index bd848a8867..ff618d5848 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -15,6 +15,11 @@ v8.7.0 (unreleased)

 * **Removed features**

+  * qemu: Remove support for QEMU < 4.2
+
+    In accordance with our platform support policy, the oldest supported QEMU
+    version is now bumped from 3.1 to 4.2.
+
 * **New features**

   * qemu: Add support for specifying vCPU physical address size in bits
-- 
2.37.1
Re: [PATCH] NEWS: Mention bumping of minimum qemu version to 4.2
Posted by Ján Tomko 1 year, 8 months ago
On a Monday in 2022, Peter Krempa wrote:
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> NEWS.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano