]> git.proxmox.com Git - mirror_qemu.git/commit
qmp/hmp: disable screendump if PIXMAN is missing
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:38:29 +0000 (13:38 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Nov 2023 10:04:25 +0000 (14:04 +0400)
commitf38aa2c7c0c85d8f978a3c23ab0a32578fc73134
tree60521141ac04fd3ca62323a183e617a9c207be87
parent600179c39efb30cf072e18c7604ccf52360684c6
qmp/hmp: disable screendump if PIXMAN is missing

The command requires color conversion and line-by-line feeding. We could
have a simple fallback for simple formats though.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
hmp-commands.hx
qapi/ui.json
ui/ui-hmp-cmds.c
ui/ui-qmp-cmds.c