qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Marcel Apfelbaum <marcel@redhat.com>, qemu-devel@nongnu.org
Cc: imammedo@redhat.com, mst@redhat.com
Subject: Re: [Qemu-devel] [PATCH V2] tests/acpi: speedup acpi tests
Date: Tue, 6 Sep 2016 20:30:21 +0200	[thread overview]
Message-ID: <d28dd229-f731-c828-fcab-2adf5e270529@redhat.com> (raw)
In-Reply-To: <1473182317-31140-1-git-send-email-marcel@redhat.com>



On 06/09/2016 19:18, Marcel Apfelbaum wrote:
> diff --git a/tests/bios-tables-test.c b/tests/bios-tables-test.c
> index de4019e..ac8ddfd 100644
> --- a/tests/bios-tables-test.c
> +++ b/tests/bios-tables-test.c
> @@ -711,9 +711,11 @@ static void test_acpi_one(const char *params, test_data *data)
>  {
>      char *args;
>  
> -    args = g_strdup_printf("-net none -display none %s "
> +    args = g_strdup_printf("-machine %s,accel=%s,kernel-irqchip=off "
> +                           "-cpu qemu64 -net none -display none %s "
>                             "-drive id=hd0,if=none,file=%s,format=raw "
> -                           "-device ide-hd,drive=hd0 ",
> +                           "-device ide-hd,drive=hd0",
> +                           data->machine, "kvm:tcg",
>                             params ? params : "", disk);

qemu64 is the default for qemu-system-x86_64; perhaps you wanted "-cpu
kvm64"?

Paolo

  reply	other threads:[~2016-09-06 18:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-06 17:18 [Qemu-devel] [PATCH V2] tests/acpi: speedup acpi tests Marcel Apfelbaum
2016-09-06 18:30 ` Paolo Bonzini [this message]
2016-09-06 18:38   ` Marcel Apfelbaum

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=d28dd229-f731-c828-fcab-2adf5e270529@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=marcel@redhat.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).