mirror of
https://github.com/mii443/qemu.git
synced 2025-12-12 05:18:37 +00:00
spice: move qemu_spice_init() to QemuSpiceOps.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20201019075224.14803-4-kraxel@redhat.com
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define QEMU_SPICE_MODULE_H
|
||||
|
||||
struct QemuSpiceOps {
|
||||
void (*init)(void);
|
||||
int (*migrate_info)(const char *h, int p, int t, const char *s);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user