mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-10 09:04:15 +00:00
The current code judges an empty vm_name as a normal vm_name and assert two endpoints with null name use the same IO port. There was another which check wether the vm_name of endpoint is null, so this patch break the assert if get null vm_name. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@linux.intel.com>