qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] python/aqmp: AQMP-TUI
@ 2021-08-23 16:29 G S Niteesh Babu
  2021-08-23 16:29 ` [PATCH v5 1/5] python: Add dependencies for AQMP TUI G S Niteesh Babu
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: G S Niteesh Babu @ 2021-08-23 16:29 UTC (permalink / raw)
  To: qemu-devel
  Cc: ehabkost, kchamart, jsnow, armbru, wainersm, G S Niteesh Babu,
	stefanha, crosa, eblake

Gitlab: https://gitlab.com/niteesh.gs/qemu/-/commits/aqmp-tui-prototype-v5
Based-on: <20210803182941.504537-1-jsnow@redhat.com> [v3,00/25] python:
introduce Asynchronous QMP package
CI: https://gitlab.com/niteesh.gs/qemu/-/pipelines/357960983

Updates since v4:

1) Changed reference to parent name from master to parent.
2) Merged connection manager to the AQMP TUI patch
3) Fixed some docstrings.
4) Added scrolling support to history box.

G S Niteesh Babu (5):
  python: Add dependencies for AQMP TUI
  python/aqmp-tui: Add AQMP TUI
  python: Add entry point for aqmp-tui
  python: add optional pygments dependency
  python/aqmp-tui: Add syntax highlighting

 python/Pipfile.lock          |  20 ++
 python/qemu/aqmp/aqmp_tui.py | 669 +++++++++++++++++++++++++++++++++++
 python/setup.cfg             |  27 +-
 3 files changed, 715 insertions(+), 1 deletion(-)
 create mode 100644 python/qemu/aqmp/aqmp_tui.py

-- 
2.17.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-27 16:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-23 16:29 [PATCH v5 0/5] python/aqmp: AQMP-TUI G S Niteesh Babu
2021-08-23 16:29 ` [PATCH v5 1/5] python: Add dependencies for AQMP TUI G S Niteesh Babu
2021-08-23 16:29 ` [PATCH v5 2/5] python/aqmp-tui: Add " G S Niteesh Babu
2021-08-23 19:00   ` John Snow
2021-08-24 10:15     ` Niteesh G. S.
2021-09-27 16:16       ` John Snow
2021-08-23 16:29 ` [PATCH v5 3/5] python: Add entry point for aqmp-tui G S Niteesh Babu
2021-08-23 16:29 ` [PATCH v5 4/5] python: add optional pygments dependency G S Niteesh Babu
2021-08-23 16:29 ` [PATCH v5 5/5] python/aqmp-tui: Add syntax highlighting G S Niteesh Babu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).