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