ACPI: Add definitions for the SPCR table
[qemu/ar7.git] / stubs / qemu-chr-open-spice.c
blobf1c4849d9caf85d311bfcfa4a582d1328f30c89e
1 #include "qemu-common.h"
2 #include "ui/qemu-spice.h"
4 CharDriverState *qemu_chr_open_spice_vmc(const char *type)
6 return NULL;
9 #if SPICE_SERVER_VERSION >= 0x000c02
10 CharDriverState *qemu_chr_open_spice_port(const char *name)
12 return NULL;
14 #endif