Home
last modified time | relevance | path

Searched full:sent (Results 1 – 25 of 239) sorted by relevance

12345678910

/qemu/include/hw/hyperv/
H A Ddynmem-proto.h163 * Version negotiation message. Sent from the guest to the host.
181 * if the host has accepted the version sent by the guest.
197 * Message reporting capabilities. This is sent from the guest to the
209 * Response to the capabilities message. This is sent from the host to the
259 * This message is sent from the host to the guest. The guest may not be
273 * Balloon response message; this message is sent from the guest
295 * Un-balloon message; this message is sent from the host
318 * Un-balloon response message; this message is sent from the guest
329 * Hot add request message. Message sent from the host to the guest.
349 * This message is sent by the guest to report the status of a hot add request.
[all …]
/qemu/migration/
H A Dmigration-stats.h59 * Number of bytes sent at migration completion stage while the
64 * Number of bytes sent through multifd channels.
72 * Number of bytes sent during postcopy.
81 * Number of bytes sent during precopy stage.
97 * Number of bytes sent through RDMA.
135 * the migration. It accounts for bytes sent through any migration
H A Dram.c128 /* Last block from where we have sent data */
296 * Returns >0 if success with sent bytes, or <0 if error.
378 /* Last dirty target page we have sent */
595 * Update the xbzrle cache to reflect a page that's been sent as all 0.
599 * when a small write is made into the 0'd page it gets XBZRLE sent.
615 * 0 means that page is identical to the one already sent
673 * sent, in all cases except where we skip the page. in save_xbzrle_page()
1191 * @buf: the page to be sent
1764 * Skips pages that are already sent (!dirty)
1781 * will dirty it, and we must make sure it doesn't get sent again in get_queued_page()
[all …]
/qemu/python/qemu/qmp/
H A Dqmp_client.py74 :param sent: The sent RPC message that caused the failure.
78 sent: Message, received: Message):
80 #: The sent `Message` that caused the failure
81 self.sent: Message = sent
127 The Server sent a `Message` indicating parsing failure.
150 :param sent: The message that was sent that prompted the error.
152 def __init__(self, error_message: str, msg: Message, sent: Message):
154 #: The sent `Message` that caused the failure
155 self.sent = sent
374 ("Server sent an error response without an ID, "
[all …]
H A Dmessage.py5 message sent to or from the server.
140 :return: `bytes` ready to be sent over the wire.
/qemu/hw/riscv/
H A Dtrace-events9 riscv_iommu_mrif_notification(const char *id, uint32_t nid, uint64_t phys) "%s: sent MRIF notificat…
13 riscv_iommu_notify_int_vector(uint32_t cause, uint32_t vector) "Interrupt cause 0x%x sent via vecto…
18 riscv_iommu_sys_irq_sent(uint32_t vector) "IRQ sent to vector %u"
19 …t32_t vector, uint64_t msi_addr, uint32_t msi_data, uint32_t result) "MSI sent to vector %u msi_ad…
/qemu/docs/interop/
H A Dbarrier.rst124 (i.e. has sent a barrierCmdCClipboard for and has not received a
136 Grab clipboard. Sent by screen when some other app on that screen
175 Resolution change acknowledgment. Sent by server in response to a
176 client screen's barrierCmdDInfo. This is sent for every
177 barrierCmdDInfo, whether or not the server had sent a barrierCmdQInfo.
187 Keep connection alive. Sent by the server periodically to verify
321 ``seq`` = sequence number. The sequence number is 0 when sent by the
H A Dvhost-user.rst80 - Bit 2 is the reply flag - needs to be sent on each reply from the back-end
381 vhost for the Linux Kernel. Most messages that can be sent via the
509 queue in the sent message to identify a specified queue.
712 either front-end sent an update message containing the IOTLB entry
713 containing requested address and permission, or front-end sent nothing if
1132 This is no longer used. Used to be sent to request disabling all
1315 This request should be sent only when ``VHOST_USER_PROTOCOL_F_MQ``
1327 This request should be sent only when
1354 This request should be sent only when ``VIRTIO_NET_F_MTU`` feature
1373 This request should be sent only when
[all …]
H A Dpr-helper.rst63 For PERSISTENT RESERVE OUT, the parameter list is sent right after the
77 The sense data is always sent to keep the protocol simple, even though
/qemu/docs/devel/
H A Dmulti-process.rst114 process, the application can also be sent other file descriptors over
131 vhost user device, the memory operation would need to be sent over a
135 driver, instead of needing them to be sent to the QEMU process first.
153 done with file descriptors sent to the vhost user application by QEMU.
182 has been sent to the vhost application.
386 incoming interrupt indication would then be sent up to its bus parent to
408 the initial messages sent to the emulation process is a guest memory
449 will be extracted, and a secondary socket file descriptor will be sent
468 device emulation objects. The JSON descriptions sent by the QEMU process
489 IO initialization will be driven by the JSON descriptions sent from the
[all …]
/qemu/nbd/
H A Dtrace-events37 nbd_receive_wrong_header(uint32_t magic, const char *mode) "Server sent unexpected magic 0x%" PRIx3…
73 nbd_co_receive_block_status_payload_compliance(uint64_t from, uint64_t len) "client sent unusable b…
76 nbd_co_receive_ext_payload_compliance(uint64_t from, uint64_t len) "client sent non-compliant write…
77 …ance(const char *op, uint64_t from, uint64_t len, uint32_t align) "client sent non-compliant unali…
/qemu/docs/devel/migration/
H A Dpostcopy.rst133 The 'package' is sent as the data part of a Command: ``CMD_PACKAGED``, and the
140 to be sent quickly, and also causes pages directly after the requested page
141 to be sent quickly in the hope that those pages are likely to be used
196 pages are sent during postcopy.
229 can be pages sent right during the window when the network is
311 explicitly) to be sent in a separate preempt channel, rather than queued in
/qemu/include/io/
H A Dchannel.h266 * in the @iov will be fully sent, before the next
271 * sent. If the channel is in blocking mode, at least
272 * one byte of data will be sent, but no more is
274 * data can be sent, it will return QIO_CHANNEL_ERR_BLOCK
278 * All file descriptors will be sent if at least one
279 * byte of data was sent.
285 * Returns: the number of bytes sent, or -1 on error,
286 * or QIO_CHANNEL_ERR_BLOCK if no data is can be sent
364 * in the @iov will be fully sent, before the next
958 * sending, the updated buffer will be sent. If this is not a
[all …]
/qemu/storage-daemon/qapi/
H A Dqapi-schema.json28 # -> ... text sent by client (commands) ...
29 # <- ... text sent by server (command responses and events) ...
/qemu/qapi/
H A Dqapi-schema.json15 # -> ... text sent by client (commands) ...
16 # <- ... text sent by server (command responses and events) ...
H A Dcommon.json173 # where it will receive packets sent to the netdev.
176 # where it will receive packets sent by the netdev.
/qemu/include/qemu/
H A Dratelimit.h31 * Record that we sent @n data units (where @n matches the scale chosen
37 * Recording sent data units even after exceeding the quota is
/qemu/net/
H A Dutil.h71 #define TCPS_SYN_SENT 2 /* active, have sent syn */
77 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
H A Dfilter-buffer.c47 * Note: filter_buffer_flush() drops packets that can't be sent in filter_buffer_release_timer()
70 * a already sent packet, so sent_cb should not be called later. in filter_buffer_receive_iov()
/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.h54 /* Shadow kick notifier, sent to vhost */
56 /* Shadow call notifier, sent to vhost */
/qemu/docs/
H A Dcolo-proxy.txt25 client and compare packets sent by PVM with sent by SVM.
65 …p | rx:receive packets sent to the netdev
66 … | tx:receive packets sent by the netdev
146 Packets coming from the primary char indev will be sent to outdev.
/qemu/ui/
H A Dvnc-enc-tight.h118 * palette is sent before the pixel data. The palette begins with an unsigned
126 * then the data is sent as is, uncompressed. Four separate zlib streams
130 * If the compression is not used, then the pixel data is sent as is,
/qemu/include/hw/xen/interface/io/
H A Dnetif.h456 * This is sent by the frontend to set the desired hash algorithm.
480 * This is sent by the frontend to query the types of hash supported by
502 * This is sent by the frontend to set the types of hash that the backend
534 * This is sent by the frontend to set the key of the hash if the algorithm
569 * This is sent by the frontend to query the maximum size of mapping
592 * This is sent by the frontend to set the actual size of the mapping
619 * This is sent by the frontend to set the content of the table mapping
672 * This is sent by the frontend to fetch the number of grefs that can be kept
695 * This is sent by the frontend for backend to map a list of grant
723 * This is sent by the frontend for backend to unmap a list of grant
/qemu/.gitlab/issue_templates/
H A Dfeature_request.md11 be sent to the mailing list where it can be discussed and developed
/qemu/include/block/
H A Dnbd.h196 /* Transmission (export) flags: sent from server to client during handshake,
229 /* New-style handshake (global) flags, sent from server to client, and
234 /* New-style client flags, sent from client to server to control what happens
277 /* Request flags, sent from client to server during transmission phase */

12345678910