Skip to content
Snippets Groups Projects
Commit 6f660996 authored by Peter Maydell's avatar Peter Maydell
Browse files

Revert "mux: fix ctrl-a b again"


This reverts commit 1b2503fc.

Unfortunately this fix regresses console handling on MIPS Malta;
since the mux ctrl-a b bug is not a regression since 2.11, we
take the conservative approach and just drop it from 2.12.

Reported-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent ce8d4082
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,6 @@ void mux_set_focus(Chardev *chr, int focus)
}
d->focus = focus;
chr->be = d->backends[focus];
mux_chr_send_event(d, d->focus, CHR_EVENT_MUX_IN);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment