[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/4] build spice chardevs as module
From: |
Gerd Hoffmann |
Subject: |
[PATCH v3 0/4] build spice chardevs as module |
Date: |
Thu, 17 Sep 2020 12:13:16 +0200 |
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
- [PATCH v3 0/4] build spice chardevs as module,
Gerd Hoffmann <=
- [PATCH v3 2/4] chardev/spice: make qemu_chr_open_spice_port static, Gerd Hoffmann, 2020/09/17
- [PATCH v3 4/4] chardev/spice: build spice chardevs as module, Gerd Hoffmann, 2020/09/17
- [PATCH v3 1/4] ui/spice-app: don't use qemu_chr_open_spice_port directly, Gerd Hoffmann, 2020/09/17
- [PATCH v3 3/4] chardev/spice: simplify chardev setup, Gerd Hoffmann, 2020/09/17
- Re: [PATCH v3 0/4] build spice chardevs as module, no-reply, 2020/09/17