]> xenbits.xensource.com Git - libvirt.git/commitdiff
Spell VMware with a lowercase w
authorJán Tomko <jtomko@redhat.com>
Mon, 15 Feb 2016 14:34:24 +0000 (15:34 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 15 Feb 2016 14:35:48 +0000 (15:35 +0100)
Replace all occurrences of VMWare outside the news.

docs/formatdomain.html.in
docs/migration.html.in
docs/storage.html.in
libvirt.spec.in
src/util/virerror.c
src/util/virstoragefile.c
tools/virsh.c

index b3187bb0a7f946c95d5f2fbc7ac4c11513302a64..e96798f86ae1fc49fd4e695ed996eaacc45c30a7 100644 (file)
       <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>
index 6986cc0193d060b9be395b776104db4b8c779add..8efdd7f54955c41681a014cfea53b945ef4526f2 100644 (file)
     </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>
index 1f0133035628e6cd526ea3b5eefee71017029729..b0efe69d6db75bcd68d798cd3f92f3f4a4b4f2dd 100644 (file)
       <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>
index dd54dfcffa4180384a27d6a5d0a651d200591440..fc2e2cf46da87ae6a7b6cccdcae6492fd6a88946 100644 (file)
 %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
index 3a3ddeff09178125e3d1af6ba889afe15dddde34..e1bcf52e07254006c69ccd02e3ff65d905dab804 100644 (file)
@@ -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",
index 3e79ae139699345ec1114204a2b2433812477f56..49b174588ab871438ea7fe3d0c05e138cac16348 100644 (file)
@@ -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
index b96dbda59cd86a341d5e22bf21d460e630fb3111..eb84dd06de17ce31f19f7abf3c954fd5e7e6f7e0 100644 (file)
@@ -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");