repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/alpha: Populate CPUClass.mmu_index
[qemu/kevin.git]
/
ui
/
vnc-stubs.c
blob
a96bc862363c23a37dc1152e6ed094e082686f1f
1
#include
"qemu/osdep.h"
2
#include
"ui/console.h"
3
#include
"qapi/error.h"
4
5
int
vnc_display_password
(
const char
*
id
,
const char
*
password
)
6
{
7
return
-
ENODEV
;
8
}
9
int
vnc_display_pw_expire
(
const char
*
id
,
time_t
expires
)
10
{
11
return
-
ENODEV
;
12
};