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

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.comSigned-off-by: default avatarSean Christopherson <seanjc@google.com>
parent 8fb2638a
...@@ -16,7 +16,7 @@ enum { ...@@ -16,7 +16,7 @@ enum {
UCALL_UNHANDLED, UCALL_UNHANDLED,
}; };
#define UCALL_MAX_ARGS 6 #define UCALL_MAX_ARGS 7
struct ucall { struct ucall {
uint64_t cmd; uint64_t cmd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment