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

Alex Bennée posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230413090310.1197548-1-alex.bennee@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
softmmu/vl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[RFC PATCH] softmmu/vl: fix typo for PHASE_MACHINE_INITIALIZED
Posted by Alex Bennée 1 year ago
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