genode/repos/os
Stefan Kalkowski 132e4fe815 platform_drv(arm): robust re-configuration support
This change of the inner working of the platform driver for ARM allows
clients to have permanent open sessions, as long as a policy node matches
the client. If devices disappear from the policy resp. from the set of
available devices (hotplug), the devices ROM of the session gets updated,
and a corresponding device session gets closed. If the device remains
untouched in the configuration but other devices appeared/disappeared, the
device session is not affected.

Ref #4330
2021-12-17 14:56:46 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: Add support for reading VirtIO responses. 2021-11-29 15:11:53 +01:00
lib sandbox/init: parse config using 'List_model' 2021-04-20 12:03:04 +02:00
recipes depot: update recipe hashes 2021-11-30 12:08:54 +01:00
run cpu_balancer: limit mem increase on config update 2021-11-29 15:11:53 +01:00
src platform_drv(arm): robust re-configuration support 2021-12-17 14:56:46 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.