From: Paolo Bonzini <pbonzini@redhat.com>
To: "Lukáš Doktor" <ldoktor@redhat.com>,
kvm@vger.kernel.org, drjones@redhat.com, lvivier@redhat.com
Subject: Re: [PATCH 1/2] scripts: Handle ppc64le machine name in mkstandalone
Date: Tue, 10 May 2016 14:36:53 +0200 [thread overview]
Message-ID: <5731D5E5.7080104@redhat.com> (raw)
In-Reply-To: <1460374673-12492-2-git-send-email-ldoktor@redhat.com>
On 11/04/2016 13:37, Lukáš Doktor wrote:
> The query for machine type in `mkstandalone` is missing the `ppc64le`
> fixture. This patch uses the version from `configure` which should
> contain all fixtures.
>
> Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
> ---
> scripts/mkstandalone.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/mkstandalone.sh b/scripts/mkstandalone.sh
> index ef15bc8..26094df 100755
> --- a/scripts/mkstandalone.sh
> +++ b/scripts/mkstandalone.sh
> @@ -40,7 +40,7 @@ generate_test ()
>
> echo "#!/bin/bash"
> echo "export STANDALONE=yes"
> - echo "export HOST=\$(uname -m | sed -e s/i.86/i386/ | sed -e 's/arm.*/arm/')"
> + echo "export HOST=\$(uname -m | sed -e 's/i.86/i386/;s/arm.*/arm/;s/ppc64.*/ppc64/')"
> echo "export PRETTY_PRINT_STACKS=no"
>
> config_export ARCH
>
Queued this one, thanks.
Paolo
next prev parent reply other threads:[~2016-05-10 12:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-11 11:37 [kvm-unit-tests PATCH] fix machine type handling for ppc64le Lukáš Doktor
2016-04-11 11:37 ` [PATCH 1/2] scripts: Handle ppc64le machine name in mkstandalone Lukáš Doktor
2016-04-11 11:56 ` Andrew Jones
2016-05-10 12:36 ` Paolo Bonzini [this message]
2016-04-11 11:37 ` [PATCH 2/2] powerpc: Improve "kvm unavailable" message Lukáš Doktor
2016-04-11 12:02 ` Andrew Jones
2016-04-11 14:50 ` Lukáš Doktor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5731D5E5.7080104@redhat.com \
--to=pbonzini@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=ldoktor@redhat.com \
--cc=lvivier@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.