Re: [PATCH] KVM: selftests: vgic_init kvm selftests fixup

2021-04-07 Thread Marc Zyngier
On Wed, 7 Apr 2021 15:59:37 +0200, Eric Auger wrote: > 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 "_"

Re: [PATCH] KVM: selftests: vgic_init kvm selftests fixup

2021-04-07 Thread Andrew Jones
Hi Eric, If $SUBJECT started with 'fixup!' and otherwise matched the original subject then this could be automagically squashed in wherever the original commit already is. Anyway, Reviewed-by: Andrew Jones Thanks, drew On Wed, Apr 07, 2021 at 03:59:37PM +0200, Eric Auger wrote: > Bring

[PATCH] KVM: selftests: vgic_init kvm selftests fixup

2021-04-07 Thread Eric Auger
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