| /qemu/contrib/vhost-user-gpu/ |
| A D | virgl.c | 39 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_create() 51 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_destroy() 62 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_2d() 85 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_3d() 108 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_unref() 132 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset_info() 171 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset() 197 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_submit_3d() 354 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_set_scanout() 431 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_flush() [all …]
|
| A D | vhost-user-gpu.c | 56 vg_cmd_to_string(int cmd) in vg_cmd_to_string() 58 #define CMD(cmd) [cmd] = #cmd in vg_cmd_to_string() argument 232 struct virtio_gpu_ctrl_command *cmd, in vg_ctrl_response() 256 struct virtio_gpu_ctrl_command *cmd, in vg_ctrl_response_nodata() 330 vg_get_edid(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd) in vg_get_edid() 355 struct virtio_gpu_ctrl_command *cmd) in vg_resource_create_2d() 460 struct virtio_gpu_ctrl_command *cmd) in vg_resource_unref() 481 struct virtio_gpu_ctrl_command *cmd, in vg_create_mapping_iov() 654 struct virtio_gpu_ctrl_command *cmd) in vg_set_scanout() 752 struct virtio_gpu_ctrl_command *cmd) in vg_resource_flush() [all …]
|
| /qemu/tests/qtest/libqos/ |
| A D | ahci.c | 37 uint8_t cmd; /* Command Code */ member 606 AHCICommandHeader cmd; in ahci_destroy_command() local 689 AHCICommand *cmd; in ahci_exec() local 755 AHCICommand *cmd; in ahci_guest_io_halt() local 781 AHCICommand *cmd; in ahci_guest_io() local 837 static void command_header_init(AHCICommand *cmd) in command_header_init() 856 static void command_table_init(AHCICommand *cmd) in command_table_init() 889 void ahci_command_enable_atapi_dma(AHCICommand *cmd) in ahci_command_enable_atapi_dma() 904 AHCICommand *cmd; in ahci_command_create() local 1018 void ahci_command_free(AHCICommand *cmd) in ahci_command_free() [all …]
|
| /qemu/qapi/ |
| A D | qmp-registry.c | 22 QmpCommand *cmd = g_malloc0(sizeof(*cmd)); in qmp_register_command() local 37 QmpCommand *cmd; in qmp_find_command() local 50 QmpCommand *cmd; in qmp_toggle_command() local 72 bool qmp_command_is_enabled(const QmpCommand *cmd) in qmp_command_is_enabled() 77 const char *qmp_command_name(const QmpCommand *cmd) in qmp_command_name() 82 bool qmp_has_success_response(const QmpCommand *cmd) in qmp_has_success_response() 90 const QmpCommand *cmd; in qmp_for_each_command() local
|
| /qemu/hw/display/ |
| A D | virtio-gpu-virgl.c | 193 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_create_resource_2d() 289 struct virtio_gpu_ctrl_command *cmd, in virgl_cmd_resource_unref() 332 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_create() 361 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_context_destroy() 382 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_resource_flush() 400 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_set_scanout() 456 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_submit_3d() 530 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_transfer_from_host_3d() 617 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset_info() 638 struct virtio_gpu_ctrl_command *cmd) in virgl_cmd_get_capset() [all …]
|
| A D | virtio-gpu-rutabaga.c | 75 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_create_resource_2d() 113 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_create_resource_3d() 177 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_resource_unref() 203 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_context_create() 221 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_context_destroy() 341 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_submit_3d() 369 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_transfer_to_host_2d() 394 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_transfer_to_host_3d() 646 struct virtio_gpu_ctrl_command *cmd) in rutabaga_cmd_resource_map_blob() 865 struct virtio_gpu_ctrl_command *cmd, *tmp; in virtio_gpu_rutabaga_aio_cb() local [all …]
|
| A D | virtio-gpu.c | 161 struct virtio_gpu_ctrl_command *cmd, in virtio_gpu_ctrl_response() 185 struct virtio_gpu_ctrl_command *cmd, in virtio_gpu_ctrl_response_nodata() 196 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_get_display_info() 209 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_get_edid() 684 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_set_scanout() 801 struct virtio_gpu_ctrl_command *cmd, in virtio_gpu_create_mapping_iov() 909 struct virtio_gpu_ctrl_command *cmd) in virtio_gpu_resource_attach_backing() 1033 struct virtio_gpu_ctrl_command *cmd; in virtio_gpu_process_cmdq() local 1079 struct virtio_gpu_ctrl_command *cmd, *tmp; in virtio_gpu_process_fenceq() local 1104 struct virtio_gpu_ctrl_command *cmd; in virtio_gpu_handle_ctrl() local [all …]
|
| /qemu/hw/scsi/ |
| A D | megasas.c | 220 static bool megasas_frame_is_sgl64(MegasasCmd *cmd) in megasas_frame_is_sgl64() 367 static void megasas_copy_sense(MegasasCmd *cmd) in megasas_copy_sense() 451 MegasasCmd *cmd = NULL; in megasas_lookup_frame() local 490 MegasasCmd *cmd = NULL; in megasas_enqueue_frame() local 613 MegasasCmd *cmd; in megasas_reset_frames() local 1839 MegasasCmd *cmd = req->hba_private; in megasas_get_sg_list() local 1850 MegasasCmd *cmd = req->hba_private; in megasas_xfer_complete() local 1884 MegasasCmd *cmd = req->hba_private; in megasas_command_complete() local 1919 MegasasCmd *cmd = req->hba_private; in megasas_command_cancelled() local 1968 MegasasCmd *cmd; in megasas_handle_frame() local [all …]
|
| A D | scsi-generic.c | 433 static void scsi_generic_command_dump(uint8_t *cmd, int len) in scsi_generic_command_dump() 453 static int32_t scsi_send_command(SCSIRequest *req, uint8_t *cmd) in scsi_send_command() 527 int scsi_SG_IO_FROM_DEV(BlockBackend *blk, uint8_t *cmd, uint8_t cmd_size, in scsi_SG_IO_FROM_DEV() 564 uint8_t cmd[6]; in scsi_generic_set_vpd_bl_emulation() local 600 uint8_t cmd[6]; in scsi_generic_read_device_identification() local 655 uint8_t cmd[6]; in get_stream_blocksize() local 783 static int scsi_generic_parse_cdb(SCSIDevice *dev, SCSICommand *cmd, in scsi_generic_parse_cdb()
|
| /qemu/tests/qemu-iotests/ |
| A D | 155 | 219 cmd = 'drive-mirror' variable in TestDriveMirrorAbsolutePaths 223 cmd = 'drive-mirror' variable in TestDriveMirrorExistingNoBacking 228 cmd = 'drive-mirror' variable in TestDriveMirrorExistingBacking 233 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorNoBacking 238 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorBacking 243 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorForcedBacking 251 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorReopen 272 cmd = 'blockdev-mirror' variable in TestBlockdevMirrorSnapshot
|
| A D | 055 | 68 def do_test_cancel(self, cmd, target): argument 83 def do_test_pause(self, cmd, target, image): argument 175 def do_test_device_not_found(self, cmd, **args): argument 213 def do_test_set_speed(self, cmd, target): argument 252 def do_test_set_speed_invalid(self, cmd, target): argument 297 def do_test_cancel(self, cmd, target): argument 318 def do_test_pause(self, cmd, target, image): argument 357 def do_test_medium_not_found(self, cmd, target): argument 503 def do_test_compress_complete(self, cmd, attach_target, **args): argument 527 def do_test_compress_cancel(self, cmd, attach_target, **args): argument [all …]
|
| A D | 236 | 62 cmd = "write -P%s %s %s" % p variable 100 cmd = "write -P%s %s %s" % p variable
|
| /qemu/hw/ipmi/ |
| A D | ipmi_bmc_sim.c | 861 uint8_t *cmd, unsigned int cmd_len, in cold_reset() 876 uint8_t *cmd, unsigned int cmd_len, in warm_reset() 976 uint8_t *cmd, unsigned int cmd_len, in get_msg() 1014 uint8_t *cmd, unsigned int cmd_len, in send_msg() 1252 uint8_t *cmd, unsigned int cmd_len, in get_sdr() 1296 uint8_t *cmd, unsigned int cmd_len, in add_sdr() 1338 uint8_t *cmd, unsigned int cmd_len, in get_sel_info() 1360 uint8_t *cmd, unsigned int cmd_len, in get_fru_area_info() 1381 uint8_t *cmd, unsigned int cmd_len, in read_fru_data() 1445 uint8_t *cmd, unsigned int cmd_len, in reserve_sel() [all …]
|
| /qemu/hw/ide/ |
| A D | core.c | 1410 static bool cmd_nop(IDEState *s, uint8_t cmd) in cmd_nop() 1447 static bool cmd_identify(IDEState *s, uint8_t cmd) in cmd_identify() 1469 static bool cmd_verify(IDEState *s, uint8_t cmd) in cmd_verify() 1533 static bool cmd_read_pio(IDEState *s, uint8_t cmd) in cmd_read_pio() 1555 static bool cmd_write_pio(IDEState *s, uint8_t cmd) in cmd_write_pio() 1575 static bool cmd_read_dma(IDEState *s, uint8_t cmd) in cmd_read_dma() 1590 static bool cmd_write_dma(IDEState *s, uint8_t cmd) in cmd_write_dma() 1613 static bool cmd_seek(IDEState *s, uint8_t cmd) in cmd_seek() 1655 static bool cmd_specify(IDEState *s, uint8_t cmd) in cmd_specify() 1792 static bool cmd_packet(IDEState *s, uint8_t cmd) in cmd_packet() [all …]
|
| /qemu/tests/qtest/ |
| A D | qmp-cmd-test.c | 24 static int query_error_class(const char *cmd) in query_error_class() 27 const char *cmd; in query_error_class() member 70 const char *cmd = data; in test_query() local 95 static bool query_is_ignored(const char *cmd) in query_is_ignored()
|
| A D | tpm-emu.c | 113 uint32_t cmd = 0; in tpm_emu_ctrl_thread() local 132 uint32_t cmd; in tpm_emu_ctrl_thread() local
|
| /qemu/scripts/ |
| A D | render_block_graph.py | 97 def cmd(self, cmd): member in LibvirtGuest
|
| /qemu/hw/audio/ |
| A D | virtio-snd.c | 117 virtio_snd_ctrl_cmd_free(virtio_snd_ctrl_command *cmd) in virtio_snd_ctrl_cmd_free() 158 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_info() 290 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_set_params() 511 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_prepare() 534 virtio_snd_ctrl_command *cmd, in virtio_snd_handle_pcm_start_stop() 602 virtio_snd_ctrl_command *cmd) in virtio_snd_handle_pcm_release() 662 process_cmd(VirtIOSound *s, virtio_snd_ctrl_command *cmd) in process_cmd() 739 virtio_snd_ctrl_command *cmd; in virtio_snd_process_cmdq() local 773 virtio_snd_ctrl_command *cmd; in virtio_snd_handle_ctrl() local 1347 virtio_snd_ctrl_command *cmd; in virtio_snd_reset() local
|
| /qemu/monitor/ |
| A D | hmp.c | 207 static bool cmd_can_preconfig(const HMPCommand *cmd) in cmd_can_preconfig() 216 static bool cmd_available(const HMPCommand *cmd) in cmd_available() 222 const HMPCommand *cmd, in help_cmd_dump_one() 242 const HMPCommand *cmd; in help_cmd_dump() local 622 const HMPCommand *cmd; in search_dispatch_table() local 650 const HMPCommand *cmd; in monitor_parse_command() local 1099 const HMPCommand *cmd, in handle_hmp_command_exec() 1112 const HMPCommand *cmd; member 1128 const HMPCommand *cmd; in handle_hmp_command() local 1179 char cmd[128]; in cmd_completion() local [all …]
|
| /qemu/tests/vm/ |
| A D | basevm.py | 230 def _ssh_do(self, user, cmd, check): argument 253 def ssh(self, *cmd): 256 def ssh_root(self, *cmd): 259 def ssh_check(self, *cmd): 262 def ssh_root_check(self, *cmd): 435 def wait_ssh(self, wait_root=False, seconds=300, cmd="exit 0"): argument
|
| /qemu/scripts/simplebench/ |
| A D | bench_block_job.py | 33 def bench_block_job(cmd, cmd_args, qemu_args): argument 97 def bench_block_copy(qemu_binary, cmd, cmd_options, source, target): argument
|
| /qemu/hw/cxl/ |
| A D | cxl-mailbox-utils.c | 124 static CXLRetCode cmd_tunnel_management_cmd(const struct cxl_cmd *cmd, in cmd_tunnel_management_cmd() 234 static CXLRetCode cmd_events_get_records(const struct cxl_cmd *cmd, in cmd_events_get_records() 372 static CXLRetCode cmd_infostat_identify(const struct cxl_cmd *cmd, in cmd_infostat_identify() 863 static CXLRetCode cmd_timestamp_get(const struct cxl_cmd *cmd, in cmd_timestamp_get() 880 static CXLRetCode cmd_timestamp_set(const struct cxl_cmd *cmd, in cmd_timestamp_set() 931 static CXLRetCode cmd_logs_get_log(const struct cxl_cmd *cmd, in cmd_logs_get_log() 1466 static CXLRetCode cmd_ccls_get_lsa(const struct cxl_cmd *cmd, in cmd_ccls_get_lsa() 1495 static CXLRetCode cmd_ccls_set_lsa(const struct cxl_cmd *cmd, in cmd_ccls_set_lsa() 1883 cmd_media_get_scan_media_capabilities(const struct cxl_cmd *cmd, in cmd_media_get_scan_media_capabilities() 2959 for (int cmd = 0; cmd < 256; cmd++) { in cxl_rebuild_cel() local [all …]
|
| /qemu/stubs/ |
| A D | qmp-command-available.c | 4 bool qmp_command_available(const QmpCommand *cmd, Error **errp) in qmp_command_available()
|
| /qemu/target/s390x/kvm/ |
| A D | pv.c | 32 static int __s390_pv_cmd(uint32_t cmd, const char *cmdname, void *data, in __s390_pv_cmd() 60 #define s390_pv_cmd(cmd, data) __s390_pv_cmd(cmd, #cmd, data, NULL) argument 61 #define s390_pv_cmd_pvrc(cmd, data, pvrc) __s390_pv_cmd(cmd, #cmd, data, pvrc) argument 62 #define s390_pv_cmd_exit(cmd, data) \ argument
|
| /qemu/util/ |
| A D | sys_membarrier.c | 18 membarrier(int cmd, int flags) in membarrier()
|