mbox

[PULL,0/8] Modules 20201015 patches

Message ID 20201015125322.23648-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kraxel.org/qemu tags/modules-20201015-pull-request

Message

Gerd Hoffmann Oct. 15, 2020, 12:53 p.m. UTC
The following changes since commit 57c98ea9acdcef5021f5671efa6475a5794a51c4:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' into staging (2020-10-14 13:56:06 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/modules-20201015-pull-request

for you to fetch changes up to 23ebeaae4eb09a0d92dc7f22b41e5dd08485c390:

  chardev/spice: build spice chardevs as module (2020-10-15 11:14:40 +0200)

----------------------------------------------------------------
modules: misc fixes & tweaks.
modules: build spice chardevs as module.

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

Gerd Hoffmann (8):
  module: silence errors for module_load_qom_all().
  modules: update qom object module comment
  ui/spice-app: don't use qemu_chr_open_spice_port directly
  chardev/spice: make qemu_chr_open_spice_port static
  chardev/spice: simplify chardev setup
  meson: add spice_headers dependency.
  meson: add spice dependency to core spice source files.
  chardev/spice: build spice chardevs as module

 include/chardev/spice.h |  4 ----
 include/qemu/module.h   |  8 ++++----
 include/ui/qemu-spice.h |  1 -
 chardev/spice.c         | 37 ++++++++++---------------------------
 softmmu/qtest.c         |  2 +-
 softmmu/vl.c            |  9 +++++----
 ui/spice-app.c          | 34 ++++++++++++++++++++++------------
 ui/spice-core.c         |  2 --
 util/module.c           | 26 +++++++++++++++-----------
 audio/meson.build       |  2 +-
 chardev/meson.build     |  7 ++++++-
 meson.build             |  2 ++
 monitor/meson.build     |  2 +-
 ui/meson.build          |  2 +-
 14 files changed, 68 insertions(+), 70 deletions(-)

Comments

Peter Maydell Oct. 16, 2020, 4:38 p.m. UTC | #1
On Thu, 15 Oct 2020 at 13:55, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 57c98ea9acdcef5021f5671efa6475a5794a51c4:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' into staging (2020-10-14 13:56:06 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/modules-20201015-pull-request
>
> for you to fetch changes up to 23ebeaae4eb09a0d92dc7f22b41e5dd08485c390:
>
>   chardev/spice: build spice chardevs as module (2020-10-15 11:14:40 +0200)
>
> ----------------------------------------------------------------
> modules: misc fixes & tweaks.
> modules: build spice chardevs as module.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (8):
>   module: silence errors for module_load_qom_all().
>   modules: update qom object module comment
>   ui/spice-app: don't use qemu_chr_open_spice_port directly
>   chardev/spice: make qemu_chr_open_spice_port static
>   chardev/spice: simplify chardev setup
>   meson: add spice_headers dependency.
>   meson: add spice dependency to core spice source files.
>   chardev/spice: build spice chardevs as module


Applied, thanks.

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

-- PMM