]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/qmp: Correct type of QMPReturnValue
authorJohn Snow <jsnow@redhat.com>
Fri, 4 Jun 2021 15:55:28 +0000 (11:55 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (16:10 -0400)
commit1f6399393bc672c2b89c3c3b862ff96baecc1bef
tree0f75c626ebfb5d72f94af3dfc40f9f0c26836948
parentf85d3252ef889b102eb42756450f45c973d3cb43
python/qmp: Correct type of QMPReturnValue

It's only a Dict[str, Any] most of the time. It's not actually
guaranteed to be anything in particular. Fix this type to be
more accurate to the reality we live in.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210604155532.1499282-8-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/__init__.py