hoitaja: Update cell's CPU affinities every time the habitat's config is changed.

This commit is contained in:
Michael Mueller
2025-06-20 17:28:22 +02:00
parent e0f9540c9c
commit 716c44b8d6

View File

@@ -592,8 +592,9 @@ void Genode::Sandbox::Library::apply_config(Xml_node const &config)
_children.for_each_child([&] (Child &child) { child.apply_downgrade(); }); _children.for_each_child([&] (Child &child) { child.apply_downgrade(); });
_children.for_each_child([&] (Child &child) { child.apply_upgrade(); }); _children.for_each_child([&] (Child &child) { child.apply_upgrade(); });
if (_state_report_outdated) if (_state_report_outdated) _state_reporter.trigger_immediate_report_update();
_state_reporter.trigger_immediate_report_update();
maintain_cells();
} }
void Genode::Sandbox::Library::maintain_cells() void Genode::Sandbox::Library::maintain_cells()