]> git.proxmox.com Git - mirror_qemu.git/commit
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Fri, 6 Oct 2023 15:41:11 +0000 (18:41 +0300)
committerJohn Snow <jsnow@redhat.com>
Thu, 12 Oct 2023 18:21:43 +0000 (14:21 -0400)
commitf187cfefd2993a4d3632aa41b86a08e01beb053f
treece11e1d4bbdc4bdc663bd7d5170db47e5b5e3bd7
parent19a39e270bdedc3c526b2a53913d8fff88c907bf
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument

The argument is unused, let's drop it for now, as we are going to
refactor the interface and don't want to refactor unused things.

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