/qemu/tests/functional/ |
H A D | test_virtio_gpu.py | 53 initrd_path = self.ASSET_INITRD.fetch() 65 initrd_path, 89 initrd_path = self.ASSET_INITRD.fetch() 124 initrd_path,
|
H A D | test_aarch64_imx8mp_evk.py | 40 self.initrd_path = self.scratch_file("initrd.zstd") 46 self.extract(self.image_path, self.initrd_path, 58 '-initrd', self.initrd_path,
|
H A D | test_s390x_ccw_virtio.py | 70 initrd_path = self.ASSET_BUSTER_INITRD.fetch() 77 '-initrd', initrd_path, 177 initrd_path = self.uncompress(self.ASSET_F31_INITRD, format="xz") 188 '-initrd', initrd_path,
|
H A D | test_aarch64_smmu.py | 30 initrd_path = None variable in SMMU 69 self.initrd_path = initrd.fetch() 73 self.vm.add_args('-initrd', self.initrd_path) 75 self.launch_kernel(self.kernel_path, initrd=self.initrd_path,
|
H A D | test_aarch64_xlnx_versal.py | 26 initrd_path = self.ASSET_INITRD.fetch() 32 '-initrd', initrd_path)
|
H A D | test_arm_smdkc210.py | 31 initrd_path = self.uncompress(self.ASSET_ROOTFS) 42 '-initrd', initrd_path,
|
H A D | test_loongarch64_virt.py | 42 initrd_path = self.ASSET_INITRD.fetch() 53 '-initrd', initrd_path,
|
H A D | test_mips64el_replay.py | 45 initrd_path = self.uncompress(self.ASSET_CPIO_R1) 52 args=('-initrd', initrd_path))
|
H A D | test_mips_replay.py | 44 initrd_path = self.uncompress(self.ASSET_INITRD) 51 args=('-initrd', initrd_path))
|
H A D | test_intel_iommu.py | 38 initrd_path = None variable in IntelIOMMU 66 self.initrd_path = self.ASSET_INITRD.fetch() 75 '-initrd', self.initrd_path)
|
H A D | test_arm_bpim2u.py | 67 initrd_path = self.uncompress(self.ASSET_INITRD) 75 '-initrd', initrd_path, 91 os.remove(initrd_path)
|
H A D | test_arm_replay.py | 43 initrd_path = self.uncompress(self.ASSET_CUBIE_INITRD) 52 '-initrd', initrd_path,
|
H A D | test_aarch64_raspi4.py | 65 initrd_path = self.uncompress(self.ASSET_INITRD) 76 '-initrd', initrd_path,
|
H A D | test_arm_raspi2.py | 66 initrd_path = self.uncompress(self.ASSET_INITRD) 76 '-initrd', initrd_path,
|
H A D | test_arm_quanta_gsj.py | 72 initrd_path = self.ASSET_INITRD.fetch() 81 '-initrd', initrd_path,
|
H A D | test_arm_sx1.py | 42 initrd_path = self.ASSET_INITRD.fetch() 46 initrd=initrd_path,
|
H A D | test_arm_orangepi.py | 78 initrd_path = self.uncompress(self.ASSET_INITRD) 86 '-initrd', initrd_path, 102 os.remove(initrd_path)
|
H A D | test_arm_integratorcp.py | 43 initrd_path = self.ASSET_INITRD.fetch() 48 '-initrd', initrd_path,
|
H A D | test_multiprocess.py | 52 initrd_path = initrd_asset.fetch() 73 '-initrd', initrd_path,
|
H A D | test_arm_cubieboard.py | 44 initrd_path = self.uncompress(self.ASSET_INITRD) 53 '-initrd', initrd_path,
|
H A D | test_virtio_balloon.py | 115 initrd_path = self.ASSET_INITRD.fetch() 137 initrd_path,
|
H A D | test_mips_malta.py | 136 initrd_path = self.uncompress(self.ASSET_INITRD) 143 '-initrd', initrd_path,
|
H A D | test_mips64el_malta.py | 71 initrd_path = self.uncompress(self.ASSET_CPIO_R1) 80 '-initrd', initrd_path,
|
/qemu/hw/core/ |
H A D | eif.c | 437 char **kernel_path, char **initrd_path, char **cmdline, in read_eif_file() argument 457 *kernel_path = *initrd_path = *cmdline = NULL; in read_eif_file() 579 if (!get_tmp_file("eif-initrd-XXXXXX", initrd_path, errp)) { in read_eif_file() 582 initrd_path_f = fopen(*initrd_path, "wb"); in read_eif_file() 585 *initrd_path); in read_eif_file() 701 safe_unlink(*initrd_path); in read_eif_file() 702 g_free(*initrd_path); in read_eif_file() 703 *initrd_path = NULL; in read_eif_file()
|
H A D | eif.h | 15 char **kernel_path, char **initrd_path,
|