mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-02-21 06:33:48 +00:00
The meaning of lpc_uart_vdev::enabled was changed from runtime enablement status of UARTs to user configuration in commit852f10cc3. So it's incorrect to clear it in lpc_deinit() which will cause UARTs disabled after reboot. Tracked-On: #8537 Fixes:852f10cc3("dm: lpc: only emulate COM ports specified in command line") Signed-off-by: Qiang Zhang <qiang4.zhang@intel.com>
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service VM and post-launched User VMs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and is installed within the Service VM. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor