spice: add module helpers
commit2e31e210a8590461d428855426a04dfa49717b51
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 19 Oct 2020 07:52:11 +0000 (19 09:52 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Oct 2020 13:46:14 +0000 (21 15:46 +0200)
treea7016d36f947028efcf3f8a1341d66c837bffdae
parent4c41341af76cfc85b5a6c0f87de4838672ab9f89
spice: add module helpers

Add new spice-module.c + qemu-spice-module.h files.  The code needed to
support modular spice will be there.  For starters this will be only the
using_spice variable, more will follow ...

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20201019075224.14803-2-kraxel@redhat.com
include/ui/qemu-spice-module.h [new file with mode: 0644]
include/ui/qemu-spice.h
ui/meson.build
ui/spice-core.c
ui/spice-module.c [new file with mode: 0644]