Add runningOnQEMU() and runningOnXen() for runtime platform detection.
commit02313b205b0a461579c2799e31dc3f898c0b63ae
authorKevin O'Connor <kevin@koconnor.net>
Fri, 8 Feb 2013 03:42:25 +0000 (7 22:42 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 11 Feb 2013 03:20:35 +0000 (10 22:20 -0500)
tree853dede226030774cda64bc67c9a826a6e5c9795
parentb5c7da68667c782bb5049a68a36995cde4c70aaf
Add runningOnQEMU() and runningOnXen() for runtime platform detection.

Introduce standard for performing and inspecting the run-time
detection of para-virtualized environments.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/Kconfig
src/misc.c
src/paravirt.c
src/paravirt.h
src/xen.c