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