From: Marcel Apfelbaum <marcel@redhat.com>
To: Paolo Bonzini <pbonzini@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 21:38:21 +0300 [thread overview]
Message-ID: <5c5551a5-4a92-bdad-f50e-ebae1654b1ac@redhat.com> (raw)
In-Reply-To: <d28dd229-f731-c828-fcab-2adf5e270529@redhat.com>
On 09/06/2016 09:30 PM, Paolo Bonzini wrote:
>
>
> 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"?
>
No, I wanted qemu64. I'll get rid of it.
Thanks,
Marcel
> Paolo
>
prev parent reply other threads:[~2016-09-06 18:39 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
2016-09-06 18:38 ` Marcel Apfelbaum [this message]
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=5c5551a5-4a92-bdad-f50e-ebae1654b1ac@redhat.com \
--to=marcel@redhat.com \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@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).