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

Gerd Hoffmann posted 7 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201014121120.13482-1-kraxel@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
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(-)
[PATCH v5 0/7] build spice chardevs as module
Posted by Gerd Hoffmann 3 years, 6 months ago
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