genode/repos/os/lib/mk
Norman Feske b661459aca sandbox/init: parse config using 'List_model'
This commit replaces the hand-crafted config processing by the use of
the 'List_model' utility. This has the following advantages:

- The parsing follows a common formalism that makes the code
  easier to maintain and to understand. Several parts of the code
  had to be changed (for the better) to make it fit the list model
  approach. E.g., the child states have become more expressive
  and logical.

- In the common case, the XML data is traversed only once, which
  increases the parsing speed in dynamic scenarios.

- The code becomes easier to optimize. In particular, the patch skips
  the re-evaluation of the session routing if no service is affected
  by the config change.

The patch also revisits the init test by removing overly long sleep
phases and extending a few sleep phases that were too short when
executing the test on Qemu.

Issue #4068
2021-04-20 12:03:04 +02:00
..
spec os: increase throughput of blit for ARM 64-bit 2020-02-04 16:01:35 +01:00
blit.mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
net.mk net: get rid of unused mac_from_string method 2018-05-30 13:36:36 +02:00
nic_driver.mk nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
sandbox.mk sandbox/init: parse config using 'List_model' 2021-04-20 12:03:04 +02:00
vfs.mk Convert static VFS library to dynamic library 2018-05-30 12:26:19 +02:00