mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
Spell VMware with a lowercase w
Replace all occurrences of VMWare outside the news.
This commit is contained in:
parent
27fa42b24c
commit
d616544077
@ -1569,7 +1569,7 @@
|
|||||||
<dt><code>vmport</code></dt>
|
<dt><code>vmport</code></dt>
|
||||||
<dd>Depending on the <code>state</code> attribute (values <code>on</code>,
|
<dd>Depending on the <code>state</code> attribute (values <code>on</code>,
|
||||||
<code>off</code>, default <code>on</code>) enable or disable
|
<code>off</code>, default <code>on</code>) enable or disable
|
||||||
the emulation of VMWare IO port, for vmmouse etc.
|
the emulation of VMware IO port, for vmmouse etc.
|
||||||
<span class="since">Since 1.2.16</span>
|
<span class="since">Since 1.2.16</span>
|
||||||
</dd>
|
</dd>
|
||||||
<dt><code>gic</code></dt>
|
<dt><code>gic</code></dt>
|
||||||
|
@ -475,7 +475,7 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Supported by Xen, QEMU, VMWare and VirtualBox drivers
|
Supported by Xen, QEMU, VMware and VirtualBox drivers
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3><a name="scenarionativepeer2peer">Native migration, client to and peer2peer between, two libvirtd servers</a></h3>
|
<h3><a name="scenarionativepeer2peer">Native migration, client to and peer2peer between, two libvirtd servers</a></h3>
|
||||||
|
@ -161,7 +161,7 @@
|
|||||||
<li><code>qcow</code>: QEMU v1 disk image format</li>
|
<li><code>qcow</code>: QEMU v1 disk image format</li>
|
||||||
<li><code>qcow2</code>: QEMU v2 disk image format</li>
|
<li><code>qcow2</code>: QEMU v2 disk image format</li>
|
||||||
<li><code>qed</code>: QEMU Enhanced Disk image format</li>
|
<li><code>qed</code>: QEMU Enhanced Disk image format</li>
|
||||||
<li><code>vmdk</code>: VMWare disk image format</li>
|
<li><code>vmdk</code>: VMware disk image format</li>
|
||||||
<li><code>vpc</code>: VirtualPC disk image format</li>
|
<li><code>vpc</code>: VirtualPC disk image format</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# RHEL doesn't ship OpenVZ, VBox, UML, PowerHypervisor,
|
# RHEL doesn't ship OpenVZ, VBox, UML, PowerHypervisor,
|
||||||
# VMWare, libxenserver (xenapi), libxenlight (Xen 4.1 and newer),
|
# VMware, libxenserver (xenapi), libxenlight (Xen 4.1 and newer),
|
||||||
# or HyperV.
|
# or HyperV.
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%define with_openvz 0
|
%define with_openvz 0
|
||||||
|
@ -105,7 +105,7 @@ VIR_ENUM_IMPL(virErrorDomain, VIR_ERR_DOMAIN_LAST,
|
|||||||
"Audit Utils",
|
"Audit Utils",
|
||||||
"Sysinfo Utils",
|
"Sysinfo Utils",
|
||||||
"I/O Stream Utils",
|
"I/O Stream Utils",
|
||||||
"VMWare Driver",
|
"VMware Driver",
|
||||||
|
|
||||||
"Event Loop", /* 40 */
|
"Event Loop", /* 40 */
|
||||||
"Xen Light Driver",
|
"Xen Light Driver",
|
||||||
|
@ -490,7 +490,7 @@ vmdk4GetBackingStore(char **res,
|
|||||||
*res = NULL;
|
*res = NULL;
|
||||||
/*
|
/*
|
||||||
* Technically this should have been VMDK, since
|
* Technically this should have been VMDK, since
|
||||||
* VMDK spec / VMWare impl only support VMDK backed
|
* VMDK spec / VMware impl only support VMDK backed
|
||||||
* by VMDK. QEMU isn't following this though and
|
* by VMDK. QEMU isn't following this though and
|
||||||
* does probing on VMDK backing files, hence we set
|
* does probing on VMDK backing files, hence we set
|
||||||
* AUTO
|
* AUTO
|
||||||
|
@ -550,7 +550,7 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||||||
vshPrint(ctl, " OpenVZ");
|
vshPrint(ctl, " OpenVZ");
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_VMWARE
|
#ifdef WITH_VMWARE
|
||||||
vshPrint(ctl, " VMWare");
|
vshPrint(ctl, " VMware");
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_PHYP
|
#ifdef WITH_PHYP
|
||||||
vshPrint(ctl, " PHYP");
|
vshPrint(ctl, " PHYP");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user