Home
last modified time | relevance | path

Searched full:like (Results 1 – 25 of 673) sorted by relevance

12345678910>>...27

/qemu/util/
H A Dqemu-print.c18 * Print like vprintf().
31 * Print like printf().
46 * Print like vfprintf()
58 * Print like fprintf().
H A Derror-report.c182 * Format arguments like vsprintf(). The resulting message should be
221 * Format arguments like vsprintf(). The resulting message should be
233 * Format arguments like vsprintf(). The resulting message should be
245 * Format arguments like vsprintf(). The resulting message should be
256 * Format arguments like sprintf(). The resulting message should be
272 * Format arguments like sprintf(). The resulting message should be a
288 * Format arguments like sprintf(). The resulting message should be a
302 * Like error_report(), except print just once.
322 * Like warn_report(), except print just once.
/qemu/tests/qtest/
H A Dlibqtest.h30 * like sprintf().
41 * like vsprintf().
67 * Like qtest_init(), but use a different environment variable for the
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
[all …]
/qemu/hw/virtio/
H A Dvhost-iova-tree.c48 /* Some devices do not like 0 addresses */ in vhost_iova_tree_new()
92 * - IOVA_ERR_INVALID if the map does not make sense (like size overflow)
101 /* Some vhost devices do not like addr 0. Skip first page */ in vhost_iova_tree_map_alloc()
154 * - IOVA_ERR_INVALID if the map does not make sense (like size overflow)
163 /* Some vhost devices don't like addr 0. Skip first page */ in vhost_iova_tree_map_alloc_gpa()
/qemu/docs/system/
H A Dguest-loader.rst17 This is what is typically done by a boot-loader like grub using its
18 multi-boot capability. A typical example would look like:
54 like via the ``/chosen/module@<addr>/bootargs`` node.
H A Dtarget-sparc64.rst7 (UltraSPARC PC-like machine), Sun4v (T1 PC-like machine), or generic
/qemu/docs/devel/
H A Dstyle.rst104 * Some people like to tile their 24" screens with a 6x4 matrix of 80x24
119 names are lower_case_with_underscores_ending_with_a_t, like the POSIX
231 /* Reads like: "If a equals 1" */
253 * like
277 For variadic macros, stick with this C99-like syntax:
296 of core system headers like <stdint.h>. It must be the first include so that
348 like int32_t, uint32_t, uint64_t, etc. The specific types are
351 Don't use Linux kernel internal types like u32, __u32 or __le32.
374 on 64 bit CPUs, like sparc32plus.) Definitions of structures that must match
380 to use some system interface that requires a type like size_t, pid_t or
[all …]
H A Dloads-stores.rst131 These functions work like the ``cpu_{ld,st}_mmu`` functions except
164 These functions work like the ``cpu_{ld,st}_mmuidx_ra`` functions
202 These functions work like the ``cpu_{ld,st}_data_ra`` functions
208 the right choice for calls made from hooks like the CPU ``do_interrupt``
306 generated by the TCG backend. Like the ``cpu_{ld,st}_mmu`` functions
393 This function performs a write by physical address like
397 like writes from the gdb debug stub or initial loading of ROM contents.
487 These behave like ``address_space_*``, except that they perform a DMA
H A Dtrivial-patches.rst43 A single team member can be on duty as long as they like. The suggested
49 If you would like to join the trivial patches team, contact Laurent
/qemu/docs/devel/testing/
H A Dci-runners.rst.inc36 those hosts. This would look like::
71 * Settings (the gears-like icon at the bottom of the left hand side
91 * Settings (the gears like icon), then
115 * increase the "Maximum job timeout" to something like ``2h``
/qemu/docs/system/s390x/
H A Dbootdevices.rst25 device, for example like this::
48 This also means that you should avoid the classical short-cut commands like
64 s390-ccw bios should boot. When starting QEMU, it can be specified like this::
73 list will only show the names of the installed kernels when using a DASD-like
115 like this::
/qemu/docs/system/devices/
H A Dusb.rst83 you, which you can use like this:
108 Pointer device that uses absolute coordinates (like a touchscreen).
150 the QEMU command line option works like ``usb-uas`` and does not
227 Plugging a tablet into UHCI port 1 works like this::
231 Plugging a hub into UHCI port 2 works like this::
256 device visible to the guest. The workflow looks like this:
278 should enable it by default). You should see something like that:
337 In theory you can combine all these properties as you like. In
357 and also assign it to the correct USB bus in QEMU like this:
H A Divshmem-flat.rst6 a PCI device. Machines like those with a Cortex-M MCU are good candidates to use
9 driver" to interact with other VMs, which is useful in some RTOSes, like
/qemu/tests/functional/qemu_test/
H A Duncompress.py62 @params compressed: filename, Asset, or file-like object to uncompress
70 is a file-like object.
88 @params compressed: filename, Asset, or file-like object to guess
H A Darchive.py64 @params archive: filename, Asset, or file-like object to extract
73 is a file-like object.
91 raise Exception("Unable to use file-like object with deb archives")
/qemu/tests/
H A Dmeson.build36 # file to qapi_trace_events like we do in qapi/meson.build. Since
52 # meson doesn't like generated output in other directories
53 # perhaps change qapi_gen to replace / with _, like Meson itself does?
/qemu/docs/system/arm/
H A Dmusca.rst26 Note that (like the real hardware) the Musca-A machine is
28 but CPU 1 does. Also like the real hardware, the memory maps
/qemu/include/qapi/
H A Dvisitor.h94 * treating NULL like ""), while the dealloc visitor safely handles
185 * like:
555 * Like visit_type_int(), except clamps the value to uint8_t range.
562 * Like visit_type_int(), except clamps the value to uint16_t range.
569 * Like visit_type_int(), except clamps the value to uint32_t range.
576 * Like visit_type_int(), except clamps the value to uint64_t range,
584 * Like visit_type_int(), except clamps the value to int8_t range.
590 * Like visit_type_int(), except clamps the value to int16_t range.
597 * Like visit_type_int(), except clamps the value to int32_t range.
611 * Like visit_type_uint64(), except that some visitors may choose to
[all …]
H A Dcompat-policy.h30 * This is like qobject_input_visitor_new(), except it obeys the
39 * This is like qobject_output_visitor_new(), except it obeys the
/qemu/scripts/oss-fuzz/
H A Dreorder_fuzzer_qtest_trace.py23 activity that looks like:
36 might look something like:
83 # Leave only lines that look like logged qtest commands
/qemu/include/accel/tcg/
H A Dprobe.h62 * For simplicity, all "mmio-like" flags are folded to TLB_MMIO.
72 * Like probe_access_flags, except also return into @pfull.
92 * Like probe_access_full, except:
/qemu/tests/unit/
H A Dcrypto-tls-psk-helpers.c41 /* Don't hard code a key like this in real applications! Use psktool. */ in test_tls_psk_init()
47 /* Don't hard code a key like this in real applications! Use psktool. */ in test_tls_psk_init_alt()
/qemu/ui/
H A Dvnc-enc-tight.h64 * looks like this:
100 * uncompressed data size, but helps to compress photo-like images better.
131 * otherwise the data stream looks like this:
136 * Data size is compactly represented in one, two or three bytes, just like
/qemu/linux-user/sh4/
H A Dtermbits.h192 #define TARGET_TIOCSTART TARGET_IO('t', 110) /* start output, like ^Q */
193 #define TARGET_TIOCSTOP TARGET_IO('t', 111) /* stop output, like ^S */
208 #define TARGET_TIOCSTART TARGET_IO('t', 110) /* start output, like ^Q */
209 #define TARGET_TIOCSTOP TARGET_IO('t', 111) /* stop output, like ^S */
/qemu/docs/specs/
H A Driscv-iommu.rst30 PCI parameters (like PCI bus address). The behavior of the RISC-V IOMMU is
34 does not have support for features like VFIO passthrough. The IOMMU emulation
37 enable features like KVM VFIO passthrough with irqbypass. Until the kernel support

12345678910>>...27