genode/repos/base/include
Norman Feske 1d56c3d3aa base: remove non-critical quota messages
In nested scenarios like driver_manager.run, the initial session quota
for IO_PORT, IO_PORT, and IRQ sessions is expectedly insufficient.
However, the condition is properly handled by re-attemping the request
with a slightly increased quota. Still, core prints a warning each time
the request is denied for quota reasons, which spams the log. This patch
removes the non-critical message.
2017-10-05 17:39:57 +02:00
..
base allocator avl: exception if metadata assign fails 2017-08-28 16:49:36 +02:00
cap_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_session API documentation refinements 2017-05-31 13:16:21 +02:00
cpu_thread Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dataspace Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
deprecated Integrate core's RAM service into the PD service 2017-05-31 13:16:14 +02:00
drivers timer/util: generic TIMER_MIN_TICKS_PER_MS 2017-08-28 16:49:50 +02:00
io_mem_session API documentation refinements 2017-05-31 13:16:21 +02:00
io_port_session API documentation refinements 2017-05-31 13:16:21 +02:00
irq_session API documentation refinements 2017-05-31 13:16:21 +02:00
log_session API documentation refinements 2017-05-31 13:16:21 +02:00
parent API documentation refinements 2017-05-31 13:16:21 +02:00
pd_session base: add support to unconstrain virtual space 2017-08-30 09:59:57 +02:00
ram_session Integrate core's RAM service into the PD service 2017-05-31 13:16:14 +02:00
region_map Streamline exception types 2017-05-31 13:16:07 +02:00
rm_session API documentation refinements 2017-05-31 13:16:21 +02:00
rom_session API documentation refinements 2017-05-31 13:16:21 +02:00
root base: remove non-critical quota messages 2017-10-05 17:39:57 +02:00
session Streamline exception types 2017-05-31 13:16:07 +02:00
spec base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
thread Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
trace_session API documentation refinements 2017-05-31 13:16:21 +02:00
util register_set: do not shift when ITEM_WIDTH is 64 2017-08-28 16:49:50 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.