Home
last modified time | relevance | path

Searched full:over (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/qemu/tests/qemu-iotests/
H A D233.out44 == check TLS fail over TCP with mismatched hostname ==
48 == check TLS works over TCP with mismatched hostname and override ==
63 == perform I/O over TLS ==
75 == check TLS fail over UNIX with no hostname ==
79 == check TLS works over UNIX with hostname override ==
90 == check TLS works over UNIX with PSK ==
101 == check TLS fails over UNIX with mismatch PSK ==
H A D233112 echo "== check TLS fail over TCP with mismatched hostname =="
121 echo "== check TLS works over TCP with mismatched hostname and override =="
139 echo "== perform I/O over TLS =="
180 echo "== check TLS fail over UNIX with no hostname =="
188 echo "== check TLS works over UNIX with hostname override =="
198 echo "== check TLS works over UNIX with PSK =="
214 echo "== check TLS fails over UNIX with mismatch PSK =="
H A D13188 echo "== check simple allocation over the discarded hole =="
94 echo "== check more complex allocation over the discard hole =="
132 # node as a QEMUIOVector object, which could cause anything from I/O errors over
H A D131.out41 == check simple allocation over the discarded hole ==
49 == check more complex allocation over the discard hole ==
/qemu/include/fpu/
H A Dsoftfloat-types.h201 /* Prefer SNaN over QNaN, then operand A over B */
203 /* Prefer SNaN over QNaN, then operand B over A */
205 /* Prefer A over B regardless of SNaN vs QNaN */
207 /* Prefer B over A regardless of SNaN vs QNaN */
238 * = "Prefer SNaN over QNaN, then operand A over B over C"
240 * = "Prefer A over B over C regardless of SNaN vs QNAN"
252 FIELD(3NAN, SNAN, 6, 1) /* do we prefer SNaN over QNaN ? */
/qemu/include/hw/usb/
H A Dehci-regs.h61 #define PORTSC_WKOC_E (1 << 22) // Wake on Over Current Enable
75 #define PORTSC_OCC (1 << 5) // Over Current Change
76 #define PORTSC_OCA (1 << 4) // Over Current Active
/qemu/target/arm/tcg/
H A Dm-nocp.decode22 # should take precedence over UNDEF faults over the whole wide
58 # for the UNDEFs there that must take precedence over NOCP.)
/qemu/hw/core/
H A Dmachine-smp.c72 * over cores over threads before 6.2, while preferring cores over sockets
73 * over threads since 6.2.
173 /* prefer sockets over cores before 6.2 */ in machine_parse_smp_config()
187 /* prefer cores over sockets since 6.2 */ in machine_parse_smp_config()
/qemu/include/qemu/
H A Dqht.h176 * qht_iter - Iterate over a QHT
177 * @ht: QHT to be iterated over
190 * qht_iter_remove - Iterate over a QHT, optionally removing entries
191 * @ht: QHT to be iterated over
/qemu/include/hw/virtio/
H A Dvirtio-dmabuf.h34 * other virtio devices. The caller retains ownership over the
51 * retains ownership over the device struct and its lifecycle.
/qemu/disas/
H A Ddisas-target.c54 "Disassembler disagrees with translator over instruction " in target_disas()
70 * there is left over it usually indicates the front end has read more
/qemu/docs/devel/testing/
H A Dfuzzing.rst116 Coverage over virtual devices can be improved by adding additional fuzzers.
132 fuzzer loops over the byte-array interpreting it as a list of qtest commands,
142 The generic-fuzz target is capable of fuzzing devices over their PIO, MMIO,
255 - Create a one-liner reproducer that can be sent over email::
/qemu/host/include/i386/host/
H A Dbufferiszero.c.inc36 * Loop over complete 128-byte blocks.
81 /* Loop over complete 256-byte blocks. */
/qemu/tests/qtest/fuzz/
H A Di440fx_fuzz.c44 * loop over the Data, breaking it up into actions. each action has an in ioport_fuzz_qtest()
98 * value written over Port IO in pciconfig_fuzz_qos()
/qemu/storage-daemon/
H A Dqemu-storage-daemon.c104 " export the specified block node over NBD\n" in help()
110 " export the specified block node over FUSE\n" in help()
118 " vhost-user-blk device over UNIX domain socket\n" in help()
123 " vhost-user-blk device over file descriptor\n" in help()
/qemu/hw/char/
H A Dxen_console.c95 size_t over = buffer->size - buffer->max_capacity; in OBJECT_DECLARE_SIMPLE_TYPE() local
98 memmove(maxpos - over, maxpos, over); in OBJECT_DECLARE_SIMPLE_TYPE()
102 if (buffer->consumed > buffer->max_capacity - over) in OBJECT_DECLARE_SIMPLE_TYPE()
103 buffer->consumed = buffer->max_capacity - over; in OBJECT_DECLARE_SIMPLE_TYPE()
/qemu/scripts/oss-fuzz/
H A Dbuild.sh65 # Build once to get the list of dynamic lib paths, and copy them over
102 # of available fuzz-targets. Copy over the qemu-fuzz-i386, naming it according
H A Dinstrumentation-filter-template9 # We don't care about coverage over fuzzer-specific code, however we should
/qemu/docs/tools/
H A Dqemu-nbd.rst180 When validating an x509 certificate received over a TLS connection,
187 server. This can also be used if accessing NBD over a UNIX socket
250 Serve a read-only copy of a guest image over a Unix socket with as
/qemu/pc-bios/
H A DREADME89 more features over time as needed. The source code is available at:
95 more features over time as needed. The source code is available at:
/qemu/monitor/
H A Dqemu-config-qmp.c134 /* Loop over all machine classes */ in query_all_machine_properties()
137 /* ... and over the properties of each machine: */ in query_all_machine_properties()
/qemu/replay/
H A Dreplay-internal.c162 error_report("replay file is over"); in replay_check_error()
166 error_report("replay file is over or something goes wrong"); in replay_check_error()
/qemu/docs/config/
H A Dq35-virtio-serial.cfg20 # Using -nodefaults is required to have full control over
183 # We use virtio-net for improved performance over emulated
/qemu/hw/usb/
H A Dcombined-packet.c70 /* Distribute data over uncombined packets */ in usb_combined_input_packet_complete()
175 /* Next package may grow combined package over 1MiB */ in usb_ep_combine_input_packets()
/qemu/scripts/ci/
H A Dcoverage-summary.sh7 # throw away CI instance we do spam temp files all over the shop. You

12345678910>>...16