Lines Matching +full:com +full:- +full:mode
12 ----------
15 `MAINTAINERS <https://gitlab.com/qemu-project/qemu/-/blob/master/MAINTAINERS>`_
20 - `Accelerators<Accelerators>`
21 - Block devices and `disk images<disk images>` support
22 - `CI<ci>` and `Tests<testing>`
23 - `Devices<device-emulation>` & Board models
24 - `Documentation <documentation-root>`
25 - `GDB support<GDB usage>`
26 - :ref:`Migration<migration>`
27 - `Monitor<QEMU monitor>`
28 - :ref:`QOM (QEMU Object Model)<qom>`
29 - `System mode<System emulation>`
30 - :ref:`TCG (Tiny Code Generator)<tcg>`
31 - `User mode<user-mode>` (`Linux<linux-user-mode>` & `BSD<bsd-user-mode>`)
32 - User Interfaces
34 More documentation on QEMU subsystems can be found on :ref:`internal-subsystem`
38 --------------
48 * `accel <https://gitlab.com/qemu-project/qemu/-/tree/master/accel>`_:
53 `target <https://gitlab.com/qemu-project/qemu/-/tree/master/target>`_.
54 * `audio <https://gitlab.com/qemu-project/qemu/-/tree/master/audio>`_:
56 * `authz <https://gitlab.com/qemu-project/qemu/-/tree/master/authz>`_:
58 * `backends <https://gitlab.com/qemu-project/qemu/-/tree/master/backends>`_:
61 * `block <https://gitlab.com/qemu-project/qemu/-/tree/master/block>`_:
63 * `bsd-user <https://gitlab.com/qemu-project/qemu/-/tree/master/bsd-user>`_:
64 `BSD User mode<bsd-user-mode>`.
67 * `chardev <https://gitlab.com/qemu-project/qemu/-/tree/master/chardev>`_:
69 * `common-user <https://gitlab.com/qemu-project/qemu/-/tree/master/common-user>`_:
70 User-mode assembly code for dealing with signals occurring during syscalls.
71 * `configs <https://gitlab.com/qemu-project/qemu/-/tree/master/configs>`_:
73 * `contrib <https://gitlab.com/qemu-project/qemu/-/tree/master/contrib>`_:
75 * `crypto <https://gitlab.com/qemu-project/qemu/-/tree/master/crypto>`_:
77 * `disas <https://gitlab.com/qemu-project/qemu/-/tree/master/disas>`_:
79 * `docs <https://gitlab.com/qemu-project/qemu/-/tree/master/docs>`_:
81 * `dump <https://gitlab.com/qemu-project/qemu/-/tree/master/dump>`_:
83 * `ebpf <https://gitlab.com/qemu-project/qemu/-/tree/master/ebpf>`_:
84 eBPF program support in QEMU. `virtio-net RSS<ebpf-rss>` uses it.
85 * `fpu <https://gitlab.com/qemu-project/qemu/-/tree/master/fpu>`_:
86 Floating-point software emulation.
87 * `fsdev <https://gitlab.com/qemu-project/qemu/-/tree/master/fsdev>`_:
88 `VirtFS <https://www.linux-kvm.org/page/VirtFS>`_ support.
89 * `gdbstub <https://gitlab.com/qemu-project/qemu/-/tree/master/gdbstub>`_:
91 * `gdb-xml <https://gitlab.com/qemu-project/qemu/-/tree/master/gdb-xml>`_:
93 * `host <https://gitlab.com/qemu-project/qemu/-/tree/master/host>`_:
96 * `linux-headers <https://gitlab.com/qemu-project/qemu/-/tree/master/linux-headers>`_:
98 KVM support and user-mode.
99 * `linux-user <https://gitlab.com/qemu-project/qemu/-/tree/master/linux-user>`_:
100 `User mode <user-mode>` implementation. Contains one folder per target
102 * `.gitlab-ci.d <https://gitlab.com/qemu-project/qemu/-/tree/master/.gitlab-ci.d>`_:
104 * `include <https://gitlab.com/qemu-project/qemu/-/tree/master/include>`_:
107 * `hw <https://gitlab.com/qemu-project/qemu/-/tree/master/hw>`_:
108 `Devices <device-emulation>` and boards emulation. Devices are categorized by
110 * `io <https://gitlab.com/qemu-project/qemu/-/tree/master/io>`_:
111 QEMU `I/O channels <https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg04208.html>`_.
112 * `libdecnumber <https://gitlab.com/qemu-project/qemu/-/tree/master/libdecnumber>`_:
114 * `migration <https://gitlab.com/qemu-project/qemu/-/tree/master/migration>`__:
116 * `monitor <https://gitlab.com/qemu-project/qemu/-/tree/master/monitor>`_:
118 * `nbd <https://gitlab.com/qemu-project/qemu/-/tree/master/nbd>`_:
120 * `net <https://gitlab.com/qemu-project/qemu/-/tree/master/net>`_:
122 * `pc-bios <https://gitlab.com/qemu-project/qemu/-/tree/master/pc-bios>`_:
123 Contains pre-built firmware binaries and boot images, ready to use in
125 * `plugins <https://gitlab.com/qemu-project/qemu/-/tree/master/plugins>`_:
126 :ref:`TCG plugins <tcg-plugins>` core implementation. Plugins can be found in
127 `tests <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/tcg/plugins>`__
128 and `contrib <https://gitlab.com/qemu-project/qemu/-/tree/master/contrib/plugins>`__
130 * `po <https://gitlab.com/qemu-project/qemu/-/tree/master/po>`_:
132 * `python <https://gitlab.com/qemu-project/qemu/-/tree/master/python>`_:
134 * `qapi <https://gitlab.com/qemu-project/qemu/-/tree/master/qapi>`_:
136 * `qobject <https://gitlab.com/qemu-project/qemu/-/tree/master/qobject>`_:
138 * `qga <https://gitlab.com/qemu-project/qemu/-/tree/master/qga>`_:
139 QEMU `Guest agent <qemu-ga>` implementation.
140 * `qom <https://gitlab.com/qemu-project/qemu/-/tree/master/qom>`_:
142 * `replay <https://gitlab.com/qemu-project/qemu/-/tree/master/replay>`_:
144 * `roms <https://gitlab.com/qemu-project/qemu/-/tree/master/roms>`_:
147 * `rust <https://gitlab.com/qemu-project/qemu/-/tree/master/rust>`_:
150 * `scripts <https://gitlab.com/qemu-project/qemu/-/tree/master/scripts>`_:
153 * `scsi <https://gitlab.com/qemu-project/qemu/-/tree/master/scsi>`_:
155 * `semihosting <https://gitlab.com/qemu-project/qemu/-/tree/master/semihosting>`_:
157 * `stats <https://gitlab.com/qemu-project/qemu/-/tree/master/stats>`_:
159 * `storage-daemon <https://gitlab.com/qemu-project/qemu/-/tree/master/storage-daemon>`_:
160 QEMU `Storage daemon <storage-daemon>` implementation.
161 * `stubs <https://gitlab.com/qemu-project/qemu/-/tree/master/stubs>`_:
164 * `subprojects <https://gitlab.com/qemu-project/qemu/-/tree/master/subprojects>`_:
166 * `system <https://gitlab.com/qemu-project/qemu/-/tree/master/system>`_:
167 QEMU `system mode <System emulation>` implementation (cpu, mmu, boot support).
168 * `target <https://gitlab.com/qemu-project/qemu/-/tree/master/target>`_:
172 * `tcg <https://gitlab.com/qemu-project/qemu/-/tree/master/tcg>`_:
175 * `tests <https://gitlab.com/qemu-project/qemu/-/tree/master/tests>`_:
178 - `avocado <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/avocado>`_:
179 Functional tests booting full VM using `Avocado framework <checkavocado-ref>`.
181 `tests/functional <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/functional>`_
183 - `data <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/data>`_:
185 - `decode <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/decode>`_:
187 - `docker <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/docker>`_:
188 Code and scripts to create `containers <container-ref>` used in `CI <ci>`.
189 - `fp <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/fp>`_:
191 - `functional <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/functional>`_:
192 `Functional tests <checkfunctional-ref>` (full VM boot).
193 - `lcitool <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/lcitool>`_:
195 - `migration <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/migration>`_:
197 - `multiboot <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/multiboot>`_:
199 - `qapi-schema <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/qapi-schema>`_:
200 Test scripts and data for `QAPI <qapi-tests>`.
201 - `qemu-iotests <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/qemu-iotests>`_:
202 `Disk image and block tests <qemu-iotests>`.
203 - `qtest <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/qtest>`_:
205 - `tcg <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/tcg>`__:
206 `TCG related tests <checktcg-ref>`. Contains code per architecture
208 - `tsan <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/tsan>`_:
209 `Suppressions <tsan-suppressions>` for thread sanitizer.
210 - `uefi-test-tools <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/uefi-test-tools>`_:
212 - `unit <https://gitlab.com/qemu-project/qemu/-/tree/master/tests/unit>`_:
213 QEMU `Unit tests <unit-tests>`.
214 * `trace <https://gitlab.com/qemu-project/qemu/-/tree/master/trace>`_:
217 * `ui <https://gitlab.com/qemu-project/qemu/-/tree/master/ui>`_:
219 * `util <https://gitlab.com/qemu-project/qemu/-/tree/master/util>`_: