spelling: happend

Fixes: 44adb5fcc2 "target/riscv: Remove spike as default machine"
Fixes: 4881411136 "migration: Always set DEVICE state"
Fixes: 3345fb3b6d "migration/postcopy: Add latency distribution report for blocktime"
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Michael Tokarev 2026-07-16 09:29:26 +03:00
parent 006a22cb26
commit 1667cf6b7d
3 changed files with 4 additions and 4 deletions

View file

@ -1241,7 +1241,7 @@ RISC-V default machine (removed in 11.1)
''''''''''''''''''''''''''''''''''''''''
RISC-V used to define ``spike`` as the default machine if no machine option
was given via the command line. This happend because ``spike`` was the first
was given via the command line. This happened because ``spike`` was the first
RISC-V machine implemented in QEMU and setting it as default was
convenient at that time. Now we have 7 riscv64 and 6 riscv32 machines
and having ``spike`` as a default is no longer justified.

View file

@ -2806,7 +2806,7 @@ static bool migration_switchover_prepare(MigrationState *s)
bql_lock();
/*
* After BQL released and retaken, the state can be CANCELLING if it
* happend during sem_wait().. Only change the state if it's still
* happened during sem_wait().. Only change the state if it's still
* pre-switchover.
*/
migrate_set_state(&s->state, MIGRATION_STATUS_PRE_SWITCHOVER,

View file

@ -270,8 +270,8 @@
# (Since 10.1)
#
# @postcopy-non-vcpu-latency: average remote page fault latency for
# all faults happend in non-vCPU threads (in ns). It has the same
# definition of @postcopy-latency but this only provides
# all faults happened in non-vCPU threads (in ns). It has the
# same definition of @postcopy-latency but this only provides
# statistics to non-vCPU faults. This is only present when the
# postcopy-blocktime migration capability is enabled.
# (Since 10.1)