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