Searched +full:pxe +full:- +full:test (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/qtest/ |
H A D | pxe-test.c | 2 * PXE test cases. 12 * See the COPYING file in the top-level directory. 18 #include "boot-sector.h" 19 #include "ppc-util.h" 23 static char disk[] = "tests/pxe-test-disk-XXXXXX"; 33 { "pc", "virtio-net-pci" }, 35 { "q35", "virtio-net-pci", }, 48 { "pseries", "spapr-vlan", 49 "-machine vsmt=8," PSERIES_DEFAULT_CAPABILITIES }, 50 { "pseries", "virtio-net-pci", [all …]
|
H A D | meson.build | 2 'ahci-test': 150, 3 'aspeed_smc-test': 360, 4 'bios-tables-test' : 910, 5 'cdrom-test' : 610, 6 'device-introspect-test' : 720, 7 'ide-test' : 120, 8 'migration-test' : 480, 9 'npcm7xx_pwm-test': 300, 10 'npcm7xx_watchdog_timer-test': 120, 11 'qmp-cmd-test' : 120, [all …]
|
H A D | boot-sector.c | 11 * See the COPYING file in the top-level directory. 14 #include "boot-sector.h" 33 /* Data Segment register should be initialized, since pxe 58 /* 7c0e: jmp 0x7c07=0x7c0f-3 */ 60 [0x0e] = LOW(-3), 74 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40 /* in the s390-ccw bios */ 143 /* Wait at most 600 seconds (test is slow with TCI and --enable-debug) */ in boot_sector_test() 162 qrsp = qtest_qmp(qts, "{ 'execute': 'query-status' }"); in boot_sector_test()
|
/qemu/roms/ |
H A D | Makefile | 2 vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb ati 3 vgabios_targets := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants))) 7 pxe-rom-e1000 efi-rom-e1000 : VID := 8086 8 pxe-rom-e1000 efi-rom-e1000 : DID := 100e 9 pxe-rom-e1000e efi-rom-e1000e : VID := 8086 10 pxe-rom-e1000e efi-rom-e1000e : DID := 10d3 11 pxe-rom-eepro100 efi-rom-eepro100 : VID := 8086 12 pxe-rom-eepro100 efi-rom-eepro100 : DID := 1209 13 pxe-rom-ne2k_pci efi-rom-ne2k_pci : VID := 1050 14 pxe-rom-ne2k_pci efi-rom-ne2k_pci : DID := 0940 [all …]
|
/qemu/scripts/ |
H A D | refresh-pxe-roms.sh | 3 # PXE ROM build script 22 # ./scripts/refresh-pxe-roms.sh 25 if test -x "$(which EfiRom 2>/dev/null)"; then 30 make -j4 $targets || exit 1
|
/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
/qemu/hw/net/ |
H A D | eepro100.c | 4 * Copyright (C) 2006-2011 Stefan Weil 9 * SPDX-License-Identifier: GPL-2.0-or-later 25 * PXE boot (i386 guest, i386 / mips / mipsel / ppc host) ok 42 * * Wake-on-LAN is not implemented. 48 #include "hw/qdev-properties.h" 75 #define logout(fmt, ...) fprintf(stderr, "EE100\t%-24s" fmt, __func__, ## __VA_ARGS__) 115 #define BITS(n, m) (((0xffffffffU << (31 - n)) >> (31 - n + m)) << m) 268 /* Statistical counters. Also used for wake-up packet (i82559). */ 314 /* MDI Registers 0 - 6, 7 */ 316 /* MDI Registers 8 - 15 */ [all …]
|