summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/elf.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-23KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>Hisam Mehboob1-1/+1
2026-04-21KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-5/+5
2026-04-21KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson1-2/+1
2026-04-21KVM: selftests: Use u64 instead of uint64_tDavid Matlack1-1/+1
2026-04-21KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack1-3/+3
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones1-1/+1
2023-01-24KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fdReiji Watanabe1-0/+2
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-1/+2
2022-11-17KVM: selftests: Fix spelling mistake "begining" -> "beginning"Colin Ian King1-1/+1
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller1-1/+2
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson1-1/+0
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson1-2/+1
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson1-1/+1
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson1-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2018-04-04kvm: selftests: add sync_regs_testPaolo Bonzini1-0/+197