qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH] softmmu/vl: fix typo for PHASE_MACHINE_INITIALIZED


From: Alex Bennée
Subject: [RFC PATCH] softmmu/vl: fix typo for PHASE_MACHINE_INITIALIZED
Date: Thu, 13 Apr 2023 10:03:10 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]