| /qemu/docs/interop/ |
| A D | vhost-user-gpu.rst | 39 fields and a payload. 171 } payload; 202 :reply payload: N/A 216 :reply payload: N/A 223 :reply payload: N/A 230 :reply payload: N/A 237 :reply payload: N/A 245 :reply payload: N/A 253 :reply payload: N/A 263 :reply payload: empty payload [all …]
|
| A D | vhost-user.rst | 691 vhost_iotlb_msg`` as payload. For update events, the ``iotlb`` payload 704 payload. For miss events, the iotlb payload has to be filled with the 1075 :reply payload: N/A 1103 :reply payload: N/A 1119 :reply payload: N/A 1128 :reply payload: N/A 1166 :reply payload: N/A 1179 :reply payload: N/A 1187 :reply payload: N/A 1195 :reply payload: N/A [all …]
|
| A D | pr-helper.rst | 70 - 4 bytes for the payload size (nonzero only for PERSISTENT RESERVE IN 75 - if the size is nonzero, the payload follows 80 The payload size is always less than or equal to the allocation length
|
| /qemu/hw/ssi/ |
| A D | pnv_spi.c | 49 PnvXferBuffer *payload = g_malloc0(sizeof(*payload)); in pnv_spi_xfer_buffer_new() local 51 return payload; in pnv_spi_xfer_buffer_new() 56 g_free(payload->data); in pnv_spi_xfer_buffer_free() 57 g_free(payload); in pnv_spi_xfer_buffer_free() 65 payload->data = g_realloc(payload->data, payload->len); in pnv_spi_xfer_buffer_write_ptr() 417 *(pnv_spi_xfer_buffer_write_ptr(*payload, (*payload)->len, 1)) = in operation_shiftn1() 447 *(pnv_spi_xfer_buffer_write_ptr(*payload, (*payload)->len, 1)) in operation_shiftn1() 497 *payload = NULL; in operation_shiftn1() 645 *(pnv_spi_xfer_buffer_write_ptr(*payload, (*payload)->len, 1)) in operation_shiftn2() 654 *(pnv_spi_xfer_buffer_write_ptr(*payload, (*payload)->len, 1)) in operation_shiftn2() [all …]
|
| A D | trace-events | 47 pnv_spi_tx_append(const char* frame, uint8_t byte, uint8_t tdr_index) "%s = 0x%2.2x to payload from… 49 pnv_spi_tx_request(const char* frame, uint32_t payload_len) "%s, payload len = %d" 50 pnv_spi_rx_received(uint32_t payload_len) "payload len = %d" 53 pnv_spi_shift_rx(uint8_t byte, uint32_t index) "byte = 0x%2.2x into RDR from payload index %d"
|
| /qemu/hw/virtio/ |
| A D | vhost-user.c | 231 VhostUserPayload payload; member 1068 .payload.state = *ring, in vhost_user_set_vring_endian() 1113 *u64 = msg.payload.u64; in vhost_user_get_u64() 1323 *ring = msg.payload.state; in vhost_user_get_vring_base() 1374 .payload.addr = *addr, in vhost_user_set_vring_addr() 1393 .payload.u64 = u64, in vhost_user_set_u64() 1691 memcpy(msg.payload.object.uuid, uuid, sizeof(msg.payload.object.uuid)); in vhost_user_get_shared_object() 1731 memcpy(uuid.data, payload->object.uuid, sizeof(payload->object.uuid)); in vhost_user_backend_handle_shared_object_lookup() 1733 payload->u64 = 0; in vhost_user_backend_handle_shared_object_lookup() 1851 payload.u64 = !!ret; in backend_read() [all …]
|
| /qemu/hw/char/ |
| A D | riscv_htif.c | 159 uint64_t payload = val_written & 0xFFFFFFFFFFFFULL; in htif_handle_tohost_write() local 163 " -payload: %016" PRIx64 "\n", device, cmd, payload & 0xFF, payload); in htif_handle_tohost_write() 173 if (payload & 0x1) { in htif_handle_tohost_write() 175 int exit_code = payload >> 1; in htif_handle_tohost_write() 214 cpu_physical_memory_read(payload, syscall, sizeof(syscall)); in htif_handle_tohost_write() 225 resp = 0x100 | (uint8_t)payload; in htif_handle_tohost_write() 242 uint8_t ch = (uint8_t)payload; in htif_handle_tohost_write() 248 resp = 0x100 | (uint8_t)payload; in htif_handle_tohost_write() 255 " payload: %016" PRIx64, device, cmd, payload & 0xFF, payload); in htif_handle_tohost_write()
|
| /qemu/subprojects/libvhost-user/ |
| A D | libvhost-user.c | 502 vmsg->size = sizeof(vmsg->payload.u64); in vmsg_set_reply_u64() 503 vmsg->payload.u64 = val; in vmsg_set_reply_u64() 702 result = msg_reply.payload.u64 == 0; in vu_process_message_reply() 774 vmsg->payload.u64 = in vu_get_features_exec() 792 vmsg->size = sizeof(vmsg->payload.u64); in vu_get_features_exec() 815 dev->features = vmsg->payload.u64; in vu_set_features_exec() 981 vmsg->payload.u64 == 0) { in vu_add_mem_reg() 1119 vmsg->payload.u64 != 0) { in vu_set_mem_table_exec() 1466 .size = sizeof(vmsg.payload.area), in vu_set_queue_host_notifier() 1467 .payload.area = { in vu_set_queue_host_notifier() [all …]
|
| /qemu/tests/qtest/ |
| A D | vhost-user-test.c | 127 } payload; member 372 msg.size = sizeof(m.payload.u64); in chr_read() 375 msg.payload.u64 = 0; in chr_read() 431 msg.payload.state.index, msg.payload.state.num); in chr_read() 444 msg.payload.state.num = 0; in chr_read() 455 memcpy(&s->memory, &msg.payload.memory, sizeof(msg.payload.memory)); in chr_read() 501 msg.size = sizeof(m.payload.u64); in chr_read() 502 msg.payload.u64 = s->queues; in chr_read() 1071 msg->size = sizeof(m.payload.u64); in vu_net_get_protocol_features() 1158 msg->size = sizeof(m.payload.u64); in vu_gpio_get_protocol_features() [all …]
|
| /qemu/docs/devel/ |
| A D | luks-detached-header.rst | 15 the payload. We could extend the LUKS driver in QEMU to support this use 24 disk | header | key material | disk payload data | 36 disk2 | disk payload data | 53 volume for payload 55 entire payload inaccessible. It might be 68 Data from the disk payload is stored in the file node. The 81 Child node |payload-format[qcow2]| |header-format[raw]| 87 Child node |payload-protocol[file]| |header-protocol[file]| 105 # qemu-img create -f qcow2 test-payload.qcow2 200G 153 4. block-add the protocol node for disk payload image:: [all …]
|
| /qemu/hw/audio/ |
| A D | hda-codec.c | 519 payload = data & 0x00ff; in hda_audio_command() 523 payload = data & 0xffff; in hda_audio_command() 554 payload++; in hda_audio_command() 568 if (node->pinctl != payload) { in hda_audio_command() 581 st->stream = (payload >> 4) & 0x0f; in hda_audio_command() 582 st->channel = payload & 0x0f; in hda_audio_command() 601 st->format = payload; in hda_audio_command() 618 if (payload & AC_AMP_GET_LEFT) { in hda_audio_command() 637 (payload & AC_AMP_GAIN), in hda_audio_command() 639 if (payload & AC_AMP_SET_LEFT) { in hda_audio_command() [all …]
|
| /qemu/contrib/vhost-user-gpu/ |
| A D | virgl.c | 391 .payload.dmabuf_scanout.x = ss.r.x, in virgl_cmd_set_scanout() 392 .payload.dmabuf_scanout.y = ss.r.y, in virgl_cmd_set_scanout() 393 .payload.dmabuf_scanout.width = ss.r.width, in virgl_cmd_set_scanout() 394 .payload.dmabuf_scanout.height = ss.r.height, in virgl_cmd_set_scanout() 395 .payload.dmabuf_scanout.fd_width = info.width, in virgl_cmd_set_scanout() 398 .payload.dmabuf_scanout.fd_flags = info.flags, in virgl_cmd_set_scanout() 450 .payload.update.scanout_id = i, in virgl_cmd_resource_flush() 451 .payload.update.x = rf.r.x, in virgl_cmd_resource_flush() 452 .payload.update.y = rf.r.y, in virgl_cmd_resource_flush() 453 .payload.update.width = rf.r.width, in virgl_cmd_resource_flush() [all …]
|
| A D | vhost-user-gpu.c | 192 gpointer payload) in vg_recv_msg() argument 206 if (size && vg_sock_fd_read(g->sock_fd, payload, size) != size) { in vg_recv_msg() 340 .payload.edid_req = { in vg_get_edid() 431 .payload.scanout.scanout_id = scanout_id, in vg_disable_scanout() 719 .payload.dmabuf_scanout = (VhostUserGpuDMABUFScanout) { in vg_set_scanout() 740 .payload.scanout = (VhostUserGpuScanout) { in vg_set_scanout() 810 .payload.update = (VhostUserGpuUpdate) { in vg_resource_flush() 830 msg->payload.update = (VhostUserGpuUpdate) { in vg_resource_flush() 972 .payload.cursor_pos = { in vg_process_cursor_cmd() 986 .payload.cursor_update = { in vg_process_cursor_cmd() [all …]
|
| A D | vugpu.h | 112 } payload; member 200 gpointer payload);
|
| /qemu/block/ |
| A D | nbd.c | 562 *payload += 2; in payload_advance16() 568 *payload += 4; in payload_advance32() 574 *payload += 8; in payload_advance64() 827 g_free(*payload); in nbd_co_receive_structured_payload() 828 *payload = NULL; in nbd_co_receive_structured_payload() 860 if (payload) { in nbd_co_do_receive_one_chunk() 861 *payload = NULL; in nbd_co_do_receive_one_chunk() 1130 g_free(payload); in nbd_co_receive_cmdread_reply() 1131 payload = NULL; in nbd_co_receive_cmdread_reply() 1191 g_free(payload); in nbd_co_receive_blockstatus_reply() [all …]
|
| /qemu/hw/net/rocker/ |
| A D | rocker_tlv.h | 57 static inline int rocker_tlv_size(int payload) in rocker_tlv_size() argument 59 return ROCKER_TLV_HDRLEN + payload; in rocker_tlv_size() 62 static inline int rocker_tlv_total_size(int payload) in rocker_tlv_total_size() argument 64 return ROCKER_TLV_ALIGN(rocker_tlv_size(payload)); in rocker_tlv_total_size() 67 static inline int rocker_tlv_padlen(int payload) in rocker_tlv_padlen() argument 69 return rocker_tlv_total_size(payload) - rocker_tlv_size(payload); in rocker_tlv_padlen()
|
| /qemu/hw/display/ |
| A D | vhost-user-gpu.c | 107 } payload; member 124 VhostUserGpuCursorPos *pos = &msg->payload.cursor_pos; in vhost_user_gpu_handle_cursor() 181 .payload = { in vhost_user_gpu_handle_display() 203 memcpy(&reply.payload.display_info, &display_info, in vhost_user_gpu_handle_display() 209 VhostUserGpuEdidRequest *m = &msg->payload.edid_req; in vhost_user_gpu_handle_display() 214 .size = sizeof(reply.payload.resp_edid), in vhost_user_gpu_handle_display() 224 memcpy(&reply.payload.resp_edid, &resp, sizeof(resp)); in vhost_user_gpu_handle_display() 229 VhostUserGpuScanout *m = &msg->payload.scanout; in vhost_user_gpu_handle_display() 296 VhostUserGpuUpdate *m = &msg->payload.update; in vhost_user_gpu_handle_display() 317 VhostUserGpuUpdate *m = &msg->payload.update; in vhost_user_gpu_handle_display() [all …]
|
| /qemu/include/hw/hyperv/ |
| A D | hyperv-proto.h | 92 uint8_t payload[HV_MESSAGE_PAYLOAD_SIZE]; member 117 uint8_t payload[HV_MESSAGE_PAYLOAD_SIZE]; member
|
| /qemu/tests/qemu-iotests/ |
| A D | 307.out | 18 flags: 0x158f ( readonly flush fua df multi cache block-status-payload ) 47 flags: 0x158f ( readonly flush fua df multi cache block-status-payload ) 79 flags: 0x158f ( readonly flush fua df multi cache block-status-payload ) 89 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload ) 116 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
|
| A D | 210.out | 53 payload offset: 2068480 106 payload offset: 528384 162 payload offset: 2068480 233 payload offset: 2068480
|
| A D | 223.out | 86 flags: 0x158f ( readonly flush fua df multi cache block-status-payload ) 97 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload ) 107 flags: 0x158f ( readonly flush fua df multi cache block-status-payload ) 208 flags: 0x158f ( readonly flush fua df multi cache block-status-payload ) 219 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload ) 229 flags: 0x158f ( readonly flush fua df multi cache block-status-payload )
|
| A D | 198.out | 75 payload offset: 2068480 121 payload offset: 2068480
|
| /qemu/io/ |
| A D | trace-events | 59 …ed char opcode, unsigned char has_mask) "Websocket header decoded ioc=%p payload-len=%zu fin=0x%x … 60 …yloadlen, uint32_t mask) "Websocket header decoded ioc=%p header-len=%zu payload-len=%zu mask=0x%x" 61 …8_t opcode, size_t payload_remain) "Websocket header decoded ioc=%p opcode=0x%x payload-remain=%zu" 62 …payloadlen, size_t headerlen) "Websocket encoded ioc=%p opcode=0x%x header-len=%zu payload-len=%zu"
|
| /qemu/docs/system/riscv/ |
| A D | microchip-icicle-kit.rst | 37 boot is used, the OpenSBI fw_dynamic BIOS image is used to boot a payload 48 QEMU follows below truth table to select which payload to execute: 51 -bios -kernel -dtb payload 117 used to boot an S-mode payload like U-Boot or OS kernel directly.
|
| /qemu/hw/hyperv/ |
| A D | hyperv_testdev.c | 142 assert(msg->payload_size < sizeof(conn->msg.payload)); in msg_handler() 144 memcpy(&conn->msg.payload, msg->payload, msg->payload_size); in msg_handler()
|