mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 01:07:57 +00:00
hv: enable doorbell for hv-land ivshmem device
This patch enables doorbell feature for hv-land ivshmem device to support interrupt notification between VMs that use inter-VM(ivshmem) devices. Tracked-On: #5407 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Reviewed-by: Li, Fei <fei1.li@intel.com> Reviewed-by: Wang, Yu1 <yu1.wang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -23,6 +23,7 @@ struct ivshmem_shm_region {
|
||||
char name[32];
|
||||
uint64_t hpa;
|
||||
uint64_t size;
|
||||
struct ivshmem_device *doorbell_peers[MAX_IVSHMEM_PEER_NUM];
|
||||
};
|
||||
|
||||
extern const struct pci_vdev_ops vpci_ivshmem_ops;
|
||||
|
Reference in New Issue
Block a user