diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2018-04-17 21:11:30 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-04-17 21:11:30 +0100 |
commit | 6f660996f1623034344cc37a1d430099067b755b (patch) | |
tree | e24a93e9848de86dde810c339a24c63d32fe89a7 | |
parent | ce8d4082054519f2eaac39958edde502860a7fc6 (diff) |
Revert "mux: fix ctrl-a b again"
This reverts commit 1b2503fcf7b5932c5a3779ca2ceb92bd403c4ee7.
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: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | chardev/char-mux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chardev/char-mux.c b/chardev/char-mux.c index 6055e76293..1b925c8dec 100644 --- a/chardev/char-mux.c +++ b/chardev/char-mux.c @@ -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); } |