Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 85) sorted by relevance

1234

/qemu/tests/functional/
H A Dtest_arm_sx1.py41 zimage_path = self.ASSET_ZIMAGE.fetch()
42 initrd_path = self.ASSET_INITRD.fetch()
52 zimage_path = self.ASSET_ZIMAGE.fetch()
53 sd_fs_path = self.ASSET_SD_FS.fetch()
63 zimage_path = self.ASSET_ZIMAGE.fetch()
64 flash_path = self.ASSET_FLASH.fetch()
H A Dtest_ppc_40p.py42 bios_path = self.ASSET_BIOS.fetch()
43 drive_path = self.ASSET_NETBSD40.fetch()
68 drive_path = self.ASSET_NETBSD71.fetch()
83 drive_path = self.ASSET_40P_SANDALFOOT.fetch()
H A Dtest_loongarch64_virt.py41 kernel_path = self.ASSET_KERNEL.fetch()
42 initrd_path = self.ASSET_INITRD.fetch()
43 bios_path = self.ASSET_BIOS.fetch()
H A Dtest_rx_gdbsim.py42 uboot_path = self.ASSET_UBOOT.fetch()
62 dtb_path = self.ASSET_DTB.fetch()
63 kernel_path = self.ASSET_KERNEL.fetch()
H A Dtest_virtio_gpu.py52 kernel_path = self.ASSET_KERNEL.fetch()
53 initrd_path = self.ASSET_INITRD.fetch()
88 kernel_path = self.ASSET_KERNEL.fetch()
89 initrd_path = self.ASSET_INITRD.fetch()
H A Dtest_arm_quanta_gsj.py72 initrd_path = self.ASSET_INITRD.fetch()
73 kernel_path = self.ASSET_KERNEL.fetch()
74 dtb_path = self.ASSET_DTB.fetch()
H A Dtest_arm_integratorcp.py42 kernel_path = self.ASSET_KERNEL.fetch()
43 initrd_path = self.ASSET_INITRD.fetch()
70 tuxlogo_path = self.ASSET_TUXLOGO.fetch()
H A Dtest_mips64el_malta.py70 kernel_path = self.ASSET_KERNEL_3_19_3.fetch()
106 kernel_path = self.ASSET_WHEEZY_KERNEL.fetch()
107 image_path = self.ASSET_WHEEZY_DISK.fetch()
143 tuxlogo_path = self.ASSET_TUXLOGO.fetch()
H A Dtest_arm_collie.py23 zimage_path = self.ASSET_ZIMAGE.fetch()
24 rootfs_path = self.ASSET_ROOTFS.fetch()
H A Dtest_mips64_malta.py24 kernel_path = self.ASSET_WHEEZY_KERNEL.fetch()
25 image_path = self.ASSET_WHEEZY_DISK.fetch()
H A Dtest_aarch64_xlnx_versal.py25 kernel_path = self.ASSET_KERNEL.fetch()
26 initrd_path = self.ASSET_INITRD.fetch()
H A Dtest_ppc64_mac99.py23 linux_path = self.ASSET_BR2_MAC99_LINUX.fetch()
24 rootfs_path = self.ASSET_BR2_MAC99_ROOTFS.fetch()
H A Dtest_virtio_balloon.py114 kernel_path = self.ASSET_KERNEL.fetch()
115 initrd_path = self.ASSET_INITRD.fetch()
116 diskimage_path = self.ASSET_DISKIMAGE.fetch()
H A Dtest_ppc64_e500.py26 uimage_path = self.ASSET_BR2_E5500_UIMAGE.fetch()
27 rootfs_path = self.ASSET_BR2_E5500_ROOTFS.fetch()
H A Dtest_arm_emcraft_sf2.py29 uboot_path = self.ASSET_UBOOT.fetch()
30 spi_path = self.ASSET_SPI.fetch()
H A Dtest_ppc64_replay.py35 kernel_path = self.ASSET_KERNEL.fetch()
42 kernel_path = self.ASSET_KERNEL.fetch()
H A Dtest_x86_64_hotplug_cpu.py37 self.launch_kernel(self.ASSET_KERNEL.fetch(),
38 self.ASSET_INITRD.fetch(),
H A Dtest_intel_iommu.py65 self.kernel_path = self.ASSET_KERNEL.fetch()
66 self.initrd_path = self.ASSET_INITRD.fetch()
67 image_path = self.ASSET_DISKIMAGE.fetch()
H A Dtest_netdev_ethtool.py35 kernel = self.ASSET_BZIMAGE.fetch()
36 rootfs = self.ASSET_ROOTFS.fetch()
H A Dtest_x86_64_hotplug_blk.py73 self.launch_kernel(self.ASSET_KERNEL.fetch(),
74 self.ASSET_INITRD.fetch(),
H A Dtest_linux_initrd.py44 kernel_path = self.ASSET_F18_KERNEL.fetch()
69 kernel_path = self.ASSET_F28_KERNEL.fetch()
H A Dtest_aarch64_smmu.py62 self.kernel_path = kernel.fetch()
63 self.initrd_path = initrd.fetch()
64 self.set_up_boot(disk.fetch())
H A Dtest_s390x_ccw_virtio.py69 kernel_path = self.ASSET_BUSTER_KERNEL.fetch()
70 initrd_path = self.ASSET_BUSTER_INITRD.fetch()
175 kernel_path = self.ASSET_F31_KERNEL.fetch()
H A Dtest_mipsel_malta.py73 kernel_path = self.ASSET_WHEEZY_KERNEL.fetch()
74 image_path = self.ASSET_WHEEZY_DISK.fetch()
/qemu/docs/spin/
H A Daio_notify.promela36 int fetch;
55 atomic { fetch = req; req = 0; }
56 done = done | fetch;

1234