X-Git-Url: http://git.annexia.org/?p=virt-what.git;a=blobdiff_plain;f=virt-what.pod;h=156406ecc12c952a0be9c3daaa079cbebde499ce;hp=cddc75054e4d39851cf9339e880f30f3b3640dab;hb=5453cf333745418a641374e19fd968519fd7de30;hpb=0e90af4014da8065a4062319921288baf972c6fb diff --git a/virt-what.pod b/virt-what.pod index cddc750..156406e 100644 --- a/virt-what.pod +++ b/virt-what.pod @@ -27,18 +27,19 @@ don't know about or cannot detect. =item B -This is Hyper-V. +This is Microsoft Hyper-V hypervisor. Status: confirmed by RWMJ =item B -This is an IBM SystemZ (or other S/390) mainframe. Additional -facts listed below may also be printed. +This is an IBM SystemZ (or other S/390) hardware partitioning system. +Additional facts listed below may also be printed. =item B -This is Linux running directly on a IBM SystemZ mainframe. +This is Linux running directly on a IBM SystemZ hardware partitioning +system. This is expected to be a highly unusual configuration - if you see this result you should treat it with suspicion. @@ -47,13 +48,15 @@ Status: not confirmed =item B -This is Linux running directly on an LPAR on an IBM SystemZ mainframe. +This is Linux running directly on an LPAR on an IBM SystemZ +hardware partitioning system. Status: not confirmed =item B -This is a z/VM guest running in an LPAR on an IBM SystemZ mainframe. +This is a z/VM guest running in an LPAR on an IBM SystemZ +hardware partitioning system. Status: confirmed by RWMJ using a Fedora guest running in z/VM @@ -65,7 +68,12 @@ Status: contributed by Barış Metin =item B -This is KVM. +This guest is running on the KVM hypervisor using hardware +acceleration. + +Note that if the hypervisor is using software acceleration +you should I see this, but should see the C fact +instead. Status: confirmed by RWMJ. @@ -91,7 +99,7 @@ Status: data supplied by Jeffrey Scheel, not confirmed =item B -This is QEMU using software emulation. +This is QEMU hypervisor using software emulation. Note that for KVM (hardware accelerated) guests you should I see this. @@ -106,7 +114,8 @@ Status: contributed by Laurent Léonard =item B -This is Hitachi Virtualization Manager (HVM) Virtage logical partitioning. +This is Hitachi Virtualization Manager (HVM) Virtage +hardware partitioning system. Status: data supplied by Bhavna Sarathy, not confirmed @@ -124,13 +133,13 @@ Status: not confirmed =item B -The guest appears to be running on VMware. +The guest appears to be running on VMware hypervisor. Status: confirmed by RWMJ =item B -The guest appears to be running on Xen. +The guest appears to be running on Xen hypervisor. Status: confirmed by RWMJ @@ -154,6 +163,22 @@ Status: confirmed by RWMJ =back +=head1 EXIT STATUS + +Programs that use or wrap C should check that the exit +status is 0 before they attempt to parse the output of the command. + +A non-zero exit status indicates some error, for example, an +unrecognized command line argument. If the exit status is non-zero +then the output "facts" (if any were printed) cannot be guaranteed and +should be ignored. + +The exit status does I have anything to do with whether the +program is running on baremetal or under virtualization, nor with +whether C managed detection "correctly" (which is basically +unknowable given the large variety of virtualization systems out there +and that some systems deliberately emulate others). + =head1 IMPORTANT NOTE Most of the time, using this program is the I thing to do.