Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Dipl.c479 char *netboot_filename; in load_netboot_image() local
497 netboot_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, ipl->netboot_fw); in load_netboot_image()
498 if (netboot_filename == NULL) { in load_netboot_image()
504 img_size = load_elf_ram(netboot_filename, NULL, NULL, NULL, in load_netboot_image()
510 img_size = load_image_size(netboot_filename, ram_ptr, ms->ram_size); in load_netboot_image()
518 g_free(netboot_filename); in load_netboot_image()