Re: [PULL 0/8] Audio 20200526 patches

2020-05-27 Thread Gerd Hoffmann
On Wed, May 27, 2020 at 08:30:18AM +0200, Markus Armbruster wrote:
> Gerd Hoffmann  writes:
> 
> > The following changes since commit fea8f3ed739536fca027cf56af7f5576f37ef9cd:
> >
> >   Merge remote-tracking branch 
> > 'remotes/philmd-gitlab/tags/pflash-next-20200522' into staging (2020-05-22 
> > 18:54:47 +0100)
> >
> > are available in the Git repository at:
> >
> >   git://git.kraxel.org/qemu tags/audio-20200526-pull-request
> >
> > for you to fetch changes up to b3b8a1fea6ed5004bbad2f70833caee70402bf02:
> >
> >   hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include (2020-05-26 
> > 08:46:14 +0200)
> >
> > 
> > audio: add JACK client audiodev.
> > audio: bugfixes and cleanups.
> >
> > 
> 
> $ qemu-system-aarch64 -S -accel qtest -display none -M akita -monitor stdio
> (qemu) qemu-system-aarch64: /work/armbru/qemu/audio/paaudio.c:779: 
> qpa_audio_init: Assertion `dev->driver == AUDIODEV_DRIVER_PA' failed.

Hmm, seems to be a dependency issue in our build system.
rm -rf $builddir, rebuild, try again, assert gone.

take care,
  Gerd




Re: [PULL 0/8] Audio 20200526 patches

2020-05-27 Thread Markus Armbruster
Gerd Hoffmann  writes:

> The following changes since commit fea8f3ed739536fca027cf56af7f5576f37ef9cd:
>
>   Merge remote-tracking branch 
> 'remotes/philmd-gitlab/tags/pflash-next-20200522' into staging (2020-05-22 
> 18:54:47 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20200526-pull-request
>
> for you to fetch changes up to b3b8a1fea6ed5004bbad2f70833caee70402bf02:
>
>   hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include (2020-05-26 
> 08:46:14 +0200)
>
> 
> audio: add JACK client audiodev.
> audio: bugfixes and cleanups.
>
> 

$ qemu-system-aarch64 -S -accel qtest -display none -M akita -monitor stdio
(qemu) qemu-system-aarch64: /work/armbru/qemu/audio/paaudio.c:779: 
qpa_audio_init: Assertion `dev->driver == AUDIODEV_DRIVER_PA' failed.

Same for 40p, akita, borzoi, cheetah, integratorcp, milkymist, musicpal,
n800, n810, realview-eb, realview-eb-mpcore, realview-pb-a8,
realview-pbx-a9, spitz, terrier, versatileab, versatilepb, vexpress-a15,
vexpress-a9, xlnx-zcu102, z2.

git-bisect blames commit 2e44570321 "audio/jack: add JACK client
audiodev".




Re: [PULL 0/8] Audio 20200526 patches

2020-05-26 Thread Peter Maydell
On Tue, 26 May 2020 at 08:59, Gerd Hoffmann  wrote:
>
> The following changes since commit fea8f3ed739536fca027cf56af7f5576f37ef9cd:
>
>   Merge remote-tracking branch 
> 'remotes/philmd-gitlab/tags/pflash-next-20200522' into staging (2020-05-22 
> 18:54:47 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20200526-pull-request
>
> for you to fetch changes up to b3b8a1fea6ed5004bbad2f70833caee70402bf02:
>
>   hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include (2020-05-26 
> 08:46:14 +0200)
>
> 
> audio: add JACK client audiodev.
> audio: bugfixes and cleanups.
>
> 

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM