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