c2e741ad90
Socket is not currently supported as backend for virtio-console. Kata containers require socket backend for virtio-console in order to communicate between the agent running in the VM and the proxy running in the host. In order to support Kata with ACRN, this feature is required. v1-->v2: Prevent new accepts on an already established socket connection. This removes the need for accepted_fd and accept_evp varibles introduced in previous patch. v2-->v3: Fixed coding style and removed debug prints. Tracked-On: #2448 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Acked-by: Yin Fengwei <fengwei.yin@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
bios | ||
core | ||
hw | ||
include | ||
lib | ||
samples | ||
vmcfg | ||
MAINTAINERS | ||
Makefile | ||
README.rst |
README.rst
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/