Lines Matching full:it
13 A specific API used to accelerate execution of guest instructions. It can be
44 QEMU is able to emulate a CPU, and all the hardware interacting with it,
46 using a hardware-based accelerator, it is responsible for emulating, using
59 QEMU implements a `gdb server <GDB usage>`, allowing gdb to attach to it and
67 are using through the codebase. It provides many data structures, macros, string
68 and thread utilities and portable functions across different OS. It's required
75 machines. It provides various services to help QEMU to interact with it.
105 Xen as well). For MacOS, it's HVF. Windows defines WHPX. And NetBSD provides
115 RAM, one or more CPUs, and various devices. It can be selected with the option
148 "softmmu" precisely because it implements this in software, including a TLB
191 Once a series is reviewed and accepted by a subsystem maintainer, it will be
201 QEMU Copy On Write is a disk format developed by QEMU. It provides transparent
228 default. There is a work in progress to integrate it in QEMU codebase for
236 or it may work with a hypervisor such as KVM, Xen or Hypervisor.Framework to
246 The term "target" can be ambiguous. In most places in QEMU it is used as a
254 TCG is the QEMU `Tiny Code Generator <tcg>`. It is the JIT (just-in-time)
257 It is one of the accelerators supported by QEMU, and supports a lot of
265 guest to host kernel. It is available for Linux and BSD.
273 case). It's designed to be more efficient than emulating a real device, by