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

2016-02-22 Thread Gerd Hoffmann
On So, 2016-02-21 at 21:36 +0100, Jan Kiszka wrote: > On 2016-02-17 15:05, Paolo Bonzini wrote: > > > > > > On 17/02/2016 14:53, Kevin Wolf wrote: > >> 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

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

2016-02-21 Thread Jan Kiszka
On 2016-02-17 15:05, Paolo Bonzini wrote: > > > On 17/02/2016 14:53, Kevin Wolf wrote: >> 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

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

2016-02-17 Thread Paolo Bonzini
On 17/02/2016 14:53, Kevin Wolf wrote: > 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

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

2016-02-17 Thread Kevin Wolf
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

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

2016-01-08 Thread Gerd Hoffmann
On Fr, 2016-01-08 at 14:11 +0100, Paolo Bonzini wrote: > Ping. > > Paolo > > On 17/12/2015 13:47, Paolo Bonzini wrote: > > 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

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

2016-01-08 Thread Paolo Bonzini
Ping. Paolo On 17/12/2015 13:47, Paolo Bonzini wrote: > 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

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

2015-12-17 Thread Paolo Bonzini
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