commit | 45f568084a7a86960d55cf70fd9bf06fbb29e792 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <seanjc@google.com> | Wed Feb 16 11:57:41 2022 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat Jun 11 11:47:09 2022 -0400 |
tree | 831dcec5b5f9c49811503cca306f0b3c011d0e48 | |
parent | f3443bed2989a27a4d5c69c01e80d873139b4178 [diff] |
KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus() Use a combination of vm_create(), vm_create_with_vcpus(), and vm_vcpu_add() to convert vgic_init from vm_create_default_with_vcpus(), and away from referncing vCPUs by ID. Thus continues the march toward total annihilation of "default" helpers. Signed-off-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>