Am 17.12.2015 um 13:47 hat Paolo Bonzini geschrieben:
> Even without line editing, this makes -qmp vc more pleasant with the
> GTK+ backend.  The only issue is that set_echo is invoked very early,
> long before a vc is actually associated with a VirtualConsole.  To work
> around this, create a temporary VirtualConsole until then.
> 
> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>

Waiting didn't fix the bug, so I tried a git bisect now and it pointed
me to this commit.

I'm using HMP with the default vc backend. Starting with this commit,
the echo is broken sometimes, in a way that the first character in the
entered command is duplicated for each new character I enter, like this:

(qemu) ii
(qemu) iiin
(qemu) iiiinf
(qemu) iiiiinfo

This doesn't happen always, but often enough to be annoying.

Kevin

Reply via email to