libxl: libxl_domain_sched_params_set case for ARINC 653 scheduler
authorAndrew Kane <Andrew.Kane@dornerworks.com>
Wed, 25 Jul 2012 16:39:22 +0000 (17:39 +0100)
committerAndrew Kane <Andrew.Kane@dornerworks.com>
Wed, 25 Jul 2012 16:39:22 +0000 (17:39 +0100)
commita154ed502d0a30f980a8bd420bc3ec24ae8abf2f
tree02909ee560cd7fef18e80c715607eabd956cbf0d
parent4147c74e872432b7b41403ea4e9789532953b84d
libxl: libxl_domain_sched_params_set case for ARINC 653 scheduler

Implements sched_arinc653_domain_set to match the existing API. Currently,
there is no domain-specific configuration when using the ARINC 653 scheduler,
so we simply return success.

Signed-off-by: Andrew Kane <Andrew.Kane@dornerworks.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.c