seL4_projects_libs
seL4_projects_libs copied to clipboard
libsel4vm: add vgic_dist_set_ctlr()
It seems that adding GICv3 support will be easier if we have a function vgic_dist_set_ctlr()
that takes care about the details. This function can be implemented differently for GICv2 and GICv3 then and we can keep GICv3 details private.