index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86_64
/
kvm_pv_test.c
Age
Commit message (
Expand
)
Author
2024-04-29
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
2024-03-06
KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabled
Vitaly Kuznetsov
2023-08-02
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
2023-08-02
KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERT
Sean Christopherson
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
2022-07-13
KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)
Sean Christopherson
2022-07-13
KVM: selftests: Cache CPUID in struct kvm_vcpu
Sean Christopherson
2022-07-13
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
2022-06-20
KVM: selftests: Add x86-64 support for exception fixup
Sean Christopherson
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2022-06-11
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert kvm_pv_test away from VCPU_ID
Sean Christopherson
2022-06-11
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
2021-06-14
KVM: selftests: Rename vm_handle_exception
Ricardo Koller
2020-11-16
KVM: selftests: Make test skipping consistent
Andrew Jones
2020-11-08
selftests: kvm: test enforcement of paravirtual cpuid features
Oliver Upton