summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/xapic_state_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-30KVM: selftests: Play nice with AMD's AVIC errataSean Christopherson1-4/+19
2024-08-30KVM: selftests: Verify the guest can read back the x2APIC ICR it wroteSean Christopherson1-2/+4
2024-08-30KVM: selftests: Test x2APIC ICR reserved bitsSean Christopherson1-13/+10
2024-08-30KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabledSean Christopherson1-6/+12
2024-08-13KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj1-0/+28
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson1-1/+0
2023-08-03KVM: selftests: Rename the ASSERT_EQ macroThomas Huth1-4/+4
2023-02-02KVM: selftests: Verify APIC_ID is set when forcing x2APIC=>xAPIC transitionEmanuele Giuseppe Esposito1-0/+55
2022-11-17KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state testGautam Menghani1-1/+3
2022-07-14KVM: selftests: Use vcpu_clear_cpuid_feature() to clear x2APICSean Christopherson1-9/+1
2022-07-14KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson1-2/+2
2022-06-24KVM: selftests: Enhance handling WRMSR ICR register in x2APIC modeZeng Guang1-3/+17
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-21/+21
2022-06-11KVM: selftests: Convert xapic_state_test away from hardcoded vCPU IDSean Christopherson1-23/+25
2022-06-11KVM: selftests: Rename xAPIC state test's vcpu structSean Christopherson1-5/+5
2022-03-01KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson1-0/+150