On Tue, Jun 27, 2017 at 12:10:11PM +0800, Peter Xu wrote: > Introduce this new field for the accelerator classes so that each > specific accelerator in the future can register its own global > properties to be used further by the system. It works just like how the > old machine compatible properties do, but only tailored for > accelerators. > > Introduce register_compat_props_array() for it. Export it so that it may > be used in other codes as well in the future. > > Suggested-by: Eduardo Habkost <ehabk...@redhat.com> > Signed-off-by: Peter Xu <pet...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo