diff --git a/hypervisor/include/arch/x86/asm/vm_config.h b/hypervisor/include/arch/x86/asm/vm_config.h index d985d7081..7e58a88b5 100644 --- a/hypervisor/include/arch/x86/asm/vm_config.h +++ b/hypervisor/include/arch/x86/asm/vm_config.h @@ -18,7 +18,6 @@ #define AFFINITY_CPU(n) (1UL << (n)) #define MAX_VCPUS_PER_VM MAX_PCPU_NUM -#define MAX_VUART_NUM_PER_VM 8U #define MAX_VM_OS_NAME_LEN 32U #define MAX_MOD_TAG_LEN 32U