]> git.proxmox.com Git - mirror_qemu.git/commit
libqtest: launch QEMU with QEMU_AUDIO_DRV=none
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 Aug 2014 11:08:52 +0000 (12:08 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 28 Aug 2014 12:42:25 +0000 (13:42 +0100)
commit6b029216056b8e64a6b5b7c43d1342cd4ef7ebc0
treedf0c136c47593354662c792aa7f35802cdce25f5
parent7ac9a9d6e1fbc702dee8d2a2eb3151bc704104dc
libqtest: launch QEMU with QEMU_AUDIO_DRV=none

No test case actually uses the audio backend.  Disable audio to prevent
warnings 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>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
tests/libqtest.c