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