/qemu/qapi/ |
H A D | compat.json | 13 # @accept: Accept silently 22 'data': [ 'accept', 'reject', 'crash' ] } 29 # @accept: Pass on unchanged 36 'data': [ 'accept', 'hide' ] } 50 # enumeration values. They behave the same as with policy @accept. 52 # @deprecated-input: how to handle deprecated input (default 'accept') 55 # 'accept') 57 # @unstable-input: how to handle unstable input (default 'accept') 60 # @unstable-output: how to handle unstable output (default 'accept')
|
H A D | sockets.json | 53 # @ipv4: whether to accept IPv4 addresses, default try both IPv4 and 56 # @ipv6: whether to accept IPv6 addresses, default try both IPv4 and
|
/qemu/tests/qemu-iotests/ |
H A D | 219.out | 39 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 40 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 41 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 42 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 43 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 44 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 80 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 81 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 82 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 83 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… [all …]
|
/qemu/scripts/qapi/ |
H A D | parser.py | 101 # Lexer state (see `accept` for details): 131 self.accept() 249 def accept(self, skip_comment: bool = True) -> None: member in QAPISchemaParser 311 # Note: we accept only printable ASCII 360 self.accept() 368 self.accept() 371 self.accept() 376 self.accept() 380 self.accept() 387 self.accept() [all …]
|
/qemu/python/tests/ |
H A D | protocol.py | 242 # The states we expect a "bad" connect/accept attempt to transition through 340 # Note that accept() cannot be cancelled outright, as it isn't a task. 404 AFTER a connection is made, i.e., connect()/accept() themselves 421 class Accept(Connect): class 423 All of the same tests as Connect, but using the accept() interface. 464 """Test the full state lifecycle (via accept) with a no-op session.""" 505 accept: bool = True 508 if accept: 519 """Test that accept() cannot be called when Runstate=RUNNING""" 525 accept=True, [all …]
|
/qemu/include/hw/net/ |
H A D | npcm7xx_emc.h | 67 /* Accept Broadcast Packet */ 69 /* Accept Multicast Packet */ 71 /* Accept Unicast Packet */ 95 /* Accept CRC Error Packet */ 97 /* Accept Control Packet */ 99 /* Accept Runt Packet */ 101 /* Accept Long Packet */
|
/qemu/target/rx/ |
H A D | helper.c | 123 int accept = 0; in rx_cpu_exec_interrupt() local 129 accept = 1; in rx_cpu_exec_interrupt() 134 accept = 1; in rx_cpu_exec_interrupt() 136 if (accept) { in rx_cpu_exec_interrupt()
|
/qemu/python/qemu/qmp/ |
H A D | protocol.py | 277 Accept a connection and begin processing message queues. 281 followed by `accept()`. 297 await self.accept() 310 call to `accept()` must be made in order to finalize the 331 async def accept(self) -> None: member in AsyncProtocol 333 Accept an incoming connection and begin processing message queues. 348 raise QMPError("Cannot call accept() before start_server().") 507 Accept an incoming connection and signal the upper_half. 509 This method does the minimum necessary to accept a single 542 binding and listening to a socket. A later call to accept() must be [all …]
|
H A D | legacy.py | 74 :param server: Act as the socket server. (See 'accept') 158 def accept(self, timeout: Optional[float] = 15.0) -> QMPMessage: member in QEMUMonitorProtocol 172 self._sync(self._qmp.accept(), timeout) 290 The `accept`, `pull_event` and `get_event` methods have their
|
H A D | events.py | 284 signature to accept configuration parameters: 361 :py:meth:`~EventListener.accept()`. The default implementation checks an 383 def accept(self, event) -> bool: 384 if not super().accept(event): 418 Because this function can accept *many* listeners, I found it hard to 511 def accept(self, event: Message) -> bool: member in EventListener 541 :py:meth:`~EventListener.accept()` returns `True`. 545 if not self.accept(event):
|
/qemu/ui/ |
H A D | vnc-auth-vencrypt.c | 38 vnc_write_u32(vs, 0); /* Accept auth completion */ in start_auth_vencrypt_subauth() 102 vnc_write_u8(vs, 1); /* Accept auth */ in protocol_client_vencrypt_auth() 148 vnc_write_u8(vs, 0); /* Accept version */ in protocol_client_vencrypt_init()
|
/qemu/python/qemu/machine/ |
H A D | qtest.py | 52 by the connect() or accept() methods. 93 def accept(self) -> None: member in QEMUQtestProtocol 99 self._sock, _ = self._sock.accept()
|
/qemu/include/chardev/ |
H A D | char.h | 171 * Determine how much data the front end can currently accept. This function 172 * returns the number of bytes the front end can accept. If it returns 0, the 187 * the front end can currently accept. 290 /* accept the given fd */
|
/qemu/io/ |
H A D | trace-events | 31 qio_channel_socket_accept(void *ioc) "Socket accept start ioc=%p" 32 qio_channel_socket_accept_fail(void *ioc) "Socket accept fail ioc=%p" 33 qio_channel_socket_accept_complete(void *ioc, void *cioc, int fd) "Socket accept complete ioc=%p ci…
|
H A D | channel-websock.c | 57 "Sec-WebSocket-Accept: %s\r\n" \ 65 "Sec-WebSocket-Accept: %s\r\n" \ 345 char *accept = NULL; in qio_channel_websock_handshake_send_res_ok() local 358 &accept, in qio_channel_websock_handshake_send_res_ok() 369 date, accept); in qio_channel_websock_handshake_send_res_ok() 372 ioc, QIO_CHANNEL_WEBSOCK_HANDSHAKE_RES_OK, date, accept); in qio_channel_websock_handshake_send_res_ok() 376 g_free(accept); in qio_channel_websock_handshake_send_res_ok()
|
/qemu/docs/devel/migration/ |
H A D | dirty-limit.rst | 25 -> virtual CPU thread -------> ACCEPT PENALTY(4) 64 is ACCEPT PENALTY (4). Virtual CPUs tied with writing processes will
|
/qemu/tests/qapi-schema/ |
H A D | string-code-point-127.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
H A D | string-code-point-31.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
/qemu/gdbstub/ |
H A D | user.c | 305 fd = accept(gdb_fd, NULL, NULL); in gdb_accept_socket() 307 perror("accept socket"); in gdb_accept_socket() 343 fd = accept(gdb_fd, (struct sockaddr *)&sockaddr, &len); in gdb_accept_tcp() 345 perror("accept"); in gdb_accept_tcp() 499 error_setg(errp, "gdbstub: failed to accept connection"); in gdbserver_start() 508 qemu_thread_create(&thread, "gdb-accept", in gdbserver_start()
|
/qemu/tests/functional/ |
H A D | test_aarch64_virt_gpu.py | 75 elif "'type' does not accept value 'egl-headless'" in excp.output: 77 elif "'type' does not accept value 'dbus'" in excp.output:
|
/qemu/include/standard-headers/linux/ |
H A D | vhost_types.h | 174 /* IOTLB can accept batching hints */ 176 /* IOTLB can accept address space identifier through V2 type of IOTLB
|
/qemu/docs/ |
H A D | image-fuzzer.txt | 185 7. Should accept a seed as an argument (for regression purpose) 189 10. Should accept a vector of actions as an argument (for test reproducing and 195 13. Should accept a SUT and its call parameters as an argument or select them
|
/qemu/net/ |
H A D | filter-buffer.c | 73 * the filter can still accept packets until its internal queue is full. in filter_buffer_receive_iov() 120 * We may want to accept zero interval when VM FT solutions like MC in filter_buffer_setup()
|
/qemu/tests/unit/ |
H A D | test-qmp-cmds.c | 279 /* accept */ in test_dispatch_cmd_deprecated() 303 /* accept */ in test_dispatch_cmd_arg_deprecated() 326 /* default accept */ in test_dispatch_cmd_ret_deprecated()
|
H A D | test-yank.c | 131 qemu_thread_create(&thread, "accept", accept_thread, in char_change_test() 162 qemu_thread_create(&thread, "accept", accept_thread, in char_change_test()
|