python/qmp.py: Define common types
commita5d76376d65d8777f28bb064412a8d72fa2c7953
authorJohn Snow <jsnow@redhat.com>
Fri, 10 Jul 2020 05:22:05 +0000 (10 01:22 -0400)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 14 Jul 2020 20:22:22 +0000 (14 22:22 +0200)
treec1c44aa15fa9371dcda68d7995a53d6457b2d8b0
parent04f0e36eba7b1a06e413a0690d4b1a24994d99fe
python/qmp.py: Define common types

Define some common types that we'll need to annotate a lot of other
functions going forward.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200710052220.3306-2-jsnow@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
python/qemu/qmp.py