]> Git Repo - qemu.git/commit - monitor/hmp-cmds.c
qapi: Add device ID and head parameters to screendump
authorThomas Huth <[email protected]>
Mon, 5 Mar 2018 16:37:48 +0000 (17:37 +0100)
committerGerd Hoffmann <[email protected]>
Mon, 12 Mar 2018 08:03:15 +0000 (09:03 +0100)
commitf771c5440e04626f1cf9a6a7d1b1c6cd8168cacd
tree7afbd5af20b8df5f06e9f5857f8d331c26cdde41
parentb153f9019b5fcf7c085de688b123eb34f924f870
qapi: Add device ID and head parameters to screendump

QEMU's screendump command can only take dumps from the primary display.
When using multiple VGA cards, there is no way to get a dump from a
secondary card or other display heads yet. So let's add a 'device' and
a 'head' parameter to the HMP and QMP commands to be able to specify
alternative devices and heads with the screendump command, too.

Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
Acked-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-id: 1520267868[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
hmp-commands.hx
hmp.c
qapi/ui.json
ui/console.c
This page took 0.024466 seconds and 4 git commands to generate.