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