Re: [PATCH v2 3/6] python/aqmp-tui: Add AQMP TUI draft

2021-07-21 Thread Niteesh G. S.
On Wed, Jul 21, 2021 at 12:34 AM John Snow wrote: > > > On Tue, Jul 13, 2021 at 6:07 PM G S Niteesh Babu > wrote: > >> Added a draft of AQMP TUI. >> >> Implements the follwing basic features: >> 1) Command transmission/reception. >> 2) Shows events asynchronously. >> 3) Shows server status in th

Re: [PATCH v2 3/6] python/aqmp-tui: Add AQMP TUI draft

2021-07-20 Thread John Snow
On Tue, Jul 13, 2021 at 6:07 PM G S Niteesh Babu wrote: > Added a draft of AQMP TUI. > > Implements the follwing basic features: > 1) Command transmission/reception. > 2) Shows events asynchronously. > 3) Shows server status in the bottom status bar. > > Also added necessary pylint, mypy configur

Re: [PATCH v2 3/6] python/aqmp-tui: Add AQMP TUI draft

2021-07-20 Thread Niteesh G. S.
On Tue, Jul 20, 2021 at 11:27 PM John Snow wrote: > > > On Tue, Jul 13, 2021 at 6:07 PM G S Niteesh Babu > wrote: > >> Added a draft of AQMP TUI. >> >> Implements the follwing basic features: >> 1) Command transmission/reception. >> 2) Shows events asynchronously. >> 3) Shows server status in th

Re: [PATCH v2 3/6] python/aqmp-tui: Add AQMP TUI draft

2021-07-20 Thread John Snow
On Tue, Jul 13, 2021 at 6:07 PM G S Niteesh Babu wrote: > Added a draft of AQMP TUI. > > Implements the follwing basic features: > 1) Command transmission/reception. > 2) Shows events asynchronously. > 3) Shows server status in the bottom status bar. > > Also added necessary pylint, mypy configur

[PATCH v2 3/6] python/aqmp-tui: Add AQMP TUI draft

2021-07-13 Thread G S Niteesh Babu
Added a draft of AQMP TUI. Implements the follwing basic features: 1) Command transmission/reception. 2) Shows events asynchronously. 3) Shows server status in the bottom status bar. Also added necessary pylint, mypy configurations Signed-off-by: G S Niteesh Babu --- python/qemu/aqmp/aqmp_tui.