summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/sync_regs_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson1-2/+0
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-31/+90
2024-02-28KVM: selftests: x86: Use TAP interface in the sync_regs testThomas Huth1-26/+84
2024-02-27KVM: selftests: x86: sync_regs_test: Get regs structure before modifying itThomas Huth1-0/+1
2024-02-27KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriateThomas Huth1-5/+5
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones1-5/+5
2023-08-25KVM: selftests: Explicit set #UD when *potentially* injecting exceptionSean Christopherson1-0/+3
2023-08-25KVM: selftests: Reload "good" vCPU state if vCPU hits shutdownSean Christopherson1-1/+13
2023-08-03KVM: selftests: Rename the ASSERT_EQ macroThomas Huth1-3/+3
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for exception racesMichal Luczaj1-0/+23
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for event vector racesMichal Luczaj1-0/+22
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for CR4 racesMichal Luczaj1-0/+72
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma1-20/+5
2022-11-17KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve1-3/+0
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-8/+2
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-18/+18
2022-06-11KVM: selftests: Convert sync_regs_test away from VCPU_IDSean Christopherson1-27/+25
2021-06-14KVM: selftests: Complete x86_64/sync_regs_test ucallRicardo Koller1-1/+6
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones1-2/+2
2019-10-22selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov1-10/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-05-24KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini1-24/+30
2018-10-17kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones1-0/+237