]> rtime.felk.cvut.cz Git - jailhouse.git/commit
pci: add list for virtual PCI devices to cell, makes lookup faster
authorHenning Schild <henning.schild@siemens.com>
Mon, 24 Nov 2014 17:54:13 +0000 (18:54 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 26 Nov 2014 18:21:16 +0000 (19:21 +0100)
commitcc41354d7ffe4c1b2fa81942f4e1300c0805d372
tree29016f1e4a6e0b7c93c83352f6437e02e1a5613a
parentf5ac9759049aa20083465030ed7add5fb0f7e8d2
pci: add list for virtual PCI devices to cell, makes lookup faster

Add a list of virtual PCI devices to a cell, that way we do need to go
through all PCI devices when looking for virtual ones. This lookup is on
the mmio path, which should be fast.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/include/asm/cell.h
hypervisor/include/jailhouse/pci.h
hypervisor/pci.c