Home
last modified time | relevance | path

Searched defs:vm (Results 1 – 25 of 57) sorted by relevance

123

/qemu/tests/qemu-iotests/
A D26627 def implicit_defaults(vm, file_path): argument
41 def explicit_defaults(vm, file_path): argument
57 def non_defaults(vm, file_path): argument
72 def non_chs_size_without_force(vm, file_path): argument
86 def zero_size(vm, file_path): argument
96 def maximum_chs_size(vm, file_path): argument
106 def maximum_size(vm, file_path): argument
A D21929 def pause_wait(vm, job_id): argument
38 def test_pause_resume(vm): argument
67 def test_job_lifecycle(vm, job, job_args, has_ready=False, is_mirror=False): argument
A D28374 vm = iotests.VM() variable
106 vm = iotests.VM() variable
A D296116 def openImageQmp(self, vm, id, file, secret, argument
140 def addImageUser(self, vm, id, disk_id, share_rw=False): argument
152 def closeImageQmp(self, vm, id): argument
158 def addKeyQmp(self, vm, id, new_secret): argument
A D23829 vm = iotests.VM() variable
A D26236 def add_opts(vm): argument
A D23550 vm = QEMUMachine(iotests.qemu_prog) variable
A D21841 def start_mirror(vm, speed=None, buf_size=None): argument
A D24632 def query_bitmaps(vm): argument
A D25433 vm = iotests.VM().add_drive(disk, opts='node-name=base') variable
A D29933 vm = iotests.VM() variable
A D30439 vm = iotests.VM().add_drive(test_img) variable
A D21132 def blockdev_create(vm, options): argument
A D24838 vm = iotests.VM().add_drive(source) variable
A D26034 def print_bitmap(msg, vm): argument
A D23640 def query_bitmaps(vm): argument
/qemu/target/arm/tcg/
A Dtranslate-vfp.c2446 TCGv_i32 vd, vm; in DO_VFP_2OP() local
2664 TCGv_i64 vm; in trans_VCVT_f16_f64() local
2922 TCGv_i32 vm; in trans_VCVT_sp() local
2947 TCGv_i64 vm; in trans_VCVT_dp() local
2973 TCGv_i32 vm; in trans_VCVT_int_hp() local
3000 TCGv_i32 vm; in trans_VCVT_int_sp() local
3027 TCGv_i32 vm; in trans_VCVT_int_dp() local
3062 TCGv_i64 vm; in trans_VJCVT() local
3265 TCGv_i32 vm; in trans_VCVT_hp_int() local
3299 TCGv_i32 vm; in trans_VCVT_sp_int() local
[all …]
/qemu/tests/functional/qemu_test/
A Dcmd.py97 def _console_read_line_until_match(test, vm, success, failure): argument
130 send_string, keep_sending=False, vm=None): argument
197 vm=None): argument
/qemu/tests/qemu-iotests/tests/
A Dmigrate-bitmaps-test40 def get_bitmap_hash(vm): argument
63 def add_bitmap(self, vm, granularity, persistent): argument
72 def check_bitmap(self, vm, sha256): argument
A Dmigrate-bitmaps-postcopy-test53 def apply_discards(vm, discards): argument
67 def check_bitmaps(vm, count): argument
A Dremove-bitmap-from-backing38 vm = iotests.VM().add_drive(top, 'backing.node-name=base') variable
/qemu/target/riscv/
A Dvector_internals.c62 uint32_t vm = vext_vm(desc); in do_vext_vv() local
88 uint32_t vm = vext_vm(desc); in do_vext_vx() local
/qemu/tests/functional/
A Dtest_virtio_version.py51 def devtype_implements(vm, devtype, implements): argument
55 def get_pci_interfaces(vm, devtype): argument
A Dtest_loongarch64_virt.py32 def wait_for_console_pattern(self, success_message, vm=None): argument
/qemu/tests/avocado/avocado_qemu/
A D__init__.py127 send_string, keep_sending=False, vm=None): argument
187 vm=None): argument
335 def vm(self): member in QemuSystemTest

Completed in 37 milliseconds

123