/* * Copyright (C) 2023-2025 Intel Corporation. * * SPDX-License-Identifier: BSD-3-Clause * * Authors: * Haicheng Li */ #ifndef VM_CONFIG_H_ #define VM_CONFIG_H_ #include #define MAX_VCPUS_PER_VM MAX_PCPU_NUM #define CONFIG_MAX_VM_NUM 16U #endif /* VM_CONFIG_H_ */