Page MenuHomeFreeBSD

Implemented the Xen-specific bus_dma(9) grant table handlers
Needs ReviewPublic

Authored by pratyush on Dec 14 2018, 1:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 13, 10:27 AM
Unknown Object (File)
Sat, Jun 13, 3:51 AM
Unknown Object (File)
Fri, Jun 12, 11:55 PM
Unknown Object (File)
Apr 30 2026, 1:12 AM
Unknown Object (File)
Apr 26 2026, 10:50 PM
Unknown Object (File)
Apr 20 2026, 10:18 PM
Unknown Object (File)
Apr 14 2026, 2:12 AM
Unknown Object (File)
Apr 10 2026, 8:55 AM
Subscribers

Details

Reviewers
royger
Summary

These grant table handlers are a transparent replacement of the generic busdma handlers for Xen drivers. This allows for a more transparent integration with the rest of the OS.

busdma_xen.c: The xen-specific busdma implementation resides in this
file.

files.amd64: Added an entry for busdma_xen.c

files.i386: Added an entry for busdma_xen.c

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Removed an unnecessary return statement at the end of xen_gnttab_free_callback(), which has the return type void.