Re: [Qemu-devel] [PATCH 4/4] fbdev: add monitor command to enable/disable

2012-09-11 Thread Markus Armbruster
Gerd Hoffmann writes: > 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 > --- > hmp-commands.hx | 15 +++ > hmp.c|9 + > hmp.h|1 +

[Qemu-devel] [PATCH 4/4] fbdev: add monitor command to enable/disable

2012-09-10 Thread Gerd Hoffmann
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 --- hmp-commands.hx | 15 +++ hmp.c|9 + hmp.h|1 + qapi-schema.json | 15 +++