diff options
author | John Snow <jsnow@redhat.com> | 2021-06-02 20:37:02 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2021-06-18 16:10:06 -0400 |
commit | 5d15c9b875d2102143835ac989954a59a53d2b20 (patch) | |
tree | fa8737fb99f81c33890f250c12e164a54cd8fec0 /python/qemu/qmp/qom_common.py | |
parent | 9d0ead63bf6b89ae7170dc4238a1ddc6b8188d14 (diff) | |
download | qemu-5d15c9b875d2102143835ac989954a59a53d2b20.zip qemu-5d15c9b875d2102143835ac989954a59a53d2b20.tar.gz qemu-5d15c9b875d2102143835ac989954a59a53d2b20.tar.bz2 |
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