Searched refs:contains (Results 1 – 25 of 110) sorted by relevance
12345
/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/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 | index.rst | 5 This section of the manual contains specifications of
|
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/testing/ |
H A D | qgraph.rst | 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`` 313 /* arm/raspi2b --contains--> generic-sdhci */ 396 /* x86_64/pc --contains--> 1440FX-pcihost --contains--> 518 x86_64/pc --contains--> 1440FX-pcihost --contains--> pci-bus-pc 530 arm/raspi2b --contains--> generic-sdhci 534 x86_64/pc --contains--> 1440FX-pcihost --contains--> pci-bus-pc 546 arm/raspi2b --contains--> generic-sdhci [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/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/tests/qemu-iotests/ |
H A D | meson.build | 7 not cflag.contains('safe-stack') and not cflag.contains('cfi-icall')
|
H A D | 154 | 51 echo == backing file contains zeros == 75 echo == backing file contains non-zero data before write_zeroes == 98 echo == backing file contains non-zero data after write_zeroes ==
|
H A D | README | 6 This package contains a simple test suite for the I/O layer of qemu.
|
H A D | 070.out | 4 …image file 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' opened read-only, but contains a log that needs …
|
/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
|
/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 | index.rst | 5 This section of the manual contains documents and specifications that
|
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/tests/keys/ |
H A D | README | 1 This folder contains a well-known ssh key pair used in QEMU tests.
|
/qemu/ |
H A D | LICENSE | 13 contains its own licensing information. Source files with no licensing
|
/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/docs/system/riscv/ |
H A D | microblaze-v-generic.rst | 5 64-bit) RISC-V instruction set architecture (ISA) and contains interfaces
|
/qemu/qapi/ |
H A D | transaction.json | 207 # For external snapshots, the dictionary contains the device, the file 221 # For internal snapshots, the dictionary contains the device and the
|
H A D | ebpf.json | 10 # eBPF object is an ELF binary that contains the eBPF program and eBPF
|
/qemu/pc-bios/ |
H A D | README | 52 Where pnv-pnor.in contains the two lines (no leading whitespace): 83 source code also contains code reused from other projects described here:
|
12345