Home
last modified time | relevance | path

Searched refs:cmd (Results 251 – 275 of 417) sorted by relevance

1...<<11121314151617

/qemu/tests/avocado/
H A Dppc_hv_tests.py72 cmd = "xorriso -osirrox on -indev %s -cpx %s %s" % (iso, path, filename)
73 subprocess.run(cmd.split(),
H A Dversion.py23 res = self.vm.cmd('human-monitor-command',
H A Dpc_cpu_hotplug_props.py35 self.assertEqual(len(self.vm.cmd('query-cpus-fast')), 2)
H A Dboot_linux_console.py1261 cmd = 'setenv bootargs root=ld0a'
1262 exec_command_and_wait_for_pattern(self, cmd, '=>')
1263 cmd = 'setenv kernel netbsd-GENERIC.ub'
1264 exec_command_and_wait_for_pattern(self, cmd, '=>')
1265 cmd = 'setenv fdtfile dtb/sun8i-h3-orangepi-pc.dtb'
1266 exec_command_and_wait_for_pattern(self, cmd, '=>')
1267 cmd = ("setenv bootcmd 'fatload mmc 0:1 ${kernel_addr_r} ${kernel}; "
1271 exec_command_and_wait_for_pattern(self, cmd, '=>')
H A Dinfo_usernet.py25 res = self.vm.cmd('human-monitor-command',
H A Dhotplug_cpu.py32 self.vm.cmd('device_add',
/qemu/tests/qapi-schema/
H A Dargs-if-unboxed.json5 { 'command': 'test-if-cmd',
H A Dargs-if-implicit.err1 args-if-implicit.json: In command 'test-if-cmd':
H A Dargs-if-unboxed.err1 args-if-unboxed.json: In command 'test-if-cmd':
/qemu/contrib/vhost-user-gpu/
H A Dvirgl.h22 void vg_virgl_process_cmd(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd);
/qemu/semihosting/
H A Dstubs-system.c59 void semihosting_arg_fallback(const char *file, const char *cmd) in semihosting_arg_fallback() argument
/qemu/target/i386/
H A Dsev.c165 sev_ioctl(int fd, int cmd, void *data, int *error) in sev_ioctl() argument
172 input.id = cmd; in sev_ioctl()
186 sev_platform_ioctl(int fd, int cmd, void *data, int *error) in sev_platform_ioctl() argument
191 arg.cmd = cmd; in sev_platform_ioctl()
891 int ret, fw_error, cmd; in sev_kvm_init() local
970 cmd = sev_es_enabled() ? KVM_SEV_ES_INIT : KVM_SEV_INIT; in sev_kvm_init()
972 ret = sev_ioctl(sev->sev_fd, cmd, NULL, &fw_error); in sev_kvm_init()
/qemu/
H A Dqemu-io-cmds.c73 char *cmd = argv[0]; in command() local
83 argc-1, cmd, ct->argmin); in command()
87 argc-1, cmd, ct->argmin); in command()
91 argc-1, cmd, ct->argmin, ct->argmax); in command()
132 static const cmdinfo_t *find_command(const char *cmd) in find_command() argument
137 if (strcmp(ct->name, cmd) == 0 || in find_command()
138 (ct->altname && strcmp(ct->altname, cmd) == 0)) in find_command()
2650 printf("%s ", cmd); in help_oneline()
2660 help_oneline(cmd, ct); in help_onecmd()
2710 int qemuio_command(BlockBackend *blk, const char *cmd) in qemuio_command() argument
[all …]
/qemu/scripts/
H A Ddevice-crash-test272 types = vm.cmd('qom-list-types', **kwargs)
279 devhelp = vm.cmd('human-monitor-command', **args)
307 self.machines = list(m['name'] for m in vm.cmd('query-machines'))
309 self.kvm_available = vm.cmd('query-kvm')['enabled']
/qemu/hw/intc/
H A Darm_gicv3_its.c527 irqlevel = (cmd == CLEAR || cmd == DISCARD) ? 0 : 1; in do_process_its_cmd()
547 if (cmdres == CMD_CONTINUE_OK && cmd == DISCARD) { in do_process_its_cmd()
557 ItsCmdType cmd) in process_its_cmd() argument
563 switch (cmd) { in process_its_cmd()
576 return do_process_its_cmd(s, devid, eventid, cmd); in process_its_cmd()
1252 uint8_t cmd; in process_cmdq() local
1303 cmd = cmdpkt[0] & CMD_MASK; in process_cmdq()
1305 trace_gicv3_its_process_command(rd_offset, cmd); in process_cmdq()
1307 switch (cmd) { in process_cmdq()
1391 trace_gicv3_its_cmd_unknown(cmd); in process_cmdq()
[all …]
/qemu/hw/virtio/
H A Dvdpa-dev.c39 vhost_vdpa_device_get_u32(int fd, unsigned long int cmd, Error **errp) in vhost_vdpa_device_get_u32() argument
43 if (ioctl(fd, cmd, &val) < 0) { in vhost_vdpa_device_get_u32()
45 cmd, strerror(errno)); in vhost_vdpa_device_get_u32()
/qemu/net/
H A Dvhost-vdpa.c705 uint8_t cmd, const struct iovec *data_sg, in vhost_vdpa_net_load_cmd() argument
710 .cmd = cmd, in vhost_vdpa_net_load_cmd()
720 trace_vhost_vdpa_net_load_cmd(s, class, cmd, data_num, data_size); in vhost_vdpa_net_load_cmd()
752 trace_vhost_vdpa_net_load_cmd_retval(s, class, cmd, r); in vhost_vdpa_net_load_cmd()
1025 uint8_t cmd, in vhost_vdpa_net_load_rx_mode() argument
1035 VIRTIO_NET_CTRL_RX, cmd, &data, 1); in vhost_vdpa_net_load_rx_mode()
1386 hdr_ptr->cmd = VIRTIO_NET_CTRL_RX_PROMISC; in vhost_vdpa_net_excessive_mac_filter_cvq_add()
1428 hdr_ptr->cmd = VIRTIO_NET_CTRL_MAC_TABLE_SET; in vhost_vdpa_net_excessive_mac_filter_cvq_add()
1502 ctrl->cmd == VIRTIO_NET_CTRL_MAC_TABLE_SET && in vhost_vdpa_net_handle_ctrl_avail()
/qemu/include/semihosting/
H A Dsemihost.h66 void semihosting_arg_fallback(const char *file, const char *cmd);
/qemu/include/hw/sd/
H A Dbcm2835_sdhost.h31 uint32_t cmd; member
/qemu/qga/
H A Dcommands.c63 static void qmp_command_info(const QmpCommand *cmd, void *opaque) in qmp_command_info() argument
69 cmd_info->name = g_strdup(qmp_command_name(cmd)); in qmp_command_info()
70 cmd_info->enabled = qmp_command_is_enabled(cmd); in qmp_command_info()
71 cmd_info->success_response = qmp_has_success_response(cmd); in qmp_command_info()
/qemu/tests/qtest/
H A Dide-test.c203 static int send_dma_request(QTestState *qts, int cmd, uint64_t sector, in send_dma_request() argument
218 flags = cmd & ~0xff; in send_dma_request()
219 cmd &= 0xff; in send_dma_request()
221 switch (cmd) { in send_dma_request()
255 if (cmd == CMD_PACKET) { in send_dma_request()
259 if (cmd == CMD_DSM) { in send_dma_request()
269 qpci_io_writeb(dev, ide_bar, reg_command, cmd); in send_dma_request()
/qemu/tests/qemu-iotests/
H A D29962 iotests.log(p.cmd('read 0 512').rstrip(), filters=[iotests.filter_qemu_io])
H A D15373 while read cmd; do
74 echo $cmd
H A D26757 while read cmd; do
58 echo $cmd
/qemu/target/i386/hvf/
H A Dx86_decode.h212 const char *decode_cmd_to_string(enum x86_decode_cmd cmd);
276 enum x86_decode_cmd cmd; member

1...<<11121314151617