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)
Mon, Aug 10, 4:56 PM
Unknown Object (File)
Sun, Aug 9, 4:15 AM
Unknown Object (File)
Sat, Aug 8, 11:12 PM
Unknown Object (File)
Sat, Aug 8, 6:22 PM
Unknown Object (File)
Sat, Aug 8, 5:24 PM
Unknown Object (File)
Sat, Aug 8, 11:59 AM
Unknown Object (File)
Fri, Aug 7, 7:31 PM
Unknown Object (File)
Thu, Aug 6, 8:50 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.