]>
Commit | Line | Data |
---|---|---|
b6f97c14 FB |
1 | QEMU Maintainers |
2 | ================ | |
3 | ||
fd5d5c56 AL |
4 | The intention of this file is not to establish who owns what portions of the |
5 | code base, but to provide a set of names that developers can consult when they | |
6 | have a question about a particular subset and also to provide a set of names | |
7 | to be CC'd when submitting a patch to obtain appropriate review. | |
3cd9acb4 | 8 | |
fd5d5c56 AL |
9 | In general, if you have a question about inclusion of a patch, you should |
10 | consult qemu-devel and not any specific individual privately. | |
b6f97c14 | 11 | |
fd5d5c56 AL |
12 | Descriptions of section entries: |
13 | ||
14 | M: Mail patches to: FullName <address@domain> | |
9436e082 CH |
15 | Maintainers are looking after a certain area and must be CCed on |
16 | patches. They are considered the main contact point. | |
fdf6fab4 PM |
17 | R: Designated reviewer: FullName <address@domain> |
18 | These reviewers should be CCed on patches. | |
9436e082 CH |
19 | Reviewers are familiar with the subject matter and provide feedback |
20 | even though they are not maintainers. | |
fd5d5c56 | 21 | L: Mailing list that is relevant to this area |
9436e082 | 22 | These lists should be CCed on patches. |
fd5d5c56 AL |
23 | W: Web-page with status/info |
24 | Q: Patchwork web based patch tracking system site | |
25 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. | |
26 | S: Status, one of the following: | |
27 | Supported: Someone is actually paid to look after this. | |
28 | Maintained: Someone actually looks after it. | |
29 | Odd Fixes: It has a maintainer but they don't have time to do | |
c91bbffb | 30 | much other than throw the odd patch in. See below. |
fd5d5c56 AL |
31 | Orphan: No current maintainer [but maybe you could take the |
32 | role as you write your new code]. | |
33 | Obsolete: Old code. Something tagged obsolete generally means | |
34 | it has been replaced by a better system and you | |
35 | should be using that. | |
36 | F: Files and directories with wildcard patterns. | |
37 | A trailing slash includes all files and subdirectory files. | |
38 | F: drivers/net/ all files in and below drivers/net | |
39 | F: drivers/net/* all files in drivers/net, but not below | |
40 | F: */net/* all files in "any top level directory"/net | |
41 | One pattern per line. Multiple F: lines acceptable. | |
42 | X: Files and directories that are NOT maintained, same rules as F: | |
43 | Files exclusions are tested before file matches. | |
44 | Can be useful for excluding a specific subdirectory, for instance: | |
45 | F: net/ | |
46 | X: net/ipv6/ | |
47 | matches all files in and below net excluding net/ipv6/ | |
48 | K: Keyword perl extended regex pattern to match content in a | |
49 | patch or file. For instance: | |
50 | K: of_get_profile | |
51 | matches patches or files that contain "of_get_profile" | |
52 | K: \b(printk|pr_(info|err))\b | |
53 | matches patches or files that contain one or more of the words | |
54 | printk, pr_info or pr_err | |
55 | One regex pattern per line. Multiple K: lines acceptable. | |
56 | ||
57 | ||
58 | General Project Administration | |
59 | ------------------------------ | |
ff0d4876 | 60 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 61 | |
c9a19d5b SW |
62 | All patches CC here |
63 | L: [email protected] | |
64 | F: * | |
65 | F: */ | |
66 | ||
62622c11 MT |
67 | Responsible Disclosure, Reporting Security Issues |
68 | ------------------------------ | |
70b7fba9 | 69 | W: https://wiki.qemu.org/SecurityProcess |
62622c11 | 70 | M: Michael S. Tsirkin <[email protected]> |
62622c11 MT |
71 | L: [email protected] |
72 | ||
936c2230 LV |
73 | Trivial patches |
74 | --------------- | |
75 | Trivial patches | |
76 | M: Michael Tokarev <[email protected]> | |
77 | M: Laurent Vivier <[email protected]> | |
78 | S: Maintained | |
79 | L: [email protected] | |
80 | K: ^Subject:.*(?i)trivial | |
81 | T: git git://git.corpit.ru/qemu.git trivial-patches | |
e18a8b34 | 82 | T: git https://github.com/vivier/qemu.git trivial-patches |
936c2230 | 83 | |
daf14ce3 CH |
84 | Architecture support |
85 | -------------------- | |
86 | S390 | |
87 | M: Cornelia Huck <[email protected]> | |
88 | S: Supported | |
89 | F: default-configs/s390x-softmmu.mak | |
90 | F: gdb-xml/s390*.xml | |
91 | F: hw/char/sclp*.[hc] | |
92 | F: hw/char/terminal3270.c | |
93 | F: hw/intc/s390_flic.c | |
94 | F: hw/intc/s390_flic_kvm.c | |
95 | F: hw/s390x/ | |
2fe2942c | 96 | F: hw/vfio/ap.c |
daf14ce3 CH |
97 | F: hw/vfio/ccw.c |
98 | F: hw/watchdog/wdt_diag288.c | |
99 | F: include/hw/s390x/ | |
100 | F: include/hw/watchdog/wdt_diag288.h | |
101 | F: pc-bios/s390-ccw/ | |
102 | F: pc-bios/s390-ccw.img | |
103 | F: target/s390x/ | |
694a8d70 | 104 | F: docs/vfio-ap.txt |
daf14ce3 | 105 | K: ^Subject:.*(?i)s390x? |
e18a8b34 | 106 | T: git https://github.com/cohuck/qemu.git s390-next |
daf14ce3 CH |
107 | L: [email protected] |
108 | ||
fd5d5c56 AL |
109 | Guest CPU cores (TCG): |
110 | ---------------------- | |
486bbe5f | 111 | Overall |
5dd4a88c | 112 | L: [email protected] |
2b1641d0 | 113 | M: Richard Henderson <[email protected]> |
2185fd67 | 114 | R: Paolo Bonzini <[email protected]> |
2b1641d0 | 115 | S: Maintained |
2b1641d0 | 116 | F: cpus.c |
2b1641d0 | 117 | F: exec.c |
c6a88dda | 118 | F: accel/tcg/ |
9681ad3e | 119 | F: accel/stubs/tcg-stub.c |
55fd1892 | 120 | F: scripts/decodetree.py |
3fdbf5d6 | 121 | F: docs/devel/decodetree.rst |
2b1641d0 PB |
122 | F: include/exec/cpu*.h |
123 | F: include/exec/exec-all.h | |
486bbe5f | 124 | F: include/exec/helper*.h |
2b1641d0 | 125 | F: include/exec/tb-hash.h |
460423d3 | 126 | F: include/sysemu/cpus.h |
486bbe5f | 127 | |
1badb586 PM |
128 | FPU emulation |
129 | M: Aurelien Jarno <[email protected]> | |
130 | M: Peter Maydell <[email protected]> | |
0636e4d8 AB |
131 | M: Alex Bennée <[email protected]> |
132 | S: Maintained | |
1badb586 PM |
133 | F: fpu/ |
134 | F: include/fpu/ | |
0636e4d8 | 135 | F: tests/fp/ |
1badb586 | 136 | |
fd5d5c56 | 137 | Alpha |
8d6df264 RH |
138 | M: Richard Henderson <[email protected]> |
139 | S: Maintained | |
fcf5ef2a | 140 | F: target/alpha/ |
c0bd0b50 | 141 | F: tests/tcg/alpha/ |
c17652ee | 142 | F: disas/alpha.c |
b6f97c14 | 143 | |
b6f97c14 | 144 | ARM |
1ce9ce6a | 145 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 146 | L: [email protected] |
fd5d5c56 | 147 | S: Maintained |
fcf5ef2a | 148 | F: target/arm/ |
c348722c | 149 | F: tests/tcg/arm/ |
29e0436e | 150 | F: tests/tcg/aarch64/ |
8d8b636d PB |
151 | F: hw/arm/ |
152 | F: hw/cpu/a*mpcore.c | |
f7e242d6 | 153 | F: include/hw/cpu/a*mpcore.h |
c17652ee PB |
154 | F: disas/arm.c |
155 | F: disas/arm-a64.cc | |
156 | F: disas/libvixl/ | |
fd5d5c56 | 157 | |
49154ea0 EA |
158 | ARM SMMU |
159 | M: Eric Auger <[email protected]> | |
160 | L: [email protected] | |
161 | S: Maintained | |
162 | F: hw/arm/smmu* | |
163 | F: include/hw/arm/smmu* | |
164 | ||
fd5d5c56 AL |
165 | CRIS |
166 | M: Edgar E. Iglesias <[email protected]> | |
167 | S: Maintained | |
fcf5ef2a | 168 | F: target/cris/ |
8d8b636d | 169 | F: hw/cris/ |
c9b90090 | 170 | F: include/hw/cris/ |
c0bd0b50 | 171 | F: tests/tcg/cris/ |
c17652ee | 172 | F: disas/cris.c |
fd5d5c56 | 173 | |
61766fe9 RH |
174 | HPPA (PA-RISC) |
175 | M: Richard Henderson <[email protected]> | |
176 | S: Maintained | |
177 | F: target/hppa/ | |
61461802 | 178 | F: hw/hppa/ |
61766fe9 RH |
179 | F: disas/hppa.c |
180 | ||
07bf23a7 MW |
181 | LM32 |
182 | M: Michael Walle <[email protected]> | |
183 | S: Maintained | |
fcf5ef2a | 184 | F: target/lm32/ |
4eab7a0a | 185 | F: disas/lm32.c |
8d8b636d | 186 | F: hw/lm32/ |
4eab7a0a MW |
187 | F: hw/*/lm32_* |
188 | F: hw/*/milkymist-* | |
70cc0c1f | 189 | F: include/hw/display/milkymist_tmu2.h |
4eab7a0a MW |
190 | F: include/hw/char/lm32_juart.h |
191 | F: include/hw/lm32/ | |
c0bd0b50 | 192 | F: tests/tcg/lm32/ |
07bf23a7 | 193 | |
fd5d5c56 | 194 | M68K |
595a926d LV |
195 | M: Laurent Vivier <[email protected]> |
196 | S: Maintained | |
fcf5ef2a | 197 | F: target/m68k/ |
e9a56114 | 198 | F: disas/m68k.c |
fd5d5c56 AL |
199 | |
200 | MicroBlaze | |
201 | M: Edgar E. Iglesias <[email protected]> | |
202 | S: Maintained | |
fcf5ef2a | 203 | F: target/microblaze/ |
8d8b636d | 204 | F: hw/microblaze/ |
c17652ee | 205 | F: disas/microblaze.c |
fd5d5c56 | 206 | |
b6f97c14 | 207 | MIPS |
ddb13561 | 208 | M: Aurelien Jarno <[email protected]> |
4872fee2 | 209 | M: Aleksandar Markovic <[email protected]> |
215943b8 | 210 | R: Aleksandar Rikalo <[email protected]> |
6f640917 | 211 | S: Maintained |
fcf5ef2a | 212 | F: target/mips/ |
10a9794d | 213 | F: default-configs/*mips* |
0f865314 AM |
214 | F: disas/mips.c |
215 | F: disas/nanomips.cpp | |
216 | F: disas/nanomips.h | |
217 | F: hw/intc/mips_gic.c | |
8d8b636d | 218 | F: hw/mips/ |
5995db88 | 219 | F: hw/misc/mips_* |
5995db88 | 220 | F: hw/timer/mips_gictimer.c |
0f865314 | 221 | F: include/hw/intc/mips_gic.h |
5995db88 TH |
222 | F: include/hw/mips/ |
223 | F: include/hw/misc/mips_* | |
5995db88 | 224 | F: include/hw/timer/mips_gictimer.h |
c0bd0b50 | 225 | F: tests/tcg/mips/ |
09684557 | 226 | K: ^Subject:.*(?i)mips |
fd5d5c56 | 227 | |
d15a9c23 AG |
228 | Moxie |
229 | M: Anthony Green <[email protected]> | |
230 | S: Maintained | |
fcf5ef2a | 231 | F: target/moxie/ |
c17652ee | 232 | F: disas/moxie.c |
a3ccdfb5 TH |
233 | F: hw/moxie/ |
234 | F: default-configs/moxie-softmmu.mak | |
d15a9c23 | 235 | |
e671711c MV |
236 | NiosII |
237 | M: Chris Wulff <[email protected]> | |
238 | M: Marek Vasut <[email protected]> | |
239 | S: Maintained | |
240 | F: target/nios2/ | |
241 | F: hw/nios2/ | |
15e10756 | 242 | F: hw/intc/nios2_iic.c |
e671711c | 243 | F: disas/nios2.c |
15e10756 | 244 | F: default-configs/nios2-softmmu.mak |
e671711c | 245 | |
945dad6d | 246 | OpenRISC |
1d7cf18d SH |
247 | M: Stafford Horne <[email protected]> |
248 | S: Odd Fixes | |
fcf5ef2a | 249 | F: target/openrisc/ |
945dad6d | 250 | F: hw/openrisc/ |
c0bd0b50 | 251 | F: tests/tcg/openrisc/ |
945dad6d | 252 | |
b6f97c14 | 253 | PowerPC |
b4daafbd | 254 | M: David Gibson <[email protected]> |
a6c98685 | 255 | L: [email protected] |
fd5d5c56 | 256 | S: Maintained |
fcf5ef2a | 257 | F: target/ppc/ |
8d8b636d | 258 | F: hw/ppc/ |
b5d55020 | 259 | F: include/hw/ppc/ |
c17652ee | 260 | F: disas/ppc.c |
fd5d5c56 | 261 | |
4dc62b15 | 262 | RISC-V |
4dc62b15 | 263 | M: Palmer Dabbelt <[email protected]> |
a17a61f3 | 264 | M: Alistair Francis <[email protected]> |
4dc62b15 MC |
265 | M: Sagar Karandikar <[email protected]> |
266 | M: Bastian Koppelmann <[email protected]> | |
a094b354 | 267 | L: [email protected] |
7b91ae7d | 268 | S: Supported |
4dc62b15 MC |
269 | F: target/riscv/ |
270 | F: hw/riscv/ | |
271 | F: include/hw/riscv/ | |
f936eac8 | 272 | F: linux-user/host/riscv32/ |
511f3138 | 273 | F: linux-user/host/riscv64/ |
4dc62b15 | 274 | |
fd5d5c56 | 275 | S390 |
2b35e93f | 276 | M: Richard Henderson <[email protected]> |
ced01bb7 | 277 | M: David Hildenbrand <[email protected]> |
fd5d5c56 | 278 | S: Maintained |
fcf5ef2a | 279 | F: target/s390x/ |
8d8b636d | 280 | F: hw/s390x/ |
c17652ee | 281 | F: disas/s390.c |
276ba120 | 282 | F: tests/tcg/s390x/ |
146bd283 | 283 | L: [email protected] |
fd5d5c56 | 284 | |
b6f97c14 | 285 | SH4 |
ddb13561 | 286 | M: Aurelien Jarno <[email protected]> |
2c9b7d1a | 287 | S: Odd Fixes |
fcf5ef2a | 288 | F: target/sh4/ |
8d8b636d | 289 | F: hw/sh4/ |
c17652ee | 290 | F: disas/sh4.c |
8a90f900 | 291 | F: include/hw/sh4/ |
fd5d5c56 AL |
292 | |
293 | SPARC | |
f2416d3a | 294 | M: Mark Cave-Ayland <[email protected]> |
2c742bf7 | 295 | M: Artyom Tarasenko <[email protected]> |
fd5d5c56 | 296 | S: Maintained |
fcf5ef2a | 297 | F: target/sparc/ |
8d8b636d PB |
298 | F: hw/sparc/ |
299 | F: hw/sparc64/ | |
84dbe974 | 300 | F: include/hw/sparc/sparc64.h |
c17652ee | 301 | F: disas/sparc.c |
fd5d5c56 | 302 | |
a6ea7b4c AF |
303 | UniCore32 |
304 | M: Guan Xuetao <[email protected]> | |
305 | S: Maintained | |
fcf5ef2a | 306 | F: target/unicore32/ |
8d8b636d | 307 | F: hw/unicore32/ |
47b98d59 | 308 | F: include/hw/unicore32/ |
a6ea7b4c | 309 | |
fd5d5c56 | 310 | X86 |
d46d72fd PB |
311 | M: Paolo Bonzini <[email protected]> |
312 | M: Richard Henderson <[email protected]> | |
e1a04339 | 313 | M: Eduardo Habkost <[email protected]> |
b203a4ba | 314 | S: Maintained |
fcf5ef2a | 315 | F: target/i386/ |
4132431f | 316 | F: tests/tcg/i386/ |
3a082ec0 | 317 | F: tests/tcg/x86_64/ |
8d8b636d | 318 | F: hw/i386/ |
c17652ee | 319 | F: disas/i386.c |
2544e9e4 | 320 | F: docs/qemu-cpu-models.texi |
e18a8b34 | 321 | T: git https://github.com/ehabkost/qemu.git x86-next |
fd5d5c56 | 322 | |
16e7caae MF |
323 | Xtensa |
324 | M: Max Filippov <[email protected]> | |
b8105d21 | 325 | W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
16e7caae | 326 | S: Maintained |
fcf5ef2a | 327 | F: target/xtensa/ |
8d8b636d | 328 | F: hw/xtensa/ |
c0bd0b50 | 329 | F: tests/tcg/xtensa/ |
5a6539e6 | 330 | F: disas/xtensa.c |
895e4897 MF |
331 | F: include/hw/xtensa/xtensa-isa.h |
332 | F: default-configs/xtensa*.mak | |
16e7caae | 333 | |
48e06fe0 BK |
334 | TriCore |
335 | M: Bastian Koppelmann <[email protected]> | |
336 | S: Maintained | |
fcf5ef2a | 337 | F: target/tricore/ |
48e06fe0 | 338 | F: hw/tricore/ |
d46d14e6 | 339 | F: include/hw/tricore/ |
48e06fe0 | 340 | |
dd28bebd AB |
341 | Multiarch Linux User Tests |
342 | M: Alex Bennée <[email protected]> | |
00a25291 | 343 | S: Maintained |
dd28bebd AB |
344 | F: tests/tcg/multiarch/ |
345 | ||
fd5d5c56 AL |
346 | Guest CPU Cores (KVM): |
347 | ---------------------- | |
348 | ||
349 | Overall | |
c6d559d9 | 350 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
351 | L: [email protected] |
352 | S: Supported | |
fd5d5c56 | 353 | F: */kvm.* |
1962cb20 | 354 | F: accel/kvm/ |
9681ad3e TH |
355 | F: accel/stubs/kvm-stub.c |
356 | F: include/hw/kvm/ | |
a95e9a48 | 357 | F: include/sysemu/kvm*.h |
9681ad3e | 358 | F: scripts/kvm/kvm_flightrecorder |
fd5d5c56 | 359 | |
ed4659d1 PM |
360 | ARM |
361 | M: Peter Maydell <[email protected]> | |
b4f2bd1c | 362 | L: [email protected] |
ed4659d1 | 363 | S: Maintained |
fcf5ef2a | 364 | F: target/arm/kvm.c |
ed4659d1 | 365 | |
a31896c4 | 366 | MIPS |
a7a2d7d2 | 367 | M: James Hogan <[email protected]> |
215943b8 | 368 | R: Aleksandar Rikalo <[email protected]> |
a31896c4 | 369 | S: Maintained |
fcf5ef2a | 370 | F: target/mips/kvm.c |
a31896c4 | 371 | |
fd5d5c56 | 372 | PPC |
bba8e23a | 373 | M: David Gibson <[email protected]> |
fd5d5c56 | 374 | S: Maintained |
fcf5ef2a | 375 | F: target/ppc/kvm.c |
fd5d5c56 | 376 | |
749717a0 | 377 | S390 |
7c8e2647 | 378 | M: Halil Pasic <[email protected]> |
c1976ae7 | 379 | M: Cornelia Huck <[email protected]> |
7c8e2647 | 380 | M: Christian Borntraeger <[email protected]> |
0922e8c0 | 381 | S: Supported |
fcf5ef2a | 382 | F: target/s390x/kvm.c |
040078e0 DH |
383 | F: target/s390x/kvm_s390x.h |
384 | F: target/s390x/kvm-stub.c | |
fcf5ef2a TH |
385 | F: target/s390x/ioinst.[ch] |
386 | F: target/s390x/machine.c | |
74b4c74d | 387 | F: target/s390x/sigp.c |
4277af19 CH |
388 | F: hw/intc/s390_flic.c |
389 | F: hw/intc/s390_flic_kvm.c | |
390 | F: include/hw/s390x/s390_flic.h | |
c5bfb202 | 391 | F: gdb-xml/s390*.xml |
e18a8b34 SH |
392 | T: git https://github.com/cohuck/qemu.git s390-next |
393 | T: git https://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 394 | L: [email protected] |
fd5d5c56 AL |
395 | |
396 | X86 | |
d46d72fd | 397 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
398 | M: Marcelo Tosatti <[email protected]> |
399 | L: [email protected] | |
400 | S: Supported | |
fcf5ef2a | 401 | F: target/i386/kvm.c |
9681ad3e | 402 | F: scripts/kvm/vmxcap |
fd5d5c56 | 403 | |
8a6b0cd7 SS |
404 | Guest CPU Cores (Xen): |
405 | ---------------------- | |
406 | ||
407 | X86 | |
3623c57e SS |
408 | M: Stefano Stabellini <[email protected]> |
409 | M: Anthony Perard <[email protected]> | |
19b845bd | 410 | M: Paul Durrant <[email protected]> |
6d06220a | 411 | L: [email protected] |
8a6b0cd7 | 412 | S: Supported |
8a6b0cd7 | 413 | F: */xen* |
d6a3f64a | 414 | F: hw/9pfs/xen-9p-backend.c |
c92451c2 PB |
415 | F: hw/char/xen_console.c |
416 | F: hw/display/xenfb.c | |
417 | F: hw/net/xen_nic.c | |
1a72d9ae | 418 | F: hw/block/xen* |
4ea7d1a7 | 419 | F: hw/block/dataplane/xen* |
c92451c2 PB |
420 | F: hw/xen/ |
421 | F: hw/xenpv/ | |
9027ac50 | 422 | F: hw/i386/xen/ |
fcab2b46 | 423 | F: include/hw/block/dataplane/xen* |
c92451c2 | 424 | F: include/hw/xen/ |
9027ac50 | 425 | F: include/sysemu/xen-mapcache.h |
8a6b0cd7 | 426 | |
1bdd6874 SW |
427 | Hosts: |
428 | ------ | |
429 | ||
430 | LINUX | |
f5fecb49 PMD |
431 | M: Michael S. Tsirkin <[email protected]> |
432 | M: Cornelia Huck <[email protected]> | |
433 | M: Paolo Bonzini <[email protected]> | |
1bdd6874 | 434 | S: Maintained |
1bdd6874 | 435 | F: linux-headers/ |
f5fecb49 | 436 | F: scripts/update-linux-headers.sh |
1bdd6874 SW |
437 | |
438 | POSIX | |
f3f0204d | 439 | M: Paolo Bonzini <[email protected]> |
1bdd6874 | 440 | S: Maintained |
f3f0204d PMD |
441 | F: os-posix.c |
442 | F: include/sysemu/os-posix.h | |
443 | F: util/*posix*.c | |
444 | F: include/qemu/*posix*.h | |
1bdd6874 | 445 | |
3c2bdbc1 KR |
446 | NETBSD |
447 | L: [email protected] | |
448 | M: Kamil Rytarowski <[email protected]> | |
449 | S: Maintained | |
1b61270b | 450 | K: ^Subject:.*(?i)NetBSD |
3c2bdbc1 | 451 | |
0a773d55 BS |
452 | OPENBSD |
453 | L: [email protected] | |
454 | M: Brad Smith <[email protected]> | |
455 | S: Maintained | |
456 | K: ^Subject:.*(?i)OpenBSD | |
457 | ||
1bdd6874 SW |
458 | W32, W64 |
459 | L: [email protected] | |
460 | M: Stefan Weil <[email protected]> | |
461 | S: Maintained | |
462 | F: *win32* | |
03972660 TH |
463 | F: */*win32* |
464 | F: include/*/*win32* | |
465 | X: qga/*win32* | |
885bdc95 | 466 | F: qemu.nsi |
1bdd6874 | 467 | |
b250d04a PMD |
468 | Alpha Machines |
469 | M: Richard Henderson <[email protected]> | |
470 | S: Maintained | |
471 | F: hw/alpha/ | |
7bea0dd4 | 472 | F: hw/isa/smc37c669-superio.c |
b250d04a | 473 | |
fd5d5c56 AL |
474 | ARM Machines |
475 | ------------ | |
84291fe7 | 476 | Allwinner-a10 |
85b4d5da | 477 | M: Beniamino Galvani <[email protected]> |
a00d7f20 | 478 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 479 | L: [email protected] |
a00d7f20 | 480 | S: Odd Fixes |
85b4d5da BG |
481 | F: hw/*/allwinner* |
482 | F: include/hw/*/allwinner* | |
84291fe7 LG |
483 | F: hw/arm/cubieboard.c |
484 | ||
e5a6a6e6 | 485 | ARM PrimeCell and CMSDK devices |
06271000 | 486 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 487 | L: [email protected] |
06271000 PB |
488 | S: Maintained |
489 | F: hw/char/pl011.c | |
c6427ff7 | 490 | F: include/hw/char/pl011.h |
06271000 PB |
491 | F: hw/display/pl110* |
492 | F: hw/dma/pl080.c | |
aa74e355 | 493 | F: include/hw/dma/pl080.h |
06271000 PB |
494 | F: hw/dma/pl330.c |
495 | F: hw/gpio/pl061.c | |
496 | F: hw/input/pl050.c | |
497 | F: hw/intc/pl190.c | |
498 | F: hw/sd/pl181.c | |
1d52866f PM |
499 | F: hw/ssi/pl022.c |
500 | F: include/hw/ssi/pl022.h | |
06271000 | 501 | F: hw/timer/pl031.c |
b0de99f3 | 502 | F: include/hw/timer/pl031.h |
06271000 | 503 | F: include/hw/arm/primecell.h |
e5a6a6e6 PM |
504 | F: hw/timer/cmsdk-apb-timer.c |
505 | F: include/hw/timer/cmsdk-apb-timer.h | |
4f4c6206 PM |
506 | F: hw/timer/cmsdk-apb-dualtimer.c |
507 | F: include/hw/timer/cmsdk-apb-dualtimer.h | |
e5a6a6e6 PM |
508 | F: hw/char/cmsdk-apb-uart.c |
509 | F: include/hw/char/cmsdk-apb-uart.h | |
050c2ea0 PM |
510 | F: hw/watchdog/cmsdk-apb-watchdog.c |
511 | F: include/hw/watchdog/cmsdk-apb-watchdog.h | |
0d4a7551 PM |
512 | F: hw/misc/tz-ppc.c |
513 | F: include/hw/misc/tz-ppc.h | |
344f4b15 PM |
514 | F: hw/misc/tz-mpc.c |
515 | F: include/hw/misc/tz-mpc.h | |
211e701d PM |
516 | F: hw/misc/tz-msc.c |
517 | F: include/hw/misc/tz-msc.h | |
06271000 PB |
518 | |
519 | ARM cores | |
520 | M: Peter Maydell <[email protected]> | |
b4f2bd1c | 521 | L: [email protected] |
06271000 PB |
522 | S: Maintained |
523 | F: hw/intc/arm* | |
524 | F: hw/intc/gic_internal.h | |
525 | F: hw/misc/a9scu.c | |
526 | F: hw/misc/arm11scu.c | |
b7f30114 | 527 | F: hw/misc/arm_l2x0.c |
06271000 | 528 | F: hw/timer/a9gtimer* |
c6427ff7 PMD |
529 | F: hw/timer/arm* |
530 | F: include/hw/arm/arm*.h | |
06271000 PB |
531 | F: include/hw/intc/arm* |
532 | F: include/hw/misc/a9scu.h | |
533 | F: include/hw/misc/arm11scu.h | |
534 | F: include/hw/timer/a9gtimer.h | |
535 | F: include/hw/timer/arm_mptimer.h | |
c6427ff7 PMD |
536 | F: include/hw/timer/armv7m_systick.h |
537 | F: tests/test-arm-mptimer.c | |
06271000 | 538 | |
fc63dcff | 539 | Exynos |
f44c5c67 | 540 | M: Igor Mitsyanko <[email protected]> |
a00d7f20 | 541 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 542 | L: [email protected] |
a00d7f20 | 543 | S: Odd Fixes |
8d8b636d | 544 | F: hw/*/exynos* |
ed0db866 | 545 | F: include/hw/arm/exynos4210.h |
fc63dcff | 546 | |
766fd09f | 547 | Calxeda Highbank |
9ef137ca | 548 | M: Rob Herring <[email protected]> |
a00d7f20 | 549 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 550 | L: [email protected] |
a00d7f20 | 551 | S: Odd Fixes |
8d8b636d PB |
552 | F: hw/arm/highbank.c |
553 | F: hw/net/xgmac.c | |
766fd09f | 554 | |
9082f121 AP |
555 | Canon DIGIC |
556 | M: Antony Pavlov <[email protected]> | |
a00d7f20 | 557 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 558 | L: [email protected] |
a00d7f20 | 559 | S: Odd Fixes |
9082f121 AP |
560 | F: include/hw/arm/digic.h |
561 | F: hw/*/digic* | |
7ad5f2d1 | 562 | F: include/hw/*/digic* |
9082f121 | 563 | |
fd5d5c56 | 564 | Gumstix |
a00d7f20 PM |
565 | M: Peter Maydell <[email protected]> |
566 | R: Philippe Mathieu-Daudé <[email protected]> | |
5dd4a88c | 567 | L: [email protected] |
b4f2bd1c | 568 | L: [email protected] |
1f7161d2 | 569 | S: Odd Fixes |
8d8b636d | 570 | F: hw/arm/gumstix.c |
fd5d5c56 | 571 | |
123a069a TH |
572 | i.MX25 PDK |
573 | M: Peter Maydell <[email protected]> | |
574 | R: Jean-Christophe Dubois <[email protected]> | |
575 | L: [email protected] | |
576 | S: Odd Fixes | |
577 | F: hw/arm/fsl-imx25.c | |
578 | F: hw/arm/imx25_pdk.c | |
579 | F: hw/misc/imx25_ccm.c | |
580 | F: include/hw/arm/fsl-imx25.h | |
581 | F: include/hw/misc/imx25_ccm.h | |
582 | ||
95a5db3a | 583 | i.MX31 (kzm) |
0325559d | 584 | M: Peter Chubb <[email protected]> |
a00d7f20 | 585 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 586 | L: [email protected] |
95a5db3a | 587 | S: Odd Fixes |
8d8b636d | 588 | F: hw/arm/kzm.c |
95a5db3a TH |
589 | F: hw/*/imx_* |
590 | F: hw/*/*imx31* | |
591 | F: include/hw/*/imx_* | |
592 | F: include/hw/*/*imx31* | |
0325559d | 593 | |
fd5d5c56 | 594 | Integrator CP |
1ce9ce6a | 595 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 596 | L: [email protected] |
fd5d5c56 | 597 | S: Maintained |
8d8b636d | 598 | F: hw/arm/integratorcp.c |
f7e242d6 | 599 | F: hw/misc/arm_integrator_debug.c |
b7f30114 | 600 | F: include/hw/misc/arm_integrator_debug.h |
fd5d5c56 | 601 | |
95a5db3a TH |
602 | MCIMX6UL EVK / i.MX6ul |
603 | M: Peter Maydell <[email protected]> | |
604 | R: Jean-Christophe Dubois <[email protected]> | |
605 | L: [email protected] | |
606 | S: Odd Fixes | |
607 | F: hw/arm/mcimx6ul-evk.c | |
608 | F: hw/arm/fsl-imx6ul.c | |
609 | F: hw/misc/imx6ul_ccm.c | |
610 | F: include/hw/arm/fsl-imx6ul.h | |
611 | F: include/hw/misc/imx6ul_ccm.h | |
612 | ||
613 | MCIMX7D SABRE / i.MX7 | |
614 | M: Peter Maydell <[email protected]> | |
615 | R: Andrey Smirnov <[email protected]> | |
616 | L: [email protected] | |
617 | S: Odd Fixes | |
618 | F: hw/arm/mcimx7d-sabre.c | |
619 | F: hw/arm/fsl-imx7.c | |
b7f30114 | 620 | F: hw/misc/imx7_*.c |
95a5db3a | 621 | F: include/hw/arm/fsl-imx7.h |
b7f30114 | 622 | F: include/hw/misc/imx7_*.h |
95a5db3a TH |
623 | F: hw/pci-host/designware.c |
624 | F: include/hw/pci-host/designware.h | |
625 | ||
e5a6a6e6 PM |
626 | MPS2 |
627 | M: Peter Maydell <[email protected]> | |
628 | L: [email protected] | |
629 | S: Maintained | |
630 | F: hw/arm/mps2.c | |
0d4a7551 PM |
631 | F: hw/arm/mps2-tz.c |
632 | F: hw/misc/mps2-*.c | |
633 | F: include/hw/misc/mps2-*.h | |
6eee5d24 PM |
634 | F: hw/arm/armsse.c |
635 | F: include/hw/arm/armsse.h | |
c56c5760 PMD |
636 | F: hw/misc/iotkit-secctl.c |
637 | F: include/hw/misc/iotkit-secctl.h | |
75750e4d PM |
638 | F: hw/misc/iotkit-sysctl.c |
639 | F: include/hw/misc/iotkit-sysctl.h | |
c667a25b PM |
640 | F: hw/misc/iotkit-sysinfo.c |
641 | F: include/hw/misc/iotkit-sysinfo.h | |
5aeb3689 PM |
642 | F: hw/misc/armsse-cpuid.c |
643 | F: include/hw/misc/armsse-cpuid.h | |
cdf63440 PM |
644 | F: hw/misc/armsse-mhu.c |
645 | F: include/hw/misc/armsse-mhu.h | |
e5a6a6e6 | 646 | |
8f69a4c1 PM |
647 | Musca |
648 | M: Peter Maydell <[email protected]> | |
649 | L: [email protected] | |
650 | S: Maintained | |
651 | F: hw/arm/musca.c | |
652 | ||
fd5d5c56 AL |
653 | Musicpal |
654 | M: Jan Kiszka <[email protected]> | |
a00d7f20 | 655 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 656 | L: [email protected] |
a00d7f20 | 657 | S: Odd Fixes |
8d8b636d | 658 | F: hw/arm/musicpal.c |
fd5d5c56 AL |
659 | |
660 | nSeries | |
661 | M: Andrzej Zaborowski <[email protected]> | |
a00d7f20 | 662 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 663 | L: [email protected] |
a00d7f20 | 664 | S: Odd Fixes |
8d8b636d | 665 | F: hw/arm/nseries.c |
8a08cc71 | 666 | F: hw/display/blizzard.c |
b7f30114 TH |
667 | F: hw/input/lm832x.c |
668 | F: hw/input/tsc2005.c | |
669 | F: hw/misc/cbus.c | |
670 | F: hw/timer/twl92230.c | |
8a08cc71 | 671 | F: include/hw/display/blizzard.h |
a331dd02 | 672 | F: include/hw/input/tsc2xxx.h |
e8fa3958 | 673 | F: include/hw/misc/cbus.h |
fd5d5c56 AL |
674 | |
675 | Palm | |
676 | M: Andrzej Zaborowski <[email protected]> | |
a00d7f20 | 677 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 678 | L: [email protected] |
a00d7f20 | 679 | S: Odd Fixes |
8d8b636d | 680 | F: hw/arm/palm.c |
b7f30114 | 681 | F: hw/input/tsc210x.c |
a331dd02 | 682 | F: include/hw/input/tsc2xxx.h |
fd5d5c56 | 683 | |
95a5db3a TH |
684 | Raspberry Pi |
685 | M: Peter Maydell <[email protected]> | |
686 | R: Andrew Baumann <[email protected]> | |
687 | R: Philippe Mathieu-Daudé <[email protected]> | |
688 | L: [email protected] | |
689 | S: Odd Fixes | |
123a069a | 690 | F: hw/arm/raspi.c |
95a5db3a TH |
691 | F: hw/arm/raspi_platform.h |
692 | F: hw/*/bcm283* | |
693 | F: include/hw/arm/raspi* | |
694 | F: include/hw/*/bcm283* | |
695 | ||
fd5d5c56 | 696 | Real View |
1ce9ce6a | 697 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 698 | L: [email protected] |
fd5d5c56 | 699 | S: Maintained |
8d8b636d | 700 | F: hw/arm/realview* |
f7e242d6 | 701 | F: hw/cpu/realview_mpcore.c |
5ea53049 PB |
702 | F: hw/intc/realview_gic.c |
703 | F: include/hw/intc/realview_gic.h | |
fd5d5c56 | 704 | |
9b31bff0 | 705 | PXA2XX |
fd5d5c56 | 706 | M: Andrzej Zaborowski <[email protected]> |
a00d7f20 | 707 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 708 | L: [email protected] |
a00d7f20 | 709 | S: Odd Fixes |
9b31bff0 | 710 | F: hw/arm/mainstone.c |
8d8b636d | 711 | F: hw/arm/spitz.c |
9b31bff0 PB |
712 | F: hw/arm/tosa.c |
713 | F: hw/arm/z2.c | |
714 | F: hw/*/pxa2xx* | |
123a069a TH |
715 | F: hw/display/tc6393xb.c |
716 | F: hw/gpio/max7310.c | |
717 | F: hw/gpio/zaurus.c | |
f7e242d6 | 718 | F: hw/misc/mst_fpga.c |
b7f30114 | 719 | F: hw/misc/max111x.c |
ed0db866 | 720 | F: include/hw/arm/pxa.h |
123a069a | 721 | F: include/hw/arm/sharpsl.h |
ee2ccc57 | 722 | F: include/hw/display/tc6393xb.h |
fd5d5c56 | 723 | |
95a5db3a TH |
724 | SABRELITE / i.MX6 |
725 | M: Peter Maydell <[email protected]> | |
726 | R: Jean-Christophe Dubois <[email protected]> | |
727 | L: [email protected] | |
728 | S: Odd Fixes | |
729 | F: hw/arm/sabrelite.c | |
730 | F: hw/arm/fsl-imx6.c | |
b7f30114 | 731 | F: hw/misc/imx6_*.c |
95a5db3a TH |
732 | F: hw/ssi/imx_spi.c |
733 | F: include/hw/arm/fsl-imx6.h | |
b7f30114 | 734 | F: include/hw/misc/imx6_*.h |
95a5db3a TH |
735 | F: include/hw/ssi/imx_spi.h |
736 | ||
671f11b2 TH |
737 | Sharp SL-5500 (Collie) PDA |
738 | M: Peter Maydell <[email protected]> | |
739 | L: [email protected] | |
740 | S: Odd Fixes | |
741 | F: hw/arm/collie.c | |
742 | F: hw/arm/strongarm* | |
743 | ||
fd5d5c56 | 744 | Stellaris |
1ce9ce6a | 745 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 746 | L: [email protected] |
fd5d5c56 | 747 | S: Maintained |
8d8b636d | 748 | F: hw/*/stellaris* |
98fa3327 | 749 | F: include/hw/input/gamepad.h |
fd5d5c56 | 750 | |
95a5db3a TH |
751 | Versatile Express |
752 | M: Peter Maydell <[email protected]> | |
753 | L: [email protected] | |
754 | S: Maintained | |
755 | F: hw/arm/vexpress.c | |
756 | ||
fd5d5c56 | 757 | Versatile PB |
1ce9ce6a | 758 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 759 | L: [email protected] |
fd5d5c56 | 760 | S: Maintained |
8d8b636d | 761 | F: hw/*/versatile* |
c6427ff7 | 762 | F: hw/misc/arm_sysctl.c |
fd5d5c56 | 763 | |
95a5db3a TH |
764 | Virt |
765 | M: Peter Maydell <[email protected]> | |
766 | L: [email protected] | |
767 | S: Maintained | |
768 | F: hw/arm/virt* | |
769 | F: include/hw/arm/virt.h | |
770 | ||
e3260506 | 771 | Xilinx Zynq |
cc0100f4 | 772 | M: Edgar E. Iglesias <[email protected]> |
c22e580c | 773 | M: Alistair Francis <[email protected]> |
a00d7f20 | 774 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 775 | L: [email protected] |
e3260506 | 776 | S: Maintained |
cc0100f4 | 777 | F: hw/*/xilinx_* |
8d8b636d | 778 | F: hw/*/cadence_* |
f7e242d6 TH |
779 | F: hw/misc/zynq* |
780 | F: include/hw/misc/zynq* | |
cc0100f4 | 781 | X: hw/ssi/xilinx_* |
e3260506 | 782 | |
137805f5 | 783 | Xilinx ZynqMP |
c22e580c | 784 | M: Alistair Francis <[email protected]> |
cc0100f4 | 785 | M: Edgar E. Iglesias <[email protected]> |
a00d7f20 | 786 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 787 | L: [email protected] |
137805f5 | 788 | S: Maintained |
cc0100f4 | 789 | F: hw/*/xlnx*.c |
f586d5fc | 790 | F: include/hw/*/xlnx*.h |
24d6d8bf PMD |
791 | F: include/hw/ssi/xilinx_spips.h |
792 | F: hw/display/dpcd.c | |
793 | F: include/hw/display/dpcd.h | |
137805f5 | 794 | |
8f4d260e | 795 | ARM ACPI Subsystem |
e59f13d7 | 796 | M: Shannon Zhao <[email protected]> |
b4f2bd1c | 797 | L: [email protected] |
8f4d260e SZ |
798 | S: Maintained |
799 | F: hw/arm/virt-acpi-build.c | |
8f4d260e | 800 | |
a1f8193b AF |
801 | STM32F205 |
802 | M: Alistair Francis <[email protected]> | |
a00d7f20 | 803 | M: Peter Maydell <[email protected]> |
a1f8193b AF |
804 | S: Maintained |
805 | F: hw/arm/stm32f205_soc.c | |
806 | F: hw/misc/stm32f2xx_syscfg.c | |
807 | F: hw/char/stm32f2xx_usart.c | |
808 | F: hw/timer/stm32f2xx_timer.c | |
809 | F: hw/adc/* | |
810 | F: hw/ssi/stm32f2xx_spi.c | |
0e0d345b | 811 | F: include/hw/*/stm32*.h |
a1f8193b AF |
812 | |
813 | Netduino 2 | |
814 | M: Alistair Francis <[email protected]> | |
a00d7f20 | 815 | M: Peter Maydell <[email protected]> |
a1f8193b AF |
816 | S: Maintained |
817 | F: hw/arm/netduino2.c | |
818 | ||
670bc4cb SS |
819 | SmartFusion2 |
820 | M: Subbaraya Sundeep <[email protected]> | |
a00d7f20 | 821 | M: Peter Maydell <[email protected]> |
670bc4cb SS |
822 | S: Maintained |
823 | F: hw/arm/msf2-soc.c | |
824 | F: hw/misc/msf2-sysreg.c | |
825 | F: hw/timer/mss-timer.c | |
826 | F: hw/ssi/mss-spi.c | |
827 | F: include/hw/arm/msf2-soc.h | |
828 | F: include/hw/misc/msf2-sysreg.h | |
829 | F: include/hw/timer/mss-timer.h | |
830 | F: include/hw/ssi/mss-spi.h | |
831 | ||
832 | Emcraft M2S-FG484 | |
833 | M: Subbaraya Sundeep <[email protected]> | |
a00d7f20 | 834 | M: Peter Maydell <[email protected]> |
670bc4cb SS |
835 | S: Maintained |
836 | F: hw/arm/msf2-som.c | |
837 | ||
f87db1ba JS |
838 | ASPEED BMCs |
839 | M: Cédric Le Goater <[email protected]> | |
a00d7f20 | 840 | M: Peter Maydell <[email protected]> |
f87db1ba JS |
841 | R: Andrew Jeffery <[email protected]> |
842 | R: Joel Stanley <[email protected]> | |
843 | L: [email protected] | |
844 | S: Maintained | |
845 | F: hw/*/*aspeed* | |
b7f30114 | 846 | F: hw/misc/pca9552.c |
f87db1ba | 847 | F: include/hw/*/*aspeed* |
b7f30114 | 848 | F: include/hw/misc/pca9552*.h |
f87db1ba JS |
849 | F: hw/net/ftgmac100.c |
850 | F: include/hw/net/ftgmac100.h | |
851 | ||
c0066d1a JS |
852 | NRF51 |
853 | M: Joel Stanley <[email protected]> | |
a00d7f20 | 854 | M: Peter Maydell <[email protected]> |
c0066d1a JS |
855 | L: [email protected] |
856 | S: Maintained | |
c8de3f5f SH |
857 | F: hw/*/nrf51*.c |
858 | F: hw/*/microbit*.c | |
859 | F: include/hw/*/nrf51*.h | |
860 | F: include/hw/*/microbit*.h | |
861 | F: tests/microbit-test.c | |
c0066d1a | 862 | |
fd5d5c56 AL |
863 | CRIS Machines |
864 | ------------- | |
865 | Axis Dev88 | |
866 | M: Edgar E. Iglesias <[email protected]> | |
867 | S: Maintained | |
8d8b636d | 868 | F: hw/cris/axis_dev88.c |
6e481d57 | 869 | F: hw/*/etraxfs_*.c |
fd5d5c56 | 870 | |
e188396c PMD |
871 | HP-PARISC Machines |
872 | ------------------ | |
873 | Dino | |
874 | M: Richard Henderson <[email protected]> | |
875 | R: Helge Deller <[email protected]> | |
876 | S: Odd Fixes | |
877 | F: hw/hppa/ | |
878 | F: pc-bios/hppa-firmware.img | |
879 | ||
07bf23a7 MW |
880 | LM32 Machines |
881 | ------------- | |
882 | EVR32 and uclinux BSP | |
883 | M: Michael Walle <[email protected]> | |
884 | S: Maintained | |
8d8b636d | 885 | F: hw/lm32/lm32_boards.c |
07bf23a7 | 886 | |
d118aa6b MW |
887 | milkymist |
888 | M: Michael Walle <[email protected]> | |
889 | S: Maintained | |
8d8b636d | 890 | F: hw/lm32/milkymist.c |
d118aa6b | 891 | |
afcacd53 | 892 | M68K Machines |
fd5d5c56 AL |
893 | ------------- |
894 | an5206 | |
5baf2741 TH |
895 | M: Thomas Huth <[email protected]> |
896 | S: Odd Fixes | |
8d8b636d | 897 | F: hw/m68k/an5206.c |
e9a56114 | 898 | F: hw/m68k/mcf5206.c |
fd5d5c56 | 899 | |
fd5d5c56 | 900 | mcf5208 |
5baf2741 TH |
901 | M: Thomas Huth <[email protected]> |
902 | S: Odd Fixes | |
8d8b636d | 903 | F: hw/m68k/mcf5208.c |
e9a56114 TH |
904 | F: hw/m68k/mcf_intc.c |
905 | F: hw/char/mcf_uart.c | |
906 | F: hw/net/mcf_fec.c | |
5baf2741 | 907 | F: include/hw/m68k/mcf*.h |
fd5d5c56 AL |
908 | |
909 | MicroBlaze Machines | |
910 | ------------------- | |
911 | petalogix_s3adsp1800 | |
912 | M: Edgar E. Iglesias <[email protected]> | |
913 | S: Maintained | |
6e481d57 | 914 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
a734c7b5 | 915 | F: include/hw/char/xilinx_uartlite.h |
fd5d5c56 | 916 | |
d36e8ce7 | 917 | petalogix_ml605 |
4b46ba61 | 918 | M: Edgar E. Iglesias <[email protected]> |
d36e8ce7 | 919 | S: Maintained |
8d8b636d | 920 | F: hw/microblaze/petalogix_ml605_mmu.c |
d36e8ce7 | 921 | |
fd5d5c56 AL |
922 | MIPS Machines |
923 | ------------- | |
924 | Jazz | |
925 | M: Hervé Poussineau <[email protected]> | |
215943b8 | 926 | R: Aleksandar Rikalo <[email protected]> |
fd5d5c56 | 927 | S: Maintained |
8d8b636d | 928 | F: hw/mips/mips_jazz.c |
0886a785 PMD |
929 | F: hw/display/jazz_led.c |
930 | F: hw/dma/rc4030.c | |
fd5d5c56 AL |
931 | |
932 | Malta | |
933 | M: Aurelien Jarno <[email protected]> | |
215943b8 | 934 | R: Aleksandar Rikalo <[email protected]> |
fd5d5c56 | 935 | S: Maintained |
8d8b636d | 936 | F: hw/mips/mips_malta.c |
fd5d5c56 AL |
937 | |
938 | Mipssim | |
4872fee2 | 939 | M: Aleksandar Markovic <[email protected]> |
215943b8 | 940 | R: Aleksandar Rikalo <[email protected]> |
659f42d8 | 941 | S: Odd Fixes |
8d8b636d | 942 | F: hw/mips/mips_mipssim.c |
659f42d8 | 943 | F: hw/net/mipsnet.c |
fd5d5c56 AL |
944 | |
945 | R4000 | |
946 | M: Aurelien Jarno <[email protected]> | |
215943b8 | 947 | R: Aleksandar Rikalo <[email protected]> |
fd5d5c56 | 948 | S: Maintained |
8d8b636d | 949 | F: hw/mips/mips_r4k.c |
fd5d5c56 | 950 | |
659f42d8 | 951 | Fulong 2E |
4872fee2 | 952 | M: Aleksandar Markovic <[email protected]> |
215943b8 | 953 | R: Aleksandar Rikalo <[email protected]> |
659f42d8 YK |
954 | S: Odd Fixes |
955 | F: hw/mips/mips_fulong2e.c | |
0170a3fc | 956 | F: hw/isa/vt82c686.c |
5021bfa5 | 957 | F: hw/pci-host/bonito.c |
0170a3fc | 958 | F: include/hw/isa/vt82c686.h |
659f42d8 YK |
959 | |
960 | Boston | |
4872fee2 | 961 | M: Paul Burton <[email protected]> |
215943b8 | 962 | R: Aleksandar Rikalo <[email protected]> |
659f42d8 YK |
963 | S: Maintained |
964 | F: hw/core/loader-fit.c | |
965 | F: hw/mips/boston.c | |
966 | F: hw/pci-host/xilinx-pcie.c | |
5021bfa5 | 967 | F: include/hw/pci-host/xilinx-pcie.h |
659f42d8 | 968 | |
945dad6d JL |
969 | OpenRISC Machines |
970 | ----------------- | |
971 | or1k-sim | |
972 | M: Jia Liu <[email protected]> | |
973 | S: Maintained | |
974 | F: hw/openrisc/openrisc_sim.c | |
975 | ||
fd5d5c56 AL |
976 | PowerPC Machines |
977 | ---------------- | |
978 | 405 | |
bba8e23a | 979 | M: David Gibson <[email protected]> |
a6c98685 | 980 | L: [email protected] |
9b9fe135 | 981 | S: Odd Fixes |
8d8b636d | 982 | F: hw/ppc/ppc405_boards.c |
fd5d5c56 | 983 | |
aaade8d7 | 984 | Bamboo |
bba8e23a | 985 | M: David Gibson <[email protected]> |
aaade8d7 AF |
986 | L: [email protected] |
987 | S: Odd Fixes | |
8d8b636d | 988 | F: hw/ppc/ppc440_bamboo.c |
aaade8d7 | 989 | |
98cded3a | 990 | e500 |
bba8e23a | 991 | M: David Gibson <[email protected]> |
98cded3a | 992 | L: [email protected] |
bba8e23a | 993 | S: Odd Fixes |
ce6fc617 | 994 | F: hw/ppc/e500* |
2c6aba14 | 995 | F: hw/gpio/mpc8xxx.c |
7abb479c | 996 | F: hw/i2c/mpc_i2c.c |
ce6fc617 TH |
997 | F: hw/net/fsl_etsec/ |
998 | F: hw/pci-host/ppce500.c | |
b5d55020 TH |
999 | F: include/hw/ppc/ppc_e500.h |
1000 | F: include/hw/pci-host/ppce500.h | |
1001 | F: pc-bios/u-boot.e500 | |
98cded3a AF |
1002 | |
1003 | mpc8544ds | |
bba8e23a | 1004 | M: David Gibson <[email protected]> |
98cded3a | 1005 | L: [email protected] |
bba8e23a | 1006 | S: Odd Fixes |
98cded3a | 1007 | F: hw/ppc/mpc8544ds.c |
8d8b636d | 1008 | F: hw/ppc/mpc8544_guts.c |
98cded3a | 1009 | |
2c6aba14 | 1010 | New World (mac99) |
40e3dd06 MCA |
1011 | M: Mark Cave-Ayland <[email protected]> |
1012 | R: David Gibson <[email protected]> | |
a6c98685 | 1013 | L: [email protected] |
bba8e23a | 1014 | S: Odd Fixes |
baec1910 | 1015 | F: hw/ppc/mac_newworld.c |
6e481d57 PM |
1016 | F: hw/pci-host/uninorth.c |
1017 | F: hw/pci-bridge/dec.[hc] | |
8d8b636d | 1018 | F: hw/misc/macio/ |
6ba16476 | 1019 | F: hw/misc/mos6522.c |
b5d55020 | 1020 | F: hw/nvram/mac_nvram.c |
2c6aba14 | 1021 | F: hw/input/adb* |
eba45926 | 1022 | F: include/hw/misc/macio/ |
6ba16476 | 1023 | F: include/hw/misc/mos6522.h |
eba45926 | 1024 | F: include/hw/ppc/mac_dbdma.h |
5021bfa5 | 1025 | F: include/hw/pci-host/uninorth.h |
2c6aba14 | 1026 | F: include/hw/input/adb* |
52804c60 | 1027 | F: pc-bios/qemu_vga.ndrv |
fd5d5c56 | 1028 | |
2c6aba14 | 1029 | Old World (g3beige) |
40e3dd06 MCA |
1030 | M: Mark Cave-Ayland <[email protected]> |
1031 | R: David Gibson <[email protected]> | |
a6c98685 | 1032 | L: [email protected] |
bba8e23a | 1033 | S: Odd Fixes |
baec1910 | 1034 | F: hw/ppc/mac_oldworld.c |
6e481d57 | 1035 | F: hw/pci-host/grackle.c |
8d8b636d | 1036 | F: hw/misc/macio/ |
835c42d3 | 1037 | F: hw/intc/heathrow_pic.c |
2c6aba14 | 1038 | F: hw/input/adb* |
97e16dba | 1039 | F: include/hw/intc/heathrow_pic.h |
2c6aba14 | 1040 | F: include/hw/input/adb* |
52804c60 | 1041 | F: pc-bios/qemu_vga.ndrv |
fd5d5c56 | 1042 | |
ec38d398 | 1043 | PReP |
8178e89c | 1044 | M: Hervé Poussineau <[email protected]> |
9f38774d | 1045 | L: [email protected] |
a6c98685 | 1046 | L: [email protected] |
8178e89c | 1047 | S: Maintained |
75610155 | 1048 | F: hw/ppc/prep.c |
8178e89c HP |
1049 | F: hw/ppc/prep_systemio.c |
1050 | F: hw/ppc/rs6000_mc.c | |
6e481d57 | 1051 | F: hw/pci-host/prep.[hc] |
0a9464b5 | 1052 | F: hw/isa/i82378.c |
a48c6b51 | 1053 | F: hw/isa/pc87312.c |
1cd6dccb | 1054 | F: hw/dma/i82374.c |
cec16f0d | 1055 | F: hw/timer/m48t59-isa.c |
a48c6b51 | 1056 | F: include/hw/isa/pc87312.h |
cec16f0d | 1057 | F: include/hw/timer/m48t59.h |
835c42d3 | 1058 | F: pc-bios/ppc_rom.bin |
fd5d5c56 | 1059 | |
300b115c | 1060 | sPAPR |
085eb217 | 1061 | M: David Gibson <[email protected]> |
8a269ca4 AF |
1062 | L: [email protected] |
1063 | S: Supported | |
8d8b636d | 1064 | F: hw/*/spapr* |
f9de2da7 DG |
1065 | F: include/hw/*/spapr* |
1066 | F: hw/*/xics* | |
1067 | F: include/hw/*/xics* | |
1068 | F: pc-bios/spapr-rtas/* | |
b5d55020 TH |
1069 | F: pc-bios/spapr-rtas.bin |
1070 | F: pc-bios/slof.bin | |
1071 | F: docs/specs/ppc-spapr-hcalls.txt | |
1072 | F: docs/specs/ppc-spapr-hotplug.txt | |
a70ab357 GK |
1073 | F: tests/spapr* |
1074 | F: tests/libqos/*spapr* | |
1075 | F: tests/rtas* | |
1076 | F: tests/libqos/rtas* | |
8a269ca4 | 1077 | |
1af82d4f CLG |
1078 | PowerNV (Non-Virtualized) |
1079 | M: Cédric Le Goater <[email protected]> | |
1080 | M: David Gibson <[email protected]> | |
1081 | L: [email protected] | |
1082 | S: Maintained | |
1083 | F: hw/ppc/pnv* | |
1084 | F: hw/intc/pnv* | |
1085 | F: hw/intc/xics_pnv.c | |
1086 | F: include/hw/ppc/pnv* | |
1087 | F: pc-bios/skiboot.lid | |
1088 | F: tests/pnv* | |
1089 | ||
794d00bf AF |
1090 | virtex_ml507 |
1091 | M: Edgar E. Iglesias <[email protected]> | |
1092 | L: [email protected] | |
1093 | S: Odd Fixes | |
6e481d57 | 1094 | F: hw/ppc/virtex_ml507.c |
794d00bf | 1095 | |
a9dd6604 BZ |
1096 | sam460ex |
1097 | M: BALATON Zoltan <[email protected]> | |
1098 | L: [email protected] | |
1099 | S: Maintained | |
33c6a8b5 BZ |
1100 | F: hw/ppc/sam460ex.c |
1101 | F: hw/ppc/ppc440_pcix.c | |
1102 | F: hw/display/sm501* | |
a9dd6604 | 1103 | F: hw/ide/sii3112.c |
c6f2594c | 1104 | F: hw/timer/m41t80.c |
33c6a8b5 BZ |
1105 | F: pc-bios/canyonlands.dt[sb] |
1106 | F: pc-bios/u-boot-sam460ex-20100605.bin | |
1107 | F: roms/u-boot-sam460ex | |
a9dd6604 | 1108 | |
fd5d5c56 AL |
1109 | SH4 Machines |
1110 | ------------ | |
1111 | R2D | |
1112 | M: Magnus Damm <[email protected]> | |
1113 | S: Maintained | |
6e481d57 | 1114 | F: hw/sh4/r2d.c |
81527b94 TH |
1115 | F: hw/intc/sh_intc.c |
1116 | F: hw/timer/sh_timer.c | |
fd5d5c56 AL |
1117 | |
1118 | Shix | |
1119 | M: Magnus Damm <[email protected]> | |
81527b94 | 1120 | S: Odd Fixes |
6e481d57 | 1121 | F: hw/sh4/shix.c |
fd5d5c56 AL |
1122 | |
1123 | SPARC Machines | |
1124 | -------------- | |
1125 | Sun4m | |
f2416d3a | 1126 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 1127 | S: Maintained |
8d8b636d | 1128 | F: hw/sparc/sun4m.c |
c468e368 | 1129 | F: hw/sparc/sun4m_iommu.c |
aec2b887 TH |
1130 | F: hw/display/cg3.c |
1131 | F: hw/display/tcx.c | |
c10a1c78 | 1132 | F: hw/dma/sparc32_dma.c |
7098b79e | 1133 | F: hw/misc/eccmemctl.c |
aec2b887 TH |
1134 | F: hw/*/slavio_*.c |
1135 | F: include/hw/nvram/sun_nvram.h | |
c10a1c78 | 1136 | F: include/hw/sparc/sparc32_dma.h |
d0476159 | 1137 | F: include/hw/sparc/sun4m_iommu.h |
aec2b887 | 1138 | F: pc-bios/openbios-sparc32 |
fd5d5c56 AL |
1139 | |
1140 | Sun4u | |
f2416d3a | 1141 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 1142 | S: Maintained |
8d8b636d | 1143 | F: hw/sparc64/sun4u.c |
8ef856b7 PMD |
1144 | F: hw/sparc64/sun4u_iommu.c |
1145 | F: include/hw/sparc/sun4u_iommu.h | |
5021bfa5 TH |
1146 | F: hw/pci-host/sabre.c |
1147 | F: include/hw/pci-host/sabre.h | |
8ef856b7 PMD |
1148 | F: hw/pci-bridge/simba.c |
1149 | F: include/hw/pci-bridge/simba.h | |
1150 | F: pc-bios/openbios-sparc64 | |
fd5d5c56 | 1151 | |
a2664ca0 AT |
1152 | Sun4v |
1153 | M: Artyom Tarasenko <[email protected]> | |
1154 | S: Maintained | |
626e4a4b | 1155 | F: hw/sparc64/niagara.c |
a2664ca0 AT |
1156 | F: hw/timer/sun4v-rtc.c |
1157 | F: include/hw/timer/sun4v-rtc.h | |
1158 | ||
ce6c760c FC |
1159 | Leon3 |
1160 | M: Fabien Chouteau <[email protected]> | |
918b8ade | 1161 | M: KONRAD Frederic <[email protected]> |
ce6c760c | 1162 | S: Maintained |
8d8b636d PB |
1163 | F: hw/sparc/leon3.c |
1164 | F: hw/*/grlib* | |
162abf1a | 1165 | F: include/hw/*/grlib* |
ce6c760c | 1166 | |
fd5d5c56 AL |
1167 | S390 Machines |
1168 | ------------- | |
dd4ad64a | 1169 | S390 Virtio-ccw |
c1976ae7 | 1170 | M: Cornelia Huck <[email protected]> |
7c8e2647 | 1171 | M: Halil Pasic <[email protected]> |
b304bf00 | 1172 | M: Christian Borntraeger <[email protected]> |
dd4ad64a | 1173 | S: Supported |
0c6aa7ee | 1174 | F: hw/char/sclp*.[hc] |
9d1c4449 | 1175 | F: hw/char/terminal3270.c |
c5bfb202 | 1176 | F: hw/s390x/ |
4277af19 | 1177 | F: include/hw/s390x/ |
c5bfb202 | 1178 | F: hw/watchdog/wdt_diag288.c |
1e4738b2 | 1179 | F: include/hw/watchdog/wdt_diag288.h |
1e4738b2 | 1180 | F: default-configs/s390x-softmmu.mak |
e18a8b34 SH |
1181 | T: git https://github.com/cohuck/qemu.git s390-next |
1182 | T: git https://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 1183 | L: [email protected] |
dd4ad64a | 1184 | |
8e4eb427 | 1185 | S390-ccw boot |
304584bf CH |
1186 | M: Christian Borntraeger <[email protected]> |
1187 | M: Thomas Huth <[email protected]> | |
1188 | S: Supported | |
8e4eb427 | 1189 | F: hw/s390x/ipl.* |
304584bf CH |
1190 | F: pc-bios/s390-ccw/ |
1191 | F: pc-bios/s390-ccw.img | |
efa47d36 | 1192 | F: docs/devel/s390-dasd-ipl.txt |
e18a8b34 | 1193 | T: git https://github.com/borntraeger/qemu.git s390-next |
304584bf CH |
1194 | L: [email protected] |
1195 | ||
d5bfb425 CB |
1196 | S390 PCI |
1197 | M: Collin Walling <[email protected]> | |
1198 | S: Supported | |
1199 | F: hw/s390x/s390-pci* | |
1200 | L: [email protected] | |
1201 | ||
ab9528ca GX |
1202 | UniCore32 Machines |
1203 | ------------- | |
1204 | PKUnity-3 SoC initramfs-with-busybox | |
1205 | M: Guan Xuetao <[email protected]> | |
1206 | S: Maintained | |
8d8b636d | 1207 | F: hw/*/puv3* |
ab9528ca GX |
1208 | F: hw/unicore32/ |
1209 | ||
fd5d5c56 AL |
1210 | X86 Machines |
1211 | ------------ | |
1212 | PC | |
046a6486 | 1213 | M: Michael S. Tsirkin <[email protected]> |
fe355cbd | 1214 | M: Marcel Apfelbaum <[email protected]> |
fd5d5c56 | 1215 | S: Supported |
046a6486 MT |
1216 | F: include/hw/i386/ |
1217 | F: hw/i386/ | |
1218 | F: hw/pci-host/piix.c | |
1219 | F: hw/pci-host/q35.c | |
1220 | F: hw/pci-host/pam.c | |
1221 | F: include/hw/pci-host/q35.h | |
1222 | F: include/hw/pci-host/pam.h | |
1223 | F: hw/isa/piix4.c | |
1224 | F: hw/isa/lpc_ich9.c | |
1225 | F: hw/i2c/smbus_ich9.c | |
1226 | F: hw/acpi/piix4.c | |
1227 | F: hw/acpi/ich9.c | |
1228 | F: include/hw/acpi/ich9.h | |
f586d5fc | 1229 | F: include/hw/acpi/piix4.h |
9cc3b73c | 1230 | F: hw/misc/sga.c |
6f5a3294 PMD |
1231 | F: hw/isa/apm.c |
1232 | F: include/hw/isa/apm.h | |
1233 | F: tests/test-x86-cpuid.c | |
1234 | F: tests/test-x86-cpuid-compat.c | |
9cc3b73c PB |
1235 | |
1236 | PC Chipset | |
1237 | M: Michael S. Tsirkin <[email protected]> | |
1238 | M: Paolo Bonzini <[email protected]> | |
1732be86 | 1239 | S: Supported |
9cc3b73c | 1240 | F: hw/char/debugcon.c |
bb3d5ea8 | 1241 | F: hw/char/parallel* |
9cc3b73c PB |
1242 | F: hw/char/serial* |
1243 | F: hw/dma/i8257* | |
1244 | F: hw/i2c/pm_smbus.c | |
1732be86 | 1245 | F: hw/input/pckbd.c |
9cc3b73c PB |
1246 | F: hw/intc/apic* |
1247 | F: hw/intc/ioapic* | |
1248 | F: hw/intc/i8259* | |
1854eb28 | 1249 | F: hw/isa/isa-superio.c |
9cc3b73c PB |
1250 | F: hw/misc/debugexit.c |
1251 | F: hw/misc/pc-testdev.c | |
1252 | F: hw/timer/hpet* | |
1253 | F: hw/timer/i8254* | |
1254 | F: hw/timer/mc146818rtc* | |
edc46aff | 1255 | F: hw/watchdog/wdt_ib700.c |
4bcbc773 | 1256 | F: hw/watchdog/wdt_i6300esb.c |
866e2b37 | 1257 | F: include/hw/display/vga.h |
bb3d5ea8 | 1258 | F: include/hw/char/parallel.h |
55f613ac | 1259 | F: include/hw/dma/i8257.h |
a2feb348 | 1260 | F: include/hw/i2c/pm_smbus.h |
47973a2d | 1261 | F: include/hw/input/i8042.h |
4bcbc773 | 1262 | F: include/hw/isa/i8259_internal.h |
1854eb28 | 1263 | F: include/hw/isa/superio.h |
a2feb348 TH |
1264 | F: include/hw/timer/hpet.h |
1265 | F: include/hw/timer/i8254* | |
1266 | F: include/hw/timer/mc146818rtc* | |
046a6486 | 1267 | |
5da4fb00 MT |
1268 | Machine core |
1269 | M: Eduardo Habkost <[email protected]> | |
fe355cbd | 1270 | M: Marcel Apfelbaum <[email protected]> |
5da4fb00 MT |
1271 | S: Supported |
1272 | F: hw/core/machine.c | |
c1629c5c | 1273 | F: hw/core/null-machine.c |
335d52f4 | 1274 | F: hw/cpu/cluster.c |
5da4fb00 | 1275 | F: include/hw/boards.h |
335d52f4 | 1276 | F: include/hw/cpu/cluster.h |
e18a8b34 | 1277 | T: git https://github.com/ehabkost/qemu.git machine-next |
fd5d5c56 | 1278 | |
16e7caae MF |
1279 | Xtensa Machines |
1280 | --------------- | |
375847a6 | 1281 | sim |
16e7caae MF |
1282 | M: Max Filippov <[email protected]> |
1283 | S: Maintained | |
437a8c11 | 1284 | F: hw/xtensa/sim.c |
375847a6 | 1285 | |
437a8c11 | 1286 | XTFPGA (LX60, LX200, ML605, KC705) |
375847a6 MF |
1287 | M: Max Filippov <[email protected]> |
1288 | S: Maintained | |
437a8c11 MF |
1289 | F: hw/xtensa/xtfpga.c |
1290 | F: hw/net/opencores_eth.c | |
16e7caae | 1291 | |
fd5d5c56 AL |
1292 | Devices |
1293 | ------- | |
b30934cb JS |
1294 | EDU |
1295 | M: Jiri Slaby <[email protected]> | |
1296 | S: Maintained | |
1297 | F: hw/misc/edu.c | |
1298 | ||
fd5d5c56 | 1299 | IDE |
c095348b JS |
1300 | M: John Snow <[email protected]> |
1301 | L: [email protected] | |
1302 | S: Supported | |
8d8b636d | 1303 | F: include/hw/ide.h |
c9f7acd5 | 1304 | F: include/hw/ide/ |
fd5d5c56 | 1305 | F: hw/ide/ |
c095348b JS |
1306 | F: hw/block/block.c |
1307 | F: hw/block/cdrom.c | |
1308 | F: hw/block/hd-geometry.c | |
1309 | F: tests/ide-test.c | |
1310 | F: tests/ahci-test.c | |
edc35b3d | 1311 | F: tests/cdrom-test.c |
aee50319 | 1312 | F: tests/libqos/ahci* |
e18a8b34 | 1313 | T: git https://github.com/jnsnow/qemu.git ide |
c095348b | 1314 | |
caf316ba CM |
1315 | IPMI |
1316 | M: Corey Minyard <[email protected]> | |
1317 | S: Maintained | |
1318 | F: include/hw/ipmi/* | |
1319 | F: hw/ipmi/* | |
1320 | F: hw/smbios/smbios_type_38.c | |
1321 | F: tests/ipmi* | |
e18a8b34 | 1322 | T: git https://github.com/cminyard/qemu.git master-ipmi-rebase |
caf316ba | 1323 | |
c095348b JS |
1324 | Floppy |
1325 | M: John Snow <[email protected]> | |
1326 | L: [email protected] | |
1327 | S: Supported | |
1328 | F: hw/block/fdc.c | |
1329 | F: include/hw/block/fdc.h | |
aee50319 | 1330 | F: tests/fdc-test.c |
e18a8b34 | 1331 | T: git https://github.com/jnsnow/qemu.git ide |
fd5d5c56 | 1332 | |
f5f487b2 PM |
1333 | OMAP |
1334 | M: Peter Maydell <[email protected]> | |
1335 | S: Maintained | |
8d8b636d | 1336 | F: hw/*/omap* |
ed0db866 | 1337 | F: include/hw/arm/omap.h |
f5f487b2 | 1338 | |
28d54e58 PB |
1339 | IPack |
1340 | M: Alberto Garcia <[email protected]> | |
1341 | S: Odd Fixes | |
1342 | F: hw/char/ipoctal232.c | |
1343 | F: hw/ipack/ | |
1344 | ||
fd5d5c56 AL |
1345 | PCI |
1346 | M: Michael S. Tsirkin <[email protected]> | |
fe355cbd | 1347 | M: Marcel Apfelbaum <[email protected]> |
fd5d5c56 | 1348 | S: Supported |
8d8b636d | 1349 | F: include/hw/pci/* |
f178bc6b | 1350 | F: hw/misc/pci-testdev.c |
ca818cfb | 1351 | F: hw/pci/* |
f178bc6b | 1352 | F: hw/pci-bridge/* |
68179923 PMD |
1353 | F: docs/pci* |
1354 | F: docs/specs/*pci* | |
534fd814 | 1355 | F: default-configs/pci.mak |
0e0b3592 | 1356 | |
d31e5ae7 | 1357 | ACPI/SMBIOS |
0e0b3592 MT |
1358 | M: Michael S. Tsirkin <[email protected]> |
1359 | M: Igor Mammedov <[email protected]> | |
1360 | S: Supported | |
1361 | F: include/hw/acpi/* | |
a2eb5c0c | 1362 | F: include/hw/firmware/smbios.h |
0e0b3592 | 1363 | F: hw/mem/* |
8d8b636d | 1364 | F: hw/acpi/* |
d31e5ae7 | 1365 | F: hw/smbios/* |
0e0b3592 | 1366 | F: hw/i386/acpi-build.[hc] |
0e0b3592 | 1367 | F: hw/arm/virt-acpi-build.c |
3248f1b4 BW |
1368 | F: tests/bios-tables-test.c |
1369 | F: tests/acpi-utils.[hc] | |
faae23b9 | 1370 | F: tests/data/acpi/ |
fd5d5c56 | 1371 | |
aaade8d7 | 1372 | ppc4xx |
bba8e23a | 1373 | M: David Gibson <[email protected]> |
aaade8d7 AF |
1374 | L: [email protected] |
1375 | S: Odd Fixes | |
8d8b636d | 1376 | F: hw/ppc/ppc4*.c |
aa3a41f9 | 1377 | F: hw/i2c/ppc4xx_i2c.c |
b5d55020 | 1378 | F: include/hw/ppc/ppc4xx.h |
aa3a41f9 | 1379 | F: include/hw/i2c/ppc4xx_i2c.h |
aaade8d7 | 1380 | |
61af0ee6 | 1381 | Character devices |
2185fd67 PB |
1382 | M: Marc-André Lureau <[email protected]> |
1383 | R: Paolo Bonzini <[email protected]> | |
61af0ee6 PB |
1384 | S: Odd Fixes |
1385 | F: hw/char/ | |
1386 | ||
f536f112 PB |
1387 | Network devices |
1388 | M: Jason Wang <[email protected]> | |
1389 | S: Odd Fixes | |
1390 | F: hw/net/ | |
6061b5c6 | 1391 | F: include/hw/net/ |
6bd7776c | 1392 | F: tests/virtio-net-test.c |
e18a8b34 | 1393 | T: git https://github.com/jasowang/qemu.git net |
f536f112 | 1394 | |
e0c9d0c1 PMD |
1395 | Parallel NOR Flash devices |
1396 | M: Philippe Mathieu-Daudé <[email protected]> | |
1397 | T: git https://gitlab.com/philmd/qemu.git pflash-next | |
1398 | S: Maintained | |
1399 | F: hw/block/pflash_cfi*.c | |
1400 | F: include/hw/block/flash.h | |
1401 | ||
fd5d5c56 | 1402 | SCSI |
de7724f7 | 1403 | M: Paolo Bonzini <[email protected]> |
fe5ca46d | 1404 | R: Fam Zheng <[email protected]> |
de7724f7 | 1405 | S: Supported |
74460f34 | 1406 | F: include/hw/scsi/* |
8d8b636d | 1407 | F: hw/scsi/* |
6bd7776c | 1408 | F: tests/virtio-scsi-test.c |
e18a8b34 | 1409 | T: git https://github.com/bonzini/qemu.git scsi-next |
de7724f7 | 1410 | |
fcb5629d | 1411 | SSI |
c22e580c | 1412 | M: Alistair Francis <[email protected]> |
fcb5629d | 1413 | S: Maintained |
8d8b636d PB |
1414 | F: hw/ssi/* |
1415 | F: hw/block/m25p80.c | |
982d009a | 1416 | F: include/hw/ssi/ssi.h |
4b46ba61 | 1417 | X: hw/ssi/xilinx_* |
982d009a | 1418 | F: tests/m25p80-test.c |
4b46ba61 AF |
1419 | |
1420 | Xilinx SPI | |
c22e580c | 1421 | M: Alistair Francis <[email protected]> |
4b46ba61 AF |
1422 | S: Maintained |
1423 | F: hw/ssi/xilinx_* | |
fcb5629d | 1424 | |
076a0fc3 PMD |
1425 | SD (Secure Card) |
1426 | M: Philippe Mathieu-Daudé <[email protected]> | |
1427 | S: Odd Fixes | |
1428 | F: include/hw/sd/sd* | |
1429 | F: hw/sd/core.c | |
1430 | F: hw/sd/sd* | |
1431 | F: tests/sd* | |
1432 | ||
fd5d5c56 | 1433 | USB |
5d0d62fe GH |
1434 | M: Gerd Hoffmann <[email protected]> |
1435 | S: Maintained | |
8d8b636d | 1436 | F: hw/usb/* |
28edfce0 | 1437 | F: tests/usb-*-test.c |
beded0ff TH |
1438 | F: docs/usb2.txt |
1439 | F: docs/usb-storage.txt | |
1440 | F: include/hw/usb.h | |
1441 | F: include/hw/usb/ | |
104ebc5f | 1442 | F: default-configs/usb.mak |
fd5d5c56 | 1443 | |
e26082fd PB |
1444 | USB (serial adapter) |
1445 | M: Gerd Hoffmann <[email protected]> | |
1446 | M: Samuel Thibault <[email protected]> | |
1447 | S: Maintained | |
1448 | F: hw/usb/dev-serial.c | |
1449 | ||
92e1fb5e AW |
1450 | VFIO |
1451 | M: Alex Williamson <[email protected]> | |
1452 | S: Supported | |
cf7087db | 1453 | F: hw/vfio/* |
99b88c6d | 1454 | F: include/hw/vfio/ |
92e1fb5e | 1455 | |
5eb74557 | 1456 | vfio-ccw |
c1976ae7 | 1457 | M: Cornelia Huck <[email protected]> |
7913938a CB |
1458 | M: Eric Farman <[email protected]> |
1459 | M: Farhan Ali <[email protected]> | |
5eb74557 DJS |
1460 | S: Supported |
1461 | F: hw/vfio/ccw.c | |
1462 | F: hw/s390x/s390-ccw.c | |
1463 | F: include/hw/s390x/s390-ccw.h | |
44445d86 | 1464 | F: include/hw/s390x/vfio-ccw.h |
e18a8b34 | 1465 | T: git https://github.com/cohuck/qemu.git s390-next |
146bd283 | 1466 | L: [email protected] |
5eb74557 | 1467 | |
a51b3153 TK |
1468 | vfio-ap |
1469 | M: Christian Borntraeger <[email protected]> | |
1470 | M: Tony Krowiak <[email protected]> | |
1471 | M: Halil Pasic <[email protected]> | |
1472 | M: Pierre Morel <[email protected]> | |
1473 | S: Supported | |
1474 | F: hw/s390x/ap-device.c | |
1475 | F: hw/s390x/ap-bridge.c | |
1476 | F: include/hw/s390x/ap-device.h | |
1477 | F: include/hw/s390x/ap-bridge.h | |
2fe2942c | 1478 | F: hw/vfio/ap.c |
694a8d70 | 1479 | F: docs/vfio-ap.txt |
a51b3153 TK |
1480 | L: [email protected] |
1481 | ||
fd5d5c56 AL |
1482 | vhost |
1483 | M: Michael S. Tsirkin <[email protected]> | |
1484 | S: Supported | |
8d8b636d | 1485 | F: hw/*/*vhost* |
482580a6 | 1486 | F: docs/interop/vhost-user.json |
ed1be66b | 1487 | F: docs/interop/vhost-user.rst |
72c1e865 | 1488 | F: contrib/vhost-user-*/ |
f24bb728 MAL |
1489 | F: backends/vhost-user.c |
1490 | F: include/sysemu/vhost-user-backend.h | |
fd5d5c56 AL |
1491 | |
1492 | virtio | |
a75143ed | 1493 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 1494 | S: Supported |
8d8b636d | 1495 | F: hw/*/virtio* |
72fa605d TH |
1496 | F: hw/virtio/Makefile.objs |
1497 | F: hw/virtio/trace-events | |
6a084ea3 | 1498 | F: net/vhost-user.c |
494f7b57 | 1499 | F: include/hw/virtio/ |
6bd7776c | 1500 | F: tests/virtio-balloon-test.c |
fd5d5c56 AL |
1501 | |
1502 | virtio-9p | |
8c1cd719 | 1503 | M: Greg Kurz <[email protected]> |
fd5d5c56 | 1504 | S: Supported |
aebeca25 AF |
1505 | F: hw/9pfs/ |
1506 | F: fsdev/ | |
2d888c09 | 1507 | F: tests/virtio-9p-test.c |
e18a8b34 | 1508 | T: git https://github.com/gkurz/qemu.git 9p-next |
fd5d5c56 AL |
1509 | |
1510 | virtio-blk | |
54d01a00 | 1511 | M: Stefan Hajnoczi <[email protected]> |
b457a5f5 | 1512 | L: [email protected] |
fd5d5c56 | 1513 | S: Supported |
8d8b636d | 1514 | F: hw/block/virtio-blk.c |
b457a5f5 | 1515 | F: hw/block/dataplane/* |
6bd7776c | 1516 | F: tests/virtio-blk-test.c |
e18a8b34 | 1517 | T: git https://github.com/stefanha/qemu.git block |
fd5d5c56 | 1518 | |
dd4ad64a | 1519 | virtio-ccw |
c1976ae7 | 1520 | M: Cornelia Huck <[email protected]> |
68b91e85 | 1521 | M: Halil Pasic <[email protected]> |
dd4ad64a | 1522 | S: Supported |
901f5f16 | 1523 | F: hw/s390x/virtio-ccw*.[hc] |
d8d4d62c | 1524 | F: hw/s390x/vhost-vsock-ccw.c |
e18a8b34 SH |
1525 | T: git https://github.com/cohuck/qemu.git s390-next |
1526 | T: git https://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 1527 | L: [email protected] |
dd4ad64a | 1528 | |
a5d4d7b5 GH |
1529 | virtio-input |
1530 | M: Gerd Hoffmann <[email protected]> | |
1531 | S: Maintained | |
9c4d05b7 | 1532 | F: hw/input/vhost-user-input.c |
a5d4d7b5 GH |
1533 | F: hw/input/virtio-input*.c |
1534 | F: include/hw/virtio/virtio-input.h | |
06914c97 | 1535 | F: contrib/vhost-user-input/* |
a5d4d7b5 | 1536 | |
fd5d5c56 | 1537 | virtio-serial |
cee887d9 | 1538 | M: Amit Shah <[email protected]> |
fd5d5c56 | 1539 | S: Supported |
8d8b636d PB |
1540 | F: hw/char/virtio-serial-bus.c |
1541 | F: hw/char/virtio-console.c | |
68a5e38a | 1542 | F: include/hw/virtio/virtio-serial.h |
6bd7776c GK |
1543 | F: tests/virtio-console-test.c |
1544 | F: tests/virtio-serial-test.c | |
fd5d5c56 | 1545 | |
1f51a5cb | 1546 | virtio-rng |
cee887d9 | 1547 | M: Amit Shah <[email protected]> |
1f51a5cb AS |
1548 | S: Supported |
1549 | F: hw/virtio/virtio-rng.c | |
1550 | F: include/hw/virtio/virtio-rng.h | |
750cf869 | 1551 | F: include/sysemu/rng*.h |
1f51a5cb | 1552 | F: backends/rng*.c |
6bd7776c | 1553 | F: tests/virtio-rng-test.c |
1f51a5cb | 1554 | |
6034011c GA |
1555 | virtio-crypto |
1556 | M: Gonglei <[email protected]> | |
1557 | S: Supported | |
1558 | F: hw/virtio/virtio-crypto.c | |
1559 | F: hw/virtio/virtio-crypto-pci.c | |
1560 | F: include/hw/virtio/virtio-crypto.h | |
1561 | ||
f3c507ad KB |
1562 | nvme |
1563 | M: Keith Busch <[email protected]> | |
c95e4c0e | 1564 | L: [email protected] |
f3c507ad KB |
1565 | S: Supported |
1566 | F: hw/block/nvme* | |
fc967791 | 1567 | F: tests/nvme-test.c |
f3c507ad | 1568 | |
d383c625 | 1569 | megasas |
3fdfb8b6 | 1570 | M: Hannes Reinecke <[email protected]> |
c95e4c0e | 1571 | L: [email protected] |
d383c625 HR |
1572 | S: Supported |
1573 | F: hw/scsi/megasas.c | |
1574 | F: hw/scsi/mfi.h | |
3fdfb8b6 | 1575 | F: tests/megasas-test.c |
d383c625 | 1576 | |
605d52e6 | 1577 | Network packet abstractions |
bf4835a4 | 1578 | M: Dmitry Fleytman <[email protected]> |
605d52e6 DF |
1579 | S: Maintained |
1580 | F: include/net/eth.h | |
1581 | F: net/eth.c | |
1582 | F: hw/net/net_rx_pkt* | |
1583 | F: hw/net/net_tx_pkt* | |
1584 | ||
622fb504 | 1585 | Vmware |
bf4835a4 | 1586 | M: Dmitry Fleytman <[email protected]> |
622fb504 DF |
1587 | S: Maintained |
1588 | F: hw/net/vmxnet* | |
1589 | F: hw/scsi/vmw_pvscsi* | |
5a49c1b3 | 1590 | F: tests/vmxnet3-test.c |
622fb504 | 1591 | |
de24d3f1 | 1592 | Rocker |
de24d3f1 SF |
1593 | M: Jiri Pirko <[email protected]> |
1594 | S: Maintained | |
1595 | F: hw/net/rocker/ | |
de850948 TH |
1596 | F: tests/rocker/ |
1597 | F: docs/specs/rocker.txt | |
de24d3f1 | 1598 | |
70d1fb9c | 1599 | NVDIMM |
7a5bd53d | 1600 | M: Xiao Guangrong <[email protected]> |
70d1fb9c XG |
1601 | S: Maintained |
1602 | F: hw/acpi/nvdimm.c | |
1603 | F: hw/mem/nvdimm.c | |
1604 | F: include/hw/mem/nvdimm.h | |
e2e254d3 | 1605 | F: docs/nvdimm.txt |
70d1fb9c | 1606 | |
093454e2 | 1607 | e1000x |
bf4835a4 | 1608 | M: Dmitry Fleytman <[email protected]> |
093454e2 DF |
1609 | S: Maintained |
1610 | F: hw/net/e1000x* | |
1611 | ||
6f3fbe4e | 1612 | e1000e |
bf4835a4 | 1613 | M: Dmitry Fleytman <[email protected]> |
6f3fbe4e DF |
1614 | S: Maintained |
1615 | F: hw/net/e1000e* | |
1616 | ||
ebc2327f SW |
1617 | eepro100 |
1618 | M: Stefan Weil <[email protected]> | |
1619 | S: Maintained | |
1620 | F: hw/net/eepro100.c | |
1621 | ||
e481a1f6 | 1622 | Generic Loader |
c22e580c | 1623 | M: Alistair Francis <[email protected]> |
e481a1f6 AF |
1624 | S: Maintained |
1625 | F: hw/core/generic-loader.c | |
1626 | F: include/hw/core/generic-loader.h | |
c5e2ac7e | 1627 | F: docs/generic-loader.txt |
e481a1f6 | 1628 | |
645d3cbe SH |
1629 | Intel Hexadecimal Object File Loader |
1630 | M: Su Hang <[email protected]> | |
1631 | S: Maintained | |
1632 | F: tests/hexloader-test.c | |
4b2ff65a | 1633 | F: tests/data/hex-loader/test.hex |
645d3cbe | 1634 | |
87a9023a TH |
1635 | CHRP NVRAM |
1636 | M: Thomas Huth <[email protected]> | |
1637 | S: Maintained | |
1638 | F: hw/nvram/chrp_nvram.c | |
1639 | F: include/hw/nvram/chrp_nvram.h | |
1640 | F: tests/prom-env-test.c | |
1641 | ||
42697d88 BW |
1642 | VM Generation ID |
1643 | M: Ben Warren <[email protected]> | |
1644 | S: Maintained | |
1645 | F: hw/acpi/vmgenid.c | |
1646 | F: include/hw/acpi/vmgenid.h | |
1647 | F: docs/specs/vmgenid.txt | |
1648 | F: tests/vmgenid-test.c | |
1649 | F: stubs/vmgenid.c | |
1650 | ||
747969db PMD |
1651 | Unimplemented device |
1652 | M: Peter Maydell <[email protected]> | |
1653 | R: Philippe Mathieu-Daudé <[email protected]> | |
1654 | S: Maintained | |
1655 | F: include/hw/misc/unimp.h | |
1656 | F: hw/misc/unimp.c | |
1657 | ||
dbb2e472 GH |
1658 | Standard VGA |
1659 | M: Gerd Hoffmann <[email protected]> | |
1660 | S: Maintained | |
1661 | F: hw/display/vga* | |
1662 | F: hw/display/bochs-display.c | |
1663 | F: include/hw/display/vga.h | |
1664 | F: include/hw/display/bochs-vbe.h | |
1665 | ||
58d632c7 GH |
1666 | ramfb |
1667 | M: Gerd Hoffmann <[email protected]> | |
1668 | S: Maintained | |
1669 | F: hw/display/ramfb*.c | |
1670 | F: include/hw/display/ramfb.h | |
1671 | ||
dbb2e472 GH |
1672 | virtio-gpu |
1673 | M: Gerd Hoffmann <[email protected]> | |
1674 | S: Maintained | |
1675 | F: hw/display/virtio-gpu* | |
1676 | F: hw/display/virtio-vga.c | |
1677 | F: include/hw/virtio/virtio-gpu.h | |
1678 | ||
1679 | Cirrus VGA | |
1680 | M: Gerd Hoffmann <[email protected]> | |
1681 | S: Odd Fixes | |
1682 | W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ | |
1683 | F: hw/display/cirrus* | |
1684 | ||
72d277a7 GH |
1685 | EDID Generator |
1686 | M: Gerd Hoffmann <[email protected]> | |
1687 | S: Maintained | |
1688 | F: hw/display/edid* | |
1689 | F: include/hw/display/edid.h | |
1690 | F: qemu-edid.c | |
1691 | ||
15ffb43c | 1692 | Firmware configuration (fw_cfg) |
6f75e3f5 | 1693 | M: Philippe Mathieu-Daudé <[email protected]> |
15ffb43c PMD |
1694 | R: Laszlo Ersek <[email protected]> |
1695 | R: Gerd Hoffmann <[email protected]> | |
1696 | S: Supported | |
1697 | F: docs/specs/fw_cfg.txt | |
1698 | F: hw/nvram/fw_cfg.c | |
1699 | F: include/hw/nvram/fw_cfg.h | |
1700 | F: include/standard-headers/linux/qemu_fw_cfg.h | |
1701 | F: tests/libqos/fw_cfg.c | |
1702 | F: tests/fw_cfg-test.c | |
1703 | T: git https://github.com/philmd/qemu.git fw_cfg-next | |
1704 | ||
2313abf0 TH |
1705 | XIVE |
1706 | M: David Gibson <[email protected]> | |
1707 | M: Cédric Le Goater <[email protected]> | |
1708 | L: [email protected] | |
1709 | S: Supported | |
1710 | F: hw/*/*xive* | |
1711 | F: include/hw/*/*xive* | |
1712 | ||
fd5d5c56 AL |
1713 | Subsystems |
1714 | ---------- | |
1715 | Audio | |
9f575846 | 1716 | M: Gerd Hoffmann <[email protected]> |
fd5d5c56 AL |
1717 | S: Maintained |
1718 | F: audio/ | |
8d8b636d | 1719 | F: hw/audio/ |
a2b245ae | 1720 | F: include/hw/audio/ |
d7b50c0c | 1721 | F: tests/ac97-test.c |
8fa74c94 | 1722 | F: tests/es1370-test.c |
fbaf445a | 1723 | F: tests/intel-hda-test.c |
fd5d5c56 | 1724 | |
17f1e8f5 | 1725 | Block layer core |
fd5d5c56 | 1726 | M: Kevin Wolf <[email protected]> |
c4189d85 | 1727 | M: Max Reitz <[email protected]> |
c95e4c0e | 1728 | L: [email protected] |
fd5d5c56 AL |
1729 | S: Supported |
1730 | F: block* | |
1731 | F: block/ | |
8d8b636d | 1732 | F: hw/block/ |
4c346e0b | 1733 | F: include/block/ |
46078760 KW |
1734 | F: qemu-img* |
1735 | F: qemu-io* | |
29242091 | 1736 | F: tests/qemu-iotests/ |
8dd30c86 | 1737 | F: util/qemu-progress.c |
0bcc8e5b | 1738 | F: qobject/block-qdict.c |
c468e368 | 1739 | F: tests/check-block-qdict.c |
ebe2aad2 | 1740 | T: git https://repo.or.cz/qemu/kevin.git block |
fd5d5c56 | 1741 | |
d55053b1 SH |
1742 | Block I/O path |
1743 | M: Stefan Hajnoczi <[email protected]> | |
fe5ca46d | 1744 | M: Fam Zheng <[email protected]> |
d55053b1 SH |
1745 | L: [email protected] |
1746 | S: Supported | |
36c697bd PB |
1747 | F: util/async.c |
1748 | F: util/aio-*.c | |
d55053b1 SH |
1749 | F: block/io.c |
1750 | F: migration/block* | |
e1029ae2 | 1751 | F: include/block/aio.h |
f5a53faa | 1752 | F: include/block/aio-wait.h |
0a4f9ad1 | 1753 | F: scripts/qemugdb/aio.py |
e18a8b34 | 1754 | T: git https://github.com/stefanha/qemu.git block |
d55053b1 | 1755 | |
e5b5728c PB |
1756 | Block SCSI subsystem |
1757 | M: Paolo Bonzini <[email protected]> | |
fe5ca46d | 1758 | R: Fam Zheng <[email protected]> |
e5b5728c PB |
1759 | L: [email protected] |
1760 | S: Supported | |
1761 | F: include/scsi/* | |
1762 | F: scsi/* | |
1763 | ||
280458a3 | 1764 | Block Jobs |
03283d64 | 1765 | M: John Snow <[email protected]> |
280458a3 JC |
1766 | L: [email protected] |
1767 | S: Supported | |
1768 | F: blockjob.c | |
1769 | F: include/block/blockjob.h | |
33e9e9bd | 1770 | F: job.c |
1a90bc81 | 1771 | F: job-qmp.c |
c468e368 | 1772 | F: include/qemu/job.h |
280458a3 JC |
1773 | F: block/backup.c |
1774 | F: block/commit.c | |
77346025 | 1775 | F: block/stream.c |
280458a3 | 1776 | F: block/mirror.c |
bf42508f | 1777 | F: qapi/job.json |
03283d64 | 1778 | T: git https://github.com/jnsnow/qemu.git jobs |
280458a3 | 1779 | |
4120201d MA |
1780 | Block QAPI, monitor, command line |
1781 | M: Markus Armbruster <[email protected]> | |
1782 | S: Supported | |
1783 | F: blockdev.c | |
1784 | F: block/qapi.c | |
1785 | F: qapi/block*.json | |
fa988e39 | 1786 | F: qapi/transaction.json |
ebe2aad2 | 1787 | T: git https://repo.or.cz/qemu/armbru.git block-next |
4120201d | 1788 | |
538193bc | 1789 | Dirty Bitmaps |
fe5ca46d | 1790 | M: Fam Zheng <[email protected]> |
538193bc JS |
1791 | M: John Snow <[email protected]> |
1792 | L: [email protected] | |
1793 | S: Supported | |
1794 | F: util/hbitmap.c | |
1795 | F: block/dirty-bitmap.c | |
1796 | F: include/qemu/hbitmap.h | |
1797 | F: include/block/dirty-bitmap.h | |
1798 | F: tests/test-hbitmap.c | |
5746c1cd | 1799 | F: docs/interop/bitmaps.rst |
e18a8b34 SH |
1800 | T: git https://github.com/famz/qemu.git bitmaps |
1801 | T: git https://github.com/jnsnow/qemu.git bitmaps | |
538193bc | 1802 | |
61af0ee6 | 1803 | Character device backends |
55fc84a7 | 1804 | M: Marc-André Lureau <[email protected]> |
2185fd67 | 1805 | R: Paolo Bonzini <[email protected]> |
fd5d5c56 | 1806 | S: Maintained |
178fe0ae | 1807 | F: chardev/ |
8228e353 | 1808 | F: include/chardev/ |
dbeee392 | 1809 | F: qapi/char.json |
fd5d5c56 | 1810 | |
e26082fd PB |
1811 | Character Devices (Braille) |
1812 | M: Samuel Thibault <[email protected]> | |
1813 | S: Maintained | |
6b10e573 | 1814 | F: chardev/baum.c |
fd5d5c56 | 1815 | |
e94630d3 MA |
1816 | Command line option argument parsing |
1817 | M: Markus Armbruster <[email protected]> | |
1818 | S: Supported | |
1819 | F: include/qemu/option.h | |
1820 | F: tests/test-keyval.c | |
1821 | F: tests/test-qemu-opts.c | |
1822 | F: util/keyval.c | |
1823 | F: util/qemu-option.c | |
1824 | ||
8c413e79 MA |
1825 | Coverity model |
1826 | M: Markus Armbruster <[email protected]> | |
1827 | S: Supported | |
1828 | F: scripts/coverity-model.c | |
1829 | ||
f2ca0524 | 1830 | CPU |
12b0e69c | 1831 | L: [email protected] |
f2ca0524 AF |
1832 | S: Supported |
1833 | F: qom/cpu.c | |
6e481d57 | 1834 | F: include/qom/cpu.h |
f2ca0524 | 1835 | |
d24b569a | 1836 | Device Tree |
c3c962c1 AF |
1837 | M: Alistair Francis <[email protected]> |
1838 | R: David Gibson <[email protected]> | |
d24b569a | 1839 | S: Maintained |
82407515 TH |
1840 | F: device_tree.c |
1841 | F: include/sysemu/device_tree.h | |
d24b569a | 1842 | |
3505a22b MAL |
1843 | Dump |
1844 | S: Supported | |
1845 | M: Marc-André Lureau <[email protected]> | |
1846 | F: dump.c | |
1847 | F: hw/misc/vmcoreinfo.c | |
1848 | F: include/hw/misc/vmcoreinfo.h | |
1849 | F: include/sysemu/dump-arch.h | |
1850 | F: include/sysemu/dump.h | |
1851 | F: scripts/dump-guest-memory.py | |
1852 | F: stubs/dump.c | |
1853 | ||
4f966768 MA |
1854 | Error reporting |
1855 | M: Markus Armbruster <[email protected]> | |
1856 | S: Supported | |
1857 | F: include/qapi/error.h | |
1858 | F: include/qemu/error-report.h | |
1859 | F: util/error.c | |
1860 | F: util/qemu-error.c | |
1861 | ||
fd5d5c56 | 1862 | GDB stub |
de5415b6 | 1863 | S: Orphan |
fd5d5c56 AL |
1864 | F: gdbstub* |
1865 | F: gdb-xml/ | |
1866 | ||
01a9c03c PB |
1867 | Memory API |
1868 | M: Paolo Bonzini <[email protected]> | |
1869 | S: Supported | |
1870 | F: include/exec/ioport.h | |
1871 | F: ioport.c | |
1872 | F: include/exec/memory.h | |
2b1641d0 | 1873 | F: include/exec/ram_addr.h |
01a9c03c PB |
1874 | F: memory.c |
1875 | F: include/exec/memory-internal.h | |
1876 | F: exec.c | |
1877 | ||
7ee3bf03 GH |
1878 | SPICE |
1879 | M: Gerd Hoffmann <[email protected]> | |
1880 | S: Supported | |
6e481d57 | 1881 | F: include/ui/qemu-spice.h |
438528a3 | 1882 | F: include/ui/spice-display.h |
7ee3bf03 GH |
1883 | F: ui/spice-*.c |
1884 | F: audio/spiceaudio.c | |
8d8b636d | 1885 | F: hw/display/qxl* |
608cfed6 | 1886 | F: qapi/ui.json |
9bd4cb35 | 1887 | F: docs/spice-port-fqdn.txt |
7ee3bf03 | 1888 | |
fd5d5c56 | 1889 | Graphics |
25eccc37 GH |
1890 | M: Gerd Hoffmann <[email protected]> |
1891 | S: Odd Fixes | |
fd5d5c56 | 1892 | F: ui/ |
e220656c | 1893 | F: include/ui/ |
608cfed6 | 1894 | F: qapi/ui.json |
b1d38037 | 1895 | F: util/drm.c |
fd5d5c56 | 1896 | |
351f1bf6 | 1897 | Cocoa graphics |
30ef3c74 | 1898 | M: Peter Maydell <[email protected]> |
351f1bf6 AF |
1899 | S: Odd Fixes |
1900 | F: ui/cocoa.m | |
1901 | ||
fd5d5c56 | 1902 | Main loop |
da26f37a PB |
1903 | M: Paolo Bonzini <[email protected]> |
1904 | S: Maintained | |
1905 | F: cpus.c | |
3ecb29a3 PB |
1906 | F: util/main-loop.c |
1907 | F: util/qemu-timer.c | |
fd5d5c56 | 1908 | F: vl.c |
0e201d34 | 1909 | F: qapi/run-state.json |
fd5d5c56 | 1910 | |
8899b4ae | 1911 | Human Monitor (HMP) |
c833fb4a | 1912 | M: Dr. David Alan Gilbert <[email protected]> |
fbb0621a | 1913 | S: Maintained |
fd5d5c56 | 1914 | F: monitor.c |
c13e9912 TH |
1915 | F: hmp.[ch] |
1916 | F: hmp-commands*.hx | |
1917 | F: include/monitor/hmp-target.h | |
bbcee372 | 1918 | F: tests/test-hmp.c |
637de4db MA |
1919 | F: include/qemu/qemu-print.h |
1920 | F: util/qemu-print.c | |
fd5d5c56 | 1921 | |
f536f112 | 1922 | Network device backends |
442469e6 | 1923 | M: Jason Wang <[email protected]> |
fd5d5c56 AL |
1924 | S: Maintained |
1925 | F: net/ | |
d24b2b1c | 1926 | F: include/net/ |
e18a8b34 | 1927 | T: git https://github.com/jasowang/qemu.git net |
3c0bd37d | 1928 | F: qapi/net.json |
fd5d5c56 | 1929 | |
aee09baf VM |
1930 | Netmap network backend |
1931 | M: Luigi Rizzo <[email protected]> | |
1932 | M: Giuseppe Lettieri <[email protected]> | |
1933 | M: Vincenzo Maffione <[email protected]> | |
1934 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
1935 | S: Maintained | |
1936 | F: net/netmap.c | |
1937 | ||
2f54eb98 EH |
1938 | NUMA |
1939 | M: Eduardo Habkost <[email protected]> | |
1940 | S: Maintained | |
1941 | F: numa.c | |
1942 | F: include/sysemu/numa.h | |
e18a8b34 | 1943 | T: git https://github.com/ehabkost/qemu.git machine-next |
2f54eb98 | 1944 | |
4fc264f4 EH |
1945 | Host Memory Backends |
1946 | M: Eduardo Habkost <[email protected]> | |
1947 | M: Igor Mammedov <[email protected]> | |
1948 | S: Maintained | |
1949 | F: backends/hostmem*.c | |
1950 | F: include/sysemu/hostmem.h | |
e18a8b34 | 1951 | T: git https://github.com/ehabkost/qemu.git machine-next |
4fc264f4 | 1952 | |
6034011c GA |
1953 | Cryptodev Backends |
1954 | M: Gonglei <[email protected]> | |
1955 | S: Maintained | |
1956 | F: include/sysemu/cryptodev*.h | |
1957 | F: backends/cryptodev*.c | |
1958 | ||
ad904f66 EH |
1959 | Python scripts |
1960 | M: Eduardo Habkost <[email protected]> | |
1961 | M: Cleber Rosa <[email protected]> | |
1962 | S: Odd fixes | |
1963 | F: scripts/qmp/* | |
1964 | F: scripts/*.py | |
1965 | F: tests/*.py | |
1966 | ||
8899b4ae | 1967 | QAPI |
9740618c | 1968 | M: Markus Armbruster <[email protected]> |
8899b4ae | 1969 | M: Michael Roth <[email protected]> |
9740618c | 1970 | S: Supported |
8899b4ae | 1971 | F: qapi/ |
0311c5bd | 1972 | X: qapi/*.json |
ac4abb9a MA |
1973 | F: include/qapi/ |
1974 | X: include/qapi/qmp/ | |
1975 | F: include/qapi/qmp/dispatch.h | |
c0bd0b50 | 1976 | F: tests/qapi-schema/ |
ac4abb9a | 1977 | F: tests/test-*-visitor.c |
e94630d3 | 1978 | F: tests/test-qapi-*.c |
ac4abb9a | 1979 | F: tests/test-qmp-*.c |
e94630d3 | 1980 | F: tests/test-visitor-serialization.c |
be25fcc4 MA |
1981 | F: scripts/qapi-gen.py |
1982 | F: scripts/qapi/* | |
c39cdbf6 | 1983 | F: docs/devel/qapi* |
ebe2aad2 | 1984 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 1985 | |
7810d291 LC |
1986 | QAPI Schema |
1987 | M: Eric Blake <[email protected]> | |
7810d291 LC |
1988 | M: Markus Armbruster <[email protected]> |
1989 | S: Supported | |
0311c5bd | 1990 | F: qapi/*.json |
ebe2aad2 | 1991 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
7810d291 | 1992 | |
f3582ba4 | 1993 | QObject |
daf5dc78 MA |
1994 | M: Markus Armbruster <[email protected]> |
1995 | S: Supported | |
f3582ba4 | 1996 | F: qobject/ |
7735d2b5 MA |
1997 | F: include/qapi/qmp/ |
1998 | X: include/qapi/qmp/dispatch.h | |
a2f3453e | 1999 | F: scripts/coccinelle/qobject.cocci |
7735d2b5 | 2000 | F: tests/check-qdict.c |
7735d2b5 MA |
2001 | F: tests/check-qjson.c |
2002 | F: tests/check-qlist.c | |
cd81e02b PMD |
2003 | F: tests/check-qlit.c |
2004 | F: tests/check-qnull.c | |
2005 | F: tests/check-qnum.c | |
2006 | F: tests/check-qobject.c | |
7735d2b5 | 2007 | F: tests/check-qstring.c |
fe07b62c | 2008 | F: tests/data/qobject/qdict.txt |
ebe2aad2 | 2009 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
f3582ba4 | 2010 | |
f05d9999 MR |
2011 | QEMU Guest Agent |
2012 | M: Michael Roth <[email protected]> | |
2013 | S: Maintained | |
2014 | F: qga/ | |
ab7f9f7d PMD |
2015 | F: qemu-ga.texi |
2016 | F: scripts/qemu-guest-agent/ | |
2017 | F: tests/test-qga.c | |
2018 | F: docs/interop/qemu-ga-ref.texi | |
e18a8b34 | 2019 | T: git https://github.com/mdroth/qemu.git qga |
f05d9999 | 2020 | |
4688c94c | 2021 | QOM |
4688c94c AF |
2022 | M: Andreas Färber <[email protected]> |
2023 | S: Supported | |
e18a8b34 | 2024 | T: git https://github.com/afaerber/qemu-cpu.git qom-next |
4688c94c AF |
2025 | F: include/qom/ |
2026 | X: include/qom/cpu.h | |
2027 | F: qom/ | |
2028 | X: qom/cpu.c | |
9f4aa7ce AF |
2029 | F: tests/check-qom-interface.c |
2030 | F: tests/check-qom-proplist.c | |
4688c94c | 2031 | |
8899b4ae | 2032 | QMP |
9740618c LC |
2033 | M: Markus Armbruster <[email protected]> |
2034 | S: Supported | |
8899b4ae LC |
2035 | F: qmp.c |
2036 | F: monitor.c | |
c39cdbf6 | 2037 | F: docs/devel/*qmp-* |
12b2f0d9 | 2038 | F: docs/interop/*qmp-* |
9740618c | 2039 | F: scripts/qmp/ |
f66e7ac8 | 2040 | F: tests/qmp-test.c |
d93bb9d5 | 2041 | F: tests/qmp-cmd-test.c |
ebe2aad2 | 2042 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 2043 | |
98a43bf0 | 2044 | qtest |
98a43bf0 PB |
2045 | M: Thomas Huth <[email protected]> |
2046 | M: Laurent Vivier <[email protected]> | |
2185fd67 | 2047 | R: Paolo Bonzini <[email protected]> |
98a43bf0 PB |
2048 | S: Maintained |
2049 | F: qtest.c | |
3fe13fe1 | 2050 | F: accel/qtest.c |
98a43bf0 PB |
2051 | F: tests/libqtest.* |
2052 | F: tests/libqos/ | |
2053 | F: tests/*-test.c | |
2054 | ||
cc0100f4 | 2055 | Register API |
c22e580c | 2056 | M: Alistair Francis <[email protected]> |
cc0100f4 AF |
2057 | S: Maintained |
2058 | F: hw/core/register.c | |
2059 | F: include/hw/register.h | |
06a7b243 | 2060 | F: include/hw/registerfields.h |
cc0100f4 | 2061 | |
fd5d5c56 | 2062 | SLIRP |
eda509fa | 2063 | M: Samuel Thibault <[email protected]> |
bafc72ab JK |
2064 | M: Jan Kiszka <[email protected]> |
2065 | S: Maintained | |
fd5d5c56 | 2066 | F: slirp/ |
663fb1e1 | 2067 | F: net/slirp.c |
d24b2b1c | 2068 | F: include/net/slirp.h |
02cffe24 | 2069 | T: git https://people.debian.org/~sthibault/qemu.git slirp |
1ab09a40 | 2070 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 2071 | |
b1ed728a PB |
2072 | Stubs |
2073 | M: Paolo Bonzini <[email protected]> | |
2074 | S: Maintained | |
2075 | F: stubs/ | |
2076 | ||
598a3f35 | 2077 | Tracing |
1cd0f8ce | 2078 | M: Stefan Hajnoczi <[email protected]> |
598a3f35 SH |
2079 | S: Maintained |
2080 | F: trace/ | |
0e076292 TH |
2081 | F: trace-events |
2082 | F: qemu-option-trace.texi | |
f70fd8fd LV |
2083 | F: scripts/tracetool.py |
2084 | F: scripts/tracetool/ | |
62dd1048 | 2085 | F: scripts/qemu-trace-stap* |
c39cdbf6 | 2086 | F: docs/devel/tracing.txt |
e18a8b34 | 2087 | T: git https://github.com/stefanha/qemu.git tracing |
598a3f35 | 2088 | |
3859b6cf | 2089 | TPM |
1f63669e | 2090 | M: Stefan Berger <[email protected]> |
6b4f250b | 2091 | S: Maintained |
3859b6cf | 2092 | F: tpm.c |
c39f95dc | 2093 | F: stubs/tpm.c |
3859b6cf MA |
2094 | F: hw/tpm/* |
2095 | F: include/hw/acpi/tpm.h | |
2096 | F: include/sysemu/tpm* | |
2097 | F: qapi/tpm.json | |
6b4f250b | 2098 | F: backends/tpm.c |
adb0e917 | 2099 | F: tests/*tpm* |
e18a8b34 | 2100 | T: git https://github.com/stefanberger/qemu-tpm.git tpm-next |
3859b6cf | 2101 | |
14f40fdc | 2102 | Checkpatch |
14f40fdc BS |
2103 | S: Odd Fixes |
2104 | F: scripts/checkpatch.pl | |
2105 | ||
c0787c8d JQ |
2106 | Migration |
2107 | M: Juan Quintela <[email protected]> | |
d7fc72ce | 2108 | M: Dr. David Alan Gilbert <[email protected]> |
c0787c8d JQ |
2109 | S: Maintained |
2110 | F: include/migration/ | |
44a1f946 | 2111 | F: migration/ |
c5515640 AS |
2112 | F: scripts/vmstate-static-checker.py |
2113 | F: tests/vmstate-static-checker-data/ | |
2656bfd9 | 2114 | F: tests/migration-test.c |
c468e368 | 2115 | F: docs/devel/migration.rst |
48685a8e | 2116 | F: qapi/migration.json |
c0787c8d | 2117 | |
92bfedb0 | 2118 | Seccomp |
064983cb | 2119 | M: Eduardo Otubo <[email protected]> |
92bfedb0 EO |
2120 | S: Supported |
2121 | F: qemu-seccomp.c | |
2122 | F: include/sysemu/seccomp.h | |
2123 | ||
ddbb0d09 DB |
2124 | Cryptography |
2125 | M: Daniel P. Berrange <[email protected]> | |
2126 | S: Maintained | |
2127 | F: crypto/ | |
2128 | F: include/crypto/ | |
2129 | F: tests/test-crypto-* | |
3947ecfc | 2130 | F: tests/benchmark-crypto-* |
4d21171b PMD |
2131 | F: tests/crypto-tls-* |
2132 | F: tests/pkix_asn1_tab.c | |
899833cd | 2133 | F: qemu.sasl |
ddbb0d09 | 2134 | |
10817bf0 DB |
2135 | Coroutines |
2136 | M: Stefan Hajnoczi <[email protected]> | |
2137 | M: Kevin Wolf <[email protected]> | |
00a25291 | 2138 | S: Maintained |
10817bf0 DB |
2139 | F: util/*coroutine* |
2140 | F: include/qemu/coroutine* | |
2141 | F: tests/test-coroutine.c | |
2142 | ||
88c5f205 DB |
2143 | Buffers |
2144 | M: Daniel P. Berrange <[email protected]> | |
2145 | S: Odd fixes | |
2146 | F: util/buffer.c | |
2147 | F: include/qemu/buffer.h | |
2148 | ||
666a3af9 DB |
2149 | I/O Channels |
2150 | M: Daniel P. Berrange <[email protected]> | |
2151 | S: Maintained | |
2152 | F: io/ | |
2153 | F: include/io/ | |
2154 | F: tests/test-io-* | |
2155 | ||
5b76dd13 DB |
2156 | User authorization |
2157 | M: Daniel P. Berrange <[email protected]> | |
2158 | S: Maintained | |
2159 | F: authz/ | |
c8c99887 | 2160 | F: qapi/authz.json |
5b76dd13 DB |
2161 | F: include/authz/ |
2162 | F: tests/test-authz-* | |
2163 | ||
5614a283 GH |
2164 | Sockets |
2165 | M: Daniel P. Berrange <[email protected]> | |
2166 | M: Gerd Hoffmann <[email protected]> | |
5614a283 GH |
2167 | S: Maintained |
2168 | F: include/qemu/sockets.h | |
2169 | F: util/qemu-sockets.c | |
a2ff5a48 | 2170 | F: qapi/sockets.json |
5614a283 | 2171 | |
90e33dfe DB |
2172 | File monitor |
2173 | M: Daniel P. Berrange <[email protected]> | |
2174 | S: Odd fixes | |
2175 | F: util/filemonitor*.c | |
2176 | F: include/qemu/filemonitor.h | |
2177 | F: tests/test-util-filemonitor.c | |
2178 | ||
d310d85b AG |
2179 | Throttling infrastructure |
2180 | M: Alberto Garcia <[email protected]> | |
2181 | S: Supported | |
2182 | F: block/throttle-groups.c | |
2183 | F: include/block/throttle-groups.h | |
89603938 | 2184 | F: include/qemu/throttle*.h |
d310d85b | 2185 | F: util/throttle.c |
89603938 PMD |
2186 | F: docs/throttle.txt |
2187 | F: tests/test-throttle.c | |
d310d85b AG |
2188 | L: [email protected] |
2189 | ||
080d7aac | 2190 | UUID |
fe5ca46d | 2191 | M: Fam Zheng <[email protected]> |
080d7aac FZ |
2192 | S: Supported |
2193 | F: util/uuid.c | |
2194 | F: include/qemu/uuid.h | |
2195 | F: tests/test-uuid.c | |
2196 | ||
a4cc318e HZ |
2197 | COLO Framework |
2198 | M: zhanghailiang <[email protected]> | |
2199 | S: Maintained | |
2200 | F: migration/colo* | |
2201 | F: include/migration/colo.h | |
2202 | F: include/migration/failover.h | |
2203 | F: docs/COLO-FT.txt | |
2204 | ||
88f82ed1 | 2205 | COLO Proxy |
c6bf50ff | 2206 | M: Zhang Chen <[email protected]> |
88f82ed1 ZC |
2207 | M: Li Zhijian <[email protected]> |
2208 | S: Supported | |
2209 | F: docs/colo-proxy.txt | |
2210 | F: net/colo* | |
2211 | F: net/filter-rewriter.c | |
2212 | F: net/filter-mirror.c | |
2213 | ||
62258201 PD |
2214 | Record/replay |
2215 | M: Pavel Dovgalyuk <[email protected]> | |
2216 | R: Paolo Bonzini <[email protected]> | |
70b7fba9 | 2217 | W: https://wiki.qemu.org/Features/record-replay |
62258201 PD |
2218 | S: Supported |
2219 | F: replay/* | |
2220 | F: block/blkreplay.c | |
2221 | F: net/filter-replay.c | |
2222 | F: include/sysemu/replay.h | |
2223 | F: docs/replay.txt | |
2224 | F: stubs/replay.c | |
2225 | ||
eecf5eed PX |
2226 | IOVA Tree |
2227 | M: Peter Xu <[email protected]> | |
2228 | S: Maintained | |
2229 | F: include/qemu/iova-tree.h | |
2230 | F: util/iova-tree.c | |
2231 | ||
5ee547bb VP |
2232 | elf2dmp |
2233 | M: Viktor Prutyanov <[email protected]> | |
2234 | S: Maintained | |
2235 | F: contrib/elf2dmp/ | |
2236 | ||
93198b6c CM |
2237 | I2C and SMBus |
2238 | M: Corey Minyard <[email protected]> | |
2239 | S: Maintained | |
2240 | F: hw/i2c/core.c | |
2241 | F: hw/i2c/smbus_slave.c | |
2242 | F: hw/i2c/smbus_master.c | |
2243 | F: hw/i2c/smbus_eeprom.c | |
2244 | F: include/hw/i2c/i2c.h | |
2245 | F: include/hw/i2c/smbus_master.h | |
2246 | F: include/hw/i2c/smbus_slave.h | |
2247 | F: include/hw/i2c/smbus_eeprom.h | |
2248 | ||
6739df3f LE |
2249 | EDK2 Firmware |
2250 | M: Laszlo Ersek <[email protected]> | |
2251 | M: Philippe Mathieu-Daudé <[email protected]> | |
2252 | S: Supported | |
2253 | F: pc-bios/descriptors/??-edk2-*.json | |
2254 | F: pc-bios/edk2-* | |
2255 | F: roms/Makefile.edk2 | |
2256 | F: roms/edk2 | |
2257 | F: roms/edk2-* | |
2258 | F: tests/data/uefi-boot-images/ | |
2259 | F: tests/uefi-test-tools/ | |
2260 | ||
fd5d5c56 AL |
2261 | Usermode Emulation |
2262 | ------------------ | |
486bbe5f PB |
2263 | Overall |
2264 | M: Riku Voipio <[email protected]> | |
2265 | S: Maintained | |
2266 | F: thunk.c | |
58410666 | 2267 | F: accel/tcg/user-exec*.c |
486bbe5f | 2268 | |
fd5d5c56 | 2269 | BSD user |
297e8005 | 2270 | S: Orphan |
fd5d5c56 | 2271 | F: bsd-user/ |
ccf0a57b | 2272 | F: default-configs/*-bsd-user.mak |
fd5d5c56 | 2273 | |
fd5d5c56 AL |
2274 | Linux user |
2275 | M: Riku Voipio <[email protected]> | |
ecc1f5ad | 2276 | R: Laurent Vivier <[email protected]> |
fd5d5c56 AL |
2277 | S: Maintained |
2278 | F: linux-user/ | |
ccf0a57b | 2279 | F: default-configs/*-linux-user.mak |
e5dd9875 | 2280 | F: scripts/qemu-binfmt-conf.sh |
42f5a7e9 AJ |
2281 | |
2282 | Tiny Code Generator (TCG) | |
2283 | ------------------------- | |
2284 | Common code | |
cc7772bd | 2285 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
2286 | S: Maintained |
2287 | F: tcg/ | |
2288 | ||
b25a464c CF |
2289 | AArch64 target |
2290 | M: Claudio Fontana <[email protected]> | |
2291 | M: Claudio Fontana <[email protected]> | |
2292 | S: Maintained | |
b4f2bd1c | 2293 | L: [email protected] |
b25a464c | 2294 | F: tcg/aarch64/ |
c17652ee PB |
2295 | F: disas/arm-a64.cc |
2296 | F: disas/libvixl/ | |
b25a464c | 2297 | |
42f5a7e9 AJ |
2298 | ARM target |
2299 | M: Andrzej Zaborowski <[email protected]> | |
2300 | S: Maintained | |
b4f2bd1c | 2301 | L: [email protected] |
42f5a7e9 | 2302 | F: tcg/arm/ |
c17652ee | 2303 | F: disas/arm.c |
42f5a7e9 | 2304 | |
42f5a7e9 | 2305 | i386 target |
ecd1a5d0 | 2306 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
2307 | S: Maintained |
2308 | F: tcg/i386/ | |
c17652ee | 2309 | F: disas/i386.c |
42f5a7e9 | 2310 | |
42f5a7e9 | 2311 | MIPS target |
d6eec7a2 | 2312 | M: Aurelien Jarno <[email protected]> |
215943b8 | 2313 | R: Aleksandar Rikalo <[email protected]> |
42f5a7e9 AJ |
2314 | S: Maintained |
2315 | F: tcg/mips/ | |
c17652ee | 2316 | F: disas/mips.c |
42f5a7e9 AJ |
2317 | |
2318 | PPC | |
15610d42 PK |
2319 | M: Richard Henderson <[email protected]> |
2320 | S: Odd Fixes | |
42f5a7e9 | 2321 | F: tcg/ppc/ |
c17652ee | 2322 | F: disas/ppc.c |
42f5a7e9 | 2323 | |
fb1f70f3 | 2324 | RISC-V |
fb1f70f3 AF |
2325 | M: Palmer Dabbelt <[email protected]> |
2326 | M: Alistair Francis <[email protected]> | |
2327 | L: [email protected] | |
2328 | S: Maintained | |
2329 | F: tcg/riscv/ | |
2330 | F: disas/riscv.c | |
2331 | ||
42f5a7e9 | 2332 | S390 target |
42f5a7e9 AJ |
2333 | M: Richard Henderson <[email protected]> |
2334 | S: Maintained | |
2335 | F: tcg/s390/ | |
c17652ee | 2336 | F: disas/s390.c |
146bd283 | 2337 | L: [email protected] |
42f5a7e9 AJ |
2338 | |
2339 | SPARC target | |
297e8005 | 2340 | S: Odd Fixes |
42f5a7e9 | 2341 | F: tcg/sparc/ |
c17652ee | 2342 | F: disas/sparc.c |
bc75c9e5 SW |
2343 | |
2344 | TCI target | |
2345 | M: Stefan Weil <[email protected]> | |
2346 | S: Maintained | |
8ef9cd55 | 2347 | F: tcg/tci/ |
752a2ae2 | 2348 | F: tcg/tci.c |
c17652ee | 2349 | F: disas/tci.c |
aa09c951 | 2350 | |
f05b328c SH |
2351 | Block drivers |
2352 | ------------- | |
2353 | VMDK | |
fe5ca46d | 2354 | M: Fam Zheng <[email protected]> |
c95e4c0e | 2355 | L: [email protected] |
f05b328c SH |
2356 | S: Supported |
2357 | F: block/vmdk.c | |
2358 | ||
2359 | RBD | |
5a8ac6d9 | 2360 | M: Josh Durgin <[email protected]> |
280458a3 | 2361 | L: [email protected] |
f05b328c SH |
2362 | S: Supported |
2363 | F: block/rbd.c | |
2364 | ||
2365 | Sheepdog | |
f05b328c | 2366 | M: Liu Yuan <[email protected]> |
280458a3 | 2367 | L: [email protected] |
5f5246b6 JC |
2368 | L: [email protected] |
2369 | S: Odd Fixes | |
f05b328c SH |
2370 | F: block/sheepdog.c |
2371 | ||
2372 | VHDX | |
5f5246b6 | 2373 | M: Jeff Cody <[email protected]> |
280458a3 | 2374 | L: [email protected] |
f05b328c SH |
2375 | S: Supported |
2376 | F: block/vhdx* | |
2377 | ||
2378 | VDI | |
2379 | M: Stefan Weil <[email protected]> | |
c95e4c0e | 2380 | L: [email protected] |
f05b328c SH |
2381 | S: Maintained |
2382 | F: block/vdi.c | |
2383 | ||
2384 | iSCSI | |
2385 | M: Ronnie Sahlberg <[email protected]> | |
2386 | M: Paolo Bonzini <[email protected]> | |
2387 | M: Peter Lieven <[email protected]> | |
c95e4c0e | 2388 | L: [email protected] |
2185fd67 | 2389 | S: Odd Fixes |
f05b328c | 2390 | F: block/iscsi.c |
2deb63c2 | 2391 | F: block/iscsi-opts.c |
f05b328c | 2392 | |
99c62e70 EB |
2393 | Network Block Device (NBD) |
2394 | M: Eric Blake <[email protected]> | |
99c62e70 EB |
2395 | L: [email protected] |
2396 | S: Maintained | |
2397 | F: block/nbd* | |
2398 | F: nbd/ | |
2399 | F: include/block/nbd* | |
2400 | F: qemu-nbd.* | |
2401 | F: blockdev-nbd.c | |
3229a835 | 2402 | F: docs/interop/nbd.txt |
ebe2aad2 | 2403 | T: git https://repo.or.cz/qemu/ericb.git nbd |
99c62e70 | 2404 | |
6542aa9c PL |
2405 | NFS |
2406 | M: Peter Lieven <[email protected]> | |
280458a3 | 2407 | L: [email protected] |
6542aa9c PL |
2408 | S: Maintained |
2409 | F: block/nfs.c | |
2410 | ||
f05b328c SH |
2411 | SSH |
2412 | M: Richard W.M. Jones <[email protected]> | |
280458a3 | 2413 | L: [email protected] |
f05b328c SH |
2414 | S: Supported |
2415 | F: block/ssh.c | |
c9a12e75 | 2416 | |
280458a3 | 2417 | CURL |
280458a3 | 2418 | L: [email protected] |
5c6090fa | 2419 | S: Odd Fixes |
280458a3 | 2420 | F: block/curl.c |
280458a3 JC |
2421 | |
2422 | GLUSTER | |
280458a3 | 2423 | L: [email protected] |
5c6090fa TH |
2424 | L: [email protected] |
2425 | S: Odd Fixes | |
280458a3 | 2426 | F: block/gluster.c |
b5e9476c | 2427 | |
199667a8 | 2428 | Null Block Driver |
fe5ca46d | 2429 | M: Fam Zheng <[email protected]> |
199667a8 FZ |
2430 | L: [email protected] |
2431 | S: Supported | |
2432 | F: block/null.c | |
2433 | ||
bdd6a90a | 2434 | NVMe Block Driver |
fe5ca46d | 2435 | M: Fam Zheng <[email protected]> |
bdd6a90a FZ |
2436 | L: [email protected] |
2437 | S: Supported | |
2438 | F: block/nvme* | |
2439 | ||
b5e9476c GA |
2440 | Bootdevice |
2441 | M: Gonglei <[email protected]> | |
2442 | S: Maintained | |
2443 | F: bootdevice.c | |
ecdda9e0 AG |
2444 | |
2445 | Quorum | |
2446 | M: Alberto Garcia <[email protected]> | |
2447 | S: Supported | |
2448 | F: block/quorum.c | |
2449 | L: [email protected] | |
e7c6e631 | 2450 | |
bfcc224e AV |
2451 | blklogwrites |
2452 | M: Ari Sundholm <[email protected]> | |
2453 | L: [email protected] | |
2454 | S: Supported | |
2455 | F: block/blklogwrites.c | |
2456 | ||
e7c6e631 SH |
2457 | blkverify |
2458 | M: Stefan Hajnoczi <[email protected]> | |
2459 | L: [email protected] | |
2460 | S: Supported | |
2461 | F: block/blkverify.c | |
2462 | ||
2463 | bochs | |
2464 | M: Stefan Hajnoczi <[email protected]> | |
2465 | L: [email protected] | |
2466 | S: Supported | |
2467 | F: block/bochs.c | |
2468 | ||
2469 | cloop | |
2470 | M: Stefan Hajnoczi <[email protected]> | |
2471 | L: [email protected] | |
2472 | S: Supported | |
2473 | F: block/cloop.c | |
2474 | ||
2475 | dmg | |
2476 | M: Stefan Hajnoczi <[email protected]> | |
2477 | L: [email protected] | |
2478 | S: Supported | |
2479 | F: block/dmg.c | |
2480 | ||
2481 | parallels | |
2482 | M: Stefan Hajnoczi <[email protected]> | |
f3073712 | 2483 | M: Denis V. Lunev <[email protected]> |
e7c6e631 SH |
2484 | L: [email protected] |
2485 | S: Supported | |
2486 | F: block/parallels.c | |
5746c1cd | 2487 | F: docs/interop/parallels.txt |
e7c6e631 SH |
2488 | |
2489 | qed | |
2490 | M: Stefan Hajnoczi <[email protected]> | |
2491 | L: [email protected] | |
2492 | S: Supported | |
2493 | F: block/qed.c | |
2494 | ||
2495 | raw | |
2496 | M: Kevin Wolf <[email protected]> | |
2497 | L: [email protected] | |
2498 | S: Supported | |
2499 | F: block/linux-aio.c | |
f586d5fc | 2500 | F: include/block/raw-aio.h |
2e6fc7eb | 2501 | F: block/raw-format.c |
c1bb86cd EB |
2502 | F: block/file-posix.c |
2503 | F: block/file-win32.c | |
e7c6e631 SH |
2504 | F: block/win32-aio.c |
2505 | ||
2506 | qcow2 | |
2507 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 2508 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
2509 | L: [email protected] |
2510 | S: Supported | |
2511 | F: block/qcow2* | |
b24f9882 | 2512 | F: docs/interop/qcow2.txt |
e7c6e631 SH |
2513 | |
2514 | qcow | |
2515 | M: Kevin Wolf <[email protected]> | |
2516 | L: [email protected] | |
2517 | S: Supported | |
2518 | F: block/qcow.c | |
2519 | ||
2520 | blkdebug | |
2521 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 2522 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
2523 | L: [email protected] |
2524 | S: Supported | |
2525 | F: block/blkdebug.c | |
2526 | ||
2527 | vpc | |
2528 | M: Kevin Wolf <[email protected]> | |
2529 | L: [email protected] | |
2530 | S: Supported | |
2531 | F: block/vpc.c | |
2532 | ||
2533 | vvfat | |
2534 | M: Kevin Wolf <[email protected]> | |
2535 | L: [email protected] | |
2536 | S: Supported | |
2537 | F: block/vvfat.c | |
abfe4e94 SH |
2538 | |
2539 | Image format fuzzer | |
2540 | M: Stefan Hajnoczi <[email protected]> | |
2541 | L: [email protected] | |
2542 | S: Supported | |
2543 | F: tests/image-fuzzer/ | |
717171bd | 2544 | |
049105a3 | 2545 | Replication |
205f8618 | 2546 | M: Wen Congyang <[email protected]> |
3ccc0a01 | 2547 | M: Xie Changlong <[email protected]> |
049105a3 CX |
2548 | S: Supported |
2549 | F: replication* | |
2550 | F: block/replication.c | |
2551 | F: tests/test-replication.c | |
2552 | F: docs/block-replication.txt | |
2553 | ||
a3defabb MA |
2554 | PVRDMA |
2555 | M: Yuval Shaia <[email protected]> | |
fe355cbd | 2556 | M: Marcel Apfelbaum <[email protected]> |
a3defabb MA |
2557 | S: Maintained |
2558 | F: hw/rdma/* | |
2559 | F: hw/rdma/vmw/* | |
2560 | F: docs/pvrdma.txt | |
a5d2f6f8 | 2561 | F: contrib/rdmacm-mux/* |
4a5c9903 | 2562 | F: qapi/rdma.json |
a3defabb | 2563 | |
b9e02c06 AB |
2564 | Build and test automation |
2565 | ------------------------- | |
0475a03e | 2566 | Build and test automation |
b9e02c06 | 2567 | M: Alex Bennée <[email protected]> |
fe5ca46d | 2568 | M: Fam Zheng <[email protected]> |
0d8ea8f1 | 2569 | R: Philippe Mathieu-Daudé <[email protected]> |
b9e02c06 | 2570 | L: [email protected] |
e70dc7f8 | 2571 | S: Maintained |
b9e02c06 | 2572 | F: .travis.yml |
0708e647 | 2573 | F: scripts/travis/ |
d92d886a | 2574 | F: .shippable.yml |
e70dc7f8 | 2575 | F: tests/docker/ |
18023821 | 2576 | F: tests/vm/ |
54dbfd85 | 2577 | F: scripts/archive-source.sh |
e70dc7f8 | 2578 | W: https://travis-ci.org/qemu/qemu |
2a747008 | 2579 | W: https://app.shippable.com/github/qemu/qemu |
e70dc7f8 | 2580 | W: http://patchew.org/QEMU/ |
717171bd | 2581 | |
7162fbb4 EM |
2582 | FreeBSD Hosted Continuous Integration |
2583 | M: Ed Maste <[email protected]> | |
2584 | M: Li-Wen Hsu <[email protected]> | |
2585 | L: [email protected] | |
2586 | S: Maintained | |
2587 | F: .cirrus.yml | |
2588 | W: https://cirrus-ci.com/github/qemu/qemu | |
2589 | ||
0a8b05c7 TH |
2590 | GitLab Continuous Integration |
2591 | M: Thomas Huth <[email protected]> | |
2592 | S: Maintained | |
2593 | F: .gitlab-ci.yml | |
2594 | ||
7e97017e AB |
2595 | Guest Test Compilation Support |
2596 | M: Alex Bennée <[email protected]> | |
2597 | R: Philippe Mathieu-Daudé <[email protected]> | |
00a25291 | 2598 | S: Maintained |
7e97017e | 2599 | F: tests/tcg/Makefile |
c722a9e4 | 2600 | F: tests/tcg/Makefile.include |
7e97017e AB |
2601 | L: [email protected] |
2602 | ||
717171bd DB |
2603 | Documentation |
2604 | ------------- | |
2605 | Build system architecture | |
2606 | M: Daniel P. Berrange <[email protected]> | |
2607 | S: Odd Fixes | |
c39cdbf6 | 2608 | F: docs/devel/build-system.txt |
8a49e97f | 2609 | |
92329a7e AB |
2610 | GIT Data Mining Config |
2611 | M: Alex Bennée <[email protected]> | |
2612 | S: Odd Fixes | |
2613 | F: gitdm.config | |
2614 | F: contrib/gitdm/* | |
2615 | ||
b02c9bc3 MA |
2616 | Incompatible changes |
2617 | R: [email protected] | |
2618 | F: qemu-deprecated.texi | |
2619 | ||
aef45d51 DB |
2620 | Build System |
2621 | ------------ | |
2622 | GIT submodules | |
2623 | M: Daniel P. Berrange <[email protected]> | |
2624 | S: Odd Fixes | |
2625 | F: scripts/git-submodule.sh | |
c10e01b9 PM |
2626 | |
2627 | Sphinx documentation configuration and build machinery | |
2628 | M: Peter Maydell <[email protected]> | |
2629 | S: Maintained | |
2630 | F: docs/conf.py | |
2631 | F: docs/*/conf.py |