Skip to content

Commit

Permalink
support virtio dmabuf on acrn platform
Browse files Browse the repository at this point in the history
support virtio dmabuf on acrn platform, add query ioctl, refine buf management,
add misc device to process import, query ioctl in backend.

Tracked-On: OAM-129105
Signed-off-by: Xue, Bosheng <[email protected]>
  • Loading branch information
bosheng1 committed Jan 12, 2025
1 parent e968281 commit b77ddee
Show file tree
Hide file tree
Showing 9 changed files with 1,456 additions and 674 deletions.
4 changes: 2 additions & 2 deletions drivers/vhost/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ config VHOST_CROSS_ENDIAN_LEGACY
If unsure, say "N".

config VHOST_VDMABUF
bool "Vhost backend for the Vdmabuf driver"
depends on KVM && EVENTFD
tristate "Vhost backend for the Vdmabuf driver"
depends on ACRN_GUEST && EVENTFD
select VHOST
default n
help
Expand Down
Loading

0 comments on commit b77ddee

Please sign in to comment.