From fa818d7b83339bc376b984f7fb9743fe02b02cbd Mon Sep 17 00:00:00 2001 From: Chenli Wei Date: Sat, 20 Aug 2022 02:45:25 +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 4047f7ca4..a81d212a8 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -178,7 +178,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. @@ -206,7 +207,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. @@ -220,7 +222,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. @@ -234,7 +237,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.