]> git.proxmox.com Git - mirror_qemu.git/commit
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Fri, 6 Oct 2023 15:41:12 +0000 (18:41 +0300)
committerJohn Snow <jsnow@redhat.com>
Thu, 12 Oct 2023 18:21:43 +0000 (14:21 -0400)
commit2cee9ca97d12fe8c6aac92485386fa62efed2409
tree83f96d8b884420a5eef853f62bbda3db995a0128
parentf187cfefd2993a4d3632aa41b86a08e01beb053f
qmp_shell.py: _fill_completion() use .command() instead of .cmd()

We just want to ignore failure, so we don't need low level .cmd(). This
helps further renaming .command() to .cmd().

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20231006154125.1068348-3-vsementsov@yandex-team.ru
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/qmp_shell.py