acrn-hypervisor/devicemodel
Vijay Dhanraj c2e741ad90 dm: Add socket backend support for virtio-console
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>
2019-02-14 10:16:44 +08:00
..
arch/x86 dm: allow PM1_RTC_EN to be written to PM1A 2018-12-29 10:33:32 +08:00
bios dm: bios: update vSBL to V1.1 2018-12-12 12:53:41 +08:00
core dm: add option "lapic_pt" to create VM for realtime scenarios 2019-01-28 19:47:33 +08:00
hw dm: Add socket backend support for virtio-console 2019-02-14 10:16:44 +08:00
include IOC mediator: dynamically enable dummy channels 2019-02-01 16:05:43 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples script: remove enable_initial_modeset for UP2 platform 2019-02-13 12:52:24 +08:00
vmcfg tools: vmcfg: use defconfig instead of default values in Kconfig 2018-12-12 13:23:28 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile DM: ACPI: Avoiding hard code the ASL_COMPILER macro 2019-02-01 13:47:55 +08:00
README.rst Documentation: clean-up of isolated README.rst files 2018-11-20 11:09:53 -08:00

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/