Loading monitor.c +6 −6 Original line number Diff line number Diff line Loading @@ -2433,12 +2433,6 @@ int monitor_handle_fd_param(Monitor *mon, const char *fdname) return fd; } /* mon_cmds and info_cmds would be sorted at runtime */ static mon_cmd_t mon_cmds[] = { #include "hmp-commands.h" { NULL, NULL, }, }; /* Please update hmp-commands.hx when adding or changing commands */ static mon_cmd_t info_cmds[] = { { Loading Loading @@ -2752,6 +2746,12 @@ static mon_cmd_t info_cmds[] = { }, }; /* mon_cmds and info_cmds would be sorted at runtime */ static mon_cmd_t mon_cmds[] = { #include "hmp-commands.h" { NULL, NULL, }, }; static const mon_cmd_t qmp_cmds[] = { #include "qmp-commands-old.h" { /* NULL */ }, Loading Loading
monitor.c +6 −6 Original line number Diff line number Diff line Loading @@ -2433,12 +2433,6 @@ int monitor_handle_fd_param(Monitor *mon, const char *fdname) return fd; } /* mon_cmds and info_cmds would be sorted at runtime */ static mon_cmd_t mon_cmds[] = { #include "hmp-commands.h" { NULL, NULL, }, }; /* Please update hmp-commands.hx when adding or changing commands */ static mon_cmd_t info_cmds[] = { { Loading Loading @@ -2752,6 +2746,12 @@ static mon_cmd_t info_cmds[] = { }, }; /* mon_cmds and info_cmds would be sorted at runtime */ static mon_cmd_t mon_cmds[] = { #include "hmp-commands.h" { NULL, NULL, }, }; static const mon_cmd_t qmp_cmds[] = { #include "qmp-commands-old.h" { /* NULL */ }, Loading