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