summary refs log tree commit diff stats
path: root/scripts/feature_to_c.py
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>2023-10-06 18:41:24 +0300
committerJohn Snow <jsnow@redhat.com>2023-10-12 14:21:44 -0400
commit25ad2cf6500db3b7f2d88de448791183d7614097 (patch)
treeb346720b11764fdbb7900c53443997ebfbd64fbf /scripts/feature_to_c.py
parent9acd49e29e5a3e388c0de0501e1308b507fd1fc4 (diff)
downloadfocaccia-qemu-25ad2cf6500db3b7f2d88de448791183d7614097.tar.gz
focaccia-qemu-25ad2cf6500db3b7f2d88de448791183d7614097.zip
scripts: add python_qmp_updater.py
A script, to update the pattern

    result = self.vm.qmp(...)
    self.assert_qmp(result, 'return', {})

(and some similar ones) into

    self.vm.cmd(...)

Used in the next commit
    "python: use vm.cmd() instead of vm.qmp() where appropriate"

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20231006154125.1068348-15-vsementsov@yandex-team.ru
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'scripts/feature_to_c.py')
0 files changed, 0 insertions, 0 deletions