summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/aarch64/get-reg-list.c
AgeCommit message (Expand)Author
2023-08-09KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu
2023-08-09KVM: arm64: selftests: Move reject_set check logic to a functionHaibo Xu
2023-08-09KVM: arm64: selftests: Split get-reg-list test codeAndrew Jones
2023-08-08KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones
2023-08-08KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones
2023-08-08KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones
2023-08-08KVM: arm64: selftests: Drop SVE cap check in print_regAndrew Jones
2023-08-08KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones
2023-06-06KVM: selftests: get-reg-list: add Permission Indirection registersJoey Gouly
2023-06-06KVM: selftests: get-reg-list: support ID register featuresJoey Gouly
2023-04-21Merge branch kvm-arm64/selftest/misc-6.4 into kvmarm-master/nextMarc Zyngier
2023-03-30KVM: selftests: Comment newly defined aarch64 ID registersMark Brown
2023-03-30KVM: arm64: selftests: Add physical timer registers to the sysreg listMarc Zyngier
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert get-reg-list away from its "VCPU_ID"Sean Christopherson
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean 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: Drop @mode from common vm_create() helperSean 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-05-03selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-listRaghavendra Rao Ananta
2022-04-07KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)Andrew Jones
2022-02-08selftests: KVM: Add OSLSR_EL1 to the list of blessed regsOliver Upton
2022-01-04KVM: arm64: selftests: get-reg-list: Add pauth configurationMarc Zyngier
2021-07-14KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublistAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Split base and pmu registersAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sveAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Provide config selection optionAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at onceAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Introduce vcpu configsAndrew Jones
2020-11-27KVM: arm64: selftests: Filter out DEMUX registersAndrew Jones
2020-11-08KVM: selftests: Add blessed SVE registers to get-reg-listAndrew Jones
2020-11-08KVM: selftests: Add aarch64 get-reg-list testAndrew Jones