[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH V2 0/2] vhost-vDPA: vq notification map support
From: |
Jason Wang |
Subject: |
[PATCH V2 0/2] vhost-vDPA: vq notification map support |
Date: |
Wed, 2 Jun 2021 16:41:04 +0800 |
Hi All:
This series tries to implement doorbell mapping support for
vhost-vDPA. Tested with virtio-pci vDPA driver.
Please review.
Changes since V1:
- use dev->vq_index to calculate the virtqueue index
- remove the unused host_notifier_set
Jason Wang (2):
vhost-vdpa: skip ram device from the IOTLB mapping
vhost-vdpa: map virtqueue notification area if possible
hw/virtio/vhost-vdpa.c | 97 ++++++++++++++++++++++++++++++----
include/hw/virtio/vhost-vdpa.h | 6 +++
2 files changed, 93 insertions(+), 10 deletions(-)
--
2.25.1
- [PATCH V2 0/2] vhost-vDPA: vq notification map support,
Jason Wang <=