Home
last modified time | relevance | path

Searched refs:errata (Results 1 – 7 of 7) sorted by relevance

/kvm-unit-tests/lib/
H A Derrata.h17 #define _ERRATA(erratum) errata("ERRATA_" # erratum)
34 static inline bool errata(const char *erratum) in errata() function
/kvm-unit-tests/
H A DREADME138 2) Making the test conditional on errata in the code,
145 With the errata condition the unsafe unit test is only run
156 The ./errata.txt file provides a mapping of the commits needed by errata
159 from the ./errata.txt file and the host's kernel version is provided to
H A DREADME.md138 2) Making the test conditional on errata in the code,
145 With the errata condition the unsafe unit test is only run
156 The ./errata.txt file provides a mapping of the commits needed by errata
159 from the ./errata.txt file and the host's kernel version is provided to
H A Drun_tests.sh23 and those guarded by errata.
H A Dconfigure105 --erratatxt=FILE specify a file to use instead of errata.txt. Use
/kvm-unit-tests/scripts/
H A Darch-run.bash530 local line commit minver errata rest v p s x have
537 errata="ERRATA_$commit"
582 eval export "$errata=$have"
/kvm-unit-tests/arm/
H A Dgic.c829 if (!errata(ERRATA_UNMAPPED_COLLECTIONS)) { in test_migrate_unmapped_collection()