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)
Fri, Sep 4, 11:19 PM
Unknown Object (File)
Fri, Sep 4, 8:59 PM
Unknown Object (File)
Fri, Sep 4, 7:07 PM
Unknown Object (File)
Fri, Sep 4, 7:06 PM
Unknown Object (File)
Fri, Sep 4, 9:36 AM
Unknown Object (File)
Fri, Sep 4, 8:32 AM
Unknown Object (File)
Thu, Sep 3, 4:33 AM
Unknown Object (File)
Wed, Sep 2, 9:34 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.