Home
last modified time | relevance | path

Searched refs:hmp_cmds (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D14296 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.direct=on | grep -e "Cache" -e "[Cc]annot…
98 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.direct=on | grep -e "Cache" -e "[Cc]…
100 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.direct=on | grep -e "Cache" -e "[…
102 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.direct=on | grep -e "Cache" …
108 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.writeback=off | grep -e "Cache" -e "[Cc]a…
110 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.writeback=off | grep -e "doesn't" -e…
112 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.writeback=off | grep -e "doesn't"…
114 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.writeback=off | grep -e "doe…
119 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.no-flush=on | grep -e "Cache" -e "[Cc]ann…
121 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.no-flush=on | grep -e "Cache" -e "[C…
[all …]
/openbmc/qemu/monitor/
H A Dhmp-target.c79 HMPCommand hmp_cmds[] = { variable
140 qsort(hmp_cmds, ARRAY_SIZE(hmp_cmds) - 1, in sortcmdlist()
141 sizeof(*hmp_cmds), in sortcmdlist()
151 HMPCommand *table = info ? hmp_info_cmds : hmp_cmds; in monitor_register_hmp()
H A Dmonitor-internal.h172 extern HMPCommand hmp_cmds[];
H A Dhmp.c304 help_cmd_dump(mon, hmp_cmds, args, nb_args, 0); in hmp_help_cmd()
1133 cmd = monitor_parse_command(mon, cmdline, &cmdline, hmp_cmds); in handle_hmp_command()
1377 monitor_find_completion_by_table(mon, hmp_cmds, args, nb_args); in monitor_find_completion()
/openbmc/qemu/tests/qtest/
H A Dtest-hmp.c22 static const char *hmp_cmds[] = { variable
81 for (i = 0; hmp_cmds[i] != NULL; i++) { in test_commands()
82 response = qtest_hmp(qts, "%s", hmp_cmds[i]); in test_commands()
87 hmp_cmds[i], response); in test_commands()