summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-06-11KVM: selftests: Rename xAPIC state test's vcpu structSean Christopherson
2022-06-11KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULTSean Christopherson
2022-06-11KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson
2022-06-11KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson
2022-06-11KVM: selftests: Avoid memory allocations when adding vCPU in get-reg-listSean Christopherson
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in psci_testSean Christopherson
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_testSean Christopherson
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in dirty_log_testSean Christopherson
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in set_boot_cpu_idSean Christopherson
2022-06-11KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helperSean Christopherson
2022-06-11KVM: selftests: Add vm_create_*() variants to expose/return 'struct vcpu'Sean Christopherson
2022-06-11KVM: selftest: Add proper helpers for x86-specific save/restore ioctlsSean Christopherson
2022-06-11KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistencySean Christopherson
2022-06-11KVM: selftests: Dedup MSR index list helpers, simplify dedicated testSean Christopherson
2022-06-11KVM: selftests: Harden and comment XSS / KVM_SET_MSRS interactionSean Christopherson
2022-06-11KVM: selftests: Cache list of MSRs to save/restoreSean Christopherson
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson
2022-06-11KVM: selftests: Consolidate KVM_ENABLE_CAP usageSean Christopherson
2022-06-11KVM: selftests: Add a VM backpointer to 'struct vcpu'Sean Christopherson
2022-06-11KVM: selftests: Dedup vgic_init's asserts and improve error messagesSean Christopherson
2022-06-11KVM: selftests: Split get/set device_attr helpersSean Christopherson
2022-06-11KVM: selftests: Drop 'int' return from asserting *_has_device_attr()Sean Christopherson
2022-06-11KVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers for consistencySean Christopherson
2022-06-11KVM: selftests: Multiplex return code and fd in __kvm_create_device()Sean Christopherson
2022-06-11KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helperSean Christopherson
2022-06-11KVM: selftests: Drop @test param from kvm_create_device()Sean Christopherson
2022-06-11KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctlsSean Christopherson
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson
2022-06-11KVM: selftests: Make x86-64's register dump helpers staticSean Christopherson
2022-06-11KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errorsSean Christopherson
2022-06-11KVM: selftests: Use kvm_ioctl() helpersSean Christopherson
2022-06-11KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl nameSean Christopherson
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson
2022-06-11KVM: selftests: Make vm_ioctl() a wrapper to pretty print ioctl nameSean Christopherson
2022-06-11KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existenceSean Christopherson
2022-06-11KVM: selftests: Remove vcpu_get_fd()Sean Christopherson
2022-06-11KVM: selftests: Use vcpu_access_device_attr() in arm64 codeSean Christopherson
2022-06-11KVM: selftests: Add __vcpu_run() helperSean Christopherson
2022-06-11KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpersSean Christopherson
2022-06-11KVM: selftests: Split vcpu_set_nested_state() into two helpersSean Christopherson
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson
2022-06-11KVM: selftests: Make vcpu_ioctl() a wrapper to pretty print ioctl nameSean Christopherson
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson
2022-06-11KVM: selftests: Drop stale declarations from kvm_util_base.hSean Christopherson
2022-06-11KVM: selftests: Fix typo in vgic_init testSean Christopherson
2022-06-11KVM: selftests: Fix buggy-but-benign check in test_v3_new_redist_regions()Sean Christopherson
2022-06-11KVM: Fix references to non-existent KVM_CAP_TRIPLE_FAULT_EVENTSean Christopherson
2022-06-09Merge branch 'kvm-5.20-early'Paolo Bonzini
2022-06-09KVM: selftests: Restrict test region to 48-bit physical addresses when using ...David Matlack