[PATCH v2 11/29] NEWS: Document Hyper-V enlightenment validation

Michal Privoznik via Devel posted 29 patches 1 week, 6 days ago
[PATCH v2 11/29] NEWS: Document Hyper-V enlightenment validation
Posted by Michal Privoznik via Devel 1 week, 6 days ago
From: Michal Privoznik <mprivozn@redhat.com>

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 006b2ccf6a..c44203bcc1 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -25,6 +25,11 @@ v11.9.0 (unreleased)
     Intel-specific USB controllers are relegated to x86 guests, and model
     selection overall behaves more consistently across architectures.
 
+  * qemu: Validate Hyper-V enlightenment dependencies
+
+    Some Hyper-V enlightenments may require some other enlightenments to be
+    turned on. Libvirt now validates these when defining new domains.
+
 * **Bug fixes**
 
 
-- 
2.49.1
Re: [PATCH v2 11/29] NEWS: Document Hyper-V enlightenment validation
Posted by Ján Tomko via Devel 1 week, 6 days ago
On a Wednesday in 2025, Michal Privoznik via Devel wrote:
>From: Michal Privoznik <mprivozn@redhat.com>
>
>Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
>---
> NEWS.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>
>diff --git a/NEWS.rst b/NEWS.rst
>index 006b2ccf6a..c44203bcc1 100644
>--- a/NEWS.rst
>+++ b/NEWS.rst
>@@ -25,6 +25,11 @@ v11.9.0 (unreleased)
>     Intel-specific USB controllers are relegated to x86 guests, and model
>     selection overall behaves more consistently across architectures.
>
>+  * qemu: Validate Hyper-V enlightenment dependencies
>+
>+    Some Hyper-V enlightenments may require some other enlightenments to be
>+    turned on. Libvirt now validates these when defining new domains.

Validation also happens at domain startup.

I suggest:
s/when defining/for/

And for patches 2-11:

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

Jano