forked from xen-project/xen
-
Notifications
You must be signed in to change notification settings - Fork 17
Shared coprocessor framework requirements
Artem Mygaiev edited this page Oct 24, 2016
·
8 revisions
TBD
TBD
The framework shall:
- provide a coprocessor resources sharing between different domains
- support a number of coprocessor instances shared between domains in runtime
- support configurable on system startup shareable coprocessors configuration (number of instances, type of instances, scheduling algorithm per coprocessor instance, etc)
- support configurable on domain startup list of coprocessors shared to this particular domain
- support runtime configuration of scheduling algorithm per instance of shared coprocessor
- The framework will provide an interface to integrate different coprocessor support implementation
- The framework will provide an interface to integrate different scheduling algorithms implementation
- (Optional) The coprocessor firmware and drivers should not be changed in order to support the sharing.
- XEN 4.8+
- MMU-enabled SoC with MMU-protected coprocessor(s)