Lines Matching +full:ioapic +full:- +full:split
9 - dnf update -y
10 - dnf install -y diffutils gcc git make qemu-system-x86
12 - git clone --depth 100 "@CI_REPOSITORY_URL@" .
13 - git fetch origin "@CI_COMMIT_REF_NAME@"
14 - git reset --hard "@CI_COMMIT_SHA@"
16 - uname -r
17 - sed -n "/processor.*:.0/,/^$/p" /proc/cpuinfo
18 - mkdir build
19 - cd build
20 - ../configure
21 - make -j$(nproc)
22 - ./run_tests.sh
35 ioapic
36 ioapic-split
39 pcid-asymmetric
40 pcid-disabled
41 pcid-enabled
53 tsx-ctrl
74 - grep -q PASS results.txt && ! grep -q FAIL results.txt