repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: Manage backing file references in bdrv_set_backing_hd()
[qemu/ar7.git]
/
stubs
/
qemu-chr-open-spice.c
blob
f1c4849d9caf85d311bfcfa4a582d1328f30c89e
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