]> Git Repo - qemu.git/commit
Add chardev-send-break monitor command
authorStefan Fritsch <[email protected]>
Sun, 11 Jun 2017 07:48:17 +0000 (09:48 +0200)
committerDr. David Alan Gilbert <[email protected]>
Thu, 29 Jun 2017 16:14:11 +0000 (17:14 +0100)
commitbd1d5ad9f9a1347d6f4338f294253617c565c89a
tree0c6c05f44eae0cca3dae76962669e524a3d5125f
parent18f0828278c62bf5b50ec24a012073cd79535481
Add chardev-send-break monitor command

Sending a break on a serial console can be useful for debugging the
guest. But not all chardev backends support sending breaks (only telnet
and mux do). The chardev-send-break command allows to send a break even
if using other backends.

Signed-off-by: Stefan Fritsch <[email protected]>
Acked-by: Dr. David Alan Gilbert <[email protected]>
Message-Id: <20170611074817[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
  Use 'send a break' in all 3 pieces of text as suggested by eblake
chardev/char.c
hmp-commands.hx
hmp.c
hmp.h
qapi-schema.json
tests/test-char.c
tests/test-hmp.c
This page took 0.027512 seconds and 4 git commands to generate.