]> rtime.felk.cvut.cz Git - jailhouse.git/commit
configs/tools: Exclude MSI-X table from memory regions
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 16 Aug 2014 07:00:18 +0000 (09:00 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Tue, 26 Aug 2014 17:56:49 +0000 (19:56 +0200)
commit84a88b04bab7ab27aa6b18a80c78bb12498d99b6
tree0a97cd14824a1d62114c78a1444aac02e284dc00
parentf9e3227011fd3745397c949a3d6b334f55bbbb52
configs/tools: Exclude MSI-X table from memory regions

We need to virtualize the access to the MSI-X table, thus we have to
prevent that the cells access them directly. As the table may be
embedded into a larger BAR, specifically followed by the PBA, split up
the BAR region as required.

Update the QEMU config accordingly - currently the only config with
MSI-X devices.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/qemu-vm.c
tools/jailhouse-config-create
tools/root-cell-config.c.tmpl