mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 23:57:10 +00:00
The current code use a merge interface to merge policy which fix match and merge in one function. This patch split the merge interface and add a match interface to check whether this policy could be merged. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@intel.com>