v2 -> v1: * fix script code style and descriptions * reorder patches v1 -> previous iteration: * new default value print concept * QEMU python library is used to collect qmp data * remove auxiliary patches (that was used to fix ->get sematics) * print compat_props in the correct order * delete `absract` field to reduce output JSON size
Maksim Davydov (4): qom: add devault value python/qmp: increase read buffer size qmp: add dump machine type compatible properties scripts: add script to compare compatible properties hw/core/machine-qmp-cmds.c | 22 +- python/qemu/qmp/qmp_client.py | 4 +- qapi/machine.json | 54 ++++- qom/qom-qmp-cmds.c | 2 + scripts/compare_mt.py | 374 ++++++++++++++++++++++++++++++++++ tests/qtest/fuzz/qos_fuzz.c | 2 +- 6 files changed, 452 insertions(+), 6 deletions(-) create mode 100755 scripts/compare_mt.py -- 2.25.1
