From 93eb82c21687c3f6ea00d6b3aaebc6f94f34149e Mon Sep 17 00:00:00 2001 From: Chenli Wei Date: Mon, 22 Aug 2022 22:16:28 +0800 Subject: [PATCH] misc: refine the ACRN Configurator error message The current ACRN Configurator show the XML name instead of DX-friendly name when user delete the default value of some numeric field. This patch add some "acrn:errormsg" which will show the DX-friendly name to fix the above issue. Tracked-On: #6690 Signed-off-by: Chenli Wei Reviewed-by: Junjie Mao --- misc/config_tools/schema/config.xsd | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index 3b9fbd186..0aa4f1ebb 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -173,7 +173,8 @@ If your VM is not a security VM, leave this option unchecked. - + Specify the maximum number of PCI devices. This impacts the amount of memory used to maintain information about these PCI devices. The default value is calculated from the board configuration file. If you have PCI devices that were not detected by the Board Inspector, you may need to change this maximum value. @@ -201,7 +202,8 @@ If your VM is not a security VM, leave this option unchecked. - + Specify the maximum number of interrupt request (IRQ) entries from all passthrough devices. @@ -215,7 +217,8 @@ If your VM is not a security VM, leave this option unchecked. - + Specify the maximum number of Message Signaled Interrupt MSI-X tables per device. The default value is calculated from the board configuration file. @@ -229,7 +232,8 @@ If your VM is not a security VM, leave this option unchecked. - + Specify the maximum number of emulated MMIO regions for device virtualization. The default value is calculated from the board configuration file.