qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] build spice chardevs as module
@ 2020-09-30 11:28 Gerd Hoffmann
  2020-09-30 11:28 ` [PATCH v4 1/6] ui/spice-app: don't use qemu_chr_open_spice_port directly Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2020-09-30 11:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Gerd Hoffmann, Marc-André Lureau

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-30 11:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30 11:28 [PATCH v4 0/6] build spice chardevs as module Gerd Hoffmann
2020-09-30 11:28 ` [PATCH v4 1/6] ui/spice-app: don't use qemu_chr_open_spice_port directly Gerd Hoffmann
2020-09-30 11:29 ` [PATCH v4 2/6] chardev/spice: make qemu_chr_open_spice_port static Gerd Hoffmann
2020-09-30 11:29 ` [PATCH v4 3/6] chardev/spice: simplify chardev setup Gerd Hoffmann
2020-09-30 11:29 ` [PATCH v4 4/6] meson: add spice_headers dependency Gerd Hoffmann
2020-09-30 11:29 ` [PATCH v4 5/6] meson: add spice dependency to core spice source files Gerd Hoffmann
2020-09-30 11:29 ` [PATCH v4 6/6] chardev/spice: build spice chardevs as module Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).