From f41925b4e442a34c93ad120ef1426c974a047ed1 Mon Sep 17 00:00:00 2001 From: Thomas Blume Date: Fri, 18 Jul 2014 09:13:36 -0400 Subject: systemd-detect-virt: detect s390 virtualization A system that is running on a logical partition (LPAR) provided by PR/SM has access to physical hardware (except CPU). It is true that PR/SM abstracts the hardware, but only for sharing purposes. Details are statet at: http://publib.boulder.ibm.com/infocenter/eserver/v1r2/topic/eicaz/eicazzlpar.htm -->-- In other words, PR/SM transforms physical resources into virtual resources so that many logical partitions can share the same physical resources. --<-- Still, from the OS point of view, the shared virtual resource is real hardware. ConditionVirtualization must be set to false if the OS runs directly on PR/SM (e.g. in an LPAR). [zj: reorder code so that variables are not allocated when #if-def is false. Add commit message.] --- man/systemd.unit.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'man/systemd.unit.xml') diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 6447584706..86a8cbb330 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -996,6 +996,7 @@ virtualization solution, or one of qemu, kvm, + zvm, vmware, microsoft, oracle, -- cgit v1.2.3-54-g00ecf