Home
last modified time | relevance | path

Searched refs:command_line (Results 1 – 25 of 29) sorted by relevance

12

/qemu/tests/qemu-iotests/tests/
H A Dcopy-before-write89 command_line='qemu-io cbw "write 0 1M"')
93 command_line='qemu-io access "read 0 1M"')
152 command_line='qemu-io cbw "write 0 1M"')
156 command_line='qemu-io access "read 0 1M"')
262 command_line='qemu-io cbw "write 0 512K"')
267 command_line='qemu-io cbw "write 512K 512K"')
271 command_line='qemu-io access "read 0 1M"')
H A Dluks-detached-header271 command_line='qemu-io luks-1-format "write -P 40 0 64k"',
277 command_line='qemu-io luks-1-format "read -P 40 0 64k"',
285 command_line=cmd
292 command_line=cmd
300 command_line=cmd
307 command_line=cmd
H A Dreopen-file76 command_line='qemu-io format "write -P 42 0 64k"')
80 command_line='qemu-io format "read -P 42 0 64k"')
H A Dmirror-ready-cancel-error100 command_line='qemu-io mirror-top "write -P 2 0 64k"')
/qemu/tests/qtest/libqos/
H A Dqgraph.c157 g_free(node->command_line); in destroy_node()
272 node->command_line = g_strconcat("-M ", machine, ",", args, NULL); in build_machine_cmd_line()
274 node->command_line = g_strconcat("-M ", machine, " ", NULL); in build_machine_cmd_line()
291 node->command_line = g_strconcat(" -device ", name, NULL); in build_driver_cmd_line()
804 g_free(node->command_line); in qos_delete_cmd_line()
805 node->command_line = NULL; in qos_delete_cmd_line()
846 node->type, node->command_line, in qos_dump_graph()
H A Dqgraph_internal.h60 char *command_line; /* used to start QEMU at test execution */ member
/qemu/tests/functional/
H A Dtest_arm_integratorcp.py75 self.vm.cmd('human-monitor-command', command_line='stop')
77 command_line='screendump %s' % screendump_path)
H A Dtest_ppc64_powernv.py25 def do_test_linux_boot(self, command_line = KERNEL_COMMON_COMMAND_LINE): argument
31 '-append', command_line)
H A Dtest_mips64el_malta.py157 self.vm.cmd('human-monitor-command', command_line='stop')
159 command_line='screendump %s' % screendump_path)
H A Dtest_s390x_ccw_virtio.py164 self.vm.cmd('human-monitor-command', command_line='balloon 96')
167 self.vm.cmd('human-monitor-command', command_line='balloon 128')
H A Dtest_version.py24 command_line='info version')
H A Dtest_m68k_nextcube.py36 command_line='screendump %s' % screenshot_path)
/qemu/tests/qemu-iotests/
H A D24672 command_line="block_resize drive0 70G")
93 command_line="block_resize drive0 50G")
H A D283140 command_line='qemu-io backup-filter "write 0 1M"')
H A D216105 command_line='qemu-io node0 "read 0 64M"'))
H A D31099 command_line='qemu-io node0 "read 0 5M"'))
H A D281277 command_line='qemu-io nbd "write 0 512"')
307 command_line='qemu-io nbd "read 0 128K"')
H A D274100 vm.qmp_log('human-monitor-command', command_line='commit drive0')
/qemu/monitor/
H A Dqmp-cmds.c162 char *qmp_human_monitor_command(const char *command_line, bool has_cpu_index, in qmp_human_monitor_command() argument
179 handle_hmp_command(&hmp, command_line); in qmp_human_monitor_command()
/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c133 if (path->command_line && etype == QEDGE_CONSUMED_BY) { in walk_path()
134 g_string_append(cmd_line, path->command_line); in walk_path()
/qemu/include/hw/misc/
H A Dbcm2835_property.h35 char *command_line; member
/qemu/tests/qtest/
H A Dqos-test.c256 if (path->command_line && etype == QEDGE_CONSUMED_BY) { in walk_path()
257 g_string_append(cmd_line, path->command_line); in walk_path()
H A Dbios-tables-test.c314 GString *command_line = g_string_new(iasl); in load_asl() local
322 g_string_append_printf(command_line, " -p %s ", sdt->asl_file); in load_asl()
329 g_string_append_printf(command_line, "-e %s ", temp->aml_file); in load_asl()
333 g_string_append_printf(command_line, "-d %s", sdt->aml_file); in load_asl()
336 ret = g_spawn_command_line_sync(command_line->str, &out, &out_err, NULL, &error); in load_asl()
348 g_string_free(command_line, true); in load_asl()
/qemu/tests/functional/qemu_test/
H A Dutils.py17 res = vm.cmd('human-monitor-command', command_line='info usernet')
/qemu/hw/misc/
H A Dbcm2835_property.c310 resplen = strlen(s->command_line); in bcm2835_property_mbox_push()
313 MEMTXATTRS_UNSPECIFIED, s->command_line, in bcm2835_property_mbox_push()
556 DEFINE_PROP_STRING("command-line", BCM2835PropertyState, command_line),

12