]> git.proxmox.com Git - mirror_qemu.git/commit
char: fix ctrl-a b not working
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 10 Jan 2017 11:06:21 +0000 (12:06 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Jan 2017 16:52:35 +0000 (17:52 +0100)
commitfb5e19d2e1472e96d72d5e4d89c20033f8ab345c
tree9a7f7d7bf7cc61db519e2e977b914aef4f759143
parent5ad4a2b75f85dd854a781a6e03b90320cb3441d3
char: fix ctrl-a b not working

CharDriverState.be should be updated to point to the current
associated backend.

Fix the regression introduced in the "mux" chardev from commit
a4afa548fc6dd9842ed86639b4d37d4d1c4ad480.

https://bugs.launchpad.net/bugs/1654137

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170110110621.15287-1-marcandre.lureau@redhat.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qemu-char.c