Loading exec.c +1 −0 Original line number Diff line number Diff line Loading @@ -1164,6 +1164,7 @@ static void *file_ram_alloc(RAMBlock *block, error: if (mem_prealloc) { error_report("%s\n", error_get_pretty(*errp)); exit(1); } return NULL; Loading monitor.c +5 −2 Original line number Diff line number Diff line Loading @@ -4747,9 +4747,12 @@ static void monitor_find_completion(void *opaque, return; } #ifdef DEBUG_COMPLETION { int i; for (i = 0; i < nb_args; i++) { monitor_printf(mon, "arg%d = '%s'\n", i, args[i]); } } #endif /* if the line ends with a space, it means we want to complete the Loading Loading
exec.c +1 −0 Original line number Diff line number Diff line Loading @@ -1164,6 +1164,7 @@ static void *file_ram_alloc(RAMBlock *block, error: if (mem_prealloc) { error_report("%s\n", error_get_pretty(*errp)); exit(1); } return NULL; Loading
monitor.c +5 −2 Original line number Diff line number Diff line Loading @@ -4747,9 +4747,12 @@ static void monitor_find_completion(void *opaque, return; } #ifdef DEBUG_COMPLETION { int i; for (i = 0; i < nb_args; i++) { monitor_printf(mon, "arg%d = '%s'\n", i, args[i]); } } #endif /* if the line ends with a space, it means we want to complete the Loading