mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-25 10:43:46 +00:00
ACRN:DM: Fix the vhost register kick fd issue.
Add the new parameter for register ioevent function, let the vhost vq and viothread vq can share the register ioevent common API. Tracked-On: #8323 Signed-off-by: Liu Long <long.liu@linux.intel.com> Reviewed-by: Conghui <conghui.chen@intel.com>
This commit is contained in:
@@ -776,5 +776,5 @@ uint32_t virtio_device_cfg_read(
|
||||
int virtio_set_modern_pio_bar(
|
||||
struct virtio_base *base, int barnum);
|
||||
|
||||
int virtio_register_ioeventfd(struct virtio_base *base, int idx, bool is_register);
|
||||
int virtio_register_ioeventfd(struct virtio_base *base, int idx, bool is_register, int fd);
|
||||
#endif /* _VIRTIO_H_ */
|
||||
|
Reference in New Issue
Block a user