qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] a88afc: modules: use gmodule-export


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a88afc: modules: use gmodule-export
Date: Mon, 12 Mar 2018 11:09:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a88afc649e53adc1cac00bb5803fbafdd4d99994
      
https://github.com/qemu/qemu/commit/a88afc649e53adc1cac00bb5803fbafdd4d99994
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  modules: use gmodule-export

As we want qemu symbols be exported to modules we should use the
gmodule-export-2.0 pkg-config instead of gmodule-2.0.

Cc: Marc-André Lureau <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: d3893a39eb0165809325071ab07984797d78e57a
      
https://github.com/qemu/qemu/commit/d3893a39eb0165809325071ab07984797d78e57a
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M audio/alsaaudio.c
    M audio/audio.c
    M audio/audio_int.h
    M audio/coreaudio.c
    M audio/dsoundaudio.c
    M audio/noaudio.c
    M audio/ossaudio.c
    M audio/paaudio.c
    M audio/sdlaudio.c
    M audio/spiceaudio.c
    M audio/wavaudio.c
    M scripts/create_config

  Log Message:
  -----------
  audio: add driver registry

Add registry for audio drivers, using the existing audio_driver struct.
Make all drivers register themself.  The old list of audio_driver struct
pointers is now a list of audio driver names, specifying the priority
(aka probe order) in case no driver is explicitly asked for.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: 65ba86966146ad074da0a18d209d1a52f2befd5a
      
https://github.com/qemu/qemu/commit/65ba86966146ad074da0a18d209d1a52f2befd5a
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M audio/audio.c
    M include/qemu/module.h

  Log Message:
  -----------
  audio: add module loading support

Make audio_driver_lookup() try load the module in case it doesn't find
the driver in the registry.  Also load all modules for -audio-help, so
the help output includes the help text for modular audio drivers.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: 08a05b379ac56430cbb748882ff1b48dc9fe8729
      
https://github.com/qemu/qemu/commit/08a05b379ac56430cbb748882ff1b48dc9fe8729
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M Makefile
    M Makefile.objs

  Log Message:
  -----------
  build: enable audio modules

Add audio/ to common-obj-m variable.

Also run both audio and ui variables through unnest-vars.
This avoids sdl.mo (exists in both audio/ and ui/) name clashes.

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: ce3dc033df2ecbbe45555d996549d1f579a23346
      
https://github.com/qemu/qemu/commit/ce3dc033df2ecbbe45555d996549d1f579a23346
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M audio/Makefile.objs
    M configure

  Log Message:
  -----------
  audio/alsa: build as module

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 22d81543913ca1abe05ce14b7a792cacc469b2b1
      
https://github.com/qemu/qemu/commit/22d81543913ca1abe05ce14b7a792cacc469b2b1
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M audio/Makefile.objs
    M configure

  Log Message:
  -----------
  audio/oss: build as module

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: d2f623dad5566dcfc3a85666d88c59124b280c95
      
https://github.com/qemu/qemu/commit/d2f623dad5566dcfc3a85666d88c59124b280c95
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M audio/Makefile.objs
    M configure

  Log Message:
  -----------
  audio/pulseaudio: build as module

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 051c7d5c1e2f4a392a4b89027b27aa4c50c16fe0
      
https://github.com/qemu/qemu/commit/051c7d5c1e2f4a392a4b89027b27aa4c50c16fe0
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M audio/Makefile.objs
    M configure

  Log Message:
  -----------
  audio/sdl: build as module

Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 6ceb1b51f05f9e1892d082960ed602dca7b6696e
      
https://github.com/qemu/qemu/commit/6ceb1b51f05f9e1892d082960ed602dca7b6696e
  Author: Peter Maydell <address@hidden>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M Makefile
    M Makefile.objs
    M audio/Makefile.objs
    M audio/alsaaudio.c
    M audio/audio.c
    M audio/audio_int.h
    M audio/coreaudio.c
    M audio/dsoundaudio.c
    M audio/noaudio.c
    M audio/ossaudio.c
    M audio/paaudio.c
    M audio/sdlaudio.c
    M audio/spiceaudio.c
    M audio/wavaudio.c
    M configure
    M include/qemu/module.h
    M scripts/create_config

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/kraxel/tags/audio-20180312-pull-request' into staging

modules: use gmodule-export.
audio: add driver registry, enable module builds.

# gpg: Signature made Mon 12 Mar 2018 10:42:19 GMT
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/audio-20180312-pull-request:
  audio/sdl: build as module
  audio/pulseaudio: build as module
  audio/oss: build as module
  audio/alsa: build as module
  build: enable audio modules
  audio: add module loading support
  audio: add driver registry
  modules: use gmodule-export

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/b16a54da0696...6ceb1b51f05f

reply via email to

[Prev in Thread] Current Thread [Next in Thread]