summaryrefslogtreecommitdiffstats
path: root/python/qemu/qmp/qom_common.py
diff options
context:
space:
mode:
authorJohn Snow2021-06-03 02:37:02 +0200
committerJohn Snow2021-06-18 22:10:06 +0200
commit5d15c9b875d2102143835ac989954a59a53d2b20 (patch)
treefa8737fb99f81c33890f250c12e164a54cd8fec0 /python/qemu/qmp/qom_common.py
parentpython/pipenv: Update Pipfile.lock (diff)
downloadqemu-5d15c9b875d2102143835ac989954a59a53d2b20.tar.gz
qemu-5d15c9b875d2102143835ac989954a59a53d2b20.tar.xz
qemu-5d15c9b875d2102143835ac989954a59a53d2b20.zip
python/qmp: Fix type of SocketAddrT
In porting the qom tools, qmp-shell, etc; it becomes evident that this type is wrong. This is an integer, not a string. We didn't catch this before because none of QEMUMonitorProtocol's *users* happen to be checked, and the internal logic of this class is otherwise self-consistent. Additionally, mypy was not introspecting into the socket() interface to realize we were passing a bad type for AF_INET. Fixed now. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20210603003719.1321369-3-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/qemu/qmp/qom_common.py')
0 files changed, 0 insertions, 0 deletions