Commit fc573fa4 authored by Colton Lewis's avatar Colton Lewis Committed by Sean Christopherson
Browse files

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: default avatarColton Lewis <coltonlewis@google.com>
Reviewed-by: default avatarAndrew Jones <drjones@redhat.com>
Link: https://lore.kernel.org/r/20220615193116.806312-3-coltonlewis@google.com


Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
parent 8fb2638a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ enum {
	UCALL_UNHANDLED,
};

#define UCALL_MAX_ARGS 6
#define UCALL_MAX_ARGS 7

struct ucall {
	uint64_t cmd;