mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 12:05: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>
|
||||
<dd>Depending on the <code>state</code> attribute (values <code>on</code>,
|
||||
<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>
|
||||
</dd>
|
||||
<dt><code>gic</code></dt>
|
||||
|
@ -475,7 +475,7 @@
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
Supported by Xen, QEMU, VMWare and VirtualBox drivers
|
||||
Supported by Xen, QEMU, VMware and VirtualBox drivers
|
||||
</p>
|
||||
|
||||
<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>qcow2</code>: QEMU v2 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>
|
||||
</ul>
|
||||
<p>
|
||||
|
@ -190,7 +190,7 @@
|
||||
%endif
|
||||
|
||||
# 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.
|
||||
%if 0%{?rhel}
|
||||
%define with_openvz 0
|
||||
|
@ -105,7 +105,7 @@ VIR_ENUM_IMPL(virErrorDomain, VIR_ERR_DOMAIN_LAST,
|
||||
"Audit Utils",
|
||||
"Sysinfo Utils",
|
||||
"I/O Stream Utils",
|
||||
"VMWare Driver",
|
||||
"VMware Driver",
|
||||
|
||||
"Event Loop", /* 40 */
|
||||
"Xen Light Driver",
|
||||
|
@ -490,7 +490,7 @@ vmdk4GetBackingStore(char **res,
|
||||
*res = NULL;
|
||||
/*
|
||||
* 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
|
||||
* does probing on VMDK backing files, hence we set
|
||||
* AUTO
|
||||
|
@ -550,7 +550,7 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
||||
vshPrint(ctl, " OpenVZ");
|
||||
#endif
|
||||
#ifdef WITH_VMWARE
|
||||
vshPrint(ctl, " VMWare");
|
||||
vshPrint(ctl, " VMware");
|
||||
#endif
|
||||
#ifdef WITH_PHYP
|
||||
vshPrint(ctl, " PHYP");
|
||||
|
Loading…
x
Reference in New Issue
Block a user