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