Searched full:system (Results 126 – 150 of 2154) sorted by relevance
12345678910>>...87
/qemu/docs/devel/ |
H A D | codebase.rst | 29 - `System mode<System emulation>` 66 system to put the built code anywhere else you like. 133 Python part of our build/test system. 165 QEMU submodules used by QEMU build system. 166 * `system <https://gitlab.com/qemu-project/qemu/-/tree/master/system>`_: 167 QEMU `system mode <System emulation>` implementation (cpu, mmu, boot support).
|
H A D | uefi-vars.rst | 17 by the firmware. On x86 this has been implemented using System 59 qemu-system-x86_64 \ 67 qemu-system-aarch64 -M virt \
|
/qemu/stubs/ |
H A D | get-vm-name.c | 2 #include "system/system.h"
|
/qemu/include/hw/virtio/ |
H A D | virtio-blk.h | 20 #include "system/iothread.h" 21 #include "system/block-backend.h" 22 #include "system/block-ram-registrar.h"
|
/qemu/system/ |
H A D | globals.c | 31 #include "system/cpus.h" 32 #include "system/system.h"
|
H A D | rtc.c | 32 #include "system/replay.h" 33 #include "system/system.h" 34 #include "system/rtc.h"
|
/qemu/target/i386/hvf/ |
H A D | hvf-cpu.c | 14 #include "system/system.h" 16 #include "system/hvf.h"
|
/qemu/include/hw/misc/ |
H A D | npcm_gcr.h | 2 * Nuvoton NPCM7xx/8xx System Global Control Registers. 19 #include "system/memory.h" 26 * 11: System flash attached to BMC
|
/qemu/tests/functional/ |
H A D | test_arm_cubieboard.py | 62 'system-control@1c00000') 64 'reboot: Restarting system') 99 'reboot: Restarting system') 139 'reboot: Restarting system')
|
/qemu/scripts/ |
H A D | analyze-inclusions | 19 # system). 56 echo $(grep_include -F 'system/memory.h') files include system/memory.h 74 printf "%s\t %s\t %s\t %s\n", sys_l, sys_b, sys_f, "system"
|
/qemu/common-user/host/riscv/ |
H A D | safe-syscall.inc.S | 3 * to handle signals occurring at the same time as system calls. 21 * This is the entry point for making a system call. The calling 24 * second one the system call number (as a 'long'), and all further
|
/qemu/hw/arm/ |
H A D | microbit.c | 15 #include "system/system.h" 16 #include "system/address-spaces.h"
|
/qemu/hw/misc/ |
H A D | slavio_misc.c | 30 #include "system/runstate.h" 35 * This is the auxio port, chip control and system control part of 109 // Diagnostic and system control registers not cleared in reset in slavio_misc_reset() 468 /* System control */ in slavio_misc_init() 470 "system-control", SYSCTRL_SIZE); in slavio_misc_init() 473 /* AUX 1 (Misc System Functions) */ in slavio_misc_init() 475 "misc-system-functions", MISC_SIZE); in slavio_misc_init()
|
H A D | sifive_test.c | 26 #include "system/runstate.h" 28 #include "system/system.h"
|
/qemu/ |
H A D | qemu.nsi | 151 SectionGroup "System Emulations" SectionSystem 153 !include "${BINDIR}\system-emulations.nsh" 216 Delete "$INSTDIR\qemu-system-*.exe" 232 !insertmacro MUI_DESCRIPTION_TEXT ${SectionSystem} "System emulation." 233 !include "${BINDIR}\system-mui-text.nsh"
|
/qemu/include/hw/firmware/ |
H A D | smbios.h | 53 * can be used in a 64-bit target system, except that SMBIOS 2.1 entry point 135 /* SMBIOS type 1 - System Information */ 164 /* SMBIOS type 3 - System Enclosure (v2.7) */ 233 /* SMBIOS type 9 - System Slots (v2.1+) */ 306 /* SMBIOS type 32 - System Boot Information */
|
/qemu/docs/system/arm/ |
H A D | bananapi_m2u.rst | 49 argument to qemu-system-arm. 66 $ qemu-system-arm -M bpim2u -nographic \ 102 $ qemu-system-arm -M bpim2u -nic user -nographic \ 126 $ qemu-system-arm -M bpim2u -nographic -sd sd.img
|
/qemu/common-user/host/aarch64/ |
H A D | safe-syscall.inc.S | 3 * to handle signals occurring at the same time as system calls. 20 /* This is the entry point for making a system call. The calling 23 * second one the system call number (as a 'long'), and all further
|
/qemu/hw/xen/ |
H A D | xen_devconfig.c | 4 #include "system/blockdev.h" 5 #include "system/system.h"
|
/qemu/docs/specs/ |
H A D | vmgenid.rst | 16 operating system when the virtual machine is executed with a different 18 guest operating system notices the change, and is then able to react as 37 areas used by the operating system. 59 Xen) put it in the main descriptor table (Differentiated System Description 61 put it in its own Secondary System Description Table, or SSDT. 63 The following is a dump of the contents from a running system::
|
H A D | fsi.rst | 65 learn more about Aspeed ``rainier-bmc`` machine: (:doc:`../../system/arm/aspeed`) 69 qemu-system-arm -M rainier-bmc -nographic \ 81 bus: main-system-bus 82 type System
|
/qemu/docs/system/ |
H A D | gdb.rst | 40 Here are some useful tips in order to use gdb on system code: 54 accelerator. For TCG system emulation we advertise an infinite number 69 ASLR when booting the system. 71 Debugging user-space in system emulation 75 inside a system image, it does present challenges. Kernel preemption 141 a unix socket (if supported by your operating system). This is useful when
|
/qemu/hw/ppc/ |
H A D | spapr_rtc.c | 2 * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator 30 #include "system/system.h" 31 #include "system/rtc.h"
|
/qemu/target/hppa/ |
H A D | sys_helper.c | 2 * Helpers for HPPA system instructions. 25 #include "system/runstate.h" 26 #include "system/system.h"
|
/qemu/docs/system/i386/ |
H A D | microvm.rst | 75 $ qemu-system-x86_64 -M microvm \ 96 $ qemu-system-x86_64 \ 113 As the microvm machine type includes just a small set of system 115 system, like sending a key sequence to the keyboard or writing to an
|
12345678910>>...87