projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4a04e
)
Fix sysrq support from the monitor mux (originally by Jason Wessel).
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 18 May 2007 17:46:59 +0000
(17:46 +0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 18 May 2007 17:46:59 +0000
(17:46 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2829
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index fededf20ea899ace260a6ab32a937c59284341b7..7dcfb5831879a36e5e2bbb522aeea05b815a978a 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-1365,8
+1365,7
@@
static int mux_proc_byte(CharDriverState *chr, MuxDriver *d, int ch)
}
break;
case 'b':
- if (chr->chr_event)
- chr->chr_event(chr->opaque, CHR_EVENT_BREAK);
+ qemu_chr_event(chr, CHR_EVENT_BREAK);
break;
case 'c':
/* Switch to the next registered device */