[libvirt] [PATCH] spec: Enable qemu driver on s390x on RHEL/CentOS

Jiri Denemark posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/f26670ec9bd8fc5121dc913de7b0e67528f186b1.1507188015.git.jdenemar@redhat.com
libvirt.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] spec: Enable qemu driver on s390x on RHEL/CentOS
Posted by Jiri Denemark 6 years, 6 months ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 48f193f0c4..e053f05f1c 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -35,7 +35,7 @@
     %define with_qemu_tcg 0
     %define qemu_kvm_arches x86_64
     %if 0%{?rhel} >= 7
-        %define qemu_kvm_arches x86_64 %{power64} aarch64
+        %define qemu_kvm_arches x86_64 %{power64} aarch64 s390x
     %endif
 %endif
 
-- 
2.14.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] spec: Enable qemu driver on s390x on RHEL/CentOS
Posted by Peter Krempa 6 years, 6 months ago
On Thu, Oct 05, 2017 at 09:20:15 +0200, Jiri Denemark wrote:

Any explanation? :)

> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  libvirt.spec.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libvirt.spec.in b/libvirt.spec.in
> index 48f193f0c4..e053f05f1c 100644
> --- a/libvirt.spec.in
> +++ b/libvirt.spec.in
> @@ -35,7 +35,7 @@
>      %define with_qemu_tcg 0
>      %define qemu_kvm_arches x86_64
>      %if 0%{?rhel} >= 7
> -        %define qemu_kvm_arches x86_64 %{power64} aarch64
> +        %define qemu_kvm_arches x86_64 %{power64} aarch64 s390x
>      %endif
>  %endif

ACK
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list