python/qmp: add QMPObject type alias
authorJohn Snow <jsnow@redhat.com>
Mon, 7 Jun 2021 20:06:33 +0000 (16:06 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:07 +0000 (16:10 -0400)
commit1acde76328de10beff07c7f1c8146af72813ecd7
tree9b82a67a5159d1b9e7150adeb17775edeb2e266c
parent41574295829b9a34d43e7cb95847340942d1ddf5
python/qmp: add QMPObject type alias

This is meant to represent any generic object seen in a QMPMessage, not
just the root object itself.

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