/qemu/tests/qemu-iotests/ |
H A D | 266 | 27 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
|
H A D | 219 | 29 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
|
H A D | 283 | 74 vm = iotests.VM() variable 106 vm = iotests.VM() variable
|
H A D | 296 | 116 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
|
H A D | 238 | 29 vm = iotests.VM() variable
|
H A D | 262 | 36 def add_opts(vm): argument
|
H A D | 235 | 50 vm = QEMUMachine(iotests.qemu_prog) variable
|
H A D | 218 | 41 def start_mirror(vm, speed=None, buf_size=None): argument
|
H A D | 299 | 33 vm = iotests.VM() variable
|
H A D | 254 | 33 vm = iotests.VM().add_drive(disk, opts='node-name=base') variable
|
H A D | 246 | 32 def query_bitmaps(vm): argument
|
H A D | 248 | 38 vm = iotests.VM().add_drive(source) variable
|
H A D | 304 | 39 vm = iotests.VM().add_drive(test_img) variable
|
H A D | 211 | 32 def blockdev_create(vm, options): argument
|
H A D | 260 | 34 def print_bitmap(msg, vm): argument
|
H A D | 236 | 40 def query_bitmaps(vm): argument
|
/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 1359 int vd, int vn, int vm, bool reads_vd) in do_vfp_3op_sp() 1431 int vd, int vn, int vm, bool reads_vd) in do_vfp_3op_hp() 1473 int vd, int vn, int vm, bool reads_vd) in do_vfp_3op_dp() 1548 static bool do_vfp_2op_sp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) in do_vfp_2op_sp() 1615 static bool do_vfp_2op_hp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) in do_vfp_2op_hp() 1648 static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) in do_vfp_2op_dp() 1720 static void gen_VMLA_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) in gen_VMLA_hp() 1734 static void gen_VMLA_sp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) in gen_VMLA_sp() 1748 static void gen_VMLA_dp(TCGv_i64 vd, TCGv_i64 vn, TCGv_i64 vm, TCGv_ptr fpst) in gen_VMLA_dp() 1762 static void gen_VMLS_hp(TCGv_i32 vd, TCGv_i32 vn, TCGv_i32 vm, TCGv_ptr fpst) in gen_VMLS_hp() [all …]
|
/qemu/tests/functional/qemu_test/ |
H A D | cmd.py | 49 def _console_read_line_until_match(test, vm, success, failure): argument 82 send_string, keep_sending=False, vm=None): argument 149 vm=None): argument
|
H A D | utils.py | 16 def get_usernet_hostfwd_port(vm): argument
|
/qemu/tests/qemu-iotests/tests/ |
H A D | migrate-bitmaps-test | 40 def get_bitmap_hash(vm): argument 63 def add_bitmap(self, vm, granularity, persistent): argument 72 def check_bitmap(self, vm, sha256): argument
|
H A D | migrate-bitmaps-postcopy-test | 53 def apply_discards(vm, discards): argument 67 def check_bitmaps(vm, count): argument
|
H A D | remove-bitmap-from-backing | 38 vm = iotests.VM().add_drive(top, 'backing.node-name=base') variable
|
/qemu/target/riscv/ |
H A D | vector_internals.c | 62 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/ |
H A D | test_virtio_version.py | 49 def devtype_implements(vm, devtype, implements): argument 53 def get_pci_interfaces(vm, devtype): argument
|
H A D | test_loongarch64_virt.py | 32 def wait_for_console_pattern(self, success_message, vm=None): argument
|