From b04fba2db53b3cfd133f17aa8fc2312c14be0f2e Mon Sep 17 00:00:00 2001 From: lirui34 Date: Wed, 12 Aug 2020 15:03:18 +0800 Subject: [PATCH] acrn-config: set CONFIG_MAX_MSIX_TABLE_NUM to 16 in the qemu sdc xml when CONFIG_MAX_MSIX_TABLE_NUM was set to 64, it will trigger timeout ASSERT on WHL-I5 board. Tracked-On: #5178 Signed-off-by: lirui34 --- misc/vm_configs/xmls/config-xmls/qemu/sdc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/vm_configs/xmls/config-xmls/qemu/sdc.xml b/misc/vm_configs/xmls/config-xmls/qemu/sdc.xml index 07e6fa8a7..11501be74 100644 --- a/misc/vm_configs/xmls/config-xmls/qemu/sdc.xml +++ b/misc/vm_configs/xmls/config-xmls/qemu/sdc.xml @@ -42,7 +42,7 @@ 96 120 64 - 64 + 16 16