Home
last modified time | relevance | path

Searched refs:initrd_path (Results 1 – 25 of 26) sorted by relevance

12

/qemu/tests/functional/
H A Dtest_virtio_gpu.py53 initrd_path = self.ASSET_INITRD.fetch()
65 initrd_path,
89 initrd_path = self.ASSET_INITRD.fetch()
124 initrd_path,
H A Dtest_aarch64_imx8mp_evk.py40 self.initrd_path = self.scratch_file("initrd.zstd")
46 self.extract(self.image_path, self.initrd_path,
58 '-initrd', self.initrd_path,
H A Dtest_s390x_ccw_virtio.py70 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 Dtest_aarch64_smmu.py30 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 Dtest_aarch64_xlnx_versal.py26 initrd_path = self.ASSET_INITRD.fetch()
32 '-initrd', initrd_path)
H A Dtest_arm_smdkc210.py31 initrd_path = self.uncompress(self.ASSET_ROOTFS)
42 '-initrd', initrd_path,
H A Dtest_loongarch64_virt.py42 initrd_path = self.ASSET_INITRD.fetch()
53 '-initrd', initrd_path,
H A Dtest_mips64el_replay.py45 initrd_path = self.uncompress(self.ASSET_CPIO_R1)
52 args=('-initrd', initrd_path))
H A Dtest_mips_replay.py44 initrd_path = self.uncompress(self.ASSET_INITRD)
51 args=('-initrd', initrd_path))
H A Dtest_intel_iommu.py38 initrd_path = None variable in IntelIOMMU
66 self.initrd_path = self.ASSET_INITRD.fetch()
75 '-initrd', self.initrd_path)
H A Dtest_arm_bpim2u.py67 initrd_path = self.uncompress(self.ASSET_INITRD)
75 '-initrd', initrd_path,
91 os.remove(initrd_path)
H A Dtest_arm_replay.py43 initrd_path = self.uncompress(self.ASSET_CUBIE_INITRD)
52 '-initrd', initrd_path,
H A Dtest_aarch64_raspi4.py65 initrd_path = self.uncompress(self.ASSET_INITRD)
76 '-initrd', initrd_path,
H A Dtest_arm_raspi2.py66 initrd_path = self.uncompress(self.ASSET_INITRD)
76 '-initrd', initrd_path,
H A Dtest_arm_quanta_gsj.py72 initrd_path = self.ASSET_INITRD.fetch()
81 '-initrd', initrd_path,
H A Dtest_arm_sx1.py42 initrd_path = self.ASSET_INITRD.fetch()
46 initrd=initrd_path,
H A Dtest_arm_orangepi.py78 initrd_path = self.uncompress(self.ASSET_INITRD)
86 '-initrd', initrd_path,
102 os.remove(initrd_path)
H A Dtest_arm_integratorcp.py43 initrd_path = self.ASSET_INITRD.fetch()
48 '-initrd', initrd_path,
H A Dtest_multiprocess.py52 initrd_path = initrd_asset.fetch()
73 '-initrd', initrd_path,
H A Dtest_arm_cubieboard.py44 initrd_path = self.uncompress(self.ASSET_INITRD)
53 '-initrd', initrd_path,
H A Dtest_virtio_balloon.py115 initrd_path = self.ASSET_INITRD.fetch()
137 initrd_path,
H A Dtest_mips_malta.py136 initrd_path = self.uncompress(self.ASSET_INITRD)
143 '-initrd', initrd_path,
H A Dtest_mips64el_malta.py71 initrd_path = self.uncompress(self.ASSET_CPIO_R1)
80 '-initrd', initrd_path,
/qemu/hw/core/
H A Deif.c437 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 Deif.h15 char **kernel_path, char **initrd_path,

12