From 963b8cb9ae45af5928707c97be1bcdc875504f1c Mon Sep 17 00:00:00 2001 From: Sainath Grandhi Date: Mon, 24 Feb 2020 17:26:50 -0800 Subject: [PATCH] hv: Server platforms can have more than 8 IO-APICs To support server platforms with more than 8 IO-APICs Tracked-On: #4151 Signed-off-by: Sainath Grandhi Acked-by: Eddie Dong --- hypervisor/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/x86/Kconfig b/hypervisor/arch/x86/Kconfig index 856c3088f..61e051099 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -292,7 +292,7 @@ config RELOC config MAX_IOAPIC_NUM int "Maximum number of IO-APICs" - range 1 8 + range 1 10 default 1 config MAX_IOAPIC_LINES