Home
last modified time | relevance | path

Searched full:system (Results 126 – 150 of 2154) sorted by relevance

12345678910>>...87

/qemu/docs/devel/
H A Dcodebase.rst29 - `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 Duefi-vars.rst17 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 Dget-vm-name.c2 #include "system/system.h"
/qemu/include/hw/virtio/
H A Dvirtio-blk.h20 #include "system/iothread.h"
21 #include "system/block-backend.h"
22 #include "system/block-ram-registrar.h"
/qemu/system/
H A Dglobals.c31 #include "system/cpus.h"
32 #include "system/system.h"
H A Drtc.c32 #include "system/replay.h"
33 #include "system/system.h"
34 #include "system/rtc.h"
/qemu/target/i386/hvf/
H A Dhvf-cpu.c14 #include "system/system.h"
16 #include "system/hvf.h"
/qemu/include/hw/misc/
H A Dnpcm_gcr.h2 * Nuvoton NPCM7xx/8xx System Global Control Registers.
19 #include "system/memory.h"
26 * 11: System flash attached to BMC
/qemu/tests/functional/
H A Dtest_arm_cubieboard.py62 'system-control@1c00000')
64 'reboot: Restarting system')
99 'reboot: Restarting system')
139 'reboot: Restarting system')
/qemu/scripts/
H A Danalyze-inclusions19 # 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 Dsafe-syscall.inc.S3 * 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 Dmicrobit.c15 #include "system/system.h"
16 #include "system/address-spaces.h"
/qemu/hw/misc/
H A Dslavio_misc.c30 #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 Dsifive_test.c26 #include "system/runstate.h"
28 #include "system/system.h"
/qemu/
H A Dqemu.nsi151 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 Dsmbios.h53 * 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 Dbananapi_m2u.rst49 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 Dsafe-syscall.inc.S3 * 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 Dxen_devconfig.c4 #include "system/blockdev.h"
5 #include "system/system.h"
/qemu/docs/specs/
H A Dvmgenid.rst16 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 Dfsi.rst65 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 Dgdb.rst40 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 Dspapr_rtc.c2 * 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 Dsys_helper.c2 * Helpers for HPPA system instructions.
25 #include "system/runstate.h"
26 #include "system/system.h"
/qemu/docs/system/i386/
H A Dmicrovm.rst75 $ 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