1
0
mirror of https://github.com/projectacrn/acrn-hypervisor.git synced 2025-05-08 00:17:01 +00:00
acrn-hypervisor/devicemodel
Jiaqing Zhao 852f10cc31 dm: lpc: only emulate COM ports specified in command line
Currently lpc emulates all the supported COM ports no matter it is
configured or not in command line. Change the behavior to only emulate
those specified in command line.

Tracked-On: 
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Reviewed-by: Jian Jun Chen <jian.jun.chen@intel.com>
2024-01-22 10:58:00 +08:00
..
arch/x86 devicemodel: Fix spelling and grammar mistakes. 2023-09-08 08:01:13 +08:00
bios OVMF release v3.0 2022-03-31 09:06:34 +08:00
core devicemodel: Fix spelling and grammar mistakes. 2023-10-23 08:57:53 +08:00
hw dm: lpc: only emulate COM ports specified in command line 2024-01-22 10:58:00 +08:00
include dm: xhci: remove bus/port limit 2023-09-19 14:26:02 +08:00
lib Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
log Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
Makefile dm: change the version format 2022-11-21 13:23:28 +08:00
README.rst doc: terminology cleanup in DM readme 2021-11-24 06:29:25 -08:00
samples acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00

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