提交 fc573fa4 编写于 作者: C Colton Lewis 提交者: 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: NColton Lewis <coltonlewis@google.com>
Reviewed-by: NAndrew Jones <drjones@redhat.com>
Link: https://lore.kernel.org/r/20220615193116.806312-3-coltonlewis@google.comSigned-off-by: NSean Christopherson <seanjc@google.com>
上级 8fb2638a
......@@ -16,7 +16,7 @@ enum {
UCALL_UNHANDLED,
};
#define UCALL_MAX_ARGS 6
#define UCALL_MAX_ARGS 7
struct ucall {
uint64_t cmd;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册