mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-10 22:37:37 +00:00
This patch adds the support of inet socket as the backend of uart emulation. Data written by guest uart is transferred to a socket and data from socket is forwarded to guest uart. This enables something called "Uart Over TCP" which is useful in some case such as WinDbg connection over uart. The command line syntax is as follows: -l comX,tcp:port_number Tracked-On: #2962 Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com> Acked-by: Yin Fengwei <fengwei.yin@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/