Home
last modified time | relevance | path

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

123

/qemu/tests/qemu-iotests/
H 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
H 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
H A D28374 vm = iotests.VM() variable
106 vm = iotests.VM() variable
H 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
H A D23829 vm = iotests.VM() variable
H A D26236 def add_opts(vm): argument
H A D23550 vm = QEMUMachine(iotests.qemu_prog) variable
H A D21841 def start_mirror(vm, speed=None, buf_size=None): argument
H A D29933 vm = iotests.VM() variable
H A D25433 vm = iotests.VM().add_drive(disk, opts='node-name=base') variable
H A D24632 def query_bitmaps(vm): argument
H A D24838 vm = iotests.VM().add_drive(source) variable
H A D30439 vm = iotests.VM().add_drive(test_img) variable
H A D21132 def blockdev_create(vm, options): argument
H A D26034 def print_bitmap(msg, vm): argument
H A D23640 def query_bitmaps(vm): argument
/qemu/target/arm/tcg/
H A Dtranslate-vfp.c1359 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 Dcmd.py49 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 Dutils.py16 def get_usernet_hostfwd_port(vm): argument
/qemu/tests/qemu-iotests/tests/
H 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
H A Dmigrate-bitmaps-postcopy-test53 def apply_discards(vm, discards): argument
67 def check_bitmaps(vm, count): argument
H A Dremove-bitmap-from-backing38 vm = iotests.VM().add_drive(top, 'backing.node-name=base') variable
/qemu/target/riscv/
H 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/
H A Dtest_virtio_version.py49 def devtype_implements(vm, devtype, implements): argument
53 def get_pci_interfaces(vm, devtype): argument
H A Dtest_loongarch64_virt.py32 def wait_for_console_pattern(self, success_message, vm=None): argument

123