mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
config_tools: remove CONFIG_IOMMU_BUS_NUM
Since PR #6943 has landed, the `CONFIG_IOMMU_BUS_NUM` has been renamed to `ACFG_MAX_PCI_BUS_NUM`, this patch removes the obsolete code about `CONFIG_IOMMU_BUS_NUM`. v1-->v2: Update the upgrader.py to add a description of this obsoleted item. Tracked-On: #6942 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
@@ -684,6 +684,7 @@ class UpgradingScenarioStage(PipelineStage):
|
||||
filters = [
|
||||
DiscardedDataFilter("hv/FEATURES/IVSHMEM", None, "IVSHMEM is now automatically enabled if any IVSHMEM region is specified."),
|
||||
DiscardedDataFilter("hv/FEATURES/NVMX_ENABLED", None, "Nest virtualization support is now automatically included if enabled for any VM."),
|
||||
DiscardedDataFilter("hv/CAPACITIES/IOMMU_BUS_NUM", None, "The maximum bus number to be supported by ACRN IOMMU configuration is now inferred from board data."),
|
||||
DiscardedDataFilter("hv/MISC_CFG/UEFI_OS_LOADER_NAME", None, None),
|
||||
DiscardedDataFilter("vm/guest_flags/guest_flag", "0", None),
|
||||
DiscardedDataFilter("vm/epc_section/base", "0", "Post-launched VMs cannot have EPC sections."),
|
||||
|
Reference in New Issue
Block a user