Home
last modified time | relevance | path

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

/openbmc/qemu/tests/avocado/
H A Dboot_linux_console.py212 initrd_path = self.workdir + "rootfs.cpio"
220 '-initrd', initrd_path,
254 initrd_path = self.workdir + "rootfs.cpio"
262 '-initrd', initrd_path,
357 '-initrd', initrd_path)
490 '-initrd', initrd_path,
537 '-initrd', initrd_path,
574 '-initrd', initrd_path,
762 '-initrd', initrd_path,
828 '-initrd', initrd_path,
[all …]
H A Dmachine_s390_ccw_virtio.py60 initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
67 '-initrd', initrd_path,
184 initrd_path = os.path.join(self.workdir, 'initrd-raw.img')
185 archive.lzma_uncompress(initrd_path_xz, initrd_path)
196 '-initrd', initrd_path,
H A Dvirtio-gpu.py67 initrd_path = self.fetch_asset(self.INITRD_URL, self.INITRD_HASH)
78 initrd_path,
106 initrd_path = self.fetch_asset(self.INITRD_URL, self.INITRD_HASH)
142 initrd_path,
H A Dreplay_kernel.py208 initrd_path = os.path.join(self.workdir, 'rootfs.cpio')
209 archive.gzip_uncompress(initrd_path_gz, initrd_path)
218 '-initrd', initrd_path,
461 initrd_path = self.workdir + "rootfs.cpio"
462 archive.gzip_uncompress(initrd_path_gz, initrd_path)
469 args=('-initrd', initrd_path))
491 initrd_path = self.workdir + "rootfs.cpio"
492 archive.gzip_uncompress(initrd_path_gz, initrd_path)
499 args=('-initrd', initrd_path))
H A Dsmmu.py30 initrd_path = None variable in SMMU
62 self.initrd_path = self.fetch_asset(initrd_url)
68 '-initrd', self.initrd_path)
H A Dintel_iommu.py30 initrd_path = None variable in IntelIOMMU
63 self.initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
69 '-initrd', self.initrd_path)
H A Dmachine_loongarch.py37 initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
52 '-initrd', initrd_path,
H A Dmachine_arm_integratorcp.py45 initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
49 '-initrd', initrd_path,
H A Dmultiprocess.py34 initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
55 '-initrd', initrd_path,
H A Ds390_topology.py94 initrd_path = os.path.join(self.workdir, 'initrd-raw.img')
95 archive.lzma_uncompress(initrd_path_xz, initrd_path)
104 '-initrd', initrd_path,