[Libguestfs] [PATCH 16/16] configure: map also amd64 as host_cpu to x86_64 qemu

Richard W.M. Jones rjones at redhat.com
Thu Oct 23 20:26:14 UTC 2014


On Thu, Oct 23, 2014 at 08:18:44PM +0200, Pino Toscano wrote:
> ---
>  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],
> -- 
> 1.9.3

ACK whole series.

Thanks, Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v




More information about the Libguestfs mailing list