| /qemu/qapi/ |
| 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')
|
| 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/ |
| 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 …]
|
| A D | 237.out | 119 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'foo'"}} 122 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'IDE'"}} 125 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'legacy…
|
| A D | 049.out | 174 qemu-img: TEST_DIR/t.qcow2: Parameter 'version' does not accept value '0.42' 178 qemu-img: TEST_DIR/t.qcow2: Parameter 'version' does not accept value 'foobar' 190 qemu-img: TEST_DIR/t.qcow2: Parameter 'preallocation' does not accept value '1234'
|
| /qemu/scripts/qapi/ |
| A D | parser.py | 131 self.accept() 360 self.accept() 368 self.accept() 371 self.accept() 380 self.accept() 387 self.accept() 399 self.accept() 404 self.accept() 407 self.accept() 412 self.accept() [all …]
|
| /qemu/target/rx/ |
| A D | helper.c | 125 int accept = 0; in rx_cpu_exec_interrupt() local 131 accept = 1; in rx_cpu_exec_interrupt() 136 accept = 1; in rx_cpu_exec_interrupt() 138 if (accept) { in rx_cpu_exec_interrupt()
|
| /qemu/python/tests/ |
| A D | protocol.py | 505 accept: bool = True 508 if accept: 525 accept=True, 536 accept=False, 551 accept=True, 566 accept=False,
|
| /qemu/python/qemu/qmp/ |
| A D | events.py | 511 def accept(self, event: Message) -> bool: member in EventListener 545 if not self.accept(event):
|
| A D | legacy.py | 158 def accept(self, timeout: Optional[float] = 15.0) -> QMPMessage: member in QEMUMonitorProtocol 172 self._sync(self._qmp.accept(), timeout)
|
| /qemu/python/qemu/machine/ |
| A D | qtest.py | 93 def accept(self) -> None: member in QEMUQtestProtocol 99 self._sock, _ = self._sock.accept()
|
| /qemu/tests/qapi-schema/ |
| A D | string-code-point-127.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
| A D | string-code-point-31.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
| /qemu/include/sysemu/ |
| A D | os-win32.h | 215 #undef accept 216 #define accept qemu_accept_wrap macro
|
| /qemu/io/ |
| 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…
|
| A D | channel-websock.c | 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/target/riscv/ |
| A D | meson.build | 1 # FIXME extra_args should accept files()
|
| /qemu/util/ |
| A D | oslib-win32.c | 389 server = accept(listener, NULL, NULL); in qemu_socketpair() 587 #undef accept 598 s = accept(s, addr, addrlen); in qemu_accept_wrap()
|
| /qemu/tests/unit/ |
| A D | socket-helpers.c | 101 afd = accept(lfd, (struct sockaddr *)&ss, &sslen); in socket_can_bind_connect()
|
| /qemu/docs/ |
| 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/gdbstub/ |
| A D | user.c | 303 fd = accept(gdb_fd, NULL, NULL); in gdb_accept_socket() 354 fd = accept(gdb_fd, (struct sockaddr *)&sockaddr, &len); in gdb_accept_tcp()
|
| /qemu/docs/tools/ |
| A D | qemu-pr-helper.rst | 25 accept incoming connections for communication with QEMU.
|
| A D | qemu-vmsr-helper.rst | 24 socket which will accept incoming connections for communication with QEMU.
|
| /qemu/docs/devel/ |
| A D | tcg-ops.rst | 928 constants, it must also accept registers in order to have a fallback. 929 The constraint '``i``' is defined generically to accept any constant. 933 The movi_i32 and movi_i64 operations must accept any constants. 935 The mov_i32 and mov_i64 operations must accept any registers of the 938 The ld/st/sti instructions must accept signed 32 bit constant offsets. 942 The ld/st instructions must accept any destination (ld) or source (st)
|
| /qemu/linux-user/mips/ |
| A D | syscall-args-o32.c.inc | 169 [ 168] = 3, /* accept */
|