Searched refs:hmp_cmds (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 142 | 134 hmp_cmds="info block none0 148 hmp_cmds="snapshot_blkdev -n none0 $TEST_IMG.snap $IMGFMT 164 hmp_cmds='qemu-io none0 "reopen -c none" 180 hmp_cmds='qemu-io none0 "reopen -o cache.direct=on" 195 hmp_cmds="snapshot_blkdev -n none0 $TEST_IMG.snap $IMGFMT 216 hmp_cmds="qemu-io none0 \"reopen -o cache.direct=on,cache.no-flush=on\" 275 hmp_cmds="info block image 288 hmp_cmds="snapshot_blkdev -n blk $TEST_IMG.snap $IMGFMT 304 hmp_cmds='qemu-io blk "reopen -c none" 324 hmp_cmds='qemu-io none0 "reopen -o backing.cache.direct=on" [all …]
|
/openbmc/qemu/monitor/ |
H A D | hmp-target.c | 79 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 D | monitor-internal.h | 172 extern HMPCommand hmp_cmds[];
|
H A D | hmp.c | 304 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 D | test-hmp.c | 22 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()
|