ebea4dd660
It can divide to two parts: 1, UIO driver - sigbus error handling and uevent process. 2, VFIO - request notify handling. sigbus error process is in previous patch. Change-Id: Idc09754b83ae9ddcaea1f2afcbc13e528ead9863 Signed-off-by: Jin Yu <jin.yu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5768 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
35 lines
749 B
Plaintext
35 lines
749 B
Plaintext
{
|
|
global:
|
|
|
|
# internal functions in spdk_internal/virtio.h
|
|
virtio_recv_pkts;
|
|
virtqueue_req_start;
|
|
virtqueue_req_flush;
|
|
virtqueue_req_abort;
|
|
virtqueue_req_add_iovs;
|
|
virtio_dev_construct;
|
|
virtio_dev_reset;
|
|
virtio_dev_start;
|
|
virtio_dev_stop;
|
|
virtio_dev_destruct;
|
|
virtio_dev_acquire_queue;
|
|
virtio_dev_find_and_acquire_queue;
|
|
virtio_dev_queue_get_thread;
|
|
virtio_dev_queue_is_acquired;
|
|
virtio_dev_release_queue;
|
|
virtio_dev_get_status;
|
|
virtio_dev_set_status;
|
|
virtio_dev_write_dev_config;
|
|
virtio_dev_read_dev_config;
|
|
virtio_dev_backend_ops;
|
|
virtio_dev_has_feature;
|
|
virtio_dev_dump_json_info;
|
|
virtio_pci_dev_enumerate;
|
|
virtio_pci_dev_attach;
|
|
virtio_user_dev_init;
|
|
virtio_pci_dev_init;
|
|
virtio_pci_dev_event_process;
|
|
|
|
local: *;
|
|
};
|