From: Peter Maydell Date: Tue, 17 Apr 2018 20:11:30 +0000 (+0100) Subject: Revert "mux: fix ctrl-a b again" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6f660996f1623034344cc37a1d430099067b755b;p=people%2Fpauldu%2Fqemu.git 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é Signed-off-by: Peter Maydell --- 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); }