Lines Matching +full:pull +full:- +full:requests

3 --------
5 --------
11 -----------
14 hardware-based, through a virtualization API provided by the host OS (kvm, hvf,
15 whpx, ...), or software-based (tcg). See this description of `supported
19 -----
24 -----
26 Block drivers are the available `disk formats and front-ends
27 <block-drivers>` available, and block devices `(see Block device section on
32 ---
39 ------
45 including `many devices<device-emulation>`. When QEMU runs a virtual machine
46 using a hardware-based accelerator, it is responsible for emulating, using
50 ----
57 -------
60 debug a running virtual machine, or a program in user-mode. This allows
64 -----
72 -----------
74 The `QEMU Guest Agent <qemu-ga>` is a daemon intended to be run within virtual
80 -----
91 ----
97 ----------
111 -------
116 ``-machine`` of qemu-system. Our machine models can be found on this `page
117 <system-targets-ref>`.
120 ---------
126 ---
128 The `QEMU Network Block Device server <qemu-nbd>` is a tool that can be used to
132 ------------
139 <https://gitlab.com/qemu-project/qemu/-/issues>`_ tracker is the best place.
144 -------------
151 QEMU user-mode does not implement a full software MMU, but "simply" translates
156 -------------------
166 -----
168 Multiple CPU support was first implemented using a round-robin algorithm
169 running on a single thread. Later on, `Multi-threaded TCG <mttcg>` was developed
173 -------
183 -------
189 --
192 included in a PR (Pull Request) that the project maintainer will merge into QEMU
196 pull requests.
199 -----
207 ----
213 ---
219 -------------
225 ----
227 `A new programming language <https://www.rust-lang.org/>`_, memory safe by
232 -----------
244 ------
252 ---
254 TCG is the QEMU `Tiny Code Generator <tcg>`. It is the JIT (just-in-time)
261 ---------
268 ------
276 vhost-user
277 ----------
279 `Vhost-user <vhost_user>` is an interface used to implement VirtIO devices