Re: [PATCH v3 04/13] python/aqmp-tui: Add AQMP TUI draft

2021-08-18 Thread Niteesh G. S.
On Wed, Aug 18, 2021 at 11:52 PM John Snow wrote: > > > On Fri, Aug 13, 2021 at 11:11 AM Niteesh G. S. > wrote: > >> >> On Fri, Aug 6, 2021 at 12:28 AM John Snow wrote: >> >>> >>> On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu >>> wrote: >>> Added a draft of AQMP TUI. Implemen

Re: [PATCH v3 04/13] python/aqmp-tui: Add AQMP TUI draft

2021-08-18 Thread John Snow
On Fri, Aug 13, 2021 at 11:11 AM Niteesh G. S. wrote: > > On Fri, Aug 6, 2021 at 12:28 AM John Snow wrote: > >> >> On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu >> wrote: >> >>> Added a draft of AQMP TUI. >>> >>> Implements the follwing basic features: >>> 1) Command transmission/reception.

Re: [PATCH v3 04/13] python/aqmp-tui: Add AQMP TUI draft

2021-08-13 Thread Niteesh G. S.
On Fri, Aug 6, 2021 at 12:28 AM John Snow wrote: > > > On Fri, Jul 30, 2021 at 4:19 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

Re: [PATCH v3 04/13] python/aqmp-tui: Add AQMP TUI draft

2021-08-13 Thread Niteesh G. S.
On Fri, Aug 6, 2021 at 12:41 AM John Snow wrote: > > > On Fri, Jul 30, 2021 at 4:19 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

Re: [PATCH v3 04/13] python/aqmp-tui: Add AQMP TUI draft

2021-08-05 Thread John Snow
On Fri, Jul 30, 2021 at 4:19 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 v3 04/13] python/aqmp-tui: Add AQMP TUI draft

2021-08-05 Thread John Snow
On Fri, Jul 30, 2021 at 4:19 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 v3 04/13] python/aqmp-tui: Add AQMP TUI draft

2021-07-30 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.