On 5/5/2021 7:17 PM, Jason Wang wrote:
在 2021/5/1 上午6:32, Si-Wei Liu 写道:
On 4/15/2021 1:04 AM, Jason Wang wrote:
This patch implements the doorbell mapping support for
vhost-vDPA. This is simply done by using mmap()/munmap() for the
vhost-vDPA fd during device start/stop. For the device w
在 2021/5/1 上午6:32, Si-Wei Liu 写道:
On 4/15/2021 1:04 AM, Jason Wang wrote:
This patch implements the doorbell mapping support for
vhost-vDPA. This is simply done by using mmap()/munmap() for the
vhost-vDPA fd during device start/stop. For the device without
doorbell support, we fall back to e
On 4/15/2021 1:04 AM, Jason Wang wrote:
This patch implements the doorbell mapping support for
vhost-vDPA. This is simply done by using mmap()/munmap() for the
vhost-vDPA fd during device start/stop. For the device without
doorbell support, we fall back to eventfd based notification
gracefully
This patch implements the doorbell mapping support for
vhost-vDPA. This is simply done by using mmap()/munmap() for the
vhost-vDPA fd during device start/stop. For the device without
doorbell support, we fall back to eventfd based notification
gracefully.
Signed-off-by: Jason Wang
---
hw/virtio/