[libvirt] [PULL 00/14] Audio 20190312 patches

Gerd Hoffmann posted 14 patches 5 years, 1 month ago
Only 0 patches received!
audio/audio.h             |  30 +-
audio/audio_int.h         |  37 +-
audio/audio_template.h    |  42 +-
audio/dsound_template.h   |   6 +-
audio/alsaaudio.c         | 368 ++++++----------
audio/audio.c             | 859 +++++++++++++-------------------------
audio/audio_legacy.c      | 544 ++++++++++++++++++++++++
audio/audio_win_int.c     |  18 +-
audio/coreaudio.c         |  51 +--
audio/dsoundaudio.c       |  61 +--
audio/noaudio.c           |   3 +-
audio/ossaudio.c          | 191 +++------
audio/paaudio.c           | 111 ++---
audio/sdlaudio.c          |  50 +--
audio/spiceaudio.c        |  11 +-
audio/wavaudio.c          |  75 +---
audio/wavcapture.c        |   2 +-
hw/arm/omap2.c            |   2 +-
hw/audio/ac97.c           |   2 +-
hw/audio/adlib.c          |   2 +-
hw/audio/cs4231a.c        |   6 +-
hw/audio/es1370.c         |   4 +-
hw/audio/gus.c            |   2 +-
hw/audio/hda-codec.c      |  18 +-
hw/audio/lm4549.c         |   6 +-
hw/audio/milkymist-ac97.c |   2 +-
hw/audio/pcspk.c          |   2 +-
hw/audio/sb16.c           |  14 +-
hw/audio/wm8750.c         |   6 +-
hw/display/xlnx_dp.c      |   2 +-
hw/input/tsc210x.c        |   2 +-
hw/usb/dev-audio.c        |   2 +-
ui/vnc.c                  |  26 +-
vl.c                      |   7 +-
audio/Makefile.objs       |   2 +-
qapi/Makefile.objs        |   6 +-
qapi/audio.json           | 304 ++++++++++++++
qapi/qapi-schema.json     |   1 +
qemu-deprecated.texi      |   7 +
qemu-options.hx           | 236 ++++++++++-
40 files changed, 1834 insertions(+), 1286 deletions(-)
create mode 100644 audio/audio_legacy.c
create mode 100644 qapi/audio.json
[libvirt] [PULL 00/14] Audio 20190312 patches
Posted by Gerd Hoffmann 5 years, 1 month ago
The following changes since commit e2a18635a400b0e68679614132e9ef6316105590:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into staging (2019-03-09 20:55:44 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/audio-20190312-pull-request

for you to fetch changes up to 05d2f2a64dbcaa50370d344ab12081d776ed0f03:

  audio: -audiodev command line option: cleanup (2019-03-11 10:29:27 +0100)

----------------------------------------------------------------
audio: introduce -audiodev

----------------------------------------------------------------

Kővágó, Zoltán (14):
  qapi: qapi for audio backends
  audio: use qapi AudioFormat instead of audfmt_e
  audio: -audiodev command line option: documentation
  audio: -audiodev command line option basic implementation
  alsaaudio: port to -audiodev config
  coreaudio: port to -audiodev config
  dsoundaudio: port to -audiodev config
  noaudio: port to -audiodev config
  ossaudio: port to -audiodev config
  paaudio: port to -audiodev config
  sdlaudio: port to -audiodev config
  spiceaudio: port to -audiodev config
  wavaudio: port to -audiodev config
  audio: -audiodev command line option: cleanup

 audio/audio.h             |  30 +-
 audio/audio_int.h         |  37 +-
 audio/audio_template.h    |  42 +-
 audio/dsound_template.h   |   6 +-
 audio/alsaaudio.c         | 368 ++++++----------
 audio/audio.c             | 859 +++++++++++++-------------------------
 audio/audio_legacy.c      | 544 ++++++++++++++++++++++++
 audio/audio_win_int.c     |  18 +-
 audio/coreaudio.c         |  51 +--
 audio/dsoundaudio.c       |  61 +--
 audio/noaudio.c           |   3 +-
 audio/ossaudio.c          | 191 +++------
 audio/paaudio.c           | 111 ++---
 audio/sdlaudio.c          |  50 +--
 audio/spiceaudio.c        |  11 +-
 audio/wavaudio.c          |  75 +---
 audio/wavcapture.c        |   2 +-
 hw/arm/omap2.c            |   2 +-
 hw/audio/ac97.c           |   2 +-
 hw/audio/adlib.c          |   2 +-
 hw/audio/cs4231a.c        |   6 +-
 hw/audio/es1370.c         |   4 +-
 hw/audio/gus.c            |   2 +-
 hw/audio/hda-codec.c      |  18 +-
 hw/audio/lm4549.c         |   6 +-
 hw/audio/milkymist-ac97.c |   2 +-
 hw/audio/pcspk.c          |   2 +-
 hw/audio/sb16.c           |  14 +-
 hw/audio/wm8750.c         |   6 +-
 hw/display/xlnx_dp.c      |   2 +-
 hw/input/tsc210x.c        |   2 +-
 hw/usb/dev-audio.c        |   2 +-
 ui/vnc.c                  |  26 +-
 vl.c                      |   7 +-
 audio/Makefile.objs       |   2 +-
 qapi/Makefile.objs        |   6 +-
 qapi/audio.json           | 304 ++++++++++++++
 qapi/qapi-schema.json     |   1 +
 qemu-deprecated.texi      |   7 +
 qemu-options.hx           | 236 ++++++++++-
 40 files changed, 1834 insertions(+), 1286 deletions(-)
 create mode 100644 audio/audio_legacy.c
 create mode 100644 qapi/audio.json

-- 
2.18.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PULL 00/14] Audio 20190312 patches
Posted by Peter Maydell 5 years, 1 month ago
On Tue, 12 Mar 2019 at 07:12, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e2a18635a400b0e68679614132e9ef6316105590:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into staging (2019-03-09 20:55:44 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20190312-pull-request
>
> for you to fetch changes up to 05d2f2a64dbcaa50370d344ab12081d776ed0f03:
>
>   audio: -audiodev command line option: cleanup (2019-03-11 10:29:27 +0100)
>
> ----------------------------------------------------------------
> audio: introduce -audiodev
>

Applied, thanks.

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

-- PMM

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list