qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v5 0/7] build spice chardevs as module


From: Gerd Hoffmann
Subject: [PATCH v5 0/7] build spice chardevs as module
Date: Wed, 14 Oct 2020 14:11:13 +0200

v3:
 - fix spice-app
 - init objects before spice
 - meson cleanup
v4:
 - rebase to latest master, adapt to qom changes.
 - add patches to fix modular builds.
 - pick up review tags.
v5:
 - rebase to latest master, fixup conflicts.

Gerd Hoffmann (7):
  qemu-edid: drop cast
  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 ++++++++++---------------------------
 qemu-edid.c             |  2 +-
 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 +-
 13 files changed, 51 insertions(+), 55 deletions(-)

-- 
2.27.0





reply via email to

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