commit | 442706f9f94d28fe3c9f188ae4ebbd6b40addffe | [log] [tgz] |
---|---|---|
author | Stefano Garzarella <sgarzare@redhat.com> | Mon Mar 15 17:34:44 2021 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon May 03 04:55:53 2021 -0400 |
tree | 27fbf1922674767f6d4f0b63486b9c6c3f85e940 | |
parent | bc433e5e0d42d7892dcefb65686c9f1df126923a [diff] |
vdpa: add get_config_size callback in vdpa_config_ops This new callback is used to get the size of the configuration space of vDPA devices. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Link: https://lore.kernel.org/r/20210315163450.254396-9-sgarzare@redhat.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com>