qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] gtk: implement set_echo


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] gtk: implement set_echo
Date: Wed, 17 Feb 2016 14:53:40 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>

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

[Prev in Thread] Current Thread [Next in Thread]