acrn-hypervisor/devicemodel/hw
Yuan Liu c8891cb670 dm: fixed an issue that VM can't communicate with peer after rebooting/shutdown
Due to there is no inter-vm communication shared memory management
module, so each acrn-dm will call shm_unlink when VM rebooting/shutdown.
It causes one issue that if one of the two VMs is rebooting/shutdown,
the VM can't communicate with the peer again.

Currently, we don't release the shared memory to fix this issue.

Tracked-On: #4853
Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
2020-06-18 14:07:34 +08:00
..
pci dm: fixed an issue that VM can't communicate with peer after rebooting/shutdown 2020-06-18 14:07:34 +08:00
platform Revert "dm: acpi: add PSDS table in ACPI table" 2020-05-29 09:03:52 +08:00
block_if.c dm:replace perror with pr_err 2020-01-08 13:37:57 +08:00
uart_core.c dm: refine assert usage 2019-06-24 11:57:05 +08:00
usb_core.c DM USB: modify disconnecting logic to support Windows 10 2019-09-26 11:29:22 +08:00