This patch adds a fbdev monitor command to enable/disable
the fbdev display at runtime to both qmp and hmp.
qmp: framebuffer-display enable=on|off
hmp: framebuffer-display on|off
Signed-off-by: Gerd Hoffmann
---
hmp-commands.hx | 15 +++
hmp.c|9 +
hmp.h
On Tue, 18 Sep 2012 09:17:10 +0200
Gerd Hoffmann wrote:
> This patch adds a fbdev monitor command to enable/disable
> the fbdev display at runtime to both qmp and hmp.
>
> qmp: fbdev enable=on|off
> hmp: fbdev on|off
>
> Signed-off-by: Gerd Hoffmann
> ---
> hmp-commands.hx | 15 +++
This patch adds a fbdev monitor command to enable/disable
the fbdev display at runtime to both qmp and hmp.
qmp: fbdev enable=on|off
hmp: fbdev on|off
Signed-off-by: Gerd Hoffmann
---
hmp-commands.hx | 15 +++
hmp.c|9 +
hmp.h|1 +
qapi-sch