/qemu/tests/tcg/i386/ |
H A D | README | 6 This program executes most of the 16 bit and 32 bit x86 instructions and 15 Various exceptions are raised to test most of the x86 user space 21 This program executes most SSE/AVX instructions and generates a text output,
|
/qemu/python/qemu/qmp/ |
H A D | __init__.py | 44 # Classes, most to least important 50 # Exceptions, most generic to most explicit
|
/qemu/docs/devel/ |
H A D | secure-coding-practices.rst | 16 Most CVEs (security bugs) reported against QEMU are not specific to 23 covers the most important classes of security bugs. 25 Instead of describing them in detail here, only the names of the most important 34 performed regularly by Coverity and the most obvious of these bugs are even 45 The most sensitive attack surface is device emulation. All hardware register
|
H A D | build-system.rst | 29 Most of the actual build process uses Meson under the hood, therefore 91 Write a Makefile fragment to stdout, exposing the result of the most 116 therefore can be used to check for cross compilers. However, most 300 is built from several sourcesets; most of them however host generated 380 Most of the libraries used by system-mode emulators are not available for 402 interpreter that was used to invoke Meson. This is the most common 462 Print a help message for the most common build targets.
|
H A D | build-environment.rst | 8 the code base, and most of the other dependencies are optional. 10 We present here simple instructions to enable native builds on most popular
|
H A D | index-api.rst | 4 Details about how QEMU's various internal APIs. Most of these are
|
/qemu/include/block/ |
H A D | block-common.h | 267 * Get the first most significant bit of wp. If it is zero, then 391 * For most block devices (including their backing files) this is true, but 450 * For most filters, the filtered child is linked in bs->file, bs->backing is 468 * May have at most one COW child. In this case it's linked in bs->backing. 471 * May have at most one PRIMARY child. In this case it's linked in bs->file. 495 * Any node may have at most one filtered child at a time. 505 * Any node may have at most one such backing child at a time. 510 * The primary child. For most drivers, this is the child whose 512 * Any node may have at most one primary child at a time.
|
/qemu/tests/tcg/aarch64/system/ |
H A D | pauth-3.c | 11 * Use PACGA, because it returns the most bits from ComputePAC. in main() 12 * We still only get the most significant 32-bits of the result. in main()
|
/qemu/tests/functional/qemu_test/ |
H A D | tuxruntest.py | 32 # Pre-init TuxRun specific settings: Most machines work with 40 # Most Linux's use ttyS0 for their serial port 127 special with the command line we can process most things using
|
/qemu/target/i386/tcg/ |
H A D | access.h | 7 /* An access covers at most sizeof(X86XSaveArea), at most 2 pages. */
|
/qemu/docs/devel/testing/ |
H A D | ci.rst | 11 Most of QEMU's CI is run on GitLab's infrastructure although a number 12 of other CI services are used for specialised purposes. The most up to
|
/qemu/tests/qtest/libqos/ |
H A D | sdhci-cmd.h | 66 /* Read at most 1 block of SD using non-DMA */ 70 /* Write at most 1 block of SD using non-DMA */
|
/qemu/nbd/ |
H A D | nbd-internal.h | 33 * The most up-to-date documentation is available at: 42 /* Size of all NBD_REP_* sent in answer to most NBD_OPT_*, without payload */
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 73 The project aims to support the most recent major version at all times for 80 releases (e.g. Debian backports). Within each major release, only the most 144 The project aims to support the two most recent versions of Windows that are
|
/qemu/docs/system/ |
H A D | target-riscv.rst | 18 For most boards the CPU type is fixed (matching what the hardware has), 33 standard PC. (Once the kernel has booted, most user space software
|
H A D | device-emulation.rst | 32 Most devices will exist on a BUS of some sort. Depending on the 34 automatically created. In most cases the BUS a device is attached to
|
H A D | target-arm.rst | 28 embedded boards). For most boards the CPU type is fixed (matching what 43 standard PC. (Once the kernel has booted, most userspace software
|
/qemu/include/exec/ |
H A D | cputlb.h | 53 * At most one entry for a given virtual address is permitted. Only a 78 * At most one entry for a given virtual address is permitted. Only a 125 * Flush the entire TLB for the specified CPU. Most CPU architectures
|
/qemu/include/hw/ppc/ |
H A D | ppc.h | 46 * the most significant bit 53 * the most significant bit is 1.
|
/qemu/docs/ |
H A D | glossary.rst | 66 `GLib2 <https://docs.gtk.org/glib/>`_ is one of the most important libraries we 195 The QEMU project doesn't currently expect most developers to directly submit 246 The term "target" can be ambiguous. In most places in QEMU it is used as a
|
/qemu/scripts/qmp/ |
H A D | qmp | 6 for qmp-shell. The assumption is that most users are using either
|
/qemu/util/ |
H A D | uuid.c | 31 /* Set the two most significant bits (bits 6 and 7) of the in qemu_uuid_generate() 34 /* Set the four most significant bits (bits 12 through 15) of the in qemu_uuid_generate()
|
/qemu/docs/devel/migration/ |
H A D | main.rst | 80 the ``QEMUFile`` type (see ``migration/qemu-file.h``). In most cases this 87 For most devices, the state is saved in a single call to the migration 150 Most device data can be described using the ``VMSTATE`` macros (mostly defined 244 The most common structure change is adding new data, e.g. when adding 263 succeed to older QEMUs in most cases. This is OK for data that's 391 compatibility; in general most changes can be made by adding Subsections
|
/qemu/target/i386/hvf/ |
H A D | README.md | 3 …location: https://github.com/veertuinc/vdhh) with some minor changes, the most significant of whic…
|
/qemu/docs/system/openrisc/ |
H A D | emulation.rst | 13 for most Class II (optional) instructions.
|