[Pkg-libvirt-commits] [libguestfs] 140/179: configure: map also amd64 as host_cpu to x86_64 qemu
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 31 19:08:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 46f9dd5290668edca2832164349f6f325826d2cd
Author: Pino Toscano <ptoscano at redhat.com>
Date: Wed Oct 22 19:23:18 2014 +0200
configure: map also amd64 as host_cpu to x86_64 qemu
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8cd29d7..6174c7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -733,7 +733,8 @@ dnl back to basic 'qemu'. Allow the user to override it.
qemu_system="$(
echo qemu-system-$host_cpu |
$SED -e 's/-i@<:@456@:>@86/-i386/g' \
- -e 's/-arm.*/-arm/g'
+ -e 's/-arm.*/-arm/g' \
+ -e 's/-amd64/-x86_64/g'
)"
default_qemu="qemu-kvm kvm $qemu_system qemu"
AC_ARG_WITH([qemu],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list