/qemu/tests/tcg/multiarch/system/ |
H A D | validate-memory-counts.py | 69 parts = line.strip().split(', ') 70 if len(parts) != 4: 73 region_base = int(parts[0], 16) 74 reads = int(parts[1]) 75 writes = int(parts[2]) 80 seen_all = parts[3] == "true"
|
/qemu/docs/sphinx/ |
H A D | qapi_domain.py | 878 parts = list(QAPIDescription.split_fqn(name)) 879 explicit = tuple(bool(x) for x in parts) 882 if namespace and not parts[0]: 883 parts[0] = namespace 884 if modname and not parts[1]: 885 parts[1] = modname 888 if all(parts): 889 implicit_fqn = f"{parts[0]}:{parts[1]}.{parts[2]}" 923 esc = tuple(re.escape(s) for s in parts) 932 if parts[0] and not (explicit[0] or explicit[1]): [all …]
|
/qemu/ |
H A D | LICENSE | 11 2) Parts of the QEMU emulator have specific licenses which are compatible 22 but some parts may be GPLv2 or other licenses. Again, see the
|
/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 473 parts = path.split("/") 478 for i, part in enumerate(parts): 479 is_last = i == len(parts) - 1 652 parts = path.split("/") 657 parts, filename = parts[:-1], parts[-1] 659 for _, part in enumerate(parts):
|
/qemu/pc-bios/ |
H A D | README | 21 QEMU implements parts of the IEEE 1275 Open Firmware interface. 66 were built at git tag "edk2-stable202302". The firmware binaries bundle parts 68 function of the edk2 tag). Parts of the Berkeley SoftFloat library are
|
/qemu/include/qapi/ |
H A D | qobject-input-visitor.h | 52 * Error messages refer to parts of @obj in JavaScript/Python syntax. 65 * QString, and error messages refer to parts of @obj in the syntax
|
/qemu/qom/ |
H A D | object.c | 2147 char **parts, in object_resolve_abs_path() argument 2152 if (*parts == NULL) { in object_resolve_abs_path() 2156 if (strcmp(*parts, "") == 0) { in object_resolve_abs_path() 2157 return object_resolve_abs_path(parent, parts + 1, typename); in object_resolve_abs_path() 2160 child = object_resolve_path_component(parent, *parts); in object_resolve_abs_path() 2165 return object_resolve_abs_path(child, parts + 1, typename); in object_resolve_abs_path() 2169 char **parts, in object_resolve_partial_path() argument 2177 obj = object_resolve_abs_path(parent, parts, typename); in object_resolve_partial_path() 2187 found = object_resolve_partial_path(prop->opaque, parts, in object_resolve_partial_path() 2209 char **parts; in object_resolve_path_type() local [all …]
|
/qemu/target/avr/ |
H A D | translate.c | 1573 * Loads one byte from the data space to a register. For parts with SRAM, 1575 * (and external SRAM if applicable). For parts without SRAM, the data space 1599 * Loads one byte indirect from the data space to a register. For parts 1601 * internal SRAM (and external SRAM if applicable). For parts without SRAM, the 1602 * data space consists of the Register File only. In some parts the Flash 1615 * updated in parts with more than 64KB data space or more than 64KB Program 1657 * to a register. For parts with SRAM, the data space consists of the Register 1659 * parts without SRAM, the data space consists of the Register File only. In 1660 * some parts the Flash Memory has been mapped to the data space and can be 1672 * Register in the I/O area is updated in parts with more than 64KB data space [all …]
|
/qemu/util/ |
H A D | log.c | 516 char **parts = g_strsplit(str, ",", 0); in qemu_str_to_log_mask() local 519 for (tmp = parts; tmp && *tmp; tmp++) { in qemu_str_to_log_mask() 541 g_strfreev(parts); in qemu_str_to_log_mask() 545 g_strfreev(parts); in qemu_str_to_log_mask()
|
/qemu/docs/about/ |
H A D | license.rst | 9 License <https://www.gnu.org/licenses/gpl-2.0.txt>`__, version 2. Parts
|
/qemu/include/fpu/ |
H A D | softfloat-helpers.h | 9 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and 45 include prominent notice akin to these four paragraphs for those parts of
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_pci.h | 92 /* The alignment to use between consumer and producer parts of vring. 259 /* Device parts access commands. */ 426 struct virtio_dev_part parts[]; member
|
/qemu/include/qemu/ |
H A D | log-for-trace.h | 7 * The purpose of splitting these parts out into their own header
|
/qemu/docs/devel/ |
H A D | index.rst | 5 This section of the manual documents various parts of the internals of
|
/qemu/target/riscv/ |
H A D | common-semi-target.h | 2 * Target-specific parts of semihosting/arm-compat-semi.c.
|
/qemu/scripts/ |
H A D | symlink-install-tree.py | 15 return str(PurePath(d1, *PurePath(d2).parts[1:]))
|
/qemu/target/arm/ |
H A D | common-semi-target.h | 2 * Target-specific parts of semihosting/arm-compat-semi.c.
|
/qemu/host/include/aarch64/host/ |
H A D | load-extract-al16-al8.h.inc | 32 * and single-copy atomic on the parts if 8-byte aligned.
|
/qemu/docs/system/ |
H A D | qemu-manpage.rst | 6 parts of the documentation that go in the manpage as well as the
|
/qemu/include/hw/display/ |
H A D | macfb.h | 5 * some parts from QEMU G364 framebuffer Emulator.
|
/qemu/linux-user/sparc/ |
H A D | target_structs.h | 41 * Note that sparc32 splits these into hi/lo parts.
|
/qemu/tests/qtest/ |
H A D | tpm-tis-swtpm-test.c | 5 * with parts borrowed from migration-test.c that is:
|
H A D | tpm-crb-swtpm-test.c | 5 * with parts borrowed from migration-test.c that is:
|
/qemu/target/m68k/ |
H A D | softfloat.h | 5 * Package. Those parts of the code (and some later contributions) are
|
/qemu/fpu/ |
H A D | softfloat-parts-addsub.c.inc | 5 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and
|