mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-30 06:01:28 +00:00
Set virtio-console BE to stdio for LaaG. Remove 'com1' but still keep 'console=ttyS0' in Laag kernel cmdline. 'console=ttyS0' means LaaG will use ttyS0 (0x3F8) as a console port, and during bringup, it will access port ttyS0. When the same port is added to hypervisor configuration file as a console port, the output will be captured by hypervisor console, and can switch by "vm_console <vm_id>". Tracked-On: #3370 Signed-off-by: Conghui Chen <conghui.chen@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com>
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service OS and Guest OSs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and this is installed within the Service OS. You can find out more about Project ACRN on the `Project ACRN documentation`_ website. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor .. _`Project ACRN documentation`: https://projectacrn.github.io/