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