qemu-e2k/python/qemu/utils
Vladimir Sementsov-Ogievskiy 684750ab4f python/qemu: rename command() to cmd()
Use a shorter name. We are going to move in iotests from qmp() to
command() where possible. But command() is longer than qmp() and don't
look better. Let's rename.

You can simply grep for '\.command(' and for 'def command(' to check
that everything is updated (command() in tests/docker/docker.py is
unrelated).

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-id: 20231006154125.1068348-6-vsementsov@yandex-team.ru
[vsementsov: also update three occurrences in
   tests/avocado/machine_aspeed.py and keep r-b]
Signed-off-by: John Snow <jsnow@redhat.com>
2023-10-12 14:21:43 -04:00
..
__init__.py
accel.py
py.typed
qemu_ga_client.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
qom_common.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
qom_fuse.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
qom.py python/qemu: rename command() to cmd() 2023-10-12 14:21:43 -04:00
README.rst

qemu.utils package
==================

This package provides miscellaneous utilities used for testing and
debugging QEMU. It is used primarily by the vm and avocado tests.

See the documentation in ``__init__.py`` for more information.