]> git.ipfire.org Git - thirdparty/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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 16 Mar 2017 17:10:39 +0000 (12:10 -0500)
commit6e8052f967cac513db1a00c60fe564f3f3939342
tree095e750e95590bb6b862c3cbdcde494fa0786f32
parent5c60c6ef613969054e6fa77aadf249024abe6e96
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>
(cherry picked from commit fb5e19d2e1472e96d72d5e4d89c20033f8ab345c)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-char.c