]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
doc: fix writing of QEMU
authorPhilipp Hahn <hahn@univention.de>
Tue, 7 Mar 2017 17:09:58 +0000 (18:09 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 8 Mar 2017 16:33:07 +0000 (17:33 +0100)
QEMU should be written all upper or all lower case.

docs/formatnwfilter.html.in
docs/storage.html.in
libvirt.spec.in
src/cpu/cpu_s390.c
src/qemu/MIGRATION.txt
src/qemu/THREADS.txt
src/qemu/qemu.conf
src/qemu/qemu_command.c
src/qemu/qemu_domain.h
src/qemu/qemu_monitor.c
src/qemu/qemu_parse_command.c

index 7ea69b556fa847897af0c5b01cc22f2052d10e9f..0d32893cb487e66c1f9718830707225e1bf7c7b4 100644 (file)
@@ -40,7 +40,7 @@
       of all running virtual machines that reference this filter are updated.
       <br/><br/>
       Network filtering support is available <span class="since">since 0.8.1
-      (Qemu, KVM)</span>
+      (QEMU, KVM)</span>
     </p>
 
     <h2><a name="nwfconcepts">Concepts</a></h2>
@@ -2064,7 +2064,7 @@ echo 3 > /proc/sys/net/netfilter/nf_conntrack_icmp_timeout
      traffic you want to allow does pass.
      <br/><br/>
      The network filtering subsystem is currently only available on
-     Linux hosts and only works for Qemu and KVM type of virtual machines.
+     Linux hosts and only works for QEMU and KVM type of virtual machines.
      On Linux
      it builds upon the support for <code>ebtables</code>, <code>iptables
      </code> and <code>ip6tables</code> and makes use of their features.
@@ -2265,7 +2265,7 @@ echo 3 > /proc/sys/net/netfilter/nf_conntrack_icmp_timeout
      to the incoming and outgoing direction. All this is related to the ftp
      data traffic originating from TCP port 20 of the VM. This then leads to
      the following solution
-     <span class="since">(since 0.8.5 (Qemu, KVM, UML))</span>:
+     <span class="since">(since 0.8.5 (QEMU, KVM, UML))</span>:
     </p>
 <pre>
 &lt;filter name='test-eth0'&gt;
index 5ca13010a65bfe0ef9146def46f6e9b655efc6d3..5e18f02c58356eae9881b53185c78851a540e107 100644 (file)
       This storage driver provides a pool which contains all RBD
       images in a RADOS pool.  RBD (RADOS Block Device) is part
       of the Ceph distributed storage project.<br/>
-      This backend <i>only</i> supports Qemu with RBD support. Kernel RBD
+      This backend <i>only</i> supports QEMU with RBD support. Kernel RBD
       which exposes RBD devices as block devices in /dev is <i>not</i>
       supported. RBD images created with this storage backend
       can be accessed through kernel RBD if configured manually, but
       this backend does not provide mapping for these images.<br/>
-      Images created with this backend can be attached to Qemu guests
-      when Qemu is build with RBD support (Since Qemu 0.14.0). The
+      Images created with this backend can be attached to QEMU guests
+      when QEMU is build with RBD support (Since QEMU 0.14.0). The
       backend supports cephx authentication for communication with the
       Ceph cluster. Storing the cephx authentication key is done with
       the libvirt secret mechanism. The UUID in the example pool input
 &lt;/volume&gt;</pre>
 
     <h3>Example disk attachment</h3>
-    <p>RBD images can be attached to Qemu guests when Qemu is built
+    <p>RBD images can be attached to QEMU guests when QEMU is built
     with RBD support. Information about attaching a RBD image to a
     guest can be found
     at <a href="formatdomain.html#elementsDisks">format domain</a>
 &lt;/volume&gt;</pre>
 
     <h3>Example disk attachment</h3>
-    <p>Sheepdog images can be attached to Qemu guests.
+    <p>Sheepdog images can be attached to QEMU guests.
     Information about attaching a Sheepdog image to a
     guest can be found
     at the <a href="formatdomain.html#elementsDisks">format domain</a>
 &lt;/volume&gt;</pre>
 
     <h3>Example disk attachment</h3>
-    <p>Files within a gluster volume can be attached to Qemu guests.
+    <p>Files within a gluster volume can be attached to QEMU guests.
     Information about attaching a Gluster image to a
     guest can be found
     at the <a href="formatdomain.html#elementsDisks">format domain</a>
index 7f3d18f72b71b2625a130525d958d4a0e8304dda..57ac88ef8f6861e556267e5a4732c720c916ccaf 100644 (file)
@@ -732,7 +732,7 @@ parted and more.
 
 %if %{with_qemu}
 %package daemon-driver-qemu
-Summary: Qemu driver plugin for the libvirtd daemon
+Summary: QEMU driver plugin for the libvirtd daemon
 Group: Development/Libraries
 Requires: libvirt-daemon = %{version}-%{release}
 # There really is a hard cross-driver dependency here
index 9503e8e2bfd03f4176605c4b1b9538dca8744f7e..247c03f22ca2994a32abbd0be5874969d3bd9ac5 100644 (file)
@@ -38,7 +38,7 @@ virCPUs390Compare(virCPUDefPtr host ATTRIBUTE_UNUSED,
                   virCPUDefPtr cpu ATTRIBUTE_UNUSED,
                   bool failMessages ATTRIBUTE_UNUSED)
 {
-    /* s390 relies on Qemu to perform all runability checking. Return
+    /* s390 relies on QEMU to perform all runability checking. Return
      * VIR_CPU_COMPARE_IDENTICAL to bypass Libvirt checking.
      */
     return VIR_CPU_COMPARE_IDENTICAL;
index a26a0f3c488b327ccfb03d4858f193e7b8100272..e861fd001e1d5f5a7d867cc360aa2bd43409131f 100644 (file)
@@ -1,7 +1,7 @@
     QEMU Migration Phases
     =====================
 
-Qemu supports only migration protocols 2 and 3 (1 was lacking too many
+QEMU supports only migration protocols 2 and 3 (1 was lacking too many
 steps).  Repeating the protocol sequences from libvirt.c:
 
 Sequence v2:
index 22d590effef7521b8b456264cc9d1219c64655d5..7243161fe315ad0510162d115d4f15723ac13760 100644 (file)
@@ -51,7 +51,7 @@ There are a number of locks on various objects
     Since virDomainObjPtr lock must not be held during sleeps, the job
     conditions provide additional protection for code making updates.
 
-    Qemu driver uses two kinds of job conditions: asynchronous and
+    QEMU driver uses two kinds of job conditions: asynchronous and
     normal.
 
     Asynchronous job condition is used for long running jobs (such as
index 9f990c20dbce4d3ccdc14ef57531996f613f150c..9925ac92d0f8d5ccee1173b5dfbf9b9593b9ccc8 100644 (file)
 #   "/dev/infiniband/uverbs0"
 
 
-# The default format for Qemu/KVM guest save images is raw; that is, the
+# The default format for QEMU/KVM guest save images is raw; that is, the
 # memory from the domain is dumped out directly to a file.  If you have
 # guests with a large amount of memory, however, this can take up quite
 # a bit of space.  If you would like to compress the images while they
 #
 #stdio_handler = "logd"
 
-# Qemu gluster libgfapi log level, debug levels are 0-9, with 9 being the
+# QEMU gluster libgfapi log level, debug levels are 0-9, with 9 being the
 # most verbose, and 0 representing no debugging output.
 #
 # The current logging levels defined in the gluster GFAPI are:
index d51bab8d4aa9a77130b7e71161cf69e7c0a7cb6d..6545a93259531bde83362a278128a9b93f205ff1 100644 (file)
@@ -1299,7 +1299,7 @@ qemuCheckCCWS390AddressSupport(const virDomainDef *def,
 }
 
 
-/* Qemu 1.2 and later have a binary flag -enable-fips that must be
+/* QEMU 1.2 and later have a binary flag -enable-fips that must be
  * used for VNC auth to obey FIPS settings; but the flag only
  * exists on Linux, and with no way to probe for it via QMP.  Our
  * solution: if FIPS mode is required, then unconditionally use
index 72efa3336bee39f81ad88228b5b9fb6fa64c1afc..7fa71739096d72b0e054f9110c2e2dc69b9ec872 100644 (file)
@@ -43,7 +43,7 @@
      VIR_DOMAIN_XML_UPDATE_CPU)
 
 # if ULONG_MAX == 4294967295
-/* Qemu has a 64-bit limit, but we are limited by our historical choice of
+/* QEMU has a 64-bit limit, but we are limited by our historical choice of
  * representing bandwidth in a long instead of a 64-bit int.  */
 #  define QEMU_DOMAIN_MIG_BANDWIDTH_MAX ULONG_MAX
 # else
index c33b0e8473f99ae5f1897ea46bfb53af5df6ebf6..d71f84c8005aadbd9ccc055a709e36c45a1cfe3b 100644 (file)
@@ -953,7 +953,7 @@ qemuMonitorClose(qemuMonitorPtr mon)
             virErrorPtr err = virSaveLastError();
 
             virReportError(VIR_ERR_OPERATION_FAILED, "%s",
-                           _("Qemu monitor was closed"));
+                           _("QEMU monitor was closed"));
             virCopyLastError(&mon->lastError);
             if (err) {
                 virSetError(err);
@@ -3493,7 +3493,7 @@ qemuMonitorVMStatusToPausedReason(const char *status)
         return VIR_DOMAIN_PAUSED_UNKNOWN;
 
     if ((st = qemuMonitorVMStatusTypeFromString(status)) < 0) {
-        VIR_WARN("Qemu reported unknown VM status: '%s'", status);
+        VIR_WARN("QEMU reported unknown VM status: '%s'", status);
         return VIR_DOMAIN_PAUSED_UNKNOWN;
     }
 
@@ -3516,7 +3516,7 @@ qemuMonitorVMStatusToPausedReason(const char *status)
         return VIR_DOMAIN_PAUSED_USER;
 
     case QEMU_MONITOR_VM_STATUS_RUNNING:
-        VIR_WARN("Qemu reports the guest is paused but status is 'running'");
+        VIR_WARN("QEMU reports the guest is paused but status is 'running'");
         return VIR_DOMAIN_PAUSED_UNKNOWN;
 
     case QEMU_MONITOR_VM_STATUS_SAVE_VM:
index 89c76599ae2a08f7e56a4c46849951de52a58698..fc176c1681fdcc6f7c8c80734057fce6ab0fb2b5 100644 (file)
@@ -417,7 +417,7 @@ qemuParseKeywords(const char *str,
 
         endmark = start;
         do {
-            /* Qemu accepts ',,' as an escape for a literal comma;
+            /* QEMU accepts ',,' as an escape for a literal comma;
              * skip past those here while searching for the end of the
              * value, then strip them down below */
             endmark = strchr(endmark, ',');