mbox series

[v4,0/6] build spice chardevs as module

Message ID 20200930112904.24397-1-kraxel@redhat.com (mailing list archive)
Headers show
Series build spice chardevs as module | expand

Message

Gerd Hoffmann Sept. 30, 2020, 11:28 a.m. UTC
v3:
 - fix spice-app
 - init objects before spice
 - meson cleanup
v4:
 - rebase to latestg master, adapt to qom changes.
 - add patches to fix modular builds.
 - pick up review tags.

Gerd Hoffmann (6):
  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/ui/qemu-spice.h |  1 -
 chardev/spice.c         | 37 ++++++++++---------------------------
 softmmu/vl.c            |  9 +++++----
 ui/spice-app.c          | 34 ++++++++++++++++++++++------------
 ui/spice-core.c         |  2 --
 util/module.c           |  2 ++
 audio/meson.build       |  2 +-
 chardev/meson.build     |  7 ++++++-
 meson.build             |  2 ++
 monitor/meson.build     |  2 +-
 ui/meson.build          |  2 +-
 12 files changed, 50 insertions(+), 54 deletions(-)