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
target/arm: Move start-powered-off property to generic CPUState
[qemu/ar7.git]
/
stubs
/
ramfb.c
blob
48143f33542f4c8382525a926a3d0fc37fad8771
1
#include
"qemu/osdep.h"
2
#include
"qapi/error.h"
3
#include
"hw/display/ramfb.h"
4
5
void
ramfb_display_update
(
QemuConsole
*
con
,
RAMFBState
*
s
)
6
{
7
}
8
9
RAMFBState
*
ramfb_setup
(
Error
**
errp
)
10
{
11
error_setg
(
errp
,
"ramfb support not available"
);
12
return
NULL
;
13
}