projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0660ed
)
Tab-complete arguments for "logfile" in the monitor.
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 24 May 2008 23:15:46 +0000
(23:15 +0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 24 May 2008 23:15:46 +0000
(23:15 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4568
c046a42c
-6fe2-441c-8c8c-
71466251a162
monitor.c
patch
|
blob
|
history
diff --git
a/monitor.c
b/monitor.c
index 236b827df517880faef5f8057be62f57dff7f856..a0bf2eee7fe0a35355cd3f0d687eb79a75de8292 100644
(file)
--- a/
monitor.c
+++ b/
monitor.c
@@
-1326,7
+1326,7
@@
static term_cmd_t term_cmds[] = {
"device filename", "change a removable medium" },
{ "screendump", "F", do_screen_dump,
"filename", "save screen into PPM image 'filename'" },
- { "logfile", "
s
", do_logfile,
+ { "logfile", "
F
", do_logfile,
"filename", "output logs to 'filename'" },
{ "log", "s", do_log,
"item1[,...]", "activate logging of the specified items to '/tmp/qemu.log'" },