spelling: happend
Fixes: 44adb5fcc20d "target/riscv: Remove spike as default machine" Fixes: 48814111366b "migration: Always set DEVICE state" Fixes: 3345fb3b6d7f "migration/postcopy: Add latency distribution report for blocktime" Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Michael Tokarev committed
Jul 16, 2026 at 09:29 UTC
1667cf6b7dc393c4887327144944db14c25d4b38
3 files changed
+4
-4
docs/about/removed-features.rst
+1
-1
@@ -1241,7 +1241,7 @@ RISC-V default machine (removed in 11.1)
1241
''''''''''''''''''''''''''''''''''''''''
1242
1243
RISC-V used to define ``spike`` as the default machine if no machine option
1244
-was given via the command line. This happend because ``spike`` was the first
1244
+was given via the command line. This happened because ``spike`` was the first
1245
RISC-V machine implemented in QEMU and setting it as default was
1246
convenient at that time. Now we have 7 riscv64 and 6 riscv32 machines
1247
and having ``spike`` as a default is no longer justified.
migration/migration.c
+1
-1
@@ -2806,7 +2806,7 @@ static bool migration_switchover_prepare(MigrationState *s)
2806
bql_lock();
2807
/*
2808
* After BQL released and retaken, the state can be CANCELLING if it
2809
- * happend during sem_wait().. Only change the state if it's still
2809
+ * happened during sem_wait().. Only change the state if it's still
2810
* pre-switchover.
2811
*/
2812
migrate_set_state(&s->state, MIGRATION_STATUS_PRE_SWITCHOVER,
qapi/migration.json
+2
-2
@@ -270,8 +270,8 @@
270
# (Since 10.1)
271
#
272
# @postcopy-non-vcpu-latency: average remote page fault latency for
273
-# all faults happend in non-vCPU threads (in ns). It has the same
274
-# definition of @postcopy-latency but this only provides
273
+# all faults happened in non-vCPU threads (in ns). It has the
274
+# same definition of @postcopy-latency but this only provides
275
# statistics to non-vCPU faults. This is only present when the
276
# postcopy-blocktime migration capability is enabled.
277
# (Since 10.1)