Similar with NVMe device driver, here `virtio` is a specification abstraction library, `pci` and `vhost_user` are transports layer, here we merge vhost_user.c and virtio_user.c into one new source file `virtio_vhost_user.c` so that to make code more clear. No logic change, just code movement in this commit. Change-Id: I8e3e5c477e7c45e6eeebad240b8cc3c9476b86d1 Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13788 Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> |
||
---|---|---|
.. | ||
Makefile | ||
spdk_virtio.map | ||
virtio_pci.c | ||
virtio_vhost_user.c | ||
virtio.c |