[PATCH] spec: Enable hyperv driver on RHEL

Michal Privoznik via Devel posted 1 patch 12 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/04386c28ac3e7716ceb3633020792b53db4903a6.1782288126.git.mprivozn@redhat.com
libvirt.spec.in | 1 -
1 file changed, 1 deletion(-)
[PATCH] spec: Enable hyperv driver on RHEL
Posted by Michal Privoznik via Devel 12 hours ago
From: Michal Privoznik <mprivozn@redhat.com>

Resolves: https://redhat.atlassian.net/browse/RHEL-187057
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---

Green pipeline:

https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/2625120614

 libvirt.spec.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 2fddfcd606..f7f683e1c5 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -145,7 +145,6 @@
     %define with_vbox 0
     %define with_vmware 0
     %define with_libxl 0
-    %define with_hyperv 0
     %define with_lxc 0
     %define with_ch 0
 %endif
-- 
2.53.0
Re: [PATCH] spec: Enable hyperv driver on RHEL
Posted by Pavel Hrdina via Devel 10 hours ago
On Wed, Jun 24, 2026 at 10:03:54AM +0200, Michal Privoznik via Devel wrote:
> From: Michal Privoznik <mprivozn@redhat.com>
> 
> Resolves: https://redhat.atlassian.net/browse/RHEL-187057
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>