[PATCH v5 0/5] python/aqmp: AQMP-TUI

G S Niteesh Babu posted 5 patches 2 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210823162938.32757-1-niteesh.gs@gmail.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
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
[PATCH v5 0/5] python/aqmp: AQMP-TUI
Posted by G S Niteesh Babu 2 years, 8 months ago
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