Revision 1f7de853 hw/s390x/ipl.c

b/hw/s390x/ipl.c
82 82
        }
83 83

  
84 84
        bios_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_name);
85
        if (bios_filename == NULL) {
86
            hw_error("could not find stage1 bootloader\n");
87
        }
88

  
85 89
        bios_size = load_elf(bios_filename, NULL, NULL, &ipl->start_addr, NULL,
86 90
                             NULL, 1, ELF_MACHINE, 0);
87 91
        if (bios_size == -1UL) {

Also available in: Unified diff