]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core/configs/tools: Switch PCI configuration format to single BDF value
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 27 Jul 2014 17:38:48 +0000 (19:38 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sun, 3 Aug 2014 17:58:08 +0000 (19:58 +0200)
commit8e8b27b1acccb7abbe8f45fbd4517b94ce35fff3
tree9953fa8df076c5b71af1fc74e0dcabea266ccf2d
parent011644030894f08eb7826420f9e4774aad2146e9
core/configs/tools: Switch PCI configuration format to single BDF value

There is no value in splitting up the PCI device address in the config
format into bus and devfn. Fold them into a single value that can easier
be matched and is also easily be split up again via new helper macros
whenever needed.

This generates some work for locally maintained config file, sorry.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/h700-8G.c
configs/h87i.c
configs/pci-demo.c
configs/qemu-vm.c
hypervisor/arch/x86/vtd.c
hypervisor/include/jailhouse/cell-config.h
hypervisor/include/jailhouse/pci.h
hypervisor/pci.c
tools/jailhouse-config-create
tools/root-cell-config.c.tmpl