/qemu/tests/tcg/aarch64/system/ |
H A D | semiheap.c | 61 * boot.S put our stack somewhere inside the data segment of the in main() 64 * struct (on the stack) should not be inside the reported heap. in main() 67 ml_printf("info appears to be inside the heap: %p in %p:%p\n", in main()
|
/qemu/python/ |
H A D | README.rst | 13 environment. If you are inside a virtual environment, they will 18 local python packages. If you are inside of a virtual environment, 50 2. Inside a Python script, use ``sys.path`` to forcibly include a search
|
/qemu/docs/devel/testing/ |
H A D | blkverify.rst | 11 processes inside the guest will crash because corrupt sectors were read as part 12 of the executable. Other times obscure errors are raised by a program inside 16 ``blkverify`` solves this problem by catching data corruption inside QEMU the first
|
H A D | qgraph.rst | 299 /* Get node(s) contained inside (CONTAINS) */ 378 /* Get node(s) contained inside (CONTAINS) */ 388 /* Get node(s) contained inside (CONTAINS) */ 448 /* Get node contained inside (CONTAINS) */
|
/qemu/docs/system/devices/ |
H A D | canokey.rst | 34 inspect what happens inside a secure key 42 they can see what happens inside the secure key 113 If you want to trace what happens inside the secure key, when compiling
|
H A D | virtio-snd.rst | 16 Virtio sound implements capture and playback from inside a guest using the
|
/qemu/tests/tcg/multiarch/arm-compat-semi/ |
H A D | semihosting.c | 58 /* check our local variables are indeed inside the reported stack */ in main() 70 printf("info appears to be inside the heap: %p in %p:%p\n", in main()
|
/qemu/include/hw/audio/ |
H A D | virtio-snd.h | 110 * In TX / Plaback, `offset` represents the first unused position inside 226 * Convenience queue to keep track of invalid tx/rx queue messages inside 236 * This queue must be empty at all times except for inside the tx/rx
|
/qemu/hw/s390x/ |
H A D | cpu-topology.c | 14 * guest with CPU and KVM specificity will be implemented inside 45 * Returns the socket number used inside the cores_per_socket array 58 * Returns the socket number used inside the cores_per_socket array 228 * attributes fits inside the system topology.
|
/qemu/python/scripts/ |
H A D | mkvenv.py | 128 """Returns True if it is executed inside of a virtual environment.""" 141 environment when invoked from inside of an existing virtual 144 console_scripts inside the virtual environment. 239 The final, final hook. Enter the venv and run commands inside of it. 242 # We're inside of a venv and we want to include the parent 776 This is intended to be run *inside the venv* after it is created.
|
/qemu/docs/ |
H A D | defs.rst.inc | 7 used inside a parsed-literal block: the definition must not include
|
/qemu/docs/system/ |
H A D | linuxboot.rst | 6 This section explains how to launch a Linux kernel inside QEMU without
|
H A D | gdb.rst | 75 inside a system image, it does present challenges. Kernel preemption 232 Connecting to the GDB socket allows running arbitrary code inside the guest;
|
/qemu/include/hw/ppc/ |
H A D | spapr_numa.h | 21 * feels odd, but it will spare a MACHINE() call inside the
|
/qemu/tests/qtest/migration/ |
H A D | Makefile | 28 * inside tests/migration to update, and then remember to send both
|
/qemu/tests/unit/ |
H A D | meson.build | 24 # all code tested by test-x86-topo is inside topology.h 30 # all code tested by test-int128 is inside int128.h
|
/qemu/scripts/ |
H A D | vmstate-static-checker.py | 120 # Some QEMU versions moved a few fields inside a substruct. This 122 # something got shifted inside a substruct. For example, the 148 # attempt to check inside the substruct.
|
/qemu/tests/qtest/migration/aarch64/ |
H A D | a-b-kernel.h | 3 * inside tests/migration to update, and then remember to send both
|
/qemu/linux-headers/linux/ |
H A D | stddef.h | 11 /* Not all C++ standards support type declarations inside an anonymous union */
|
/qemu/docs/devel/ |
H A D | uefi-vars.rst | 30 Instead of running the privileged code inside the guest we can run it
|
H A D | docs.rst | 46 be in the C code block. If there is a string inside the brackets,
|
/qemu/docs/specs/ |
H A D | ppc-spapr-numa.rst | 118 In a hypothetical platform where all resources inside the same hardware module 331 implementation constraints of the kernel and QEMU will provide inside the 410 NUMA distancing inside the guest for the pseries machine.
|
/qemu/qapi/ |
H A D | machine-s390x.json | 25 # Modify the topology by moving the CPU inside the topology tree, or
|
/qemu/target/i386/tcg/system/ |
H A D | tcg-cpu.c | 68 * ... with two regions inside: normal system memory with low in tcg_cpu_realizefn()
|
/qemu/include/migration/ |
H A D | register.h | 26 /* The following handlers run inside the BQL. */ 127 /* This runs both outside and inside the BQL. */
|