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