acrn-hypervisor/devicemodel/hw
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
..
pci dm: Add socket backend support for virtio-console 2019-02-14 10:16:44 +08:00
platform dm: vhpet: fix vHPET memory leak on device reset 2019-02-06 08:53:27 +08:00
block_if.c dm: storage: change DISCARD to synchronous mode 2019-01-23 12:56:47 +08:00
uart_core.c dm: Add teardown callback for mevent in uart_core 2018-12-27 09:58:20 +08:00
usb_core.c DM USB: add usb_dev_path_cmp function for convenience 2018-12-14 19:40:44 +08:00