acrn-hypervisor/devicemodel/hw/pci
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
..
virtio dm:replace perror with pr_err 2020-01-08 13:37:57 +08:00
ahci.c dm: refine the check of return value of snprintf 2019-10-15 13:53:58 +08:00
core.c dm: remove vdev_update_bar_map callback for PCIe device 2020-03-02 16:42:17 +08:00
gsi_sharing.c dm: reduce potential crash caused by LIST_FOREACH 2019-10-15 14:37:39 +08:00
gvt.c dm:replace perror with pr_err 2020-01-08 13:37:57 +08:00
hostbridge.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
irq.c dm: refine 'assert' usage in irq.c and wdt_i6300esb.c 2019-06-20 08:55:44 +08:00
ivshmem.c dm: fixed an issue that VM can't communicate with peer after rebooting/shutdown 2020-06-18 14:07:34 +08:00
lpc.c ACRN/DM: Initialize the igd_lpc bridge to ISA_BRIDGE to make Linux guest happy 2020-05-25 11:08:25 +08:00
npk.c dm: modify DIR handler reference postion 2019-10-16 10:26:23 +08:00
passthrough.c dm: passthru: add support to allocate a bar for vmsix on msi emulation 2020-06-16 08:52:56 +08:00
platform_gsi_info.c DM: update GSI sharing info 2018-08-09 15:42:51 +08:00
uart.c dm:use acrn-dm logger function instread of fprintf 2019-11-14 15:34:04 +08:00
wdt_i6300esb.c acrn-dm: add some logs for vm state transition 2020-05-15 10:06:23 +08:00
xhci.c DM USB: xHCI: Drop commands if slot is disabled 2020-06-05 15:31:05 +08:00