]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Introduce generic PCI config space access functions
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 28 Jul 2014 05:52:03 +0000 (07:52 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sun, 3 Aug 2014 17:58:09 +0000 (19:58 +0200)
commit5193cec5e625af367800e830a340754570052bc5
treed32cc265de85275e92cc9de46f20eb75bd39a99d
parent1187012d7acda26a9a67efc8b02d6e3eb517fb26
core: Introduce generic PCI config space access functions

If available, these functions use MMIO-based access. Otherwise, they
call the arch-specific access functions.

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