]> rtime.felk.cvut.cz Git - jailhouse.git/commit
configs: Add cache region to x86 demo cells
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 11 Aug 2015 07:20:41 +0000 (09:20 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Tue, 12 Jan 2016 08:13:02 +0000 (09:13 +0100)
commit9633953b21e2f67f8a9553f8a79c43b2bfdc3532
treedcdd68b739dd21c38515c981e26737c06c7cb005
parent3f04eb1753bbbc959f6843e723ac1f7d901aea13
configs: Add cache region to x86 demo cells

Assuming we have more than 4 units of L3 cache on systems that support
L3 partitioning, assign the first 2 units (e.g. 2 MB on a Xeon D 1540)
to apic-demo, the 3rd to tiny-demo. Also the non-root Linux config gets
the first 2 units (it cannot run in parallel to the other demos). All
this is for testing the management logic and will later be used to
benchmark the partitioning.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/apic-demo.c
configs/linux-x86-demo.c
configs/tiny-demo.c