mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-13 10:12:36 +00:00
This is temperory workaround for DM crash when doing fastboot reboot. In fastboot, it will disable USB host functionality by disable device respsone to one PCI bar. While DM code just release the bar in this case. Which break the reboot functionality. The workaround is to remove the assert to avoid DM abort. This is safe because reboot will remove all memory range registered. We will have offiical fixing later. Tracked-On: #1277 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>