/qemu/tests/qemu-iotests/ |
H A D | 124 | 35 def transaction_action(action, **kwargs): 42 def transaction_bitmap_clear(node, name, **kwargs): 47 def transaction_drive_backup(device, target, **kwargs): 131 parent=None, parentFormat=None, **kwargs): 144 def do_qmp_backup(self, error='Input/output error', **kwargs): 201 def add_bitmap(self, name, drive, **kwargs): 209 def prepare_backup(self, bitmap=None, parent=None, **kwargs): 258 def do_incremental_simple(self, **kwargs):
|
H A D | 056 | 33 def img_create(img, fmt=iotests.imgfmt, size='64M', **kwargs): 151 aerror=None, **kwargs): 157 error=None, **kwargs):
|
H A D | 257 | 187 def blockdev_backup(vm, device, target, sync, **kwargs): 199 def blockdev_backup_mktarget(drive, target_id, filepath, sync, **kwargs): 213 def backup(drive, n, filepath, sync, **kwargs):
|
H A D | iotests.py | 982 def qmp_log(self, cmd, filters=(), indent=None, **kwargs): 1195 def __init__(self, *args, **kwargs): 1598 def func_wrapper(*args, **kwargs): 1691 def execute_test(*args, test_function=None, **kwargs): 1710 def script_initialize(*args, **kwargs): 1716 def script_main(test_function, *args, **kwargs): 1722 def main(*args, **kwargs):
|
H A D | 040 | 467 def blockdev_add(self, **kwargs):
|
/qemu/scripts/ |
H A D | simpletrace.py | 193 def _process_event(self, rec_args, *, event, event_id, timestamp_ns, pid, **kwargs): 264 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id, **kwargs): 268 def _process_event(self, rec_args, *, event, **kwargs):
|
H A D | device-crash-test | 270 def qomListTypeNames(vm, **kwargs):
|
/qemu/tests/docker/ |
H A D | docker.py | 239 def _do(self, cmd, quiet=True, **kwargs): 244 def _do_check(self, cmd, quiet=True, **kwargs): 271 def _kill_instances(self, *args, **kwargs): 274 def _output(self, cmd, **kwargs):
|
/qemu/scripts/tracetool/backend/ |
H A D | __init__.py | 108 def _run_function(self, name, *args, **kwargs):
|
/qemu/tests/functional/ |
H A D | test_acpi_bits.py | 116 def __init__(self, *args, **kwargs):
|
/qemu/tests/qemu-iotests/tests/ |
H A D | migrate-bitmaps-test | 210 def inject_test_case(klass, suffix, method, *args, **kwargs):
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 39 def OR(*regexps, **kwargs) -> str:
|
H A D | patching.py | 418 def extend(self, *args, **kwargs):
|
/qemu/scripts/tracetool/ |
H A D | __init__.py | 44 def out(*lines, **kwargs):
|
/qemu/tests/vm/ |
H A D | basevm.py | 465 def qmp(self, *args, **kwargs):
|
/qemu/python/tests/ |
H A D | protocol.py | 230 async def _wrapper(self, *args, **kwargs):
|