Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit fb33eee

Browse files
author
Pavel Sorokin
committed
Changed HAX_MAX_VCPUS variable to 128.
1 parent 04a74ee commit fb33eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ struct config_t {
6464
int no_msr_pass_through;
6565
};
6666

67-
#define HAX_MAX_VCPUS 16
67+
#define HAX_MAX_VCPUS 128
6868

6969
#endif // HAX_CORE_CONFIG_H_

0 commit comments

Comments
 (0)