aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86/fastops_test.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack1-4/+4
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack1-2/+2
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack1-19/+19
2025-09-11KVM: selftests: Add support for DIV and IDIV in the fastops testSean Christopherson1-0/+38
2025-09-11KVM: selftests: Dedup the gnarly constraints of the fastops tests (more macros!)Sean Christopherson1-18/+18
2025-09-11KVM: selftests: Add coverage for 'b' (byte) sized fastops emulationSean Christopherson1-7/+13
2025-05-08KVM: selftests: Add a test for x86's fastops emulationSean Christopherson1-0/+165