mirror of
https://github.com/systemd/systemd.git
synced 2025-03-28 02:50:16 +03:00
man: include zVM in systemd-detect-virt list
This commit is contained in:
parent
a9d9ad1fa7
commit
26d32dc5ee
@ -69,7 +69,7 @@
|
||||
are currently identified:</para>
|
||||
|
||||
<table>
|
||||
<title>Known VM virtualization technologies</title>
|
||||
<title>Known VM virtualization technologies (i.e. full hardware virtualization)</title>
|
||||
<tgroup cols='2' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="id" />
|
||||
<colspec colname="product" />
|
||||
@ -84,11 +84,17 @@
|
||||
<entry><varname>qemu</varname></entry>
|
||||
<entry>QEMU software virtualization</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><varname>kvm</varname></entry>
|
||||
<entry>Linux KVM kernel virtual machine</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><varname>zvm</varname></entry>
|
||||
<entry>s390 z/VM</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><varname>vmware</varname></entry>
|
||||
<entry>VMware Workstation or Server, and related products</entry>
|
||||
@ -106,7 +112,7 @@
|
||||
|
||||
<row>
|
||||
<entry><varname>xen</varname></entry>
|
||||
<entry>Xen hypervisor</entry>
|
||||
<entry>Xen hypervisor (only domU, not dom0)</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
@ -124,7 +130,7 @@
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<title>Known container virtualization technologies</title>
|
||||
<title>Known container virtualization technologies (i.e. shared kernel virtualization)</title>
|
||||
<tgroup cols='2' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="id" />
|
||||
<colspec colname="product" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user