* [RFC PATCH] softmmu/vl: fix typo for PHASE_MACHINE_INITIALIZED
@ 2023-04-13 9:03 Alex Bennée
0 siblings, 0 replies; only message in thread
From: Alex Bennée @ 2023-04-13 9:03 UTC (permalink / raw)
To: qemu-devel; +Cc: Alex Bennée, Paolo Bonzini
Otherwise people might get confused grepping for
MACHINE_PHASE_INITIALIZED and find nothing refers to it.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
softmmu/vl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/softmmu/vl.c b/softmmu/vl.c
index ea20b23e4c..1b76fbb656 100644
--- a/softmmu/vl.c
+++ b/softmmu/vl.c
@@ -2509,7 +2509,7 @@ static void qemu_init_board(void)
/* process plugin before CPUs are created, but once -smp has been parsed */
qemu_plugin_load_list(&plugin_list, &error_fatal);
- /* From here on we enter MACHINE_PHASE_INITIALIZED. */
+ /* From here on we enter PHASE_MACHINE_INITIALIZED. */
machine_run_board_init(current_machine, mem_path, &error_fatal);
drive_check_orphaned();
--
2.39.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-04-13 9:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-13 9:03 [RFC PATCH] softmmu/vl: fix typo for PHASE_MACHINE_INITIALIZED Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).