From 6b517c58f15beccb06df6d5bd7d664d5d4d0a4e9 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 ef916959c..a451abb8c 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -291,7 +291,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