/qemu/scripts/codeconverter/codeconverter/ |
H A D | test_patching.py | 88 assert not f1.contains(st1) 89 assert not f1.contains(st2) 90 assert not f1.contains(st2) 91 assert f1.contains(st3) 92 assert f1.contains(st4) 93 assert not f1.contains(st5) 94 assert not f1.contains(st6) 95 assert not f1.contains(st7) 97 assert not f2.contains(st1) 98 assert not f2.contains(st2) [all …]
|
/qemu/docs/devel/testing/ |
H A D | qgraph.rst | 38 ``CONTAINS``). 74 - ``X CONTAINS Y``: ``Y`` is part of ``X`` component 226 ``pci-bus`` architecture so it ``contains`` a PCI driver, 229 ``x86_64/pc --contains--> 1440FX-pcihost --contains--> 240 - Create an ``arm/raspi2b`` machine node. This machine ``contains`` 244 ``arm/raspi2b --contains--> generic-sdhci`` 299 /* Get node(s) contained inside (CONTAINS) */ 313 /* arm/raspi2b --contains--> generic-sdhci */ 378 /* Get node(s) contained inside (CONTAINS) */ 388 /* Get node(s) contained inside (CONTAINS) */ [all …]
|
H A D | acpi-bits.rst | 37 the dependent submodules. This fork contains numerous fixes, a newer 104 This location contains biosbits configuration files that determine how the 114 This directory contains biosbits python based tests that are run from within
|
/qemu/docs/specs/ |
H A D | acpi_erst.rst | 87 BAR0 contains the programming interface consisting of ACTION and VALUE 94 BAR1 contains the 8KiB record exchange buffer, which is the 107 Slot 0 contains a backend storage header that identifies the contents 118 and contains N number of slots to store records. The example below 164 The 'magic' field contains the value 0x524F545354535245. 166 The 'record_size' field contains the value 0x2000, 8KiB. 171 The 'version' field contains 0x0100, the first version. 173 The 'record_count' field contains the number of valid records in the 182 contains the header, so the record_id[0] will never contain a valid
|
H A D | acpi_hest_ghes.rst | 65 contains an address registers table and an Error Status Data Block table. 67 (3) The address registers table contains N Error Block Address entries 69 The Error Status Data Block table contains N Error Status Data Block 95 blob contains a 8-byte entry. QEMU generates a single WRITE_POINTER command
|
H A D | ppc-spapr-xive.rst | 173 contains the base address and size of the thread interrupt 179 the size of the event queues. One cell per size supported, contains 190 contains a list of priorities that the hypervisor has reserved for 228 the O/S and USER register rings make sense. ``W2`` contains the vCPU CAM
|
/qemu/docs/devel/ |
H A D | codebase.rst | 41 contains. Hop on! 52 Contains interfaces for operations that will be implemented per 100 `User mode <user-mode>` implementation. Contains one folder per target 123 Contains pre-built firmware binaries and boot images, ready to use in 145 Contains source code for various firmware and ROMs, which can be compiled if 148 Rust integration in QEMU. It contains the new interfaces defined and 169 Contains code for all target architectures supported (one subfolder 174 Contains one subfolder per host supported architecture. 201 `TCG related tests <checktcg-ref>`. Contains code per architecture
|
/qemu/tests/tcg/ |
H A D | README | 1 This directory contains various interesting guest binaries for 5 The multiarch directory contains shared code for tests that can be
|
/qemu/migration/ |
H A D | multifd.h | 71 * If set it means that this packet contains device state 92 /* size of the next packet that contains pages */ 101 * This array contains the pointers to: 114 /* size of the next packet that contains the actual data */ 227 /* size of the next packet that contains pages */ 276 /* size of the next packet that contains pages */
|
/qemu/docs/interop/ |
H A D | qmp-spec.rst | 77 - The ``version`` member contains the Server's version information (the format 173 - The ``return`` member contains the data returned by the command, which 178 - The ``id`` member contains the transaction identification associated 192 - The ``class`` member contains the error class name (eg. ``"GenericError"``). 195 - The ``id`` member contains the transaction identification associated with 218 - The ``event`` member contains the event's name. 219 - The ``data`` member contains event specific data, which is defined in a 221 - The ``timestamp`` member contains the exact time of when the event
|
H A D | prl-xml.rst | 15 This specification contains minimal information about Parallels Disk Format, 52 contains a root image and may also contain overlays. The 156 The element contains the set of ``Shot`` child elements, as shown below:: 169 Each ``Shot`` element contains the following child elements:
|
H A D | parallels.rst | 34 Block Allocation Table, an entity that contains information for 40 The header is placed at the start of an image and contains the following 118 Each BAT entry contains an offset from the start of the file to the 236 If an L1 table entry is not 0 or 1, it contains the corresponding cluster
|
/qemu/.gitlab-ci.d/ |
H A D | opensbi.yml | 23 # if the last commit msg contains 'OpenSBI' (case insensitive) 42 # Run if the last commit msg contains 'OpenSBI' (case insensitive) 71 paths: # 'artifacts.zip' will contains the following files:
|
/qemu/include/system/ |
H A D | device_tree.h | 38 * array contains the path of each node and the last element equals to 40 * returned array contains a single element equal to NULL. If an error 58 * array contains the path of each node and the last element equals to 60 * returned array contains a single element equal to NULL. If an error
|
/qemu/tests/qtest/libqos/ |
H A D | qgraph.h | 52 * Edge options to be passed to the contains/consumes \*_args function. 114 * relations, i.e. for produces or contains, where a struct 117 * @get_device (for contains) or @get_driver (for produces), 241 * @container: Source node that "contains" 255 * For example, if ``arm/raspi2b`` contains 2 ``generic-sdhci`` 270 * For contains, op1.arg and op1.size_arg represent the arg to pass
|
/qemu/tests/qemu-iotests/ |
H A D | meson.build | 7 not cflag.contains('safe-stack') and not cflag.contains('cfi-icall')
|
/qemu/util/ |
H A D | base64.c | 44 error_setg(errp, "Base64 data contains embedded NUL characters"); in qbase64_decode() 55 error_setg(errp, "Base64 data contains invalid characters"); in qbase64_decode()
|
/qemu/include/hw/i386/ |
H A D | pc.h | 155 /* The section contains the region that must be validated by the VMM. */ 157 /* The section contains the SNP secrets page */ 159 /* The section contains address that can be used as a CPUID page */ 161 /* The section contains the region for kernel hashes for measured direct boot */
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_pcidev.h | 16 * the @data field contains the data to write (in little endian). 20 * the @data field contains the data to write (in little endian).
|
/qemu/docs/ |
H A D | image-fuzzer.txt | 105 Qcow2 contains two submodules: fuzz.py and layout.py. 107 'fuzz.py' contains all fuzzing functions, one per image field. It's assumed 119 1. If a list contains a parent image element only, then some random portion 124 2. If a list contains a parent element and a field name, then a field
|
/qemu/include/hw/arm/ |
H A D | allwinner-r40.h | 97 * This struct contains the state of all the devices 139 * A real Allwinner R40 SoC contains a Boot ROM
|
H A D | allwinner-h3.h | 122 * This struct contains the state of all the devices 155 * A real Allwinner H3 SoC contains a Boot ROM
|
/qemu/linux-headers/asm-riscv/ |
H A D | kvm.h | 346 * The device attribute type contains the memory mapped offset of the 352 * The lower 12-bits of the device attribute type contains the iselect 354 * bits contains the VCPU id.
|
/qemu/tests/qapi-schema/ |
H A D | base-cycle-indirect.err | 2 base-cycle-indirect.json:2: object Base1 contains itself
|
H A D | base-cycle-direct.err | 2 base-cycle-direct.json:2: object Loopy contains itself
|