]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Enforce DWORD-alignment of MMCONFIG accesses
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 16 Aug 2014 09:01:46 +0000 (11:01 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 22 Aug 2014 12:19:44 +0000 (14:19 +0200)
commit4b2d9090280a6f8771ece54bc8fb4530b6440f09
treec6c8358733c4aff926acdfc7f7154992a374d8c9
parent06e21ef03c1fc2af121439f60bba39890e5bccc0
core: Enforce DWORD-alignment of MMCONFIG accesses

We only support DWORDs, thus the access address has to be DWORD-aligned
to fulfill the PCI standard - and to match our handling logic.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/pci.c