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
F114156384: D18550.id51991.diff
Tue, Apr 8, 12:02 PM
Unknown Object (File)
Sun, Mar 23, 4:55 PM
Unknown Object (File)
Sun, Mar 23, 1:37 PM
Unknown Object (File)
Mar 3 2025, 11:14 PM
Unknown Object (File)
Mar 3 2025, 9:43 PM
Unknown Object (File)
Mar 3 2025, 6:29 PM
Unknown Object (File)
Mar 3 2025, 6:18 PM
Unknown Object (File)
Mar 3 2025, 2:09 PM
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.