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

Gerd Hoffmann posted 6 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200930112904.24397-1-kraxel@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
There is a newer version of this series
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(-)
[PATCH v4 0/6] build spice chardevs as module
Posted by Gerd Hoffmann 3 years, 7 months ago
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(-)

-- 
2.27.0