aboutsummaryrefslogtreecommitdiff
path: root/stubs/qemu-chr-open-spice.c
blob: f1c4849d9caf85d311bfcfa4a582d1328f30c89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "qemu-common.h"
#include "ui/qemu-spice.h"

CharDriverState *qemu_chr_open_spice_vmc(const char *type)
{
    return NULL;
}

#if SPICE_SERVER_VERSION >= 0x000c02
CharDriverState *qemu_chr_open_spice_port(const char *name)
{
    return NULL;
}
#endif