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:
Colton Lewis 2022-06-15 19:31:14 +00:00 коммит произвёл Sean Christopherson
Родитель 8fb2638a56
Коммит fc573fa4f3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ enum {
UCALL_UNHANDLED,
};
#define UCALL_MAX_ARGS 6
#define UCALL_MAX_ARGS 7
struct ucall {
uint64_t cmd;