mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 13:14:26 +00:00
This patch covers the resolution of the ROM route for child binaries via the generic label-rewriting mechanics. Now, the <binary> node has become merely sytactic sugar for a route like the following: <start name="test"/> <route> <service name="ROM" unscoped_label="test"> <parent label="test-binary-name"/> </service> ... </route> ... </start> A change of the binary name has an effect on the child's ROM route to the binary and thereby implicitly triggers a child restart due to the existing re-validation of the routing.