Notify the hypervisor that an affinity has been defined for a newly created cell.

This commit is contained in:
Michael Mueller
2025-02-25 10:29:13 +01:00
parent 9135630c00
commit 1ea0f6ad52

View File

@@ -83,6 +83,8 @@ class Ealan::Cell_component : public Genode::Rpc_object<Cell>,
}
_calculate_mask_for_location(&_cip->cores_reserved, affinity.location());
Tukija::cell_ctrl(cell_pd_sel, Tukija::Cell_control::UPDATE_AFFINITY);
Genode::log("Cores for <", label, ">: ", _cip->cores_reserved);
_ep.manage(this);