Home
last modified time | relevance | path

Searched full:send (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/qemu/rust/qemu-api/src/
H A Dbindings.rs31 unsafe impl Send for CharBackend {}
35 unsafe impl Send for CoalescedMemoryRange {}
38 // SAFETY: these are constants and vtables; the Send and Sync requirements
40 unsafe impl Send for MemoryRegionOps {}
43 unsafe impl Send for Property {}
46 unsafe impl Send for TypeInfo {}
49 unsafe impl Send for VMStateDescription {}
52 unsafe impl Send for VMStateField {}
55 unsafe impl Send for VMStateInfo {}
H A Dirq.rs60 /// Send a low (`false`) value to the interrupt sink.
65 /// Send a high-low pulse to the interrupt sink.
71 /// Send a high (`true`) value to the interrupt sink.
81 /// Send `level` to the interrupt sink.
/qemu/docs/
H A Drdma.txt144 protocol now, consisting of infiniband SEND messages.
146 An infiniband SEND message is the standard ibverbs
148 The only difference between a SEND message and an RDMA
149 message is that SEND messages cause notifications
157 2. (SEND only) work requests to be posted on both
169 SEND messages require more coordination because the
185 At this point, we define a control channel on top of SEND messages
186 which is described by a formal protocol. Each SEND message has a
188 as a single SEND message).
202 limit based on the maximum size of a SEND message along with empirical
[all …]
H A Dcolo-proxy.txt26 If the packet difference, notify COLO-frame to do checkpoint and send
27 all primary packet has queued. Otherwise just send the queued primary
61 |guest receive | guest send
74 Mirror client will send packet to guest,at the
82 and update TCP checksum, then send to secondary
83 guest. Otherwise directly send to guest.
85 2.Guest send packet route:
96 If packet same,send queued primary packet and clear
97 queued secondary packet, Otherwise send primary packet
105 Send the packet.
[all …]
/qemu/tests/qtest/
H A Dlibqtest.h116 * Send a "system_reset" command to the QEMU under test, and wait for
125 * Send a "system_reset" command to the QEMU under test, but do not
171 * @fmt: QMP message to send to qemu, formatted like
185 * @fmt: QMP message to send to qemu, formatted like
197 * @fmt: QMP message to send to qemu, formatted like
209 * @fmt: text to send, formatted like sprintf()
231 * @fmt: QMP message to send to QEMU, formatted like
246 * @fmt: QMP message to send to QEMU, formatted like
262 * @fmt: QMP message to send to QEMU, formatted like
277 * @fmt: QMP message to send to QEMU, formatted like
[all …]
/qemu/docs/devel/
H A Dsubmitting-a-patch.rst232 to another list.) ``git send-email`` (`step-by-step setup guide
233 <https://git-send-email.io/>`__ and `hints and tips
243 If you already configured git send-email, you can simply use `git-publish
244 <https://github.com/stefanha/git-publish>`__ to send series.
252 $ git publish # will send a v2
265 If you cannot send patch emails
268 In rare cases it may not be possible to send properly formatted patch
269 emails. You can use `sourcehut <https://sourcehut.org/>`__ to send your
277 #. Send your patches to the QEMU mailing list using the web-based
278 ``git-send-email`` UI at https://git.sr.ht/~USERNAME/qemu/send-email
[all …]
H A Dstable-process.rst38 * Preferred: Make sure that the stable maintainers are on copy when you send
45 to the patch description. By default, this will send a copy of the patch
46 to ``qemu-stable@nongnu.org`` if you use git send-email, which is where
57 * If you judge an already merged patch suitable for stable, send a mail
67 a git branch with a release candidate and send the patches out to
H A Dsubmitting-a-pull-request.rst11 patch series we might ask a submitter to send a pull request. This page
14 A good rule of thumb is not to send a pull request unless somebody asks
42 **Don't send pull requests for code that hasn't passed review**. A pull
45 corrected issues in one round of code review, you need to send your
/qemu/
H A D.b4-config2 # Common b4 settings that can be used to send patches to QEMU upstream.
7 send-series-to = qemu-devel@nongnu.org
8 send-auto-to-cmd = echo
9 send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback
/qemu/hw/remote/
H A Dmpqemu-link.c24 * Send message over the ioc QIOChannel.
38 struct iovec send[2] = {}; in mpqemu_msg_send() local
43 send[0].iov_base = msg; in mpqemu_msg_send()
44 send[0].iov_len = MPQEMU_MSG_HDR_SIZE; in mpqemu_msg_send()
46 send[1].iov_base = (void *)&msg->data; in mpqemu_msg_send()
47 send[1].iov_len = msg->size; in mpqemu_msg_send()
70 if (!qio_channel_writev_full_all(ioc, send, G_N_ELEMENTS(send), in mpqemu_msg_send()
183 * Send msg and wait for a reply with command code RET_MSG.
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h106 /* only send Twalk request but not wait for a reply? (optional) */
130 /* only send Tversion request but not wait for a reply? (optional) */
157 /* only send Tattach request but not wait for a reply? (optional) */
183 /* only send Tgetattr request but not wait for a reply? (optional) */
205 /* only send Tsetattr request but not wait for a reply? (optional) */
235 /* only send Treaddir request but not wait for a reply? (optional) */
262 /* only send Tlopen request but not wait for a reply? (optional) */
288 /* only send Twrite request but not wait for a reply? (optional) */
310 /* only send Tflush request but not wait for a reply? (optional) */
343 /* only send Tmkdir request but not wait for a reply? (optional) */
[all …]
/qemu/include/migration/
H A Dregister.h37 * @f: QEMUFile where to send the data
61 * @f: QEMUFile where to send the data
85 * @f: QEMUFile where to send the data
101 * @f: QEMUFile where to send the data
177 * Should send a chunk of data until the point that stream
181 * @f: QEMUFile where to send the data
184 * Returns 0 to indicate that there is still more data to send,
185 * 1 that there is no more data to send and
198 * @f: QEMUFile where to send the data
/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py121 def send(self, buf, event): member in FaultInjectionSocket
138 conn.send(buf, event='neg-classic')
141 # Send negotiation part 1
143 conn.send(buf, event='neg1')
152 # Send negotiation part 2
154 conn.send(buf, event='neg2')
172 conn.send(buf, event='reply')
180 conn.send(b'\0' * req.len, event='data')
H A D14186 # drive-backup will not send BLOCK_JOB_READY by itself, and cancelling
98 # drive-mirror will send BLOCK_JOB_READY basically immediately, and
113 # An active block-commit will send BLOCK_JOB_READY basically
126 # immediately, send a BLOCK_JOB_COMPLETED and ejecting the BDS would
139 # immediately, send a BLOCK_JOB_COMPLETED and ejecting the BDS would
H A D249.out8 === Send a write command to a drive opened in read-only mode (1)
23 === Send a write command to a drive opened in read-only mode (2)
42 === Send a write command to a drive opened in read-only mode (3)
/qemu/tests/functional/qemu_test/
H A Dcmd.py108 send_string = None # send only once
141 :param interrupt_string: a string to send to the console before trying
164 Send a command to a console (appending CRLF characters), while logging
169 :param command: the command to send
177 Send a command to a console (appending CRLF characters), then wait
184 :param command: the command to send
/qemu/contrib/ivshmem-server/
H A Divshmem-server.c30 /* send message to a client unix socket */
95 /* send the peer id and the shm_fd just after a new client connection */
101 /* send our protocol version first */ in ivshmem_server_send_initial_info()
105 IVSHMEM_SERVER_DEBUG(server, "cannot send version: %s\n", in ivshmem_server_send_initial_info()
110 /* send the peer id to the client */ in ivshmem_server_send_initial_info()
113 IVSHMEM_SERVER_DEBUG(server, "cannot send peer id: %s\n", in ivshmem_server_send_initial_info()
118 /* send the shm_fd */ in ivshmem_server_send_initial_info()
121 IVSHMEM_SERVER_DEBUG(server, "cannot send shm fd: %s\n", in ivshmem_server_send_initial_info()
182 /* send peer id and shm fd */ in ivshmem_server_handle_new_conn()
184 IVSHMEM_SERVER_DEBUG(server, "cannot send initial info\n"); in ivshmem_server_handle_new_conn()
/qemu/nbd/
H A Dtrace-events67 nbd_co_send_simple_reply(uint64_t cookie, uint32_t error, const char *errname, uint64_t len) "Send
68 nbd_co_send_chunk_done(uint64_t cookie) "Send structured reply done: cookie = %" PRIu64
69 nbd_co_send_chunk_read(uint64_t cookie, uint64_t offset, void *data, uint64_t size) "Send structure…
70 nbd_co_send_chunk_read_hole(uint64_t cookie, uint64_t offset, uint64_t size) "Send structured read …
71 …_t cookie, unsigned int extents, uint32_t id, uint64_t length, int last) "Send block status reply:…
72 nbd_co_send_chunk_error(uint64_t cookie, int err, const char *errname, const char *msg) "Send struc…
/qemu/linux-user/mips/
H A Dsockbits.h21 #define TARGET_SO_KEEPALIVE 0x0008 /* Keep connections alive and send
36 #define TARGET_SO_SNDBUF 0x1001 /* Send buffer size. */
38 #define TARGET_SO_SNDLOWAT 0x1003 /* send low-water mark */
40 #define TARGET_SO_SNDTIMEO 0x1005 /* send timeout */
/qemu/migration/
H A Dmigration.h122 /* For the kernel to send us notifications */
127 QemuMutex rp_mutex; /* We send replies from multiple threads */
303 /* pages already send at the beginning of current iteration */
309 /* bytes already send at the beginning of current iteration */
404 /* Whether we send QEMU_VM_CONFIGURATION during migration */
406 /* Whether we send section footer during migration */
408 /* Whether we send switchover start notification during migration */
457 * affects the behavior of the last send->recv iteration with
482 * any moment prior to the last send->recv iteration.
490 * bitmap for each page to send (1<<0=1); N=10 means we will clear
/qemu/include/system/
H A Dspdm-socket.h38 * spdm_socket_rsp: send and receive a message to a SPDM server
46 * Send platform data to a SPDM server on socket and then receive
54 * spdm_socket_close: send a shutdown command to the server
/qemu/include/chardev/
H A Dchar-fe.h224 * @len: the number of bytes to send
227 * will send data from the front end to the back end. This function
238 * @len: the number of bytes to send
241 * send data from the front end to the back end. Unlike @qemu_chr_fe_write,
305 * the next send operation.
307 * result in overwriting the fd array with the new value without being send.
/qemu/hw/ipmi/
H A Dsmbus_ipmi.c66 * This is a response number that we send with the command to make
210 bool send = false; in ipmi_write_data() local
254 send = true; in ipmi_write_data()
265 send = true; in ipmi_write_data()
282 send = true; in ipmi_write_data()
291 if (send && sid->inlen) { in ipmi_write_data()
/qemu/include/crypto/
H A Dtlssession.h102 * ....send/recv payload data on sess...
209 * data to send to the remote peer.
222 * @buf: the plain text to send
226 * Encrypt @len bytes of the data in @buf and send
295 * has completed, or is waiting to send or receive
324 * whether the termination has completed, or is waiting to send or
/qemu/docs/system/
H A Dmux-chardev.rst.inc20 Send break (magic sysrq in Linux)
27 Send the escape character to the frontend

12345678910>>...20