summary refs log tree commit diff
path: root/tools/testing/selftests/kvm/aarch64/vgic_init.c
AgeCommit message (Expand)Author
2022-10-10KVM: arm64: selftests: Fix multiple versions of GIC creationZenghui Yu
2022-08-01Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-07-15KVM: arm64: selftests: Add support for GICv2 on v3Marc Zyngier
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus()Sean Christopherson
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean 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: Add __vcpu_run() helperSean Christopherson
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean 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
2021-10-17Merge branch kvm-arm64/selftest/timer into kvmarm-master/nextMarc Zyngier
2021-10-17KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta
2021-10-11KVM: arm64: selftests: Add init ITS device testRicardo Koller
2021-10-11KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above ...Ricardo Koller
2021-10-11KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA rangeRicardo Koller
2021-10-11KVM: arm64: selftests: Add some tests for GICv2 in vgic_initRicardo Koller
2021-10-11KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnosticRicardo Koller
2021-10-11KVM: arm64: selftests: Make vgic_init gic version agnosticRicardo Koller
2021-04-07KVM: selftests: vgic_init kvm selftests fixupEric Auger
2021-04-06KVM: selftests: aarch64/vgic-v3 init sequence testsEric Auger