From a7397dedf045ea0e902dbc6ca22fdc53f36f22a4 Mon Sep 17 00:00:00 2001 From: Chenli Wei Date: Thu, 4 Aug 2022 21:40:18 +0800 Subject: [PATCH] misc: add assert to check the vBDF conflict The current ACRN-Configurator just check the conflict of user setting. have not check the conflict with native PCI device's bdf. This patch add an assert to check the above conflict. Tracked-On: #6690 Signed-off-by: Chenli Wei Reviewed-by: Junjie Mao --- misc/config_tools/schema/checks/vbdf_assignment.xsd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/misc/config_tools/schema/checks/vbdf_assignment.xsd b/misc/config_tools/schema/checks/vbdf_assignment.xsd index fde14c2b7..c151c2fed 100644 --- a/misc/config_tools/schema/checks/vbdf_assignment.xsd +++ b/misc/config_tools/schema/checks/vbdf_assignment.xsd @@ -14,4 +14,14 @@ + + + + VM "{$vm/name}" virtual UART controllers or IVSHMEM interfaces using BDF {$vbdf} conflict with native PCI device. Adjust the BDF of those devices to be unique. + + +