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

v3:
 - fix spice-app
 - init objects before spice
 - meson cleanup

Gerd Hoffmann (4):
  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
  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 ++
 chardev/meson.build     |  7 ++++++-
 8 files changed, 45 insertions(+), 51 deletions(-)

-- 
2.27.0




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

end of thread, other threads:[~2020-09-17 13:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-17 10:13 [PATCH v3 0/4] build spice chardevs as module Gerd Hoffmann
2020-09-17 10:13 ` [PATCH v3 1/4] ui/spice-app: don't use qemu_chr_open_spice_port directly Gerd Hoffmann
2020-09-17 13:35   ` Philippe Mathieu-Daudé
2020-09-17 10:13 ` [PATCH v3 2/4] chardev/spice: make qemu_chr_open_spice_port static Gerd Hoffmann
2020-09-17 13:35   ` Philippe Mathieu-Daudé
2020-09-17 10:13 ` [PATCH v3 3/4] chardev/spice: simplify chardev setup Gerd Hoffmann
2020-09-17 10:13 ` [PATCH v3 4/4] chardev/spice: build spice chardevs as module Gerd Hoffmann
2020-09-17 10:33 ` [PATCH v3 0/4] " no-reply

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).