acrn-hypervisor/devicemodel/hw
Conghui Chen 765669ee35 dm: support VMs communication with virtio-console
Adding the feature of communication between VMs using virtio-console
based on appointed socket file. Not appointing the socket type will set
the socket type to be server in default.

Example:
Server: adding "-s 5,virtio-console,socket:console=/path/console.sock:server"
Client: adding "-s 6,virtio-console,socket:console=/path/console.sock:client"

Tracked-On: #3232
Signed-off-by: Gao Junhao <junhao.gao@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-06-06 12:40:47 +08:00
..
pci dm: support VMs communication with virtio-console 2019-06-06 12:40:47 +08:00
platform DM/HV: Increase VM name len 2019-05-27 12:13:51 +08:00
block_if.c dm: safely use pthread_cond_broadcast() 2019-04-04 00:27:10 +08:00
uart_core.c dm: uart_core: fix uart dm cause interrupt storm issue 2019-05-01 10:52:14 +08:00
usb_core.c DM: remove unused function usb_native_is_ss_port 2019-05-24 11:51:00 +08:00