Searched +full:pcid +full:- +full:disabled (Results 1 – 4 of 4) sorted by relevance
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-fedora.yml | 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 [all …]
|
/kvm-unit-tests/x86/ |
H A D | unittests.cfg | 10 [apic-split] 13 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split 17 [ioapic-split] 19 qemu_params = -cpu qemu64 -machine kernel_irqchip=split 26 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline 32 # to allow testing SVM's AVIC, which is disabled if either is exposed to the guest. 36 qemu_params = -cpu qemu64,-x2apic,+tsc-deadline -machine pit=off 44 qemu_params = -cpu qemu64,+x2apic 91 qemu_params = -machine pit=off 109 qemu_params = -cpu qemu64,+x2apic,+tsc-deadline [all …]
|
H A D | Makefile.x86_64 | 3 ldarch = elf64-x86-64 6 # More details: https://wiki.osdev.org/GNU-EFI 7 CFLAGS += -maccumulate-outgoing-args 11 FORMAT = efi-app-x86_64 17 arch_LDFLAGS = -m elf_x86_64 20 fcf_protection_full := $(call cc-option, -fcf-protection=full,) 21 COMMON_CFLAGS += -mno-red-zone -mno-sse -mno-sse2 $(fcf_protection_full) 24 cflatobjs += lib/x86/intel-iommu.o 30 $(TEST_DIR)/pcid.$(exe) $(TEST_DIR)/debug.$(exe) \ 35 tests += $(TEST_DIR)/intel-iommu.$(exe) [all …]
|
H A D | vmx_tests.c | 51 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 …]
|