Lines Matching full:system
113 QEMU's system emulation models many different types of hardware. A machine model
114 (sometimes called a board model) is the model of a complete virtual system with
116 ``-machine`` of qemu-system. Our machine models can be found on this `page
117 <system-targets-ref>`.
147 physical addresses and managing memory protection. QEMU system mode is named
175 `TCG Plugins <TCG Plugins>` is an API used to instrument guest code, in system
231 System mode
234 QEMU System mode provides a virtual model of an entire machine (CPU, memory and
239 QEMU System mode is called :ref:`softmmu <softmmu>` as well.
264 mode the CPU is always emulated. In this mode, QEMU translate system calls from
272 system calls, but targeting an hypervisor, which happens to be QEMU in our