Re: [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7

2022-06-20 Thread Andrew Jones
On Wed, Jun 15, 2022 at 07:31:14PM +, Colton Lewis wrote: > Increase UCALL_MAX_ARGS to 7 to allow GUEST_ASSERT_4 to pass 3 builtin > ucall arguments specified in guest_assert_builtin_args plus 4 > user-specified arguments. > > Signed-off-by: Colton Lewis > --- > tools/testing/selftests/kvm/i

Re: [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7

2022-06-20 Thread Andrew Jones
On Mon, Jun 20, 2022 at 09:21:11AM +0200, Andrew Jones wrote: > On Sat, Jun 18, 2022 at 12:09:11AM +, Sean Christopherson wrote: > > On Fri, Jun 17, 2022, Colton Lewis wrote: > > > On Thu, Jun 16, 2022 at 02:10:06PM +0200, Andrew Jones wrote: > > > > We probably want to ensure all architectures

Re: [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7

2022-06-20 Thread Anup Patel
On Mon, Jun 20, 2022 at 12:51 PM Andrew Jones wrote: > > On Sat, Jun 18, 2022 at 12:09:11AM +, Sean Christopherson wrote: > > On Fri, Jun 17, 2022, Colton Lewis wrote: > > > On Thu, Jun 16, 2022 at 02:10:06PM +0200, Andrew Jones wrote: > > > > We probably want to ensure all architectures are g

Re: [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7

2022-06-20 Thread Andrew Jones
On Sat, Jun 18, 2022 at 12:09:11AM +, Sean Christopherson wrote: > On Fri, Jun 17, 2022, Colton Lewis wrote: > > On Thu, Jun 16, 2022 at 02:10:06PM +0200, Andrew Jones wrote: > > > We probably want to ensure all architectures are good with this. afaict, > > > riscv only expects 6 args and uses

Re: [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7

2022-06-16 Thread Andrew Jones
On Wed, Jun 15, 2022 at 07:31:14PM +, Colton Lewis wrote: > Increase UCALL_MAX_ARGS to 7 to allow GUEST_ASSERT_4 to pass 3 builtin > ucall arguments specified in guest_assert_builtin_args plus 4 > user-specified arguments. > > Signed-off-by: Colton Lewis > --- > tools/testing/selftests/kvm/i