Spdk/lib/vfio_user/host/spdk_vfio_user.map
Changpeng Liu 70b31195ee lib/vfio_user: move client vfio_user library into child directory
vfio_user/host is the PCI abstraction over vfio-user transport, it's
client library. We will add a target library to emulate PCI devices
in next patch, so new lib/vfio_user contains two libraries, one
is for host, the other one is for target.

Change-Id: I9bb40043105525654360691d6db62e4958384e7f
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12314
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Dong Yi <dongx.yi@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2022-05-11 09:33:37 +00:00

12 lines
178 B
Plaintext

{
global:
# public functions from vfio_user_pci.h
spdk_vfio_user_pci_bar_access;
spdk_vfio_user_get_bar_addr;
spdk_vfio_user_setup;
spdk_vfio_user_release;
local: *;
};