kernel_samsung_a53x/drivers/virtio
Xie Yongji aebec28879 vdpa: Add eventfd for the vdpa callback
[ Upstream commit 5e68470f4e80a4120e9ecec408f6ab4ad386bd4a ]

Add eventfd for the vdpa callback so that user
can signal it directly instead of triggering the
callback. It will be used for vhost-vdpa case.

Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Message-Id: <20230323053043.35-9-xieyongji@bytedance.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Stable-dep-of: 02e9e9366fef ("vhost_vdpa: assign irq bypass producer token correctly")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-23 23:21:28 +01:00
..
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio.c virtio: reenable config if freezing device failed 2024-11-19 09:23:15 +01:00
virtio_balloon.c virtio_balloon: Fix endless deflation and inflation on arm64 2024-11-18 10:58:28 +01:00
virtio_dma_buf.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_input.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_mem.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_mmio.c virtio-mmio: fix memory leak of vm_dev 2024-11-18 10:58:28 +01:00
virtio_pci_common.c virtio: delete vq in vp_find_vqs_msix() when request_irq() fails 2024-11-19 12:27:09 +01:00
virtio_pci_common.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_pci_legacy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_pci_modern.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_ring.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_vdpa.c vdpa: Add eventfd for the vdpa callback 2024-11-23 23:21:28 +01:00