mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 04:22:58 +00:00
KVM: selftests: Increase UCALL_MAX_ARGS to 7
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 <coltonlewis@google.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Link: https://lore.kernel.org/r/20220615193116.806312-3-coltonlewis@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
This commit is contained in:
committed by
Sean Christopherson
parent
8fb2638a56
commit
fc573fa4f3
@@ -16,7 +16,7 @@ enum {
|
||||
UCALL_UNHANDLED,
|
||||
};
|
||||
|
||||
#define UCALL_MAX_ARGS 6
|
||||
#define UCALL_MAX_ARGS 7
|
||||
|
||||
struct ucall {
|
||||
uint64_t cmd;
|
||||
|
||||
Reference in New Issue
Block a user