Fix host qemu binary path for aarch64
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
3c0f9e810a
commit
458e07e8d7
@ -70,7 +70,7 @@
|
|||||||
%global hostqemu arm-softmmu/qemu-system-arm
|
%global hostqemu arm-softmmu/qemu-system-arm
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
%global hostqemu arm-softmmu/qemu-system-aarch64
|
%global hostqemu aarch64-softmmu/qemu-system-aarch64
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
%global hostqemu i386-softmmu/qemu-system-i386
|
%global hostqemu i386-softmmu/qemu-system-i386
|
||||||
@ -1894,6 +1894,7 @@ getent passwd qemu >/dev/null || \
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 4 2020 Daniel P. Berrangé <berrange@redhat.com> - 5.1.0-5
|
* Fri Sep 4 2020 Daniel P. Berrangé <berrange@redhat.com> - 5.1.0-5
|
||||||
- Drop conditions for ppc, ppc64, mips64 and s390 arches
|
- Drop conditions for ppc, ppc64, mips64 and s390 arches
|
||||||
|
- Fix host qemu binary path for aarch64
|
||||||
|
|
||||||
* Thu Sep 3 2020 Daniel P. Berrangé <berrange@redhat.com> - 5.1.0-4
|
* Thu Sep 3 2020 Daniel P. Berrangé <berrange@redhat.com> - 5.1.0-4
|
||||||
- Add btrfs ioctls to linux-user (rhbz #1872918)
|
- Add btrfs ioctls to linux-user (rhbz #1872918)
|
||||||
|
Loading…
Reference in New Issue
Block a user