]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: change terminal's INTR key in 'serial' mode
authorTrevor Woerner <twoerner@gmail.com>
Fri, 21 Dec 2012 13:04:53 +0000 (08:04 -0500)
committerSaul Wold <sgw@linux.intel.com>
Tue, 25 Dec 2012 22:00:21 +0000 (14:00 -0800)
commit642cfaac0cb515008cfc91aafe04ab1db7a51581
treeafb284e8c1f090127a407e111ec0f9b311368cf7
parent23c8bc7ba15c8c0fcfa1d46fd43e70883e21ab86
runqemu: change terminal's INTR key in 'serial' mode

If you are using an image in '-serial stdio' mode, temporarily change the
terminal's interrupt character to 'Ctrl-]' for the duration of the image
run. In this way, hitting 'Ctrl-C' for something running in the image
doesn't accidentally abort the entire qemu session.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu
scripts/runqemu-internal