python/qmp: Add qom script rewrites
commitc750c02891a81f07c6c90735432306bea79fac4b
authorJohn Snow <jsnow@redhat.com>
Thu, 3 Jun 2021 00:37:04 +0000 (2 20:37 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (18 16:10 -0400)
tree5d3a2c426d23cd33da5d78d33bd2d5c75ae5443a
parent587adaca55e825412e54cbc9f9f20e86a6d68a72
python/qmp: Add qom script rewrites

Inspired by qom-set, qom-get, qom-tree and qom-list; combine all four of
those scripts into a single script.

A later addition of qom-fuse as an 'extension' necessitates that some
common features are split out and shared between them.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210603003719.1321369-5-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/qom.py [new file with mode: 0644]
python/qemu/qmp/qom_common.py [new file with mode: 0644]