Home
last modified time | relevance | path

Searched refs:command_line (Results 1 – 25 of 31) 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"')
168 command_line='qemu-io cbw "write 0 512K"')
173 command_line='qemu-io cbw "write 512K 512K"')
177 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/avocado/
H A Dmachine_arm_integratorcp.py84 self.vm.cmd('human-monitor-command', command_line='stop')
86 command_line='screendump %s' % screendump_path)
H A Dppc_powernv.py19 def do_test_linux_boot(self, command_line = KERNEL_COMMON_COMMAND_LINE): argument
29 '-append', command_line)
H A Dmachine_mips_malta.py74 self.vm.cmd('human-monitor-command', command_line='stop')
76 command_line='screendump %s' % screendump_path)
H A Dversion.py24 command_line='info version')
H A Dinfo_usernet.py26 command_line='info usernet')
H A Dmachine_s390_ccw_virtio.py154 self.vm.cmd('human-monitor-command', command_line='balloon 96')
157 self.vm.cmd('human-monitor-command', command_line='balloon 128')
H A Dmachine_m68k_nextcube.py47 command_line='screendump %s' % screenshot_path)
H A Dvirtio_check_params.py55 command_line = 'info qtree')
/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"')
/qemu/monitor/
H A Dqmp-cmds.c164 char *qmp_human_monitor_command(const char *command_line, bool has_cpu_index, in qmp_human_monitor_command() argument
181 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.h33 char *command_line; member
/qemu/tests/qtest/
H A Dqos-test.c252 if (path->command_line && etype == QEDGE_CONSUMED_BY) { in walk_path()
253 g_string_append(cmd_line, path->command_line); in walk_path()
H A Dbios-tables-test.c310 GString *command_line = g_string_new(iasl); in load_asl() local
318 g_string_append_printf(command_line, " -p %s ", sdt->asl_file); in load_asl()
325 g_string_append_printf(command_line, "-e %s ", temp->aml_file); in load_asl()
329 g_string_append_printf(command_line, "-d %s", sdt->aml_file); in load_asl()
332 ret = g_spawn_command_line_sync(command_line->str, &out, &out_err, NULL, &error); in load_asl()
344 g_string_free(command_line, true); in load_asl()
/qemu/hw/misc/
H A Dbcm2835_property.c307 resplen = strlen(s->command_line); in bcm2835_property_mbox_push()
310 MEMTXATTRS_UNSPECIFIED, s->command_line, in bcm2835_property_mbox_push()
460 DEFINE_PROP_STRING("command-line", BCM2835PropertyState, command_line),

12