qemu-devel
[Top][All Lists]
Advanced

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

[PULL 0/8] Modules 20201015 patches


From: Gerd Hoffmann
Subject: [PULL 0/8] Modules 20201015 patches
Date: Thu, 15 Oct 2020 14:53:14 +0200

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(-)

-- 
2.27.0





reply via email to

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