]> Git Repo - qemu.git/commit - target-i386/kvm.c
kvm: Consolidate must-have capability checks
authorJan Kiszka <[email protected]>
Fri, 21 Jan 2011 20:48:17 +0000 (21:48 +0100)
committerMarcelo Tosatti <[email protected]>
Sun, 23 Jan 2011 04:27:22 +0000 (02:27 -0200)
commit94a8d39afd8ccfdbf578af04c3385fdb5f545af1
tree0271405cd56c03f2a7578169e4682e731d4f80ab
parentcad1e2827b616487e3574300f2eaeea13a355197
kvm: Consolidate must-have capability checks

Instead of splattering the code with #ifdefs and runtime checks for
capabilities we cannot work without anyway, provide central test
infrastructure for verifying their availability both at build and
runtime.

Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
configure
kvm-all.c
kvm.h
target-i386/kvm.c
target-ppc/kvm.c
target-s390x/kvm.c
This page took 0.026505 seconds and 4 git commands to generate.