Home
last modified time | relevance | path

Searched +full:ioapic +full:- +full:split (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/ci/
H A Dcirrus-ci-fedora.yml9 - 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
[all …]
H A Dcirrus-ci-macos-x86-64.yml4 image: ghcr.io/cirruslabs/macos-ventura-base:latest
6 - brew update
7 - brew install coreutils bash git gnu-getopt make qemu x86_64-elf-gcc
9 - git clone --depth 100 "@CI_REPOSITORY_URL@" .
10 - git fetch origin "@CI_COMMIT_REF_NAME@"
11 - git reset --hard "@CI_COMMIT_SHA@"
13 - export PATH="/opt/homebrew/opt/gnu-getopt/bin:$PATH"
14 - mkdir build
15 - cd build
16 - ../configure --arch=x86_64 --cross-prefix=x86_64-elf-
[all …]
/kvm-unit-tests/x86/
H A Dunittests.cfg10 [apic-split]
13 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split
17 [ioapic-split]
18 file = ioapic.flat
19 qemu_params = -cpu qemu64 -machine kernel_irqchip=split
26 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline
36 qemu_params = -cpu qemu64,-x2apic,+tsc-deadline -machine pit=off
41 [ioapic]
42 file = ioapic.flat
44 qemu_params = -cpu qemu64,+x2apic
[all …]
H A Dvmx_tests.c51 int pos = -1; in ffs()
156 if (((rdtsc() - tsc_val) >> preempt_scale) in preemption_timer_main()
183 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val, in preemption_timer_exit_handler()
184 "busy-wait for preemption timer"); in preemption_timer_exit_handler()
191 report(((rdtsc() - tsc_val) >> preempt_scale) >= preempt_val in preemption_timer_exit_handler()
228 report_fail("busy-wait for preemption timer"); in preemption_timer_exit_handler()
659 report(vmx_get_test_stage() == 0, "I/O bitmap - I/O pass"); in iobmp_main()
664 report(vmx_get_test_stage() == 3, "I/O bitmap - trap in"); in iobmp_main()
667 report(vmx_get_test_stage() == 4, "I/O bitmap - trap out"); in iobmp_main()
670 report(vmx_get_test_stage() == 5, "I/O bitmap - I/O width, long"); in iobmp_main()
[all …]
/kvm-unit-tests/
H A D.gitlab-ci.yml4 - dnf update -y
5 - dnf install -y make python
15 - logs
23 - build/logs
25 build-aarch64:
28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
30 - make -j2
31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
33 debug-bp
[all …]