Searched refs:kernel_path (Results 1 – 25 of 60) sorted by relevance
123
| /openbmc/qemu/tests/functional/ |
| H A D | test_ppc64_replay.py | |
| H A D | test_arm_replay.py | |
| H A D | test_mips_malta.py | |
| H A D | test_arm_bpim2u.py | |
| H A D | test_mips64el_fuloong2e.py | |
| H A D | test_m68k_replay.py | |
| H A D | test_mips64el_malta.py | |
| H A D | test_arm_orangepi.py | |
| H A D | test_arm_stellaris.py | |
| H A D | test_mips_replay.py | |
| H A D | test_mips64el_replay.py | |
| H A D | test_aarch64_tcg_plugins.py | |
| H A D | replay_kernel.py | 30 def run_vm(self, kernel_path, kernel_command_line, console_pattern, argument 46 '-kernel', kernel_path, 75 def run_rr(self, kernel_path, kernel_command_line, console_pattern, 78 t1 = self.run_vm(kernel_path, kernel_command_line, console_pattern, 80 t2 = self.run_vm(kernel_path, kernel_command_line, console_pattern, 76 run_rr(self, kernel_path, kernel_command_line, console_pattern, shift=7, args=None) global() argument
|
| H A D | test_aarch64_raspi4.py | |
| H A D | test_arm_raspi2.py | |
| H A D | test_linux_initrd.py | |
| H A D | test_mipsel_malta.py | |
| H A D | test_arm_cubieboard.py | |
| H A D | test_ppc64_powernv.py | |
| H A D | test_microblaze_replay.py | |
| H A D | test_or1k_replay.py | |
| H A D | test_sparc_replay.py | |
| H A D | test_xtensa_replay.py | |
| H A D | test_virtio_gpu.py | |
| /openbmc/qemu/hw/core/ |
| H A D | eif.c | 189 static bool read_eif_kernel(FILE *f, uint64_t size, char **kernel_path, in read_eif_kernel() argument 201 *kernel_path = NULL; in read_eif_kernel() 202 if (!get_tmp_file("eif-kernel-XXXXXX", kernel_path, errp)) { in read_eif_kernel() 206 tmp_file = fopen(*kernel_path, "wb"); in read_eif_kernel() 209 *kernel_path); in read_eif_kernel() 239 safe_unlink(*kernel_path); in read_eif_kernel() 240 g_free(*kernel_path); in read_eif_kernel() 241 *kernel_path = NULL; in read_eif_kernel() 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() [all …]
|
123