Revision 4a7ed999 hw/mips/mips_fulong2e.c

b/hw/mips/mips_fulong2e.c
43 43
#include "hw/timer/i8254.h"
44 44
#include "sysemu/blockdev.h"
45 45
#include "exec/address-spaces.h"
46
#include "sysemu/qtest.h"
46 47

  
47 48
#define DEBUG_FULONG2E_INIT
48 49

  
......
332 333
            bios_size = -1;
333 334
        }
334 335

  
335
        if ((bios_size < 0 || bios_size > BIOS_SIZE) && !kernel_filename) {
336
        if ((bios_size < 0 || bios_size > BIOS_SIZE) &&
337
            !kernel_filename && !qtest_enabled()) {
336 338
            fprintf(stderr, "qemu: Warning, could not load MIPS bios '%s'\n", bios_name);
337 339
        }
338 340
    }

Also available in: Unified diff