]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix spelling
authorTim Wiederhake <twiederh@redhat.com>
Fri, 11 Nov 2022 15:48:48 +0000 (16:48 +0100)
committerTim Wiederhake <twiederh@redhat.com>
Fri, 11 Nov 2022 15:48:48 +0000 (16:48 +0100)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
NEWS.rst
src/qemu/qemu.conf.in
src/qemu/qemu_monitor.c

index e584bc1fed1cbe8fe02c097924aa95f393065370..2ce8ef4b6a09f73d575ec4b550bd84cce64892f4 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -218,7 +218,7 @@ v8.5.0 (2022-07-01)
   * qemu: Add support for zero-copy migration
 
     With QEMU 7.1.0, libvirt can enable zerocopy for parallel migration. This
-    is implmented by adding a new ``VIR_MIGRATE_ZEROCOPY`` flag(``virsh migrate
+    is implemented by adding a new ``VIR_MIGRATE_ZEROCOPY`` flag(``virsh migrate
     --zerocopy``).
 
   * Introduce thread_pool_min and thread_pool_max attributes to IOThread
index 623da72d60976b80d5b4b807f5975025cb638d9e..3895d425147438f65aed505a61edbee7127dbbd7 100644 (file)
 # "vcpus"    - only QEMU vCPU threads are placed into a separate scheduling group,
 #              emulator threads and helper processes remain outside of the group
 # "emulator" - only QEMU and its threads (emulator + vCPUs) are placed into
-#              separate scheduling group, helper proccesses remain outside of
+#              separate scheduling group, helper processes remain outside of
 #              the group
 # "full"    -  both QEMU and its helper processes are placed into separate
 #              scheduling group
index 8ada16154c91f68c05ca752553e607b937860c24..80f262cec7703ac4abed7a005e968758b385c8bb 100644 (file)
@@ -4346,7 +4346,7 @@ qemuMonitorQueryStatsProviderNew(qemuMonitorQueryStatsProviderType provider_type
 
     /*
      * This can be lowered later in case of the enum getting quite large, hence
-     *  the virBitmapSetExpand below which also incidently makes this function
+     *  the virBitmapSetExpand below which also incidentally makes this function
      *  non-fallible.
      */
     provider->names = virBitmapNew(QEMU_MONITOR_QUERY_STATS_NAME_LAST);