Searched refs:add_args (Results 1 – 25 of 121) sorted by relevance
12345
| /openbmc/qemu/tests/functional/ |
| H A D | test_ppc64_tuxrun.py | |
| H A D | test_aarch64_rme_sbsaref.py | |
| H A D | test_intel_iommu.py | |
| H A D | test_aarch64_rme_virt.py | |
| H A D | test_aarch64_virt.py | |
| H A D | test_multiprocess.py | |
| H A D | test_virtio_gpu.py | |
| H A D | test_aarch64_device_passthrough.py | |
| H A D | test_arm_sx1.py | |
| H A D | test_arm_aspeed_ast2600.py | |
| H A D | test_ppc_74xx.py | |
| H A D | test_ppc64_hv.py | |
| H A D | test_aarch64_smmu.py | |
| H A D | test_aarch64_virt_gpu.py | |
| H A D | test_ppc64_pseries.py | |
| H A D | test_virtio_balloon.py | |
| H A D | test_mem_addr_space.py | |
| H A D | test_x86_64_hotplug_cpu.py | |
| H A D | test_microblaze_s3adsp1800.py | |
| H A D | test_ppc64_powernv.py | |
| H A D | test_x86_64_hotplug_blk.py | |
| H A D | test_aarch64_aspeed_ast2700.py | |
| /openbmc/qemu/tests/functional/arm/ |
| H A D | test_aspeed_ast2600_buildroot.py | 29 self.vm.add_args('-device', 31 self.vm.add_args('-device', 33 self.vm.add_args('-device', 82 self.vm.add_args('-chardev', f'socket,id=chrtpm,path={socket}') 83 self.vm.add_args('-tpmdev', 'emulator,id=tpm0,chardev=chrtpm') 84 self.vm.add_args('-device',
|
| H A D | test_aspeed_ast2600_sdk.py | 44 self.vm.add_args('-device', 46 self.vm.add_args('-device', 48 self.vm.add_args('-device', 'e1000e,netdev=net1,bus=pcie.0') 49 self.vm.add_args('-netdev', 'user,id=net1') 84 self.vm.add_args(
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | iothreads-nbd-export | 36 vm.add_args('-blockdev', f'file,node-name=disk-file,filename={path}') 37 vm.add_args('-blockdev', 'qcow2,node-name=disk,file=disk-file') 38 vm.add_args('-object', 'iothread,id=iothread0') 39 vm.add_args('-device', 43 vm.add_args('-accel', 'kvm', '-accel', 'tcg')
|
12345