Revision cd153e2a include/ui/qemu-spice.h

b/include/ui/qemu-spice.h
44 44
void do_info_spice_print(Monitor *mon, const QObject *data);
45 45
void do_info_spice(Monitor *mon, QObject **ret_data);
46 46

  
47
CharDriverState *qemu_chr_open_spice(QemuOpts *opts);
47
CharDriverState *qemu_chr_open_spice_vmc(const char *type);
48 48
#if SPICE_SERVER_VERSION >= 0x000c02
49
CharDriverState *qemu_chr_open_spice_port(QemuOpts *opts);
49
CharDriverState *qemu_chr_open_spice_port(const char *name);
50 50
void qemu_spice_register_ports(void);
51
#else
52
static inline CharDriverState *qemu_chr_open_spice_port(const char *name)
53
{ return NULL; }
51 54
#endif
52 55

  
53 56
#else  /* CONFIG_SPICE */

Also available in: Unified diff