]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm: Initial PCI probe emulation
authorPekka Enberg <penberg@cs.helsinki.fi>
Sat, 31 Jul 2010 12:52:43 +0000 (15:52 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Sat, 31 Jul 2010 13:11:18 +0000 (16:11 +0300)
commit090aeecfeed7c330819d74a1b2c1ffe77fe71e4e
treed281c9e8de65bf1e9a90672a2d3528ef571891fe
parent9d1deaab5a088b8b338bbe0f1ba75e78add53d68
kvm: Initial PCI probe emulation

This patch adds simple PCI Configuration Mechanism 1 probing emulation. It
doesn't expose any actual PCI devices yet.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/Makefile
tools/kvm/include/kvm/pci.h [new file with mode: 0644]
tools/kvm/main.c
tools/kvm/pci.c [new file with mode: 0644]