/kvm-unit-tests/docs/ |
H A D | unittests.txt | 42 the test to the specified arch. By default, the test will run on any 48 the test to the specified machine. By default, the test will run on 50 environment variable, and defaults to the architecture's default.) 73 - Tests in the "nodefault" group are not run by default (with no -g option). 82 This restricts the test to the specified accelerator. By default, the
|
/kvm-unit-tests/ |
H A D | configure | 8 # Return the default CPU type to compile for 26 # Return the default CPU type to run on 72 # Enable -Werror by default for git repositories only (i.e. developer builds) 93 kvmtool, default is qemu) (arm/arm64 only) 101 enable or disable pretty stack printing (enabled by default) 102 --[enable|disable]-default-environ 103 enable or disable the generation of a default environ when 104 no environ is provided by the user (enabled by default) 118 4k [default], 16k, 64k for arm64. 119 4k [default], 64k for ppc64. [all …]
|
H A D | README | 68 By default the runner script searches for a suitable QEMU binary in the system. 124 Some tests are not safe to run by default, as they may crash the 157 conditionals to their respective minimum kernel versions. By default,
|
H A D | README.md | 68 By default the runner script searches for a suitable QEMU binary in the system. 124 Some tests are not safe to run by default, as they may crash the 157 conditionals to their respective minimum kernel versions. By default,
|
H A D | .shellcheckrc | 9 # add-default-case
|
/kvm-unit-tests/x86/efi/ |
H A D | run | 39 # - UEFI firmware by default loads the file EFI/BOOT/BOOTX64.EFI 46 # Run test case with 256MiB QEMU memory. QEMU default memory size is 128MiB. 50 # simple fix is to increase the QEMU default memory size to 256MiB so that
|
H A D | reloc_x86_64.c | 66 default: in _relocate() 89 default: in _relocate()
|
H A D | README.md | 27 By default the runner script loads the UEFI firmware `/usr/share/ovmf/OVMF.fd`;
|
/kvm-unit-tests/lib/ |
H A D | alloc_page.h | 48 * Allocate aligned memory from any area and with default flags. 64 * default flags. 73 * Allocate one page from any area and with default flags.
|
H A D | printf.c | 368 default: in vsnprintf() 381 default: in vsnprintf() 394 default: in vsnprintf() 409 default: in vsnprintf()
|
/kvm-unit-tests/lib/powerpc/ |
H A D | hcall.c | 30 unsigned long vty = 0; /* 0 == default */ in papr_putchar() 40 register unsigned long r4 asm("r4") = 0; /* 0 == default vty */ in __papr_getchar()
|
/kvm-unit-tests/lib/ppc64/ |
H A D | opal.c | 55 unsigned long vty = 0; /* 0 == default */ in opal_putchar() 64 unsigned long vty = 0; /* 0 == default */ in __opal_getchar()
|
/kvm-unit-tests/arm/efi/ |
H A D | reloc_aarch64.c | 64 default: in _relocate() 87 default: in _relocate()
|
/kvm-unit-tests/riscv/efi/ |
H A D | reloc_riscv64.c | 66 default: in _relocate() 84 default: in _relocate()
|
/kvm-unit-tests/lib/x86/ |
H A D | smp.h | 58 default: \ 78 default: \
|
H A D | apic.h | 137 default: in get_x2apic_reg_semantics()
|
/kvm-unit-tests/arm/ |
H A D | debug.c | 113 default: in write_dbgbcr() 153 default: in write_dbgbvr() 193 default: in write_dbgwcr() 233 default: in write_dbgwvr()
|
/kvm-unit-tests/lib/linux/ |
H A D | compiler.h | 66 default: in __read_once_size() 109 default: in __write_once_size()
|
/kvm-unit-tests/lib/s390x/ |
H A D | sie-icpt.c | 40 default: in sie_is_diag_icpt()
|
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt_check.c | 89 default: in fdt_check_full()
|
/kvm-unit-tests/s390x/ |
H A D | migration-skey.c | 218 /* default to sequential since it only needs one cpu */ in parse_args() 250 default: in main()
|
/kvm-unit-tests/lib/x86/asm/ |
H A D | page.h | 44 * Without AMD SEV, the default address upper bound is 51 (i.e., pte bit 51 and
|
/kvm-unit-tests/x86/ |
H A D | msr.c | 11 * 1. Default: the `msr_info' array contains the default test configurations 187 * default by KVM or by the VMM (though this might fail if run in test_mce_msrs()
|
/kvm-unit-tests/scripts/ |
H A D | runtime.bash | 46 read -r -p "Test marked not to be run by default, are you sure (y/N)? " yn 88 local timeout="${10:-$TIMEOUT}" # unittests.cfg overrides the default
|
/kvm-unit-tests/powerpc/ |
H A D | unittests.cfg | 84 # mttcg is the default most places, so add a thread=single test
|