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