qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Markus Armbruster <armbru@redhat.com>,
	Stefan Hajnoczi <stefanha@redhat.com>
Cc: qemu-devel@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 2/2] libqtest: launch QEMU with QEMU_AUDIO_DRV=none
Date: Tue, 12 Aug 2014 15:20:43 +0200	[thread overview]
Message-ID: <53EA14AB.60404@suse.de> (raw)
In-Reply-To: <87mwb9ooft.fsf@blackfin.pond.sub.org>

Am 12.08.2014 14:57, schrieb Markus Armbruster:
> Stefan Hajnoczi <stefanha@redhat.com> writes:
> 
>> No test case actually uses the audio backend.  Disable audio to prevent
>> errors on hosts with no sound hardware present:
>>
>>   GTESTER check-qtest-aarch64
>>   sdl: SDL_OpenAudio failed
>>   sdl: Reason: No available audio device
>>   sdl: SDL_OpenAudio failed
>>   sdl: Reason: No available audio device
>>   audio: Failed to create voice `lm4549.out'
>>
>> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
>> ---
>>  tests/libqtest.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/libqtest.c b/tests/libqtest.c
>> index 98e8f4b..2abb6f2 100644
>> --- a/tests/libqtest.c
>> +++ b/tests/libqtest.c
>> @@ -165,7 +165,7 @@ QTestState *qtest_init(const char *extra_args)
>>  
>>      s->qemu_pid = fork();
>>      if (s->qemu_pid == 0) {
>> -        command = g_strdup_printf("exec %s "
>> +        command = g_strdup_printf("QEMU_AUDIO_DRV=none exec %s "
>>                                    "-qtest unix:%s,nowait "
>>                                    "-qtest-log /dev/null "
>>                                    "-qmp unix:%s,nowait "
> 
> Gerd (cc'ed) solved this differently in his patch[*].  I'm fine with
> either.

Hm, Gerd's patch seems to only touch audio-specific tests but not the
generic qom-test for instance. What about doing Gerd's setenv() in
Stefan's generic code? Not cluttering the shell call even more would
make it easier to some day convert to an array-based API. Not a priority
though.

Cheers,
Andreas

> [*] https://lists.nongnu.org/archive/html/qemu-devel/2014-07/msg03087.html

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

  reply	other threads:[~2014-08-12 13:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 12:37 [Qemu-devel] [PATCH 0/2] Fixes for buildbot failures Stefan Hajnoczi
2014-08-12 12:37 ` [Qemu-devel] [PATCH 1/2] qapi.py: avoid Python 2.5+ any() function Stefan Hajnoczi
2014-08-15  7:43   ` Riku Voipio
2014-08-27  9:05     ` Stefan Hajnoczi
2014-08-27 11:01     ` Stefan Hajnoczi
2014-08-12 12:37 ` [Qemu-devel] [PATCH 2/2] libqtest: launch QEMU with QEMU_AUDIO_DRV=none Stefan Hajnoczi
2014-08-12 12:57   ` Markus Armbruster
2014-08-12 13:20     ` Andreas Färber [this message]
2014-08-15 12:08   ` Peter Maydell
2014-08-15 15:12     ` Stefan Hajnoczi

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=53EA14AB.60404@suse.de \
    --to=afaerber@suse.de \
    --cc=armbru@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@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 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).