Lines Matching +full:pc +full:- +full:bios
4 * Copyright IBM, Corp. 2012-2013
12 * See the COPYING file in the top-level directory.
17 #include "libqtest-single.h"
19 #include "libqos/pci-pc.h"
30 /* decides whether we're testing -bios or -pflash */
38 cmdline = g_strdup_printf("-machine pc -smp %d", s->num_cpus); in test_start_get_bus()
77 if (s->num_cpus == 1) { /* WPE */ in test_i440fx_defaults()
161 uint32_t size = end - start + 1; in verify_area()
185 uint32_t size = end - start + 1; in write_area()
206 { 0xF0000, 0xFFFFF }, /* BIOS Area */ in test_i440fx_pam()
215 { 0xE0000, 0xE3FFF }, /* BIOS Extension */ in test_i440fx_pam()
216 { 0xE4000, 0xE7FFF }, /* BIOS Extension */ in test_i440fx_pam()
217 { 0xE8000, 0xEBFFF }, /* BIOS Extension */ in test_i440fx_pam()
218 { 0xEC000, 0xEFFFF }, /* BIOS Extension */ in test_i440fx_pam()
239 /* Write out a non-zero mask to the full area */ in test_i440fx_pam()
322 cmdline = g_strdup_printf("-S %s%s", fixture->is_bios in test_i440fx_firmware()
323 ? "-bios " in test_i440fx_firmware()
324 : "-drive if=pflash,format=raw,file=", in test_i440fx_firmware()
341 memread(0x100000000ULL - BLOB_SIZE, buf, BLOB_SIZE); in test_i440fx_firmware()
349 memread(0x100000 - isa_bios_size, buf, isa_bios_size); in test_i440fx_firmware()
352 (uint8_t)((BLOB_SIZE - isa_bios_size) + i)); in test_i440fx_firmware()
370 fixture->is_bios = true; in request_bios()
376 fixture->is_bios = false; in request_pflash()
389 add_firmware_test("i440fx/firmware/bios", request_bios); in main()