hw: fix capability accounting of kernel/core

The recently implemented capability resource trading scheme unfortunately
broke the automated capability memory upgrade mechanism needed by base-hw
kernel/core. This commit splits the capability memory upgrade mechanism
from the PD session ram_quota upgrade, and moves that functionality
into a separate Pd_session::Native_pd interface.

Ref #2398
This commit is contained in:
Stefan Kalkowski
2017-06-13 14:54:08 +02:00
committed by Christian Helmuth
parent 6f8dc9054a
commit a004462096
24 changed files with 233 additions and 110 deletions

View File

@ -14,7 +14,6 @@ SRC_CC = main.cc \
cpu_session_component.cc \
cpu_session_support.cc \
cpu_thread_component.cc \
pd_upgrade_ram_quota.cc \
pd_assign_pci.cc \
dataspace_component.cc \
native_pd_component.cc \