Revision f88e4b91 vl.c

b/vl.c
8879 8879
    linux_boot = (kernel_filename != NULL);
8880 8880
    net_boot = (boot_devices_bitmap >> ('n' - 'a')) & 0xF;
8881 8881

  
8882
    /* XXX: this should not be: some embedded targets just have flash */
8883 8882
    if (!linux_boot && net_boot == 0 &&
8884
        nb_drives_opt == 0)
8883
        !machine->nodisk_ok && nb_drives_opt == 0)
8885 8884
        help(1);
8886 8885

  
8887 8886
    if (!linux_boot && *kernel_cmdline != '\0') {

Also available in: Unified diff