]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/aqmp-tui: Add AQMP TUI
authorG S Niteesh Babu <niteesh.gs@gmail.com>
Mon, 23 Aug 2021 22:07:43 +0000 (03:37 +0530)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (12:10 -0400)
commitaeb6b48a4714895a202e97a35c789ef7edf71665
tree0074d705d00ecd6af64e9f58bf9fe707fe0d5aad
parent974e2f4722d719618502c43271f54cc10aec1dc7
python/aqmp-tui: Add AQMP TUI

Added AQMP TUI.

Implements the follwing basic features:
1) Command transmission/reception.
2) Shows events asynchronously.
3) Shows server status in the bottom status bar.
4) Automatic retries on disconnects and error conditions.

Also added type annotations and necessary pylint/mypy configurations.

Signed-off-by: G S Niteesh Babu <niteesh.gs@gmail.com>
Message-Id: <20210823220746.28295-3-niteesh.gs@gmail.com>
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/aqmp_tui.py [new file with mode: 0644]
python/setup.cfg