Skip to content

Commit

Permalink
KVM: selftests: vgic_init kvm selftests fixup
Browse files Browse the repository at this point in the history
Bring some improvements/rationalization over the first version
of the vgic_init selftests:

- ucall_init is moved in run_cpu()
- vcpu_args_set is not called as not needed
- whenever a helper is supposed to succeed, call the non "_" version
- helpers do not return -errno, instead errno is checked by the caller
- vm_gic struct is used whenever possible, as well as vm_gic_destroy
- _kvm_create_device takes an addition fd parameter

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Suggested-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210407135937.533141-1-eric.auger@redhat.com
  • Loading branch information
eauger authored and Marc Zyngier committed Apr 7, 2021
1 parent dc0e058 commit 4cffb2d
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 171 deletions.
Loading

0 comments on commit 4cffb2d

Please sign in to comment.