/qemu/backends/ |
H A D | cryptodev-lkcf.c | 87 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses; 111 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses; in cryptodev_lkcf_handle_response() 115 QSIMPLEQ_INIT(&responses); in cryptodev_lkcf_handle_response() 119 QSIMPLEQ_PREPEND(&responses, &lkcf->responses); in cryptodev_lkcf_handle_response() 122 QSIMPLEQ_FOREACH_SAFE(task, &responses, queue, next) { in cryptodev_lkcf_handle_response() 238 QSIMPLEQ_INIT(&lkcf->responses); in cryptodev_lkcf_init() 276 QSIMPLEQ_FOREACH_SAFE(task, &lkcf->responses, queue, next) { in cryptodev_lkcf_cleanup() 435 if (QSIMPLEQ_EMPTY(&task->lkcf->responses)) { in cryptodev_lkcf_execute_task() 438 QSIMPLEQ_INSERT_TAIL(&task->lkcf->responses, task, queue); in cryptodev_lkcf_execute_task()
|
/qemu/include/hw/xen/interface/io/ |
H A D | ring.h | 141 * requests are pushed on to the ring and responses taken off it. 144 * requests are taken off the ring and responses put on. 220 * obtaining the number of unconsumed responses/requests. 263 /* Ill-behaved backend determination: Can there be this many responses? */ 280 * When queueing requests or responses on a shared ring, it may not always be 284 * responses). 286 * When enqueuing requests or responses: 288 * Use RING_PUSH_{REQUESTS,RESPONSES}_AND_CHECK_NOTIFY(). The second argument 292 * After dequeuing requests or responses (before sleeping the connection):
|
H A D | netif.h | 178 * Note that there is no requirement that responses are issued in the same 379 * Control responses (struct xen_netif_ctrl_response) 382 * All responses have the following format: 870 * Instead it assumes that responses always appear in the same ring
|
/qemu/docs/interop/ |
H A D | qmp-spec.rst | 126 the other. The client therefore receives command responses in issue 134 receive such a command's response before responses from prior in-band 137 To be able to match responses back to their commands, the client needs 151 Commands Responses 154 There are two possible responses which the Server will issue as the result 159 so that requests and responses can match. Clients should drop all the 160 responses that have an unknown ``id`` field.
|
/qemu/storage-daemon/qapi/ |
H A D | qapi-schema.json | 29 # <- ... text sent by server (command responses and events) ... 36 # for the general format of commands, responses, and events.
|
/qemu/qapi/ |
H A D | qapi-schema.json | 16 # <- ... text sent by server (command responses and events) ... 23 # for the general format of commands, responses, and events.
|
H A D | misc.json | 224 # this means that command names, arguments and responses can change
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_scmi.h | 12 /* Device implements some SCMI notifications, or delayed responses. */
|
H A D | virtio_gpu.h | 103 /* success responses */ 112 /* error responses */
|
/qemu/tests/qemu-iotests/ |
H A D | 200 | 97 "{.*{.*}.*}" # should match all well-formed QMP responses
|
H A D | common.qemu | 53 # If $mismatch_only is set, only non-matching responses will
|
H A D | 122 | 93 # That way, qcow2 will yield at least two status request responses.
|
/qemu/docs/ |
H A D | COLO-FT.txt | 40 identical responses to all client requests. Once the differences in the outputs 58 |Responses+---------------------\ /-|-|------------\ /-------------------------+Responses| 105 Delivers packets to Primary and Secondary, and then compare the responses from
|
/qemu/qga/ |
H A D | qapi-schema.json | 15 # <- ... text sent by server (command responses and events) ... 22 # for the general format of commands, responses, and events. 61 # After issuing this request, all guest agent responses should be 91 # previous client. All guest agent responses should be ignored until 98 # scenario being if qemu-ga responses are fed character-by-character 102 # For clients that fetch responses line by line and convert them to
|
/qemu/docs/specs/ |
H A D | tpm.rst | 221 commands and receiving responses from. Besides that it accesses the 283 for sending TPM commands to and receiving responses from. The swtpm 288 commands and responses as well as a control channel over which control
|
/qemu/tests/qtest/ |
H A D | libqtest-single.h | 75 * Continuously polls for QMP responses until it receives the desired event.
|
H A D | libqtest.h | 342 * Continuously polls for QMP responses until it receives the desired event. 354 * Continuously polls for QMP responses until it receives the desired event.
|
/qemu/python/qemu/qmp/ |
H A D | qmp_client.py | 380 # qmp-spec.rst, section "Commands Responses": 381 # 'Clients should drop all the responses
|
/qemu/hw/block/ |
H A D | pflash_cfi01.c | 164 * bus. For wide parts used in x8 mode, CFI query responses in pflash_cfi_query() 184 /* Replicate responses for each device in bank. */ in pflash_cfi_query() 236 /* Replicate responses for each device in bank. */ in pflash_devid_query()
|
/qemu/hw/misc/ |
H A D | bcm2835_mbox.c | 104 /* Get pending responses and put them in the vc->arm mbox, in bcm2835_mbox_update()
|
/qemu/docs/devel/migration/ |
H A D | CPR.rst | 223 HMP cannot specify a CPR channel. Some QMP responses are omitted for
|
/qemu/hw/s390x/ |
H A D | s390-pci-vfio.c | 361 * Find the CLP features provided and fill in the guest CLP responses. in s390_pci_get_clp_info()
|
/qemu/hw/ide/ |
H A D | atapi.c | 675 * Responses to requests are to be based on request priority. The in cmd_get_event_status_notification() 730 /* Supported Pages: List of supported VPD responses. */ in cmd_inquiry() 737 * included here are modeled after libata's VPD responses. in cmd_inquiry()
|
/qemu/hw/net/ |
H A D | opencores_eth.c | 46 * incoming ARP responses are too short
|
/qemu/hw/audio/ |
H A D | intel-hda-defs.h | 411 /* Unsolicited responses */
|