]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/ramfb.c
hw/fsi: Added qtest
[mirror_qemu.git] / stubs / ramfb.c
CommitLineData
7f623d08
GH
1#include "qemu/osdep.h"
2#include "qapi/error.h"
3#include "hw/display/ramfb.h"
4
87417811
MAL
5const VMStateDescription ramfb_vmstate = {};
6
7f623d08
GH
7void ramfb_display_update(QemuConsole *con, RAMFBState *s)
8{
9}
10
2fc979cb 11RAMFBState *ramfb_setup(Error **errp)
7f623d08
GH
12{
13 error_setg(errp, "ramfb support not available");
14 return NULL;
15}