linux/tools/testing/selftests/kvm/aarch64
Sean Christopherson fd04edc356 KVM: selftests: Convert vgic_irq away from VCPU_ID
Convert vgic_irq to use vm_create_with_one_vcpu() and pass around a
'struct kvm_vcpu' object instead of passing around a vCPU ID (which is
always the global VCPU_ID...).

Opportunstically align the indentation for multiple functions'
parameters.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-06-11 11:47:01 -04:00
..
arch_timer.c KVM: selftests: Split get/set device_attr helpers 2022-06-11 11:46:23 -04:00
debug-exceptions.c KVM: selftests: Convert debug-exceptions away from VCPU_ID 2022-06-11 11:47:00 -04:00
get-reg-list.c KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param 2022-06-11 11:46:33 -04:00
hypercalls.c KVM: selftests: Add another underscore to inner ioctl() helpers 2022-06-11 10:14:58 -04:00
psci_test.c KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT 2022-06-11 11:46:34 -04:00
vcpu_width_config.c KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param 2022-06-11 11:46:33 -04:00
vgic_init.c KVM: selftests: Dedup vgic_init's asserts and improve error messages 2022-06-11 11:46:24 -04:00
vgic_irq.c KVM: selftests: Convert vgic_irq away from VCPU_ID 2022-06-11 11:47:01 -04:00