Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / qemu-chr-open-spice.c
1 #include "qemu-common.h"
2 #include "ui/qemu-spice.h"
3
4 CharDriverState *qemu_chr_open_spice_vmc(const char *type)
5 {
6     return NULL;
7 }
8
9 #if SPICE_SERVER_VERSION >= 0x000c02
10 CharDriverState *qemu_chr_open_spice_port(const char *name)
11 {
12     return NULL;
13 }
14 #endif