commit | c25a26e653a61b93339dcd1b734c889df60b3eef | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Fri May 29 16:03:00 2020 +0800 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Jun 04 15:36:51 2020 -0400 |
tree | 34ce553accb68a73102bbd08ba1c54d8fa080982 | |
parent | 5ce995f313ce56c0c62425c3ddc37c5c50fc33db [diff] |
vdpa: introduce get_vq_notification method This patch introduces a new method in the vdpa_config_ops which reports the physical address and the size of the doorbell for a specific virtqueue. This will be used by the future patches that maps doorbell to userspace. Signed-off-by: Jason Wang <jasowang@redhat.com> Link: https://lore.kernel.org/r/20200529080303.15449-4-jasowang@redhat.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>