]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
ui/qmp: move screendump to ui-qmp-cmds.c
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:37:37 +0000 (13:37 +0400)
committerPatchew Applier <no-reply@patchew.org>
Fri, 1 Sep 2023 17:21:04 +0000 (17:21 +0000)
commit4f2c765ba6b648f406b7d64ebbf0e4eaedf3d8be
tree84cf90b809eaddf2295f78e04893333aaeba33e1
parent426749a7b79cf735dcd9bd4d134af5224fcf8210
ui/qmp: move screendump to ui-qmp-cmds.c

console.c unit is over-crowded. This code is specific to the handling of
the QMP screendump command, so move it in ui-qmp-cmds.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230830093843.3531473-4-marcandre.lureau@redhat.com>
include/ui/console.h
ui/console.c
ui/ui-qmp-cmds.c