]>
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 |
b7f30114 TH |
666 | F: hw/input/lm832x.c |
667 | F: hw/input/tsc2005.c | |
668 | F: hw/misc/cbus.c | |
669 | F: hw/timer/twl92230.c | |
fd5d5c56 AL |
670 | |
671 | Palm | |
672 | M: Andrzej Zaborowski <[email protected]> | |
a00d7f20 | 673 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 674 | L: [email protected] |
a00d7f20 | 675 | S: Odd Fixes |
8d8b636d | 676 | F: hw/arm/palm.c |
b7f30114 | 677 | F: hw/input/tsc210x.c |
fd5d5c56 | 678 | |
95a5db3a TH |
679 | Raspberry Pi |
680 | M: Peter Maydell <[email protected]> | |
681 | R: Andrew Baumann <[email protected]> | |
682 | R: Philippe Mathieu-Daudé <[email protected]> | |
683 | L: [email protected] | |
684 | S: Odd Fixes | |
123a069a | 685 | F: hw/arm/raspi.c |
95a5db3a TH |
686 | F: hw/arm/raspi_platform.h |
687 | F: hw/*/bcm283* | |
688 | F: include/hw/arm/raspi* | |
689 | F: include/hw/*/bcm283* | |
690 | ||
fd5d5c56 | 691 | Real View |
1ce9ce6a | 692 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 693 | L: [email protected] |
fd5d5c56 | 694 | S: Maintained |
8d8b636d | 695 | F: hw/arm/realview* |
f7e242d6 | 696 | F: hw/cpu/realview_mpcore.c |
5ea53049 PB |
697 | F: hw/intc/realview_gic.c |
698 | F: include/hw/intc/realview_gic.h | |
fd5d5c56 | 699 | |
9b31bff0 | 700 | PXA2XX |
fd5d5c56 | 701 | M: Andrzej Zaborowski <[email protected]> |
a00d7f20 | 702 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 703 | L: [email protected] |
a00d7f20 | 704 | S: Odd Fixes |
9b31bff0 | 705 | F: hw/arm/mainstone.c |
8d8b636d | 706 | F: hw/arm/spitz.c |
9b31bff0 PB |
707 | F: hw/arm/tosa.c |
708 | F: hw/arm/z2.c | |
709 | F: hw/*/pxa2xx* | |
123a069a TH |
710 | F: hw/display/tc6393xb.c |
711 | F: hw/gpio/max7310.c | |
712 | F: hw/gpio/zaurus.c | |
f7e242d6 | 713 | F: hw/misc/mst_fpga.c |
b7f30114 | 714 | F: hw/misc/max111x.c |
ed0db866 | 715 | F: include/hw/arm/pxa.h |
123a069a | 716 | F: include/hw/arm/sharpsl.h |
fd5d5c56 | 717 | |
95a5db3a TH |
718 | SABRELITE / i.MX6 |
719 | M: Peter Maydell <[email protected]> | |
720 | R: Jean-Christophe Dubois <[email protected]> | |
721 | L: [email protected] | |
722 | S: Odd Fixes | |
723 | F: hw/arm/sabrelite.c | |
724 | F: hw/arm/fsl-imx6.c | |
b7f30114 | 725 | F: hw/misc/imx6_*.c |
95a5db3a TH |
726 | F: hw/ssi/imx_spi.c |
727 | F: include/hw/arm/fsl-imx6.h | |
b7f30114 | 728 | F: include/hw/misc/imx6_*.h |
95a5db3a TH |
729 | F: include/hw/ssi/imx_spi.h |
730 | ||
671f11b2 TH |
731 | Sharp SL-5500 (Collie) PDA |
732 | M: Peter Maydell <[email protected]> | |
733 | L: [email protected] | |
734 | S: Odd Fixes | |
735 | F: hw/arm/collie.c | |
736 | F: hw/arm/strongarm* | |
737 | ||
fd5d5c56 | 738 | Stellaris |
1ce9ce6a | 739 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 740 | L: [email protected] |
fd5d5c56 | 741 | S: Maintained |
8d8b636d | 742 | F: hw/*/stellaris* |
fd5d5c56 | 743 | |
95a5db3a TH |
744 | Versatile Express |
745 | M: Peter Maydell <[email protected]> | |
746 | L: [email protected] | |
747 | S: Maintained | |
748 | F: hw/arm/vexpress.c | |
749 | ||
fd5d5c56 | 750 | Versatile PB |
1ce9ce6a | 751 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 752 | L: [email protected] |
fd5d5c56 | 753 | S: Maintained |
8d8b636d | 754 | F: hw/*/versatile* |
c6427ff7 | 755 | F: hw/misc/arm_sysctl.c |
fd5d5c56 | 756 | |
95a5db3a TH |
757 | Virt |
758 | M: Peter Maydell <[email protected]> | |
759 | L: [email protected] | |
760 | S: Maintained | |
761 | F: hw/arm/virt* | |
762 | F: include/hw/arm/virt.h | |
763 | ||
e3260506 | 764 | Xilinx Zynq |
cc0100f4 | 765 | M: Edgar E. Iglesias <[email protected]> |
c22e580c | 766 | M: Alistair Francis <[email protected]> |
a00d7f20 | 767 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 768 | L: [email protected] |
e3260506 | 769 | S: Maintained |
cc0100f4 | 770 | F: hw/*/xilinx_* |
8d8b636d | 771 | F: hw/*/cadence_* |
f7e242d6 TH |
772 | F: hw/misc/zynq* |
773 | F: include/hw/misc/zynq* | |
cc0100f4 | 774 | X: hw/ssi/xilinx_* |
e3260506 | 775 | |
137805f5 | 776 | Xilinx ZynqMP |
c22e580c | 777 | M: Alistair Francis <[email protected]> |
cc0100f4 | 778 | M: Edgar E. Iglesias <[email protected]> |
a00d7f20 | 779 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 780 | L: [email protected] |
137805f5 | 781 | S: Maintained |
cc0100f4 | 782 | F: hw/*/xlnx*.c |
f586d5fc | 783 | F: include/hw/*/xlnx*.h |
24d6d8bf PMD |
784 | F: include/hw/ssi/xilinx_spips.h |
785 | F: hw/display/dpcd.c | |
786 | F: include/hw/display/dpcd.h | |
137805f5 | 787 | |
8f4d260e | 788 | ARM ACPI Subsystem |
e59f13d7 | 789 | M: Shannon Zhao <[email protected]> |
b4f2bd1c | 790 | L: [email protected] |
8f4d260e SZ |
791 | S: Maintained |
792 | F: hw/arm/virt-acpi-build.c | |
8f4d260e | 793 | |
a1f8193b AF |
794 | STM32F205 |
795 | M: Alistair Francis <[email protected]> | |
a00d7f20 | 796 | M: Peter Maydell <[email protected]> |
a1f8193b AF |
797 | S: Maintained |
798 | F: hw/arm/stm32f205_soc.c | |
799 | F: hw/misc/stm32f2xx_syscfg.c | |
800 | F: hw/char/stm32f2xx_usart.c | |
801 | F: hw/timer/stm32f2xx_timer.c | |
802 | F: hw/adc/* | |
803 | F: hw/ssi/stm32f2xx_spi.c | |
0e0d345b | 804 | F: include/hw/*/stm32*.h |
a1f8193b AF |
805 | |
806 | Netduino 2 | |
807 | M: Alistair Francis <[email protected]> | |
a00d7f20 | 808 | M: Peter Maydell <[email protected]> |
a1f8193b AF |
809 | S: Maintained |
810 | F: hw/arm/netduino2.c | |
811 | ||
670bc4cb SS |
812 | SmartFusion2 |
813 | M: Subbaraya Sundeep <[email protected]> | |
a00d7f20 | 814 | M: Peter Maydell <[email protected]> |
670bc4cb SS |
815 | S: Maintained |
816 | F: hw/arm/msf2-soc.c | |
817 | F: hw/misc/msf2-sysreg.c | |
818 | F: hw/timer/mss-timer.c | |
819 | F: hw/ssi/mss-spi.c | |
820 | F: include/hw/arm/msf2-soc.h | |
821 | F: include/hw/misc/msf2-sysreg.h | |
822 | F: include/hw/timer/mss-timer.h | |
823 | F: include/hw/ssi/mss-spi.h | |
824 | ||
825 | Emcraft M2S-FG484 | |
826 | M: Subbaraya Sundeep <[email protected]> | |
a00d7f20 | 827 | M: Peter Maydell <[email protected]> |
670bc4cb SS |
828 | S: Maintained |
829 | F: hw/arm/msf2-som.c | |
830 | ||
f87db1ba JS |
831 | ASPEED BMCs |
832 | M: Cédric Le Goater <[email protected]> | |
a00d7f20 | 833 | M: Peter Maydell <[email protected]> |
f87db1ba JS |
834 | R: Andrew Jeffery <[email protected]> |
835 | R: Joel Stanley <[email protected]> | |
836 | L: [email protected] | |
837 | S: Maintained | |
838 | F: hw/*/*aspeed* | |
b7f30114 | 839 | F: hw/misc/pca9552.c |
f87db1ba | 840 | F: include/hw/*/*aspeed* |
b7f30114 | 841 | F: include/hw/misc/pca9552*.h |
f87db1ba JS |
842 | F: hw/net/ftgmac100.c |
843 | F: include/hw/net/ftgmac100.h | |
844 | ||
c0066d1a JS |
845 | NRF51 |
846 | M: Joel Stanley <[email protected]> | |
a00d7f20 | 847 | M: Peter Maydell <[email protected]> |
c0066d1a JS |
848 | L: [email protected] |
849 | S: Maintained | |
c8de3f5f SH |
850 | F: hw/*/nrf51*.c |
851 | F: hw/*/microbit*.c | |
852 | F: include/hw/*/nrf51*.h | |
853 | F: include/hw/*/microbit*.h | |
854 | F: tests/microbit-test.c | |
c0066d1a | 855 | |
fd5d5c56 AL |
856 | CRIS Machines |
857 | ------------- | |
858 | Axis Dev88 | |
859 | M: Edgar E. Iglesias <[email protected]> | |
860 | S: Maintained | |
8d8b636d | 861 | F: hw/cris/axis_dev88.c |
6e481d57 | 862 | F: hw/*/etraxfs_*.c |
fd5d5c56 | 863 | |
e188396c PMD |
864 | HP-PARISC Machines |
865 | ------------------ | |
866 | Dino | |
867 | M: Richard Henderson <[email protected]> | |
868 | R: Helge Deller <[email protected]> | |
869 | S: Odd Fixes | |
870 | F: hw/hppa/ | |
871 | F: pc-bios/hppa-firmware.img | |
872 | ||
07bf23a7 MW |
873 | LM32 Machines |
874 | ------------- | |
875 | EVR32 and uclinux BSP | |
876 | M: Michael Walle <[email protected]> | |
877 | S: Maintained | |
8d8b636d | 878 | F: hw/lm32/lm32_boards.c |
07bf23a7 | 879 | |
d118aa6b MW |
880 | milkymist |
881 | M: Michael Walle <[email protected]> | |
882 | S: Maintained | |
8d8b636d | 883 | F: hw/lm32/milkymist.c |
d118aa6b | 884 | |
afcacd53 | 885 | M68K Machines |
fd5d5c56 AL |
886 | ------------- |
887 | an5206 | |
5baf2741 TH |
888 | M: Thomas Huth <[email protected]> |
889 | S: Odd Fixes | |
8d8b636d | 890 | F: hw/m68k/an5206.c |
e9a56114 | 891 | F: hw/m68k/mcf5206.c |
fd5d5c56 | 892 | |
fd5d5c56 | 893 | mcf5208 |
5baf2741 TH |
894 | M: Thomas Huth <[email protected]> |
895 | S: Odd Fixes | |
8d8b636d | 896 | F: hw/m68k/mcf5208.c |
e9a56114 TH |
897 | F: hw/m68k/mcf_intc.c |
898 | F: hw/char/mcf_uart.c | |
899 | F: hw/net/mcf_fec.c | |
5baf2741 | 900 | F: include/hw/m68k/mcf*.h |
fd5d5c56 AL |
901 | |
902 | MicroBlaze Machines | |
903 | ------------------- | |
904 | petalogix_s3adsp1800 | |
905 | M: Edgar E. Iglesias <[email protected]> | |
906 | S: Maintained | |
6e481d57 | 907 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
a734c7b5 | 908 | F: include/hw/char/xilinx_uartlite.h |
fd5d5c56 | 909 | |
d36e8ce7 | 910 | petalogix_ml605 |
4b46ba61 | 911 | M: Edgar E. Iglesias <[email protected]> |
d36e8ce7 | 912 | S: Maintained |
8d8b636d | 913 | F: hw/microblaze/petalogix_ml605_mmu.c |
d36e8ce7 | 914 | |
fd5d5c56 AL |
915 | MIPS Machines |
916 | ------------- | |
917 | Jazz | |
918 | M: Hervé Poussineau <[email protected]> | |
215943b8 | 919 | R: Aleksandar Rikalo <[email protected]> |
fd5d5c56 | 920 | S: Maintained |
8d8b636d | 921 | F: hw/mips/mips_jazz.c |
0886a785 PMD |
922 | F: hw/display/jazz_led.c |
923 | F: hw/dma/rc4030.c | |
fd5d5c56 AL |
924 | |
925 | Malta | |
926 | M: Aurelien Jarno <[email protected]> | |
215943b8 | 927 | R: Aleksandar Rikalo <[email protected]> |
fd5d5c56 | 928 | S: Maintained |
8d8b636d | 929 | F: hw/mips/mips_malta.c |
fd5d5c56 AL |
930 | |
931 | Mipssim | |
4872fee2 | 932 | M: Aleksandar Markovic <[email protected]> |
215943b8 | 933 | R: Aleksandar Rikalo <[email protected]> |
659f42d8 | 934 | S: Odd Fixes |
8d8b636d | 935 | F: hw/mips/mips_mipssim.c |
659f42d8 | 936 | F: hw/net/mipsnet.c |
fd5d5c56 AL |
937 | |
938 | R4000 | |
939 | M: Aurelien Jarno <[email protected]> | |
215943b8 | 940 | R: Aleksandar Rikalo <[email protected]> |
fd5d5c56 | 941 | S: Maintained |
8d8b636d | 942 | F: hw/mips/mips_r4k.c |
fd5d5c56 | 943 | |
659f42d8 | 944 | Fulong 2E |
4872fee2 | 945 | M: Aleksandar Markovic <[email protected]> |
215943b8 | 946 | R: Aleksandar Rikalo <[email protected]> |
659f42d8 YK |
947 | S: Odd Fixes |
948 | F: hw/mips/mips_fulong2e.c | |
0170a3fc | 949 | F: hw/isa/vt82c686.c |
5021bfa5 | 950 | F: hw/pci-host/bonito.c |
0170a3fc | 951 | F: include/hw/isa/vt82c686.h |
659f42d8 YK |
952 | |
953 | Boston | |
4872fee2 | 954 | M: Paul Burton <[email protected]> |
215943b8 | 955 | R: Aleksandar Rikalo <[email protected]> |
659f42d8 YK |
956 | S: Maintained |
957 | F: hw/core/loader-fit.c | |
958 | F: hw/mips/boston.c | |
959 | F: hw/pci-host/xilinx-pcie.c | |
5021bfa5 | 960 | F: include/hw/pci-host/xilinx-pcie.h |
659f42d8 | 961 | |
945dad6d JL |
962 | OpenRISC Machines |
963 | ----------------- | |
964 | or1k-sim | |
965 | M: Jia Liu <[email protected]> | |
966 | S: Maintained | |
967 | F: hw/openrisc/openrisc_sim.c | |
968 | ||
fd5d5c56 AL |
969 | PowerPC Machines |
970 | ---------------- | |
971 | 405 | |
bba8e23a | 972 | M: David Gibson <[email protected]> |
a6c98685 | 973 | L: [email protected] |
9b9fe135 | 974 | S: Odd Fixes |
8d8b636d | 975 | F: hw/ppc/ppc405_boards.c |
fd5d5c56 | 976 | |
aaade8d7 | 977 | Bamboo |
bba8e23a | 978 | M: David Gibson <[email protected]> |
aaade8d7 AF |
979 | L: [email protected] |
980 | S: Odd Fixes | |
8d8b636d | 981 | F: hw/ppc/ppc440_bamboo.c |
aaade8d7 | 982 | |
98cded3a | 983 | e500 |
bba8e23a | 984 | M: David Gibson <[email protected]> |
98cded3a | 985 | L: [email protected] |
bba8e23a | 986 | S: Odd Fixes |
ce6fc617 | 987 | F: hw/ppc/e500* |
2c6aba14 | 988 | F: hw/gpio/mpc8xxx.c |
7abb479c | 989 | F: hw/i2c/mpc_i2c.c |
ce6fc617 TH |
990 | F: hw/net/fsl_etsec/ |
991 | F: hw/pci-host/ppce500.c | |
b5d55020 TH |
992 | F: include/hw/ppc/ppc_e500.h |
993 | F: include/hw/pci-host/ppce500.h | |
994 | F: pc-bios/u-boot.e500 | |
98cded3a AF |
995 | |
996 | mpc8544ds | |
bba8e23a | 997 | M: David Gibson <[email protected]> |
98cded3a | 998 | L: [email protected] |
bba8e23a | 999 | S: Odd Fixes |
98cded3a | 1000 | F: hw/ppc/mpc8544ds.c |
8d8b636d | 1001 | F: hw/ppc/mpc8544_guts.c |
98cded3a | 1002 | |
2c6aba14 | 1003 | New World (mac99) |
40e3dd06 MCA |
1004 | M: Mark Cave-Ayland <[email protected]> |
1005 | R: David Gibson <[email protected]> | |
a6c98685 | 1006 | L: [email protected] |
bba8e23a | 1007 | S: Odd Fixes |
baec1910 | 1008 | F: hw/ppc/mac_newworld.c |
6e481d57 PM |
1009 | F: hw/pci-host/uninorth.c |
1010 | F: hw/pci-bridge/dec.[hc] | |
8d8b636d | 1011 | F: hw/misc/macio/ |
6ba16476 | 1012 | F: hw/misc/mos6522.c |
b5d55020 | 1013 | F: hw/nvram/mac_nvram.c |
2c6aba14 | 1014 | F: hw/input/adb* |
eba45926 | 1015 | F: include/hw/misc/macio/ |
6ba16476 | 1016 | F: include/hw/misc/mos6522.h |
eba45926 | 1017 | F: include/hw/ppc/mac_dbdma.h |
5021bfa5 | 1018 | F: include/hw/pci-host/uninorth.h |
2c6aba14 | 1019 | F: include/hw/input/adb* |
52804c60 | 1020 | F: pc-bios/qemu_vga.ndrv |
fd5d5c56 | 1021 | |
2c6aba14 | 1022 | Old World (g3beige) |
40e3dd06 MCA |
1023 | M: Mark Cave-Ayland <[email protected]> |
1024 | R: David Gibson <[email protected]> | |
a6c98685 | 1025 | L: [email protected] |
bba8e23a | 1026 | S: Odd Fixes |
baec1910 | 1027 | F: hw/ppc/mac_oldworld.c |
6e481d57 | 1028 | F: hw/pci-host/grackle.c |
8d8b636d | 1029 | F: hw/misc/macio/ |
835c42d3 | 1030 | F: hw/intc/heathrow_pic.c |
2c6aba14 | 1031 | F: hw/input/adb* |
97e16dba | 1032 | F: include/hw/intc/heathrow_pic.h |
2c6aba14 | 1033 | F: include/hw/input/adb* |
52804c60 | 1034 | F: pc-bios/qemu_vga.ndrv |
fd5d5c56 | 1035 | |
ec38d398 | 1036 | PReP |
8178e89c | 1037 | M: Hervé Poussineau <[email protected]> |
9f38774d | 1038 | L: [email protected] |
a6c98685 | 1039 | L: [email protected] |
8178e89c | 1040 | S: Maintained |
75610155 | 1041 | F: hw/ppc/prep.c |
8178e89c HP |
1042 | F: hw/ppc/prep_systemio.c |
1043 | F: hw/ppc/rs6000_mc.c | |
6e481d57 | 1044 | F: hw/pci-host/prep.[hc] |
0a9464b5 | 1045 | F: hw/isa/i82378.c |
a48c6b51 | 1046 | F: hw/isa/pc87312.c |
1cd6dccb | 1047 | F: hw/dma/i82374.c |
cec16f0d | 1048 | F: hw/timer/m48t59-isa.c |
a48c6b51 | 1049 | F: include/hw/isa/pc87312.h |
cec16f0d | 1050 | F: include/hw/timer/m48t59.h |
835c42d3 | 1051 | F: pc-bios/ppc_rom.bin |
fd5d5c56 | 1052 | |
300b115c | 1053 | sPAPR |
085eb217 | 1054 | M: David Gibson <[email protected]> |
8a269ca4 AF |
1055 | L: [email protected] |
1056 | S: Supported | |
8d8b636d | 1057 | F: hw/*/spapr* |
f9de2da7 DG |
1058 | F: include/hw/*/spapr* |
1059 | F: hw/*/xics* | |
1060 | F: include/hw/*/xics* | |
1061 | F: pc-bios/spapr-rtas/* | |
b5d55020 TH |
1062 | F: pc-bios/spapr-rtas.bin |
1063 | F: pc-bios/slof.bin | |
1064 | F: docs/specs/ppc-spapr-hcalls.txt | |
1065 | F: docs/specs/ppc-spapr-hotplug.txt | |
a70ab357 GK |
1066 | F: tests/spapr* |
1067 | F: tests/libqos/*spapr* | |
1068 | F: tests/rtas* | |
1069 | F: tests/libqos/rtas* | |
8a269ca4 | 1070 | |
1af82d4f CLG |
1071 | PowerNV (Non-Virtualized) |
1072 | M: Cédric Le Goater <[email protected]> | |
1073 | M: David Gibson <[email protected]> | |
1074 | L: [email protected] | |
1075 | S: Maintained | |
1076 | F: hw/ppc/pnv* | |
1077 | F: hw/intc/pnv* | |
1078 | F: hw/intc/xics_pnv.c | |
1079 | F: include/hw/ppc/pnv* | |
1080 | F: pc-bios/skiboot.lid | |
1081 | F: tests/pnv* | |
1082 | ||
794d00bf AF |
1083 | virtex_ml507 |
1084 | M: Edgar E. Iglesias <[email protected]> | |
1085 | L: [email protected] | |
1086 | S: Odd Fixes | |
6e481d57 | 1087 | F: hw/ppc/virtex_ml507.c |
794d00bf | 1088 | |
a9dd6604 BZ |
1089 | sam460ex |
1090 | M: BALATON Zoltan <[email protected]> | |
1091 | L: [email protected] | |
1092 | S: Maintained | |
33c6a8b5 BZ |
1093 | F: hw/ppc/sam460ex.c |
1094 | F: hw/ppc/ppc440_pcix.c | |
1095 | F: hw/display/sm501* | |
a9dd6604 | 1096 | F: hw/ide/sii3112.c |
c6f2594c | 1097 | F: hw/timer/m41t80.c |
33c6a8b5 BZ |
1098 | F: pc-bios/canyonlands.dt[sb] |
1099 | F: pc-bios/u-boot-sam460ex-20100605.bin | |
1100 | F: roms/u-boot-sam460ex | |
a9dd6604 | 1101 | |
fd5d5c56 AL |
1102 | SH4 Machines |
1103 | ------------ | |
1104 | R2D | |
1105 | M: Magnus Damm <[email protected]> | |
1106 | S: Maintained | |
6e481d57 | 1107 | F: hw/sh4/r2d.c |
81527b94 TH |
1108 | F: hw/intc/sh_intc.c |
1109 | F: hw/timer/sh_timer.c | |
fd5d5c56 AL |
1110 | |
1111 | Shix | |
1112 | M: Magnus Damm <[email protected]> | |
81527b94 | 1113 | S: Odd Fixes |
6e481d57 | 1114 | F: hw/sh4/shix.c |
fd5d5c56 AL |
1115 | |
1116 | SPARC Machines | |
1117 | -------------- | |
1118 | Sun4m | |
f2416d3a | 1119 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 1120 | S: Maintained |
8d8b636d | 1121 | F: hw/sparc/sun4m.c |
c468e368 | 1122 | F: hw/sparc/sun4m_iommu.c |
aec2b887 TH |
1123 | F: hw/display/cg3.c |
1124 | F: hw/display/tcx.c | |
c10a1c78 | 1125 | F: hw/dma/sparc32_dma.c |
7098b79e | 1126 | F: hw/misc/eccmemctl.c |
aec2b887 TH |
1127 | F: hw/*/slavio_*.c |
1128 | F: include/hw/nvram/sun_nvram.h | |
c10a1c78 | 1129 | F: include/hw/sparc/sparc32_dma.h |
d0476159 | 1130 | F: include/hw/sparc/sun4m_iommu.h |
aec2b887 | 1131 | F: pc-bios/openbios-sparc32 |
fd5d5c56 AL |
1132 | |
1133 | Sun4u | |
f2416d3a | 1134 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 1135 | S: Maintained |
8d8b636d | 1136 | F: hw/sparc64/sun4u.c |
8ef856b7 PMD |
1137 | F: hw/sparc64/sun4u_iommu.c |
1138 | F: include/hw/sparc/sun4u_iommu.h | |
5021bfa5 TH |
1139 | F: hw/pci-host/sabre.c |
1140 | F: include/hw/pci-host/sabre.h | |
8ef856b7 PMD |
1141 | F: hw/pci-bridge/simba.c |
1142 | F: include/hw/pci-bridge/simba.h | |
1143 | F: pc-bios/openbios-sparc64 | |
fd5d5c56 | 1144 | |
a2664ca0 AT |
1145 | Sun4v |
1146 | M: Artyom Tarasenko <[email protected]> | |
1147 | S: Maintained | |
626e4a4b | 1148 | F: hw/sparc64/niagara.c |
a2664ca0 AT |
1149 | F: hw/timer/sun4v-rtc.c |
1150 | F: include/hw/timer/sun4v-rtc.h | |
1151 | ||
ce6c760c FC |
1152 | Leon3 |
1153 | M: Fabien Chouteau <[email protected]> | |
1154 | S: Maintained | |
8d8b636d PB |
1155 | F: hw/sparc/leon3.c |
1156 | F: hw/*/grlib* | |
c10a1c78 | 1157 | F: include/hw/sparc/grlib.h |
ce6c760c | 1158 | |
fd5d5c56 AL |
1159 | S390 Machines |
1160 | ------------- | |
dd4ad64a | 1161 | S390 Virtio-ccw |
c1976ae7 | 1162 | M: Cornelia Huck <[email protected]> |
7c8e2647 | 1163 | M: Halil Pasic <[email protected]> |
b304bf00 | 1164 | M: Christian Borntraeger <[email protected]> |
dd4ad64a | 1165 | S: Supported |
0c6aa7ee | 1166 | F: hw/char/sclp*.[hc] |
9d1c4449 | 1167 | F: hw/char/terminal3270.c |
c5bfb202 | 1168 | F: hw/s390x/ |
4277af19 | 1169 | F: include/hw/s390x/ |
c5bfb202 | 1170 | F: hw/watchdog/wdt_diag288.c |
1e4738b2 | 1171 | F: include/hw/watchdog/wdt_diag288.h |
1e4738b2 | 1172 | F: default-configs/s390x-softmmu.mak |
e18a8b34 SH |
1173 | T: git https://github.com/cohuck/qemu.git s390-next |
1174 | T: git https://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 1175 | L: [email protected] |
dd4ad64a | 1176 | |
8e4eb427 | 1177 | S390-ccw boot |
304584bf CH |
1178 | M: Christian Borntraeger <[email protected]> |
1179 | M: Thomas Huth <[email protected]> | |
1180 | S: Supported | |
8e4eb427 | 1181 | F: hw/s390x/ipl.* |
304584bf CH |
1182 | F: pc-bios/s390-ccw/ |
1183 | F: pc-bios/s390-ccw.img | |
e18a8b34 | 1184 | T: git https://github.com/borntraeger/qemu.git s390-next |
304584bf CH |
1185 | L: [email protected] |
1186 | ||
d5bfb425 CB |
1187 | S390 PCI |
1188 | M: Collin Walling <[email protected]> | |
1189 | S: Supported | |
1190 | F: hw/s390x/s390-pci* | |
1191 | L: [email protected] | |
1192 | ||
ab9528ca GX |
1193 | UniCore32 Machines |
1194 | ------------- | |
1195 | PKUnity-3 SoC initramfs-with-busybox | |
1196 | M: Guan Xuetao <[email protected]> | |
1197 | S: Maintained | |
8d8b636d | 1198 | F: hw/*/puv3* |
ab9528ca GX |
1199 | F: hw/unicore32/ |
1200 | ||
fd5d5c56 AL |
1201 | X86 Machines |
1202 | ------------ | |
1203 | PC | |
046a6486 | 1204 | M: Michael S. Tsirkin <[email protected]> |
fe355cbd | 1205 | M: Marcel Apfelbaum <[email protected]> |
fd5d5c56 | 1206 | S: Supported |
046a6486 MT |
1207 | F: include/hw/i386/ |
1208 | F: hw/i386/ | |
1209 | F: hw/pci-host/piix.c | |
1210 | F: hw/pci-host/q35.c | |
1211 | F: hw/pci-host/pam.c | |
1212 | F: include/hw/pci-host/q35.h | |
1213 | F: include/hw/pci-host/pam.h | |
1214 | F: hw/isa/piix4.c | |
1215 | F: hw/isa/lpc_ich9.c | |
1216 | F: hw/i2c/smbus_ich9.c | |
1217 | F: hw/acpi/piix4.c | |
1218 | F: hw/acpi/ich9.c | |
1219 | F: include/hw/acpi/ich9.h | |
f586d5fc | 1220 | F: include/hw/acpi/piix4.h |
9cc3b73c | 1221 | F: hw/misc/sga.c |
6f5a3294 PMD |
1222 | F: hw/isa/apm.c |
1223 | F: include/hw/isa/apm.h | |
1224 | F: tests/test-x86-cpuid.c | |
1225 | F: tests/test-x86-cpuid-compat.c | |
9cc3b73c PB |
1226 | |
1227 | PC Chipset | |
1228 | M: Michael S. Tsirkin <[email protected]> | |
1229 | M: Paolo Bonzini <[email protected]> | |
1732be86 | 1230 | S: Supported |
9cc3b73c | 1231 | F: hw/char/debugcon.c |
bb3d5ea8 | 1232 | F: hw/char/parallel* |
9cc3b73c PB |
1233 | F: hw/char/serial* |
1234 | F: hw/dma/i8257* | |
1235 | F: hw/i2c/pm_smbus.c | |
1732be86 | 1236 | F: hw/input/pckbd.c |
9cc3b73c PB |
1237 | F: hw/intc/apic* |
1238 | F: hw/intc/ioapic* | |
1239 | F: hw/intc/i8259* | |
1854eb28 | 1240 | F: hw/isa/isa-superio.c |
9cc3b73c PB |
1241 | F: hw/misc/debugexit.c |
1242 | F: hw/misc/pc-testdev.c | |
1243 | F: hw/timer/hpet* | |
1244 | F: hw/timer/i8254* | |
1245 | F: hw/timer/mc146818rtc* | |
edc46aff | 1246 | F: hw/watchdog/wdt_ib700.c |
4bcbc773 | 1247 | F: hw/watchdog/wdt_i6300esb.c |
866e2b37 | 1248 | F: include/hw/display/vga.h |
bb3d5ea8 | 1249 | F: include/hw/char/parallel.h |
55f613ac | 1250 | F: include/hw/dma/i8257.h |
a2feb348 | 1251 | F: include/hw/i2c/pm_smbus.h |
47973a2d | 1252 | F: include/hw/input/i8042.h |
4bcbc773 | 1253 | F: include/hw/isa/i8259_internal.h |
1854eb28 | 1254 | F: include/hw/isa/superio.h |
a2feb348 TH |
1255 | F: include/hw/timer/hpet.h |
1256 | F: include/hw/timer/i8254* | |
1257 | F: include/hw/timer/mc146818rtc* | |
046a6486 | 1258 | |
5da4fb00 MT |
1259 | Machine core |
1260 | M: Eduardo Habkost <[email protected]> | |
fe355cbd | 1261 | M: Marcel Apfelbaum <[email protected]> |
5da4fb00 MT |
1262 | S: Supported |
1263 | F: hw/core/machine.c | |
c1629c5c | 1264 | F: hw/core/null-machine.c |
335d52f4 | 1265 | F: hw/cpu/cluster.c |
5da4fb00 | 1266 | F: include/hw/boards.h |
335d52f4 | 1267 | F: include/hw/cpu/cluster.h |
e18a8b34 | 1268 | T: git https://github.com/ehabkost/qemu.git machine-next |
fd5d5c56 | 1269 | |
16e7caae MF |
1270 | Xtensa Machines |
1271 | --------------- | |
375847a6 | 1272 | sim |
16e7caae MF |
1273 | M: Max Filippov <[email protected]> |
1274 | S: Maintained | |
437a8c11 | 1275 | F: hw/xtensa/sim.c |
375847a6 | 1276 | |
437a8c11 | 1277 | XTFPGA (LX60, LX200, ML605, KC705) |
375847a6 MF |
1278 | M: Max Filippov <[email protected]> |
1279 | S: Maintained | |
437a8c11 MF |
1280 | F: hw/xtensa/xtfpga.c |
1281 | F: hw/net/opencores_eth.c | |
16e7caae | 1282 | |
fd5d5c56 AL |
1283 | Devices |
1284 | ------- | |
b30934cb JS |
1285 | EDU |
1286 | M: Jiri Slaby <[email protected]> | |
1287 | S: Maintained | |
1288 | F: hw/misc/edu.c | |
1289 | ||
fd5d5c56 | 1290 | IDE |
c095348b JS |
1291 | M: John Snow <[email protected]> |
1292 | L: [email protected] | |
1293 | S: Supported | |
8d8b636d | 1294 | F: include/hw/ide.h |
c9f7acd5 | 1295 | F: include/hw/ide/ |
fd5d5c56 | 1296 | F: hw/ide/ |
c095348b JS |
1297 | F: hw/block/block.c |
1298 | F: hw/block/cdrom.c | |
1299 | F: hw/block/hd-geometry.c | |
1300 | F: tests/ide-test.c | |
1301 | F: tests/ahci-test.c | |
edc35b3d | 1302 | F: tests/cdrom-test.c |
aee50319 | 1303 | F: tests/libqos/ahci* |
e18a8b34 | 1304 | T: git https://github.com/jnsnow/qemu.git ide |
c095348b | 1305 | |
caf316ba CM |
1306 | IPMI |
1307 | M: Corey Minyard <[email protected]> | |
1308 | S: Maintained | |
1309 | F: include/hw/ipmi/* | |
1310 | F: hw/ipmi/* | |
1311 | F: hw/smbios/smbios_type_38.c | |
1312 | F: tests/ipmi* | |
e18a8b34 | 1313 | T: git https://github.com/cminyard/qemu.git master-ipmi-rebase |
caf316ba | 1314 | |
c095348b JS |
1315 | Floppy |
1316 | M: John Snow <[email protected]> | |
1317 | L: [email protected] | |
1318 | S: Supported | |
1319 | F: hw/block/fdc.c | |
1320 | F: include/hw/block/fdc.h | |
aee50319 | 1321 | F: tests/fdc-test.c |
e18a8b34 | 1322 | T: git https://github.com/jnsnow/qemu.git ide |
fd5d5c56 | 1323 | |
f5f487b2 PM |
1324 | OMAP |
1325 | M: Peter Maydell <[email protected]> | |
1326 | S: Maintained | |
8d8b636d | 1327 | F: hw/*/omap* |
ed0db866 | 1328 | F: include/hw/arm/omap.h |
f5f487b2 | 1329 | |
28d54e58 PB |
1330 | IPack |
1331 | M: Alberto Garcia <[email protected]> | |
1332 | S: Odd Fixes | |
1333 | F: hw/char/ipoctal232.c | |
1334 | F: hw/ipack/ | |
1335 | ||
fd5d5c56 AL |
1336 | PCI |
1337 | M: Michael S. Tsirkin <[email protected]> | |
fe355cbd | 1338 | M: Marcel Apfelbaum <[email protected]> |
fd5d5c56 | 1339 | S: Supported |
8d8b636d | 1340 | F: include/hw/pci/* |
f178bc6b | 1341 | F: hw/misc/pci-testdev.c |
ca818cfb | 1342 | F: hw/pci/* |
f178bc6b | 1343 | F: hw/pci-bridge/* |
68179923 PMD |
1344 | F: docs/pci* |
1345 | F: docs/specs/*pci* | |
534fd814 | 1346 | F: default-configs/pci.mak |
0e0b3592 | 1347 | |
d31e5ae7 | 1348 | ACPI/SMBIOS |
0e0b3592 MT |
1349 | M: Michael S. Tsirkin <[email protected]> |
1350 | M: Igor Mammedov <[email protected]> | |
1351 | S: Supported | |
1352 | F: include/hw/acpi/* | |
a2eb5c0c | 1353 | F: include/hw/firmware/smbios.h |
0e0b3592 | 1354 | F: hw/mem/* |
8d8b636d | 1355 | F: hw/acpi/* |
d31e5ae7 | 1356 | F: hw/smbios/* |
0e0b3592 | 1357 | F: hw/i386/acpi-build.[hc] |
0e0b3592 | 1358 | F: hw/arm/virt-acpi-build.c |
3248f1b4 BW |
1359 | F: tests/bios-tables-test.c |
1360 | F: tests/acpi-utils.[hc] | |
faae23b9 | 1361 | F: tests/data/acpi/ |
fd5d5c56 | 1362 | |
aaade8d7 | 1363 | ppc4xx |
bba8e23a | 1364 | M: David Gibson <[email protected]> |
aaade8d7 AF |
1365 | L: [email protected] |
1366 | S: Odd Fixes | |
8d8b636d | 1367 | F: hw/ppc/ppc4*.c |
aa3a41f9 | 1368 | F: hw/i2c/ppc4xx_i2c.c |
b5d55020 | 1369 | F: include/hw/ppc/ppc4xx.h |
aa3a41f9 | 1370 | F: include/hw/i2c/ppc4xx_i2c.h |
aaade8d7 | 1371 | |
61af0ee6 | 1372 | Character devices |
2185fd67 PB |
1373 | M: Marc-André Lureau <[email protected]> |
1374 | R: Paolo Bonzini <[email protected]> | |
61af0ee6 PB |
1375 | S: Odd Fixes |
1376 | F: hw/char/ | |
1377 | ||
f536f112 PB |
1378 | Network devices |
1379 | M: Jason Wang <[email protected]> | |
1380 | S: Odd Fixes | |
1381 | F: hw/net/ | |
6061b5c6 | 1382 | F: include/hw/net/ |
6bd7776c | 1383 | F: tests/virtio-net-test.c |
e18a8b34 | 1384 | T: git https://github.com/jasowang/qemu.git net |
f536f112 | 1385 | |
fd5d5c56 | 1386 | SCSI |
de7724f7 | 1387 | M: Paolo Bonzini <[email protected]> |
fe5ca46d | 1388 | R: Fam Zheng <[email protected]> |
de7724f7 | 1389 | S: Supported |
74460f34 | 1390 | F: include/hw/scsi/* |
8d8b636d | 1391 | F: hw/scsi/* |
6bd7776c | 1392 | F: tests/virtio-scsi-test.c |
e18a8b34 | 1393 | T: git https://github.com/bonzini/qemu.git scsi-next |
de7724f7 | 1394 | |
fcb5629d | 1395 | SSI |
c22e580c | 1396 | M: Alistair Francis <[email protected]> |
fcb5629d | 1397 | S: Maintained |
8d8b636d PB |
1398 | F: hw/ssi/* |
1399 | F: hw/block/m25p80.c | |
982d009a | 1400 | F: include/hw/ssi/ssi.h |
4b46ba61 | 1401 | X: hw/ssi/xilinx_* |
982d009a | 1402 | F: tests/m25p80-test.c |
4b46ba61 AF |
1403 | |
1404 | Xilinx SPI | |
c22e580c | 1405 | M: Alistair Francis <[email protected]> |
4b46ba61 AF |
1406 | S: Maintained |
1407 | F: hw/ssi/xilinx_* | |
fcb5629d | 1408 | |
076a0fc3 PMD |
1409 | SD (Secure Card) |
1410 | M: Philippe Mathieu-Daudé <[email protected]> | |
1411 | S: Odd Fixes | |
1412 | F: include/hw/sd/sd* | |
1413 | F: hw/sd/core.c | |
1414 | F: hw/sd/sd* | |
1415 | F: tests/sd* | |
1416 | ||
fd5d5c56 | 1417 | USB |
5d0d62fe GH |
1418 | M: Gerd Hoffmann <[email protected]> |
1419 | S: Maintained | |
8d8b636d | 1420 | F: hw/usb/* |
28edfce0 | 1421 | F: tests/usb-*-test.c |
beded0ff TH |
1422 | F: docs/usb2.txt |
1423 | F: docs/usb-storage.txt | |
1424 | F: include/hw/usb.h | |
1425 | F: include/hw/usb/ | |
104ebc5f | 1426 | F: default-configs/usb.mak |
fd5d5c56 | 1427 | |
e26082fd PB |
1428 | USB (serial adapter) |
1429 | M: Gerd Hoffmann <[email protected]> | |
1430 | M: Samuel Thibault <[email protected]> | |
1431 | S: Maintained | |
1432 | F: hw/usb/dev-serial.c | |
1433 | ||
92e1fb5e AW |
1434 | VFIO |
1435 | M: Alex Williamson <[email protected]> | |
1436 | S: Supported | |
cf7087db | 1437 | F: hw/vfio/* |
99b88c6d | 1438 | F: include/hw/vfio/ |
92e1fb5e | 1439 | |
5eb74557 | 1440 | vfio-ccw |
c1976ae7 | 1441 | M: Cornelia Huck <[email protected]> |
7913938a CB |
1442 | M: Eric Farman <[email protected]> |
1443 | M: Farhan Ali <[email protected]> | |
5eb74557 DJS |
1444 | S: Supported |
1445 | F: hw/vfio/ccw.c | |
1446 | F: hw/s390x/s390-ccw.c | |
1447 | F: include/hw/s390x/s390-ccw.h | |
e18a8b34 | 1448 | T: git https://github.com/cohuck/qemu.git s390-next |
146bd283 | 1449 | L: [email protected] |
5eb74557 | 1450 | |
a51b3153 TK |
1451 | vfio-ap |
1452 | M: Christian Borntraeger <[email protected]> | |
1453 | M: Tony Krowiak <[email protected]> | |
1454 | M: Halil Pasic <[email protected]> | |
1455 | M: Pierre Morel <[email protected]> | |
1456 | S: Supported | |
1457 | F: hw/s390x/ap-device.c | |
1458 | F: hw/s390x/ap-bridge.c | |
1459 | F: include/hw/s390x/ap-device.h | |
1460 | F: include/hw/s390x/ap-bridge.h | |
2fe2942c | 1461 | F: hw/vfio/ap.c |
694a8d70 | 1462 | F: docs/vfio-ap.txt |
a51b3153 TK |
1463 | L: [email protected] |
1464 | ||
fd5d5c56 AL |
1465 | vhost |
1466 | M: Michael S. Tsirkin <[email protected]> | |
1467 | S: Supported | |
8d8b636d | 1468 | F: hw/*/*vhost* |
482580a6 | 1469 | F: docs/interop/vhost-user.json |
37f8043d | 1470 | F: docs/interop/vhost-user.txt |
72c1e865 | 1471 | F: contrib/vhost-user-*/ |
fd5d5c56 AL |
1472 | |
1473 | virtio | |
a75143ed | 1474 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 1475 | S: Supported |
8d8b636d | 1476 | F: hw/*/virtio* |
72fa605d TH |
1477 | F: hw/virtio/Makefile.objs |
1478 | F: hw/virtio/trace-events | |
6a084ea3 | 1479 | F: net/vhost-user.c |
494f7b57 | 1480 | F: include/hw/virtio/ |
6bd7776c | 1481 | F: tests/virtio-balloon-test.c |
fd5d5c56 AL |
1482 | |
1483 | virtio-9p | |
8c1cd719 | 1484 | M: Greg Kurz <[email protected]> |
fd5d5c56 | 1485 | S: Supported |
aebeca25 AF |
1486 | F: hw/9pfs/ |
1487 | F: fsdev/ | |
2d888c09 | 1488 | F: tests/virtio-9p-test.c |
e18a8b34 | 1489 | T: git https://github.com/gkurz/qemu.git 9p-next |
fd5d5c56 AL |
1490 | |
1491 | virtio-blk | |
54d01a00 | 1492 | M: Stefan Hajnoczi <[email protected]> |
b457a5f5 | 1493 | L: [email protected] |
fd5d5c56 | 1494 | S: Supported |
8d8b636d | 1495 | F: hw/block/virtio-blk.c |
b457a5f5 | 1496 | F: hw/block/dataplane/* |
6bd7776c | 1497 | F: tests/virtio-blk-test.c |
e18a8b34 | 1498 | T: git https://github.com/stefanha/qemu.git block |
fd5d5c56 | 1499 | |
dd4ad64a | 1500 | virtio-ccw |
c1976ae7 | 1501 | M: Cornelia Huck <[email protected]> |
68b91e85 | 1502 | M: Halil Pasic <[email protected]> |
dd4ad64a | 1503 | S: Supported |
901f5f16 | 1504 | F: hw/s390x/virtio-ccw*.[hc] |
d8d4d62c | 1505 | F: hw/s390x/vhost-vsock-ccw.c |
e18a8b34 SH |
1506 | T: git https://github.com/cohuck/qemu.git s390-next |
1507 | T: git https://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 1508 | L: [email protected] |
dd4ad64a | 1509 | |
a5d4d7b5 GH |
1510 | virtio-input |
1511 | M: Gerd Hoffmann <[email protected]> | |
1512 | S: Maintained | |
1513 | F: hw/input/virtio-input*.c | |
1514 | F: include/hw/virtio/virtio-input.h | |
1515 | ||
fd5d5c56 | 1516 | virtio-serial |
cee887d9 | 1517 | M: Amit Shah <[email protected]> |
fd5d5c56 | 1518 | S: Supported |
8d8b636d PB |
1519 | F: hw/char/virtio-serial-bus.c |
1520 | F: hw/char/virtio-console.c | |
68a5e38a | 1521 | F: include/hw/virtio/virtio-serial.h |
6bd7776c GK |
1522 | F: tests/virtio-console-test.c |
1523 | F: tests/virtio-serial-test.c | |
fd5d5c56 | 1524 | |
1f51a5cb | 1525 | virtio-rng |
cee887d9 | 1526 | M: Amit Shah <[email protected]> |
1f51a5cb AS |
1527 | S: Supported |
1528 | F: hw/virtio/virtio-rng.c | |
1529 | F: include/hw/virtio/virtio-rng.h | |
750cf869 | 1530 | F: include/sysemu/rng*.h |
1f51a5cb | 1531 | F: backends/rng*.c |
6bd7776c | 1532 | F: tests/virtio-rng-test.c |
1f51a5cb | 1533 | |
6034011c GA |
1534 | virtio-crypto |
1535 | M: Gonglei <[email protected]> | |
1536 | S: Supported | |
1537 | F: hw/virtio/virtio-crypto.c | |
1538 | F: hw/virtio/virtio-crypto-pci.c | |
1539 | F: include/hw/virtio/virtio-crypto.h | |
1540 | ||
f3c507ad KB |
1541 | nvme |
1542 | M: Keith Busch <[email protected]> | |
c95e4c0e | 1543 | L: [email protected] |
f3c507ad KB |
1544 | S: Supported |
1545 | F: hw/block/nvme* | |
fc967791 | 1546 | F: tests/nvme-test.c |
f3c507ad | 1547 | |
d383c625 | 1548 | megasas |
3fdfb8b6 | 1549 | M: Hannes Reinecke <[email protected]> |
c95e4c0e | 1550 | L: [email protected] |
d383c625 HR |
1551 | S: Supported |
1552 | F: hw/scsi/megasas.c | |
1553 | F: hw/scsi/mfi.h | |
3fdfb8b6 | 1554 | F: tests/megasas-test.c |
d383c625 | 1555 | |
605d52e6 | 1556 | Network packet abstractions |
bf4835a4 | 1557 | M: Dmitry Fleytman <[email protected]> |
605d52e6 DF |
1558 | S: Maintained |
1559 | F: include/net/eth.h | |
1560 | F: net/eth.c | |
1561 | F: hw/net/net_rx_pkt* | |
1562 | F: hw/net/net_tx_pkt* | |
1563 | ||
622fb504 | 1564 | Vmware |
bf4835a4 | 1565 | M: Dmitry Fleytman <[email protected]> |
622fb504 DF |
1566 | S: Maintained |
1567 | F: hw/net/vmxnet* | |
1568 | F: hw/scsi/vmw_pvscsi* | |
5a49c1b3 | 1569 | F: tests/vmxnet3-test.c |
622fb504 | 1570 | |
de24d3f1 | 1571 | Rocker |
de24d3f1 SF |
1572 | M: Jiri Pirko <[email protected]> |
1573 | S: Maintained | |
1574 | F: hw/net/rocker/ | |
de850948 TH |
1575 | F: tests/rocker/ |
1576 | F: docs/specs/rocker.txt | |
de24d3f1 | 1577 | |
70d1fb9c | 1578 | NVDIMM |
7a5bd53d | 1579 | M: Xiao Guangrong <[email protected]> |
70d1fb9c XG |
1580 | S: Maintained |
1581 | F: hw/acpi/nvdimm.c | |
1582 | F: hw/mem/nvdimm.c | |
1583 | F: include/hw/mem/nvdimm.h | |
e2e254d3 | 1584 | F: docs/nvdimm.txt |
70d1fb9c | 1585 | |
093454e2 | 1586 | e1000x |
bf4835a4 | 1587 | M: Dmitry Fleytman <[email protected]> |
093454e2 DF |
1588 | S: Maintained |
1589 | F: hw/net/e1000x* | |
1590 | ||
6f3fbe4e | 1591 | e1000e |
bf4835a4 | 1592 | M: Dmitry Fleytman <[email protected]> |
6f3fbe4e DF |
1593 | S: Maintained |
1594 | F: hw/net/e1000e* | |
1595 | ||
ebc2327f SW |
1596 | eepro100 |
1597 | M: Stefan Weil <[email protected]> | |
1598 | S: Maintained | |
1599 | F: hw/net/eepro100.c | |
1600 | ||
e481a1f6 | 1601 | Generic Loader |
c22e580c | 1602 | M: Alistair Francis <[email protected]> |
e481a1f6 AF |
1603 | S: Maintained |
1604 | F: hw/core/generic-loader.c | |
1605 | F: include/hw/core/generic-loader.h | |
c5e2ac7e | 1606 | F: docs/generic-loader.txt |
e481a1f6 | 1607 | |
645d3cbe SH |
1608 | Intel Hexadecimal Object File Loader |
1609 | M: Su Hang <[email protected]> | |
1610 | S: Maintained | |
1611 | F: tests/hexloader-test.c | |
4b2ff65a | 1612 | F: tests/data/hex-loader/test.hex |
645d3cbe | 1613 | |
87a9023a TH |
1614 | CHRP NVRAM |
1615 | M: Thomas Huth <[email protected]> | |
1616 | S: Maintained | |
1617 | F: hw/nvram/chrp_nvram.c | |
1618 | F: include/hw/nvram/chrp_nvram.h | |
1619 | F: tests/prom-env-test.c | |
1620 | ||
42697d88 BW |
1621 | VM Generation ID |
1622 | M: Ben Warren <[email protected]> | |
1623 | S: Maintained | |
1624 | F: hw/acpi/vmgenid.c | |
1625 | F: include/hw/acpi/vmgenid.h | |
1626 | F: docs/specs/vmgenid.txt | |
1627 | F: tests/vmgenid-test.c | |
1628 | F: stubs/vmgenid.c | |
1629 | ||
747969db PMD |
1630 | Unimplemented device |
1631 | M: Peter Maydell <[email protected]> | |
1632 | R: Philippe Mathieu-Daudé <[email protected]> | |
1633 | S: Maintained | |
1634 | F: include/hw/misc/unimp.h | |
1635 | F: hw/misc/unimp.c | |
1636 | ||
dbb2e472 GH |
1637 | Standard VGA |
1638 | M: Gerd Hoffmann <[email protected]> | |
1639 | S: Maintained | |
1640 | F: hw/display/vga* | |
1641 | F: hw/display/bochs-display.c | |
1642 | F: include/hw/display/vga.h | |
1643 | F: include/hw/display/bochs-vbe.h | |
1644 | ||
58d632c7 GH |
1645 | ramfb |
1646 | M: Gerd Hoffmann <[email protected]> | |
1647 | S: Maintained | |
1648 | F: hw/display/ramfb*.c | |
1649 | F: include/hw/display/ramfb.h | |
1650 | ||
dbb2e472 GH |
1651 | virtio-gpu |
1652 | M: Gerd Hoffmann <[email protected]> | |
1653 | S: Maintained | |
1654 | F: hw/display/virtio-gpu* | |
1655 | F: hw/display/virtio-vga.c | |
1656 | F: include/hw/virtio/virtio-gpu.h | |
1657 | ||
1658 | Cirrus VGA | |
1659 | M: Gerd Hoffmann <[email protected]> | |
1660 | S: Odd Fixes | |
1661 | W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ | |
1662 | F: hw/display/cirrus* | |
1663 | ||
72d277a7 GH |
1664 | EDID Generator |
1665 | M: Gerd Hoffmann <[email protected]> | |
1666 | S: Maintained | |
1667 | F: hw/display/edid* | |
1668 | F: include/hw/display/edid.h | |
1669 | F: qemu-edid.c | |
1670 | ||
15ffb43c | 1671 | Firmware configuration (fw_cfg) |
6f75e3f5 | 1672 | M: Philippe Mathieu-Daudé <[email protected]> |
15ffb43c PMD |
1673 | R: Laszlo Ersek <[email protected]> |
1674 | R: Gerd Hoffmann <[email protected]> | |
1675 | S: Supported | |
1676 | F: docs/specs/fw_cfg.txt | |
1677 | F: hw/nvram/fw_cfg.c | |
1678 | F: include/hw/nvram/fw_cfg.h | |
1679 | F: include/standard-headers/linux/qemu_fw_cfg.h | |
1680 | F: tests/libqos/fw_cfg.c | |
1681 | F: tests/fw_cfg-test.c | |
1682 | T: git https://github.com/philmd/qemu.git fw_cfg-next | |
1683 | ||
2313abf0 TH |
1684 | XIVE |
1685 | M: David Gibson <[email protected]> | |
1686 | M: Cédric Le Goater <[email protected]> | |
1687 | L: [email protected] | |
1688 | S: Supported | |
1689 | F: hw/*/*xive* | |
1690 | F: include/hw/*/*xive* | |
1691 | ||
fd5d5c56 AL |
1692 | Subsystems |
1693 | ---------- | |
1694 | Audio | |
9f575846 | 1695 | M: Gerd Hoffmann <[email protected]> |
fd5d5c56 AL |
1696 | S: Maintained |
1697 | F: audio/ | |
8d8b636d | 1698 | F: hw/audio/ |
a2b245ae | 1699 | F: include/hw/audio/ |
d7b50c0c | 1700 | F: tests/ac97-test.c |
8fa74c94 | 1701 | F: tests/es1370-test.c |
fbaf445a | 1702 | F: tests/intel-hda-test.c |
fd5d5c56 | 1703 | |
17f1e8f5 | 1704 | Block layer core |
fd5d5c56 | 1705 | M: Kevin Wolf <[email protected]> |
c4189d85 | 1706 | M: Max Reitz <[email protected]> |
c95e4c0e | 1707 | L: [email protected] |
fd5d5c56 AL |
1708 | S: Supported |
1709 | F: block* | |
1710 | F: block/ | |
8d8b636d | 1711 | F: hw/block/ |
4c346e0b | 1712 | F: include/block/ |
46078760 KW |
1713 | F: qemu-img* |
1714 | F: qemu-io* | |
29242091 | 1715 | F: tests/qemu-iotests/ |
8dd30c86 | 1716 | F: util/qemu-progress.c |
0bcc8e5b | 1717 | F: qobject/block-qdict.c |
c468e368 | 1718 | F: tests/check-block-qdict.c |
ebe2aad2 | 1719 | T: git https://repo.or.cz/qemu/kevin.git block |
fd5d5c56 | 1720 | |
d55053b1 SH |
1721 | Block I/O path |
1722 | M: Stefan Hajnoczi <[email protected]> | |
fe5ca46d | 1723 | M: Fam Zheng <[email protected]> |
d55053b1 SH |
1724 | L: [email protected] |
1725 | S: Supported | |
36c697bd PB |
1726 | F: util/async.c |
1727 | F: util/aio-*.c | |
d55053b1 SH |
1728 | F: block/io.c |
1729 | F: migration/block* | |
e1029ae2 | 1730 | F: include/block/aio.h |
f5a53faa | 1731 | F: include/block/aio-wait.h |
0a4f9ad1 | 1732 | F: scripts/qemugdb/aio.py |
e18a8b34 | 1733 | T: git https://github.com/stefanha/qemu.git block |
d55053b1 | 1734 | |
e5b5728c PB |
1735 | Block SCSI subsystem |
1736 | M: Paolo Bonzini <[email protected]> | |
fe5ca46d | 1737 | R: Fam Zheng <[email protected]> |
e5b5728c PB |
1738 | L: [email protected] |
1739 | S: Supported | |
1740 | F: include/scsi/* | |
1741 | F: scsi/* | |
1742 | ||
280458a3 | 1743 | Block Jobs |
03283d64 | 1744 | M: John Snow <[email protected]> |
280458a3 JC |
1745 | L: [email protected] |
1746 | S: Supported | |
1747 | F: blockjob.c | |
1748 | F: include/block/blockjob.h | |
33e9e9bd | 1749 | F: job.c |
1a90bc81 | 1750 | F: job-qmp.c |
c468e368 | 1751 | F: include/qemu/job.h |
280458a3 JC |
1752 | F: block/backup.c |
1753 | F: block/commit.c | |
77346025 | 1754 | F: block/stream.c |
280458a3 | 1755 | F: block/mirror.c |
bf42508f | 1756 | F: qapi/job.json |
03283d64 | 1757 | T: git https://github.com/jnsnow/qemu.git jobs |
280458a3 | 1758 | |
4120201d MA |
1759 | Block QAPI, monitor, command line |
1760 | M: Markus Armbruster <[email protected]> | |
1761 | S: Supported | |
1762 | F: blockdev.c | |
1763 | F: block/qapi.c | |
1764 | F: qapi/block*.json | |
fa988e39 | 1765 | F: qapi/transaction.json |
ebe2aad2 | 1766 | T: git https://repo.or.cz/qemu/armbru.git block-next |
4120201d | 1767 | |
538193bc | 1768 | Dirty Bitmaps |
fe5ca46d | 1769 | M: Fam Zheng <[email protected]> |
538193bc JS |
1770 | M: John Snow <[email protected]> |
1771 | L: [email protected] | |
1772 | S: Supported | |
1773 | F: util/hbitmap.c | |
1774 | F: block/dirty-bitmap.c | |
1775 | F: include/qemu/hbitmap.h | |
1776 | F: include/block/dirty-bitmap.h | |
1777 | F: tests/test-hbitmap.c | |
5746c1cd | 1778 | F: docs/interop/bitmaps.rst |
e18a8b34 SH |
1779 | T: git https://github.com/famz/qemu.git bitmaps |
1780 | T: git https://github.com/jnsnow/qemu.git bitmaps | |
538193bc | 1781 | |
61af0ee6 | 1782 | Character device backends |
55fc84a7 | 1783 | M: Marc-André Lureau <[email protected]> |
2185fd67 | 1784 | R: Paolo Bonzini <[email protected]> |
fd5d5c56 | 1785 | S: Maintained |
178fe0ae | 1786 | F: chardev/ |
8228e353 | 1787 | F: include/chardev/ |
dbeee392 | 1788 | F: qapi/char.json |
fd5d5c56 | 1789 | |
e26082fd PB |
1790 | Character Devices (Braille) |
1791 | M: Samuel Thibault <[email protected]> | |
1792 | S: Maintained | |
6b10e573 | 1793 | F: chardev/baum.c |
fd5d5c56 | 1794 | |
e94630d3 MA |
1795 | Command line option argument parsing |
1796 | M: Markus Armbruster <[email protected]> | |
1797 | S: Supported | |
1798 | F: include/qemu/option.h | |
1799 | F: tests/test-keyval.c | |
1800 | F: tests/test-qemu-opts.c | |
1801 | F: util/keyval.c | |
1802 | F: util/qemu-option.c | |
1803 | ||
8c413e79 MA |
1804 | Coverity model |
1805 | M: Markus Armbruster <[email protected]> | |
1806 | S: Supported | |
1807 | F: scripts/coverity-model.c | |
1808 | ||
f2ca0524 | 1809 | CPU |
12b0e69c | 1810 | L: [email protected] |
f2ca0524 AF |
1811 | S: Supported |
1812 | F: qom/cpu.c | |
6e481d57 | 1813 | F: include/qom/cpu.h |
f2ca0524 | 1814 | |
d24b569a | 1815 | Device Tree |
c3c962c1 AF |
1816 | M: Alistair Francis <[email protected]> |
1817 | R: David Gibson <[email protected]> | |
d24b569a | 1818 | S: Maintained |
82407515 TH |
1819 | F: device_tree.c |
1820 | F: include/sysemu/device_tree.h | |
d24b569a | 1821 | |
3505a22b MAL |
1822 | Dump |
1823 | S: Supported | |
1824 | M: Marc-André Lureau <[email protected]> | |
1825 | F: dump.c | |
1826 | F: hw/misc/vmcoreinfo.c | |
1827 | F: include/hw/misc/vmcoreinfo.h | |
1828 | F: include/sysemu/dump-arch.h | |
1829 | F: include/sysemu/dump.h | |
1830 | F: scripts/dump-guest-memory.py | |
1831 | F: stubs/dump.c | |
1832 | ||
4f966768 MA |
1833 | Error reporting |
1834 | M: Markus Armbruster <[email protected]> | |
1835 | S: Supported | |
1836 | F: include/qapi/error.h | |
1837 | F: include/qemu/error-report.h | |
1838 | F: util/error.c | |
1839 | F: util/qemu-error.c | |
1840 | ||
fd5d5c56 | 1841 | GDB stub |
de5415b6 | 1842 | S: Orphan |
fd5d5c56 AL |
1843 | F: gdbstub* |
1844 | F: gdb-xml/ | |
1845 | ||
01a9c03c PB |
1846 | Memory API |
1847 | M: Paolo Bonzini <[email protected]> | |
1848 | S: Supported | |
1849 | F: include/exec/ioport.h | |
1850 | F: ioport.c | |
1851 | F: include/exec/memory.h | |
2b1641d0 | 1852 | F: include/exec/ram_addr.h |
01a9c03c PB |
1853 | F: memory.c |
1854 | F: include/exec/memory-internal.h | |
1855 | F: exec.c | |
1856 | ||
7ee3bf03 GH |
1857 | SPICE |
1858 | M: Gerd Hoffmann <[email protected]> | |
1859 | S: Supported | |
6e481d57 | 1860 | F: include/ui/qemu-spice.h |
438528a3 | 1861 | F: include/ui/spice-display.h |
7ee3bf03 GH |
1862 | F: ui/spice-*.c |
1863 | F: audio/spiceaudio.c | |
8d8b636d | 1864 | F: hw/display/qxl* |
608cfed6 | 1865 | F: qapi/ui.json |
9bd4cb35 | 1866 | F: docs/spice-port-fqdn.txt |
7ee3bf03 | 1867 | |
fd5d5c56 | 1868 | Graphics |
25eccc37 GH |
1869 | M: Gerd Hoffmann <[email protected]> |
1870 | S: Odd Fixes | |
fd5d5c56 | 1871 | F: ui/ |
e220656c | 1872 | F: include/ui/ |
608cfed6 | 1873 | F: qapi/ui.json |
b1d38037 | 1874 | F: util/drm.c |
fd5d5c56 | 1875 | |
351f1bf6 | 1876 | Cocoa graphics |
30ef3c74 | 1877 | M: Peter Maydell <[email protected]> |
351f1bf6 AF |
1878 | S: Odd Fixes |
1879 | F: ui/cocoa.m | |
1880 | ||
fd5d5c56 | 1881 | Main loop |
da26f37a PB |
1882 | M: Paolo Bonzini <[email protected]> |
1883 | S: Maintained | |
1884 | F: cpus.c | |
3ecb29a3 PB |
1885 | F: util/main-loop.c |
1886 | F: util/qemu-timer.c | |
fd5d5c56 | 1887 | F: vl.c |
0e201d34 | 1888 | F: qapi/run-state.json |
fd5d5c56 | 1889 | |
8899b4ae | 1890 | Human Monitor (HMP) |
c833fb4a | 1891 | M: Dr. David Alan Gilbert <[email protected]> |
fbb0621a | 1892 | S: Maintained |
fd5d5c56 | 1893 | F: monitor.c |
c13e9912 TH |
1894 | F: hmp.[ch] |
1895 | F: hmp-commands*.hx | |
1896 | F: include/monitor/hmp-target.h | |
bbcee372 | 1897 | F: tests/test-hmp.c |
fd5d5c56 | 1898 | |
f536f112 | 1899 | Network device backends |
442469e6 | 1900 | M: Jason Wang <[email protected]> |
fd5d5c56 AL |
1901 | S: Maintained |
1902 | F: net/ | |
d24b2b1c | 1903 | F: include/net/ |
e18a8b34 | 1904 | T: git https://github.com/jasowang/qemu.git net |
3c0bd37d | 1905 | F: qapi/net.json |
fd5d5c56 | 1906 | |
aee09baf VM |
1907 | Netmap network backend |
1908 | M: Luigi Rizzo <[email protected]> | |
1909 | M: Giuseppe Lettieri <[email protected]> | |
1910 | M: Vincenzo Maffione <[email protected]> | |
1911 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
1912 | S: Maintained | |
1913 | F: net/netmap.c | |
1914 | ||
2f54eb98 EH |
1915 | NUMA |
1916 | M: Eduardo Habkost <[email protected]> | |
1917 | S: Maintained | |
1918 | F: numa.c | |
1919 | F: include/sysemu/numa.h | |
e18a8b34 | 1920 | T: git https://github.com/ehabkost/qemu.git machine-next |
2f54eb98 | 1921 | |
4fc264f4 EH |
1922 | Host Memory Backends |
1923 | M: Eduardo Habkost <[email protected]> | |
1924 | M: Igor Mammedov <[email protected]> | |
1925 | S: Maintained | |
1926 | F: backends/hostmem*.c | |
1927 | F: include/sysemu/hostmem.h | |
e18a8b34 | 1928 | T: git https://github.com/ehabkost/qemu.git machine-next |
4fc264f4 | 1929 | |
6034011c GA |
1930 | Cryptodev Backends |
1931 | M: Gonglei <[email protected]> | |
1932 | S: Maintained | |
1933 | F: include/sysemu/cryptodev*.h | |
1934 | F: backends/cryptodev*.c | |
1935 | ||
ad904f66 EH |
1936 | Python scripts |
1937 | M: Eduardo Habkost <[email protected]> | |
1938 | M: Cleber Rosa <[email protected]> | |
1939 | S: Odd fixes | |
1940 | F: scripts/qmp/* | |
1941 | F: scripts/*.py | |
1942 | F: tests/*.py | |
1943 | ||
8899b4ae | 1944 | QAPI |
9740618c | 1945 | M: Markus Armbruster <[email protected]> |
8899b4ae | 1946 | M: Michael Roth <[email protected]> |
9740618c | 1947 | S: Supported |
8899b4ae | 1948 | F: qapi/ |
0311c5bd | 1949 | X: qapi/*.json |
ac4abb9a MA |
1950 | F: include/qapi/ |
1951 | X: include/qapi/qmp/ | |
1952 | F: include/qapi/qmp/dispatch.h | |
c0bd0b50 | 1953 | F: tests/qapi-schema/ |
ac4abb9a | 1954 | F: tests/test-*-visitor.c |
e94630d3 | 1955 | F: tests/test-qapi-*.c |
ac4abb9a | 1956 | F: tests/test-qmp-*.c |
e94630d3 | 1957 | F: tests/test-visitor-serialization.c |
be25fcc4 MA |
1958 | F: scripts/qapi-gen.py |
1959 | F: scripts/qapi/* | |
c39cdbf6 | 1960 | F: docs/devel/qapi* |
ebe2aad2 | 1961 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 1962 | |
7810d291 LC |
1963 | QAPI Schema |
1964 | M: Eric Blake <[email protected]> | |
7810d291 LC |
1965 | M: Markus Armbruster <[email protected]> |
1966 | S: Supported | |
0311c5bd | 1967 | F: qapi/*.json |
ebe2aad2 | 1968 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
7810d291 | 1969 | |
f3582ba4 | 1970 | QObject |
daf5dc78 MA |
1971 | M: Markus Armbruster <[email protected]> |
1972 | S: Supported | |
f3582ba4 | 1973 | F: qobject/ |
7735d2b5 MA |
1974 | F: include/qapi/qmp/ |
1975 | X: include/qapi/qmp/dispatch.h | |
a2f3453e | 1976 | F: scripts/coccinelle/qobject.cocci |
7735d2b5 | 1977 | F: tests/check-qdict.c |
7735d2b5 MA |
1978 | F: tests/check-qjson.c |
1979 | F: tests/check-qlist.c | |
cd81e02b PMD |
1980 | F: tests/check-qlit.c |
1981 | F: tests/check-qnull.c | |
1982 | F: tests/check-qnum.c | |
1983 | F: tests/check-qobject.c | |
7735d2b5 | 1984 | F: tests/check-qstring.c |
fe07b62c | 1985 | F: tests/data/qobject/qdict.txt |
ebe2aad2 | 1986 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
f3582ba4 | 1987 | |
f05d9999 MR |
1988 | QEMU Guest Agent |
1989 | M: Michael Roth <[email protected]> | |
1990 | S: Maintained | |
1991 | F: qga/ | |
ab7f9f7d PMD |
1992 | F: qemu-ga.texi |
1993 | F: scripts/qemu-guest-agent/ | |
1994 | F: tests/test-qga.c | |
1995 | F: docs/interop/qemu-ga-ref.texi | |
e18a8b34 | 1996 | T: git https://github.com/mdroth/qemu.git qga |
f05d9999 | 1997 | |
4688c94c | 1998 | QOM |
4688c94c AF |
1999 | M: Andreas Färber <[email protected]> |
2000 | S: Supported | |
e18a8b34 | 2001 | T: git https://github.com/afaerber/qemu-cpu.git qom-next |
4688c94c AF |
2002 | F: include/qom/ |
2003 | X: include/qom/cpu.h | |
2004 | F: qom/ | |
2005 | X: qom/cpu.c | |
9f4aa7ce AF |
2006 | F: tests/check-qom-interface.c |
2007 | F: tests/check-qom-proplist.c | |
4688c94c | 2008 | |
8899b4ae | 2009 | QMP |
9740618c LC |
2010 | M: Markus Armbruster <[email protected]> |
2011 | S: Supported | |
8899b4ae LC |
2012 | F: qmp.c |
2013 | F: monitor.c | |
c39cdbf6 | 2014 | F: docs/devel/*qmp-* |
12b2f0d9 | 2015 | F: docs/interop/*qmp-* |
9740618c | 2016 | F: scripts/qmp/ |
f66e7ac8 | 2017 | F: tests/qmp-test.c |
d93bb9d5 | 2018 | F: tests/qmp-cmd-test.c |
ebe2aad2 | 2019 | T: git https://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 2020 | |
98a43bf0 | 2021 | qtest |
98a43bf0 PB |
2022 | M: Thomas Huth <[email protected]> |
2023 | M: Laurent Vivier <[email protected]> | |
2185fd67 | 2024 | R: Paolo Bonzini <[email protected]> |
98a43bf0 PB |
2025 | S: Maintained |
2026 | F: qtest.c | |
2027 | F: tests/libqtest.* | |
2028 | F: tests/libqos/ | |
2029 | F: tests/*-test.c | |
2030 | ||
cc0100f4 | 2031 | Register API |
c22e580c | 2032 | M: Alistair Francis <[email protected]> |
cc0100f4 AF |
2033 | S: Maintained |
2034 | F: hw/core/register.c | |
2035 | F: include/hw/register.h | |
06a7b243 | 2036 | F: include/hw/registerfields.h |
cc0100f4 | 2037 | |
fd5d5c56 | 2038 | SLIRP |
eda509fa | 2039 | M: Samuel Thibault <[email protected]> |
bafc72ab JK |
2040 | M: Jan Kiszka <[email protected]> |
2041 | S: Maintained | |
fd5d5c56 | 2042 | F: slirp/ |
663fb1e1 | 2043 | F: net/slirp.c |
d24b2b1c | 2044 | F: include/net/slirp.h |
02cffe24 | 2045 | T: git https://people.debian.org/~sthibault/qemu.git slirp |
1ab09a40 | 2046 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 2047 | |
b1ed728a PB |
2048 | Stubs |
2049 | M: Paolo Bonzini <[email protected]> | |
2050 | S: Maintained | |
2051 | F: stubs/ | |
2052 | ||
598a3f35 | 2053 | Tracing |
1cd0f8ce | 2054 | M: Stefan Hajnoczi <[email protected]> |
598a3f35 SH |
2055 | S: Maintained |
2056 | F: trace/ | |
0e076292 TH |
2057 | F: trace-events |
2058 | F: qemu-option-trace.texi | |
f70fd8fd LV |
2059 | F: scripts/tracetool.py |
2060 | F: scripts/tracetool/ | |
62dd1048 | 2061 | F: scripts/qemu-trace-stap* |
c39cdbf6 | 2062 | F: docs/devel/tracing.txt |
e18a8b34 | 2063 | T: git https://github.com/stefanha/qemu.git tracing |
598a3f35 | 2064 | |
3859b6cf | 2065 | TPM |
1f63669e | 2066 | M: Stefan Berger <[email protected]> |
6b4f250b | 2067 | S: Maintained |
3859b6cf | 2068 | F: tpm.c |
c39f95dc | 2069 | F: stubs/tpm.c |
3859b6cf MA |
2070 | F: hw/tpm/* |
2071 | F: include/hw/acpi/tpm.h | |
2072 | F: include/sysemu/tpm* | |
2073 | F: qapi/tpm.json | |
6b4f250b | 2074 | F: backends/tpm.c |
adb0e917 | 2075 | F: tests/*tpm* |
e18a8b34 | 2076 | T: git https://github.com/stefanberger/qemu-tpm.git tpm-next |
3859b6cf | 2077 | |
14f40fdc | 2078 | Checkpatch |
14f40fdc BS |
2079 | S: Odd Fixes |
2080 | F: scripts/checkpatch.pl | |
2081 | ||
c0787c8d JQ |
2082 | Migration |
2083 | M: Juan Quintela <[email protected]> | |
d7fc72ce | 2084 | M: Dr. David Alan Gilbert <[email protected]> |
c0787c8d JQ |
2085 | S: Maintained |
2086 | F: include/migration/ | |
44a1f946 | 2087 | F: migration/ |
c5515640 AS |
2088 | F: scripts/vmstate-static-checker.py |
2089 | F: tests/vmstate-static-checker-data/ | |
2656bfd9 | 2090 | F: tests/migration-test.c |
c468e368 | 2091 | F: docs/devel/migration.rst |
48685a8e | 2092 | F: qapi/migration.json |
c0787c8d | 2093 | |
92bfedb0 | 2094 | Seccomp |
064983cb | 2095 | M: Eduardo Otubo <[email protected]> |
92bfedb0 EO |
2096 | S: Supported |
2097 | F: qemu-seccomp.c | |
2098 | F: include/sysemu/seccomp.h | |
2099 | ||
ddbb0d09 DB |
2100 | Cryptography |
2101 | M: Daniel P. Berrange <[email protected]> | |
2102 | S: Maintained | |
2103 | F: crypto/ | |
2104 | F: include/crypto/ | |
2105 | F: tests/test-crypto-* | |
3947ecfc | 2106 | F: tests/benchmark-crypto-* |
4d21171b PMD |
2107 | F: tests/crypto-tls-* |
2108 | F: tests/pkix_asn1_tab.c | |
899833cd | 2109 | F: qemu.sasl |
ddbb0d09 | 2110 | |
10817bf0 DB |
2111 | Coroutines |
2112 | M: Stefan Hajnoczi <[email protected]> | |
2113 | M: Kevin Wolf <[email protected]> | |
00a25291 | 2114 | S: Maintained |
10817bf0 DB |
2115 | F: util/*coroutine* |
2116 | F: include/qemu/coroutine* | |
2117 | F: tests/test-coroutine.c | |
2118 | ||
88c5f205 DB |
2119 | Buffers |
2120 | M: Daniel P. Berrange <[email protected]> | |
2121 | S: Odd fixes | |
2122 | F: util/buffer.c | |
2123 | F: include/qemu/buffer.h | |
2124 | ||
666a3af9 DB |
2125 | I/O Channels |
2126 | M: Daniel P. Berrange <[email protected]> | |
2127 | S: Maintained | |
2128 | F: io/ | |
2129 | F: include/io/ | |
2130 | F: tests/test-io-* | |
2131 | ||
5b76dd13 DB |
2132 | User authorization |
2133 | M: Daniel P. Berrange <[email protected]> | |
2134 | S: Maintained | |
2135 | F: authz/ | |
c8c99887 | 2136 | F: qapi/authz.json |
5b76dd13 DB |
2137 | F: include/authz/ |
2138 | F: tests/test-authz-* | |
2139 | ||
5614a283 GH |
2140 | Sockets |
2141 | M: Daniel P. Berrange <[email protected]> | |
2142 | M: Gerd Hoffmann <[email protected]> | |
5614a283 GH |
2143 | S: Maintained |
2144 | F: include/qemu/sockets.h | |
2145 | F: util/qemu-sockets.c | |
a2ff5a48 | 2146 | F: qapi/sockets.json |
5614a283 | 2147 | |
90e33dfe DB |
2148 | File monitor |
2149 | M: Daniel P. Berrange <[email protected]> | |
2150 | S: Odd fixes | |
2151 | F: util/filemonitor*.c | |
2152 | F: include/qemu/filemonitor.h | |
2153 | F: tests/test-util-filemonitor.c | |
2154 | ||
d310d85b AG |
2155 | Throttling infrastructure |
2156 | M: Alberto Garcia <[email protected]> | |
2157 | S: Supported | |
2158 | F: block/throttle-groups.c | |
2159 | F: include/block/throttle-groups.h | |
89603938 | 2160 | F: include/qemu/throttle*.h |
d310d85b | 2161 | F: util/throttle.c |
89603938 PMD |
2162 | F: docs/throttle.txt |
2163 | F: tests/test-throttle.c | |
d310d85b AG |
2164 | L: [email protected] |
2165 | ||
080d7aac | 2166 | UUID |
fe5ca46d | 2167 | M: Fam Zheng <[email protected]> |
080d7aac FZ |
2168 | S: Supported |
2169 | F: util/uuid.c | |
2170 | F: include/qemu/uuid.h | |
2171 | F: tests/test-uuid.c | |
2172 | ||
a4cc318e HZ |
2173 | COLO Framework |
2174 | M: zhanghailiang <[email protected]> | |
2175 | S: Maintained | |
2176 | F: migration/colo* | |
2177 | F: include/migration/colo.h | |
2178 | F: include/migration/failover.h | |
2179 | F: docs/COLO-FT.txt | |
2180 | ||
88f82ed1 | 2181 | COLO Proxy |
c6bf50ff | 2182 | M: Zhang Chen <[email protected]> |
88f82ed1 ZC |
2183 | M: Li Zhijian <[email protected]> |
2184 | S: Supported | |
2185 | F: docs/colo-proxy.txt | |
2186 | F: net/colo* | |
2187 | F: net/filter-rewriter.c | |
2188 | F: net/filter-mirror.c | |
2189 | ||
62258201 PD |
2190 | Record/replay |
2191 | M: Pavel Dovgalyuk <[email protected]> | |
2192 | R: Paolo Bonzini <[email protected]> | |
70b7fba9 | 2193 | W: https://wiki.qemu.org/Features/record-replay |
62258201 PD |
2194 | S: Supported |
2195 | F: replay/* | |
2196 | F: block/blkreplay.c | |
2197 | F: net/filter-replay.c | |
2198 | F: include/sysemu/replay.h | |
2199 | F: docs/replay.txt | |
2200 | F: stubs/replay.c | |
2201 | ||
eecf5eed PX |
2202 | IOVA Tree |
2203 | M: Peter Xu <[email protected]> | |
2204 | S: Maintained | |
2205 | F: include/qemu/iova-tree.h | |
2206 | F: util/iova-tree.c | |
2207 | ||
5ee547bb VP |
2208 | elf2dmp |
2209 | M: Viktor Prutyanov <[email protected]> | |
2210 | S: Maintained | |
2211 | F: contrib/elf2dmp/ | |
2212 | ||
93198b6c CM |
2213 | I2C and SMBus |
2214 | M: Corey Minyard <[email protected]> | |
2215 | S: Maintained | |
2216 | F: hw/i2c/core.c | |
2217 | F: hw/i2c/smbus_slave.c | |
2218 | F: hw/i2c/smbus_master.c | |
2219 | F: hw/i2c/smbus_eeprom.c | |
2220 | F: include/hw/i2c/i2c.h | |
2221 | F: include/hw/i2c/smbus_master.h | |
2222 | F: include/hw/i2c/smbus_slave.h | |
2223 | F: include/hw/i2c/smbus_eeprom.h | |
2224 | ||
fd5d5c56 AL |
2225 | Usermode Emulation |
2226 | ------------------ | |
486bbe5f PB |
2227 | Overall |
2228 | M: Riku Voipio <[email protected]> | |
2229 | S: Maintained | |
2230 | F: thunk.c | |
58410666 | 2231 | F: accel/tcg/user-exec*.c |
486bbe5f | 2232 | |
fd5d5c56 | 2233 | BSD user |
297e8005 | 2234 | S: Orphan |
fd5d5c56 | 2235 | F: bsd-user/ |
ccf0a57b | 2236 | F: default-configs/*-bsd-user.mak |
fd5d5c56 | 2237 | |
fd5d5c56 AL |
2238 | Linux user |
2239 | M: Riku Voipio <[email protected]> | |
ecc1f5ad | 2240 | R: Laurent Vivier <[email protected]> |
fd5d5c56 AL |
2241 | S: Maintained |
2242 | F: linux-user/ | |
ccf0a57b | 2243 | F: default-configs/*-linux-user.mak |
e5dd9875 | 2244 | F: scripts/qemu-binfmt-conf.sh |
42f5a7e9 AJ |
2245 | |
2246 | Tiny Code Generator (TCG) | |
2247 | ------------------------- | |
2248 | Common code | |
cc7772bd | 2249 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
2250 | S: Maintained |
2251 | F: tcg/ | |
2252 | ||
b25a464c CF |
2253 | AArch64 target |
2254 | M: Claudio Fontana <[email protected]> | |
2255 | M: Claudio Fontana <[email protected]> | |
2256 | S: Maintained | |
b4f2bd1c | 2257 | L: [email protected] |
b25a464c | 2258 | F: tcg/aarch64/ |
c17652ee PB |
2259 | F: disas/arm-a64.cc |
2260 | F: disas/libvixl/ | |
b25a464c | 2261 | |
42f5a7e9 AJ |
2262 | ARM target |
2263 | M: Andrzej Zaborowski <[email protected]> | |
2264 | S: Maintained | |
b4f2bd1c | 2265 | L: [email protected] |
42f5a7e9 | 2266 | F: tcg/arm/ |
c17652ee | 2267 | F: disas/arm.c |
42f5a7e9 | 2268 | |
42f5a7e9 | 2269 | i386 target |
ecd1a5d0 | 2270 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
2271 | S: Maintained |
2272 | F: tcg/i386/ | |
c17652ee | 2273 | F: disas/i386.c |
42f5a7e9 | 2274 | |
42f5a7e9 | 2275 | MIPS target |
d6eec7a2 | 2276 | M: Aurelien Jarno <[email protected]> |
215943b8 | 2277 | R: Aleksandar Rikalo <[email protected]> |
42f5a7e9 AJ |
2278 | S: Maintained |
2279 | F: tcg/mips/ | |
c17652ee | 2280 | F: disas/mips.c |
42f5a7e9 AJ |
2281 | |
2282 | PPC | |
15610d42 PK |
2283 | M: Richard Henderson <[email protected]> |
2284 | S: Odd Fixes | |
42f5a7e9 | 2285 | F: tcg/ppc/ |
c17652ee | 2286 | F: disas/ppc.c |
42f5a7e9 | 2287 | |
fb1f70f3 | 2288 | RISC-V |
fb1f70f3 AF |
2289 | M: Palmer Dabbelt <[email protected]> |
2290 | M: Alistair Francis <[email protected]> | |
2291 | L: [email protected] | |
2292 | S: Maintained | |
2293 | F: tcg/riscv/ | |
2294 | F: disas/riscv.c | |
2295 | ||
42f5a7e9 | 2296 | S390 target |
42f5a7e9 AJ |
2297 | M: Richard Henderson <[email protected]> |
2298 | S: Maintained | |
2299 | F: tcg/s390/ | |
c17652ee | 2300 | F: disas/s390.c |
146bd283 | 2301 | L: [email protected] |
42f5a7e9 AJ |
2302 | |
2303 | SPARC target | |
297e8005 | 2304 | S: Odd Fixes |
42f5a7e9 | 2305 | F: tcg/sparc/ |
c17652ee | 2306 | F: disas/sparc.c |
bc75c9e5 SW |
2307 | |
2308 | TCI target | |
2309 | M: Stefan Weil <[email protected]> | |
2310 | S: Maintained | |
8ef9cd55 | 2311 | F: tcg/tci/ |
752a2ae2 | 2312 | F: tcg/tci.c |
c17652ee | 2313 | F: disas/tci.c |
aa09c951 | 2314 | |
f05b328c SH |
2315 | Block drivers |
2316 | ------------- | |
2317 | VMDK | |
fe5ca46d | 2318 | M: Fam Zheng <[email protected]> |
c95e4c0e | 2319 | L: [email protected] |
f05b328c SH |
2320 | S: Supported |
2321 | F: block/vmdk.c | |
2322 | ||
2323 | RBD | |
5a8ac6d9 | 2324 | M: Josh Durgin <[email protected]> |
280458a3 | 2325 | L: [email protected] |
f05b328c SH |
2326 | S: Supported |
2327 | F: block/rbd.c | |
2328 | ||
2329 | Sheepdog | |
f05b328c | 2330 | M: Liu Yuan <[email protected]> |
280458a3 | 2331 | L: [email protected] |
5f5246b6 JC |
2332 | L: [email protected] |
2333 | S: Odd Fixes | |
f05b328c SH |
2334 | F: block/sheepdog.c |
2335 | ||
2336 | VHDX | |
5f5246b6 | 2337 | M: Jeff Cody <[email protected]> |
280458a3 | 2338 | L: [email protected] |
f05b328c SH |
2339 | S: Supported |
2340 | F: block/vhdx* | |
2341 | ||
2342 | VDI | |
2343 | M: Stefan Weil <[email protected]> | |
c95e4c0e | 2344 | L: [email protected] |
f05b328c SH |
2345 | S: Maintained |
2346 | F: block/vdi.c | |
2347 | ||
2348 | iSCSI | |
2349 | M: Ronnie Sahlberg <[email protected]> | |
2350 | M: Paolo Bonzini <[email protected]> | |
2351 | M: Peter Lieven <[email protected]> | |
c95e4c0e | 2352 | L: [email protected] |
2185fd67 | 2353 | S: Odd Fixes |
f05b328c | 2354 | F: block/iscsi.c |
2deb63c2 | 2355 | F: block/iscsi-opts.c |
f05b328c | 2356 | |
99c62e70 EB |
2357 | Network Block Device (NBD) |
2358 | M: Eric Blake <[email protected]> | |
99c62e70 EB |
2359 | L: [email protected] |
2360 | S: Maintained | |
2361 | F: block/nbd* | |
2362 | F: nbd/ | |
2363 | F: include/block/nbd* | |
2364 | F: qemu-nbd.* | |
2365 | F: blockdev-nbd.c | |
3229a835 | 2366 | F: docs/interop/nbd.txt |
ebe2aad2 | 2367 | T: git https://repo.or.cz/qemu/ericb.git nbd |
99c62e70 | 2368 | |
6542aa9c PL |
2369 | NFS |
2370 | M: Peter Lieven <[email protected]> | |
280458a3 | 2371 | L: [email protected] |
6542aa9c PL |
2372 | S: Maintained |
2373 | F: block/nfs.c | |
2374 | ||
f05b328c SH |
2375 | SSH |
2376 | M: Richard W.M. Jones <[email protected]> | |
280458a3 | 2377 | L: [email protected] |
f05b328c SH |
2378 | S: Supported |
2379 | F: block/ssh.c | |
c9a12e75 | 2380 | |
280458a3 | 2381 | CURL |
280458a3 JC |
2382 | L: [email protected] |
2383 | S: Supported | |
2384 | F: block/curl.c | |
280458a3 JC |
2385 | |
2386 | GLUSTER | |
280458a3 JC |
2387 | L: [email protected] |
2388 | S: Supported | |
2389 | F: block/gluster.c | |
b5e9476c | 2390 | |
199667a8 | 2391 | Null Block Driver |
fe5ca46d | 2392 | M: Fam Zheng <[email protected]> |
199667a8 FZ |
2393 | L: [email protected] |
2394 | S: Supported | |
2395 | F: block/null.c | |
2396 | ||
bdd6a90a | 2397 | NVMe Block Driver |
fe5ca46d | 2398 | M: Fam Zheng <[email protected]> |
bdd6a90a FZ |
2399 | L: [email protected] |
2400 | S: Supported | |
2401 | F: block/nvme* | |
2402 | ||
b5e9476c GA |
2403 | Bootdevice |
2404 | M: Gonglei <[email protected]> | |
2405 | S: Maintained | |
2406 | F: bootdevice.c | |
ecdda9e0 AG |
2407 | |
2408 | Quorum | |
2409 | M: Alberto Garcia <[email protected]> | |
2410 | S: Supported | |
2411 | F: block/quorum.c | |
2412 | L: [email protected] | |
e7c6e631 | 2413 | |
bfcc224e AV |
2414 | blklogwrites |
2415 | M: Ari Sundholm <[email protected]> | |
2416 | L: [email protected] | |
2417 | S: Supported | |
2418 | F: block/blklogwrites.c | |
2419 | ||
e7c6e631 SH |
2420 | blkverify |
2421 | M: Stefan Hajnoczi <[email protected]> | |
2422 | L: [email protected] | |
2423 | S: Supported | |
2424 | F: block/blkverify.c | |
2425 | ||
2426 | bochs | |
2427 | M: Stefan Hajnoczi <[email protected]> | |
2428 | L: [email protected] | |
2429 | S: Supported | |
2430 | F: block/bochs.c | |
2431 | ||
2432 | cloop | |
2433 | M: Stefan Hajnoczi <[email protected]> | |
2434 | L: [email protected] | |
2435 | S: Supported | |
2436 | F: block/cloop.c | |
2437 | ||
2438 | dmg | |
2439 | M: Stefan Hajnoczi <[email protected]> | |
2440 | L: [email protected] | |
2441 | S: Supported | |
2442 | F: block/dmg.c | |
2443 | ||
2444 | parallels | |
2445 | M: Stefan Hajnoczi <[email protected]> | |
f3073712 | 2446 | M: Denis V. Lunev <[email protected]> |
e7c6e631 SH |
2447 | L: [email protected] |
2448 | S: Supported | |
2449 | F: block/parallels.c | |
5746c1cd | 2450 | F: docs/interop/parallels.txt |
e7c6e631 SH |
2451 | |
2452 | qed | |
2453 | M: Stefan Hajnoczi <[email protected]> | |
2454 | L: [email protected] | |
2455 | S: Supported | |
2456 | F: block/qed.c | |
2457 | ||
2458 | raw | |
2459 | M: Kevin Wolf <[email protected]> | |
2460 | L: [email protected] | |
2461 | S: Supported | |
2462 | F: block/linux-aio.c | |
f586d5fc | 2463 | F: include/block/raw-aio.h |
2e6fc7eb | 2464 | F: block/raw-format.c |
c1bb86cd EB |
2465 | F: block/file-posix.c |
2466 | F: block/file-win32.c | |
e7c6e631 SH |
2467 | F: block/win32-aio.c |
2468 | ||
2469 | qcow2 | |
2470 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 2471 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
2472 | L: [email protected] |
2473 | S: Supported | |
2474 | F: block/qcow2* | |
b24f9882 | 2475 | F: docs/interop/qcow2.txt |
e7c6e631 SH |
2476 | |
2477 | qcow | |
2478 | M: Kevin Wolf <[email protected]> | |
2479 | L: [email protected] | |
2480 | S: Supported | |
2481 | F: block/qcow.c | |
2482 | ||
2483 | blkdebug | |
2484 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 2485 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
2486 | L: [email protected] |
2487 | S: Supported | |
2488 | F: block/blkdebug.c | |
2489 | ||
2490 | vpc | |
2491 | M: Kevin Wolf <[email protected]> | |
2492 | L: [email protected] | |
2493 | S: Supported | |
2494 | F: block/vpc.c | |
2495 | ||
2496 | vvfat | |
2497 | M: Kevin Wolf <[email protected]> | |
2498 | L: [email protected] | |
2499 | S: Supported | |
2500 | F: block/vvfat.c | |
abfe4e94 SH |
2501 | |
2502 | Image format fuzzer | |
2503 | M: Stefan Hajnoczi <[email protected]> | |
2504 | L: [email protected] | |
2505 | S: Supported | |
2506 | F: tests/image-fuzzer/ | |
717171bd | 2507 | |
049105a3 | 2508 | Replication |
205f8618 | 2509 | M: Wen Congyang <[email protected]> |
3ccc0a01 | 2510 | M: Xie Changlong <[email protected]> |
049105a3 CX |
2511 | S: Supported |
2512 | F: replication* | |
2513 | F: block/replication.c | |
2514 | F: tests/test-replication.c | |
2515 | F: docs/block-replication.txt | |
2516 | ||
a3defabb MA |
2517 | PVRDMA |
2518 | M: Yuval Shaia <[email protected]> | |
fe355cbd | 2519 | M: Marcel Apfelbaum <[email protected]> |
a3defabb MA |
2520 | S: Maintained |
2521 | F: hw/rdma/* | |
2522 | F: hw/rdma/vmw/* | |
2523 | F: docs/pvrdma.txt | |
a5d2f6f8 | 2524 | F: contrib/rdmacm-mux/* |
4a5c9903 | 2525 | F: qapi/rdma.json |
a3defabb | 2526 | |
b9e02c06 AB |
2527 | Build and test automation |
2528 | ------------------------- | |
0475a03e | 2529 | Build and test automation |
b9e02c06 | 2530 | M: Alex Bennée <[email protected]> |
fe5ca46d | 2531 | M: Fam Zheng <[email protected]> |
0d8ea8f1 | 2532 | R: Philippe Mathieu-Daudé <[email protected]> |
b9e02c06 | 2533 | L: [email protected] |
e70dc7f8 | 2534 | S: Maintained |
b9e02c06 | 2535 | F: .travis.yml |
0708e647 | 2536 | F: scripts/travis/ |
d92d886a | 2537 | F: .shippable.yml |
e70dc7f8 | 2538 | F: tests/docker/ |
18023821 | 2539 | F: tests/vm/ |
54dbfd85 | 2540 | F: scripts/archive-source.sh |
e70dc7f8 | 2541 | W: https://travis-ci.org/qemu/qemu |
2a747008 | 2542 | W: https://app.shippable.com/github/qemu/qemu |
e70dc7f8 | 2543 | W: http://patchew.org/QEMU/ |
717171bd | 2544 | |
7162fbb4 EM |
2545 | FreeBSD Hosted Continuous Integration |
2546 | M: Ed Maste <[email protected]> | |
2547 | M: Li-Wen Hsu <[email protected]> | |
2548 | L: [email protected] | |
2549 | S: Maintained | |
2550 | F: .cirrus.yml | |
2551 | W: https://cirrus-ci.com/github/qemu/qemu | |
2552 | ||
0a8b05c7 TH |
2553 | GitLab Continuous Integration |
2554 | M: Thomas Huth <[email protected]> | |
2555 | S: Maintained | |
2556 | F: .gitlab-ci.yml | |
2557 | ||
7e97017e AB |
2558 | Guest Test Compilation Support |
2559 | M: Alex Bennée <[email protected]> | |
2560 | R: Philippe Mathieu-Daudé <[email protected]> | |
00a25291 | 2561 | S: Maintained |
7e97017e | 2562 | F: tests/tcg/Makefile |
c722a9e4 | 2563 | F: tests/tcg/Makefile.include |
7e97017e AB |
2564 | L: [email protected] |
2565 | ||
717171bd DB |
2566 | Documentation |
2567 | ------------- | |
2568 | Build system architecture | |
2569 | M: Daniel P. Berrange <[email protected]> | |
2570 | S: Odd Fixes | |
c39cdbf6 | 2571 | F: docs/devel/build-system.txt |
8a49e97f | 2572 | |
92329a7e AB |
2573 | GIT Data Mining Config |
2574 | M: Alex Bennée <[email protected]> | |
2575 | S: Odd Fixes | |
2576 | F: gitdm.config | |
2577 | F: contrib/gitdm/* | |
2578 | ||
b02c9bc3 MA |
2579 | Incompatible changes |
2580 | R: [email protected] | |
2581 | F: qemu-deprecated.texi | |
2582 | ||
aef45d51 DB |
2583 | Build System |
2584 | ------------ | |
2585 | GIT submodules | |
2586 | M: Daniel P. Berrange <[email protected]> | |
2587 | S: Odd Fixes | |
2588 | F: scripts/git-submodule.sh | |
c10e01b9 PM |
2589 | |
2590 | Sphinx documentation configuration and build machinery | |
2591 | M: Peter Maydell <[email protected]> | |
2592 | S: Maintained | |
2593 | F: docs/conf.py | |
2594 | F: docs/*/conf.py |