1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-24 02:03:54 +03:00
Thomas Blume f41925b4e4 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.]
2014-07-18 09:20:13 -04:00
..
2014-02-20 22:43:27 -05:00
2014-06-28 00:06:30 -04:00
2014-02-20 22:43:27 -05:00
2014-06-28 00:06:30 -04:00
2014-02-20 22:43:27 -05:00
2014-02-20 22:43:27 -05:00
2014-07-10 22:52:23 -04:00
2014-02-17 19:03:07 -05:00
2013-12-25 22:53:45 -05:00