]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
MAINTAINERS: Add a missing entry for the NVDIMM device
[mirror_qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
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.
8
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.
11
12 Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
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
30 much other than throw the odd patch in. See below.
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 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
61
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
66
67 Responsible Disclosure, Reporting Security Issues
68 ------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
72
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
83
84 Architecture support
85 --------------------
86 S390
87 M: Cornelia Huck <cohuck@redhat.com>
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/
96 F: hw/vfio/ap.c
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/
104 F: docs/vfio-ap.txt
105 K: ^Subject:.*(?i)s390x?
106 T: git https://github.com/cohuck/qemu.git s390-next
107 L: qemu-s390x@nongnu.org
108
109 Guest CPU cores (TCG):
110 ----------------------
111 Overall
112 L: qemu-devel@nongnu.org
113 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
116 S: Maintained
117 F: cpus.c
118 F: exec.c
119 F: accel/tcg/
120 F: accel/stubs/tcg-stub.c
121 F: include/exec/cpu*.h
122 F: include/exec/exec-all.h
123 F: include/exec/helper*.h
124 F: include/exec/tb-hash.h
125 F: include/sysemu/cpus.h
126
127 FPU emulation
128 M: Aurelien Jarno <aurelien@aurel32.net>
129 M: Peter Maydell <peter.maydell@linaro.org>
130 S: Odd Fixes
131 F: fpu/
132 F: include/fpu/
133
134 Alpha
135 M: Richard Henderson <rth@twiddle.net>
136 S: Maintained
137 F: target/alpha/
138 F: tests/tcg/alpha/
139 F: disas/alpha.c
140
141 ARM
142 M: Peter Maydell <peter.maydell@linaro.org>
143 L: qemu-arm@nongnu.org
144 S: Maintained
145 F: target/arm/
146 F: tests/tcg/arm/
147 F: tests/tcg/aarch64/
148 F: hw/arm/
149 F: hw/cpu/a*mpcore.c
150 F: include/hw/cpu/a*mpcore.h
151 F: disas/arm.c
152 F: disas/arm-a64.cc
153 F: disas/libvixl/
154
155 ARM SMMU
156 M: Eric Auger <eric.auger@redhat.com>
157 L: qemu-arm@nongnu.org
158 S: Maintained
159 F: hw/arm/smmu*
160 F: include/hw/arm/smmu*
161
162 CRIS
163 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
164 S: Maintained
165 F: target/cris/
166 F: hw/cris/
167 F: include/hw/cris/
168 F: tests/tcg/cris/
169 F: disas/cris.c
170
171 HPPA (PA-RISC)
172 M: Richard Henderson <rth@twiddle.net>
173 S: Maintained
174 F: target/hppa/
175 F: hw/hppa/
176 F: disas/hppa.c
177
178 LM32
179 M: Michael Walle <michael@walle.cc>
180 S: Maintained
181 F: target/lm32/
182 F: disas/lm32.c
183 F: hw/lm32/
184 F: hw/*/lm32_*
185 F: hw/*/milkymist-*
186 F: include/hw/char/lm32_juart.h
187 F: include/hw/lm32/
188 F: tests/tcg/lm32/
189
190 M68K
191 M: Laurent Vivier <laurent@vivier.eu>
192 S: Maintained
193 F: target/m68k/
194 F: disas/m68k.c
195
196 MicroBlaze
197 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
198 S: Maintained
199 F: target/microblaze/
200 F: hw/microblaze/
201 F: disas/microblaze.c
202
203 MIPS
204 M: Aurelien Jarno <aurelien@aurel32.net>
205 M: Aleksandar Markovic <amarkovic@wavecomp.com>
206 R: Stefan Markovic <smarkovic@wavecomp.com>
207 S: Maintained
208 F: target/mips/
209 F: hw/mips/
210 F: hw/misc/mips_*
211 F: hw/intc/mips_gic.c
212 F: hw/timer/mips_gictimer.c
213 F: include/hw/mips/
214 F: include/hw/misc/mips_*
215 F: include/hw/intc/mips_gic.h
216 F: include/hw/timer/mips_gictimer.h
217 F: tests/tcg/mips/
218 F: disas/mips.c
219 F: disas/nanomips.h
220 F: disas/nanomips.cpp
221
222 Moxie
223 M: Anthony Green <green@moxielogic.com>
224 S: Maintained
225 F: target/moxie/
226 F: disas/moxie.c
227 F: hw/moxie/
228 F: default-configs/moxie-softmmu.mak
229
230 NiosII
231 M: Chris Wulff <crwulff@gmail.com>
232 M: Marek Vasut <marex@denx.de>
233 S: Maintained
234 F: target/nios2/
235 F: hw/nios2/
236 F: hw/intc/nios2_iic.c
237 F: disas/nios2.c
238 F: default-configs/nios2-softmmu.mak
239
240 OpenRISC
241 M: Stafford Horne <shorne@gmail.com>
242 S: Odd Fixes
243 F: target/openrisc/
244 F: hw/openrisc/
245 F: tests/tcg/openrisc/
246
247 PowerPC
248 M: David Gibson <david@gibson.dropbear.id.au>
249 L: qemu-ppc@nongnu.org
250 S: Maintained
251 F: target/ppc/
252 F: hw/ppc/
253 F: include/hw/ppc/
254 F: disas/ppc.c
255
256 RISC-V
257 M: Michael Clark <mjc@sifive.com>
258 M: Palmer Dabbelt <palmer@sifive.com>
259 M: Alistair Francis <Alistair.Francis@wdc.com>
260 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
261 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
262 L: qemu-riscv@nongnu.org
263 S: Maintained
264 F: target/riscv/
265 F: hw/riscv/
266 F: include/hw/riscv/
267 F: disas/riscv.c
268
269 S390
270 M: Richard Henderson <rth@twiddle.net>
271 M: David Hildenbrand <david@redhat.com>
272 S: Maintained
273 F: target/s390x/
274 F: hw/s390x/
275 F: disas/s390.c
276 F: tests/tcg/s390x/
277 L: qemu-s390x@nongnu.org
278
279 SH4
280 M: Aurelien Jarno <aurelien@aurel32.net>
281 S: Odd Fixes
282 F: target/sh4/
283 F: hw/sh4/
284 F: disas/sh4.c
285 F: include/hw/sh4/
286
287 SPARC
288 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
289 M: Artyom Tarasenko <atar4qemu@gmail.com>
290 S: Maintained
291 F: target/sparc/
292 F: hw/sparc/
293 F: hw/sparc64/
294 F: include/hw/sparc/sparc64.h
295 F: disas/sparc.c
296
297 UniCore32
298 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
299 S: Maintained
300 F: target/unicore32/
301 F: hw/unicore32/
302 F: include/hw/unicore32/
303
304 X86
305 M: Paolo Bonzini <pbonzini@redhat.com>
306 M: Richard Henderson <rth@twiddle.net>
307 M: Eduardo Habkost <ehabkost@redhat.com>
308 S: Maintained
309 F: target/i386/
310 F: tests/tcg/i386/
311 F: tests/tcg/x86_64/
312 F: hw/i386/
313 F: disas/i386.c
314 F: docs/qemu-cpu-models.texi
315 T: git https://github.com/ehabkost/qemu.git x86-next
316
317 Xtensa
318 M: Max Filippov <jcmvbkbc@gmail.com>
319 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
320 S: Maintained
321 F: target/xtensa/
322 F: hw/xtensa/
323 F: tests/tcg/xtensa/
324 F: disas/xtensa.c
325 F: include/hw/xtensa/xtensa-isa.h
326 F: default-configs/xtensa*.mak
327
328 TriCore
329 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
330 S: Maintained
331 F: target/tricore/
332 F: hw/tricore/
333 F: include/hw/tricore/
334
335 Multiarch Linux User Tests
336 M: Alex Bennée <alex.bennee@linaro.org>
337 F: tests/tcg/multiarch/
338
339 Guest CPU Cores (KVM):
340 ----------------------
341
342 Overall
343 M: Paolo Bonzini <pbonzini@redhat.com>
344 L: kvm@vger.kernel.org
345 S: Supported
346 F: */kvm.*
347 F: accel/kvm/
348 F: accel/stubs/kvm-stub.c
349 F: include/hw/kvm/
350 F: include/sysemu/kvm*.h
351 F: scripts/kvm/kvm_flightrecorder
352
353 ARM
354 M: Peter Maydell <peter.maydell@linaro.org>
355 L: qemu-arm@nongnu.org
356 S: Maintained
357 F: target/arm/kvm.c
358
359 MIPS
360 M: James Hogan <jhogan@kernel.org>
361 R: Stefan Markovic <smarkovic@wavecomp.com>
362 S: Maintained
363 F: target/mips/kvm.c
364
365 PPC
366 M: David Gibson <david@gibson.dropbear.id.au>
367 S: Maintained
368 F: target/ppc/kvm.c
369
370 S390
371 M: Christian Borntraeger <borntraeger@de.ibm.com>
372 M: Cornelia Huck <cohuck@redhat.com>
373 S: Maintained
374 F: target/s390x/kvm.c
375 F: target/s390x/kvm_s390x.h
376 F: target/s390x/kvm-stub.c
377 F: target/s390x/ioinst.[ch]
378 F: target/s390x/machine.c
379 F: target/s390x/sigp.c
380 F: hw/intc/s390_flic.c
381 F: hw/intc/s390_flic_kvm.c
382 F: include/hw/s390x/s390_flic.h
383 F: gdb-xml/s390*.xml
384 T: git https://github.com/cohuck/qemu.git s390-next
385 T: git https://github.com/borntraeger/qemu.git s390-next
386 L: qemu-s390x@nongnu.org
387
388 X86
389 M: Paolo Bonzini <pbonzini@redhat.com>
390 M: Marcelo Tosatti <mtosatti@redhat.com>
391 L: kvm@vger.kernel.org
392 S: Supported
393 F: target/i386/kvm.c
394 F: scripts/kvm/vmxcap
395
396 Guest CPU Cores (Xen):
397 ----------------------
398
399 X86
400 M: Stefano Stabellini <sstabellini@kernel.org>
401 M: Anthony Perard <anthony.perard@citrix.com>
402 L: xen-devel@lists.xenproject.org
403 S: Supported
404 F: */xen*
405 F: hw/9pfs/xen-9p-backend.c
406 F: hw/char/xen_console.c
407 F: hw/display/xenfb.c
408 F: hw/net/xen_nic.c
409 F: hw/block/xen_*
410 F: hw/xen/
411 F: hw/xenpv/
412 F: hw/i386/xen/
413 F: include/hw/xen/
414 F: include/sysemu/xen-mapcache.h
415
416 Hosts:
417 ------
418
419 LINUX
420 L: qemu-devel@nongnu.org
421 S: Maintained
422 F: linux-*
423 F: linux-headers/
424
425 POSIX
426 L: qemu-devel@nongnu.org
427 S: Maintained
428 F: *posix*
429
430 NETBSD
431 L: qemu-devel@nongnu.org
432 M: Kamil Rytarowski <kamil@netbsd.org>
433 S: Maintained
434 K: ^Subject:.*(?i)NetBSD
435
436 OPENBSD
437 L: qemu-devel@nongnu.org
438 M: Brad Smith <brad@comstyle.com>
439 S: Maintained
440 K: ^Subject:.*(?i)OpenBSD
441
442 W32, W64
443 L: qemu-devel@nongnu.org
444 M: Stefan Weil <sw@weilnetz.de>
445 S: Maintained
446 F: *win32*
447 F: */*win32*
448 F: include/*/*win32*
449 X: qga/*win32*
450 F: qemu.nsi
451
452 Alpha Machines
453 M: Richard Henderson <rth@twiddle.net>
454 S: Maintained
455 F: hw/alpha/
456 F: hw/isa/smc37c669-superio.c
457
458 ARM Machines
459 ------------
460 Allwinner-a10
461 M: Beniamino Galvani <b.galvani@gmail.com>
462 M: Peter Maydell <peter.maydell@linaro.org>
463 L: qemu-arm@nongnu.org
464 S: Odd Fixes
465 F: hw/*/allwinner*
466 F: include/hw/*/allwinner*
467 F: hw/arm/cubieboard.c
468
469 ARM PrimeCell and CMSDK devices
470 M: Peter Maydell <peter.maydell@linaro.org>
471 L: qemu-arm@nongnu.org
472 S: Maintained
473 F: hw/char/pl011.c
474 F: include/hw/char/pl011.h
475 F: hw/display/pl110*
476 F: hw/dma/pl080.c
477 F: include/hw/dma/pl080.h
478 F: hw/dma/pl330.c
479 F: hw/gpio/pl061.c
480 F: hw/input/pl050.c
481 F: hw/intc/pl190.c
482 F: hw/sd/pl181.c
483 F: hw/ssi/pl022.c
484 F: include/hw/ssi/pl022.h
485 F: hw/timer/pl031.c
486 F: include/hw/arm/primecell.h
487 F: hw/timer/cmsdk-apb-timer.c
488 F: include/hw/timer/cmsdk-apb-timer.h
489 F: hw/timer/cmsdk-apb-dualtimer.c
490 F: include/hw/timer/cmsdk-apb-dualtimer.h
491 F: hw/char/cmsdk-apb-uart.c
492 F: include/hw/char/cmsdk-apb-uart.h
493 F: hw/watchdog/cmsdk-apb-watchdog.c
494 F: include/hw/watchdog/cmsdk-apb-watchdog.h
495 F: hw/misc/tz-ppc.c
496 F: include/hw/misc/tz-ppc.h
497 F: hw/misc/tz-mpc.c
498 F: include/hw/misc/tz-mpc.h
499 F: hw/misc/tz-msc.c
500 F: include/hw/misc/tz-msc.h
501
502 ARM cores
503 M: Peter Maydell <peter.maydell@linaro.org>
504 L: qemu-arm@nongnu.org
505 S: Maintained
506 F: hw/intc/arm*
507 F: hw/intc/gic_internal.h
508 F: hw/misc/a9scu.c
509 F: hw/misc/arm11scu.c
510 F: hw/timer/a9gtimer*
511 F: hw/timer/arm*
512 F: include/hw/arm/arm*.h
513 F: include/hw/intc/arm*
514 F: include/hw/misc/a9scu.h
515 F: include/hw/misc/arm11scu.h
516 F: include/hw/timer/a9gtimer.h
517 F: include/hw/timer/arm_mptimer.h
518 F: include/hw/timer/armv7m_systick.h
519 F: tests/test-arm-mptimer.c
520
521 Exynos
522 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
523 M: Peter Maydell <peter.maydell@linaro.org>
524 L: qemu-arm@nongnu.org
525 S: Odd Fixes
526 F: hw/*/exynos*
527 F: include/hw/arm/exynos4210.h
528
529 Calxeda Highbank
530 M: Rob Herring <robh@kernel.org>
531 M: Peter Maydell <peter.maydell@linaro.org>
532 L: qemu-arm@nongnu.org
533 S: Odd Fixes
534 F: hw/arm/highbank.c
535 F: hw/net/xgmac.c
536
537 Canon DIGIC
538 M: Antony Pavlov <antonynpavlov@gmail.com>
539 M: Peter Maydell <peter.maydell@linaro.org>
540 L: qemu-arm@nongnu.org
541 S: Odd Fixes
542 F: include/hw/arm/digic.h
543 F: hw/*/digic*
544 F: include/hw/*/digic*
545
546 Gumstix
547 M: Peter Maydell <peter.maydell@linaro.org>
548 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
549 L: qemu-devel@nongnu.org
550 L: qemu-arm@nongnu.org
551 S: Odd Fixes
552 F: hw/arm/gumstix.c
553
554 i.MX25 PDK
555 M: Peter Maydell <peter.maydell@linaro.org>
556 R: Jean-Christophe Dubois <jcd@tribudubois.net>
557 L: qemu-arm@nongnu.org
558 S: Odd Fixes
559 F: hw/arm/fsl-imx25.c
560 F: hw/arm/imx25_pdk.c
561 F: hw/misc/imx25_ccm.c
562 F: include/hw/arm/fsl-imx25.h
563 F: include/hw/misc/imx25_ccm.h
564
565 i.MX31 (kzm)
566 M: Peter Chubb <peter.chubb@nicta.com.au>
567 M: Peter Maydell <peter.maydell@linaro.org>
568 L: qemu-arm@nongnu.org
569 S: Odd Fixes
570 F: hw/arm/kzm.c
571 F: hw/*/imx_*
572 F: hw/*/*imx31*
573 F: include/hw/*/imx_*
574 F: include/hw/*/*imx31*
575
576 Integrator CP
577 M: Peter Maydell <peter.maydell@linaro.org>
578 L: qemu-arm@nongnu.org
579 S: Maintained
580 F: hw/arm/integratorcp.c
581 F: hw/misc/arm_integrator_debug.c
582
583 MCIMX6UL EVK / i.MX6ul
584 M: Peter Maydell <peter.maydell@linaro.org>
585 R: Jean-Christophe Dubois <jcd@tribudubois.net>
586 L: qemu-arm@nongnu.org
587 S: Odd Fixes
588 F: hw/arm/mcimx6ul-evk.c
589 F: hw/arm/fsl-imx6ul.c
590 F: hw/misc/imx6ul_ccm.c
591 F: include/hw/arm/fsl-imx6ul.h
592 F: include/hw/misc/imx6ul_ccm.h
593
594 MCIMX7D SABRE / i.MX7
595 M: Peter Maydell <peter.maydell@linaro.org>
596 R: Andrey Smirnov <andrew.smirnov@gmail.com>
597 L: qemu-arm@nongnu.org
598 S: Odd Fixes
599 F: hw/arm/mcimx7d-sabre.c
600 F: hw/arm/fsl-imx7.c
601 F: include/hw/arm/fsl-imx7.h
602 F: hw/pci-host/designware.c
603 F: include/hw/pci-host/designware.h
604
605 MPS2
606 M: Peter Maydell <peter.maydell@linaro.org>
607 L: qemu-arm@nongnu.org
608 S: Maintained
609 F: hw/arm/mps2.c
610 F: hw/arm/mps2-tz.c
611 F: hw/misc/mps2-*.c
612 F: include/hw/misc/mps2-*.h
613 F: hw/arm/iotkit.c
614 F: include/hw/arm/iotkit.h
615 F: hw/misc/iotkit-secctl.c
616 F: include/hw/misc/iotkit-secctl.h
617 F: hw/misc/iotkit-sysctl.c
618 F: include/hw/misc/iotkit-sysctl.h
619 F: hw/misc/iotkit-sysinfo.c
620 F: include/hw/misc/iotkit-sysinfo.h
621
622 Musicpal
623 M: Jan Kiszka <jan.kiszka@web.de>
624 M: Peter Maydell <peter.maydell@linaro.org>
625 L: qemu-arm@nongnu.org
626 S: Odd Fixes
627 F: hw/arm/musicpal.c
628
629 nSeries
630 M: Andrzej Zaborowski <balrogg@gmail.com>
631 M: Peter Maydell <peter.maydell@linaro.org>
632 L: qemu-arm@nongnu.org
633 S: Odd Fixes
634 F: hw/arm/nseries.c
635
636 Palm
637 M: Andrzej Zaborowski <balrogg@gmail.com>
638 M: Peter Maydell <peter.maydell@linaro.org>
639 L: qemu-arm@nongnu.org
640 S: Odd Fixes
641 F: hw/arm/palm.c
642
643 Raspberry Pi
644 M: Peter Maydell <peter.maydell@linaro.org>
645 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
646 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
647 L: qemu-arm@nongnu.org
648 S: Odd Fixes
649 F: hw/arm/raspi.c
650 F: hw/arm/raspi_platform.h
651 F: hw/*/bcm283*
652 F: include/hw/arm/raspi*
653 F: include/hw/*/bcm283*
654
655 Real View
656 M: Peter Maydell <peter.maydell@linaro.org>
657 L: qemu-arm@nongnu.org
658 S: Maintained
659 F: hw/arm/realview*
660 F: hw/cpu/realview_mpcore.c
661 F: hw/intc/realview_gic.c
662 F: include/hw/intc/realview_gic.h
663
664 PXA2XX
665 M: Andrzej Zaborowski <balrogg@gmail.com>
666 M: Peter Maydell <peter.maydell@linaro.org>
667 L: qemu-arm@nongnu.org
668 S: Odd Fixes
669 F: hw/arm/mainstone.c
670 F: hw/arm/spitz.c
671 F: hw/arm/tosa.c
672 F: hw/arm/z2.c
673 F: hw/*/pxa2xx*
674 F: hw/display/tc6393xb.c
675 F: hw/gpio/max7310.c
676 F: hw/gpio/zaurus.c
677 F: hw/misc/mst_fpga.c
678 F: include/hw/arm/pxa.h
679 F: include/hw/arm/sharpsl.h
680
681 SABRELITE / i.MX6
682 M: Peter Maydell <peter.maydell@linaro.org>
683 R: Jean-Christophe Dubois <jcd@tribudubois.net>
684 L: qemu-arm@nongnu.org
685 S: Odd Fixes
686 F: hw/arm/sabrelite.c
687 F: hw/arm/fsl-imx6.c
688 F: hw/misc/imx6_src.c
689 F: hw/ssi/imx_spi.c
690 F: include/hw/arm/fsl-imx6.h
691 F: include/hw/misc/imx6_src.h
692 F: include/hw/ssi/imx_spi.h
693
694 Sharp SL-5500 (Collie) PDA
695 M: Peter Maydell <peter.maydell@linaro.org>
696 L: qemu-arm@nongnu.org
697 S: Odd Fixes
698 F: hw/arm/collie.c
699 F: hw/arm/strongarm*
700
701 Stellaris
702 M: Peter Maydell <peter.maydell@linaro.org>
703 L: qemu-arm@nongnu.org
704 S: Maintained
705 F: hw/*/stellaris*
706
707 Versatile Express
708 M: Peter Maydell <peter.maydell@linaro.org>
709 L: qemu-arm@nongnu.org
710 S: Maintained
711 F: hw/arm/vexpress.c
712
713 Versatile PB
714 M: Peter Maydell <peter.maydell@linaro.org>
715 L: qemu-arm@nongnu.org
716 S: Maintained
717 F: hw/*/versatile*
718 F: hw/misc/arm_sysctl.c
719
720 Virt
721 M: Peter Maydell <peter.maydell@linaro.org>
722 L: qemu-arm@nongnu.org
723 S: Maintained
724 F: hw/arm/virt*
725 F: include/hw/arm/virt.h
726
727 Xilinx Zynq
728 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
729 M: Alistair Francis <alistair@alistair23.me>
730 M: Peter Maydell <peter.maydell@linaro.org>
731 L: qemu-arm@nongnu.org
732 S: Maintained
733 F: hw/*/xilinx_*
734 F: hw/*/cadence_*
735 F: hw/misc/zynq*
736 F: include/hw/misc/zynq*
737 X: hw/ssi/xilinx_*
738
739 Xilinx ZynqMP
740 M: Alistair Francis <alistair@alistair23.me>
741 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
742 M: Peter Maydell <peter.maydell@linaro.org>
743 L: qemu-arm@nongnu.org
744 S: Maintained
745 F: hw/*/xlnx*.c
746 F: include/hw/*/xlnx*.h
747 F: include/hw/ssi/xilinx_spips.h
748 F: hw/display/dpcd.c
749 F: include/hw/display/dpcd.h
750
751 ARM ACPI Subsystem
752 M: Shannon Zhao <shannon.zhaosl@gmail.com>
753 L: qemu-arm@nongnu.org
754 S: Maintained
755 F: hw/arm/virt-acpi-build.c
756
757 STM32F205
758 M: Alistair Francis <alistair@alistair23.me>
759 M: Peter Maydell <peter.maydell@linaro.org>
760 S: Maintained
761 F: hw/arm/stm32f205_soc.c
762 F: hw/misc/stm32f2xx_syscfg.c
763 F: hw/char/stm32f2xx_usart.c
764 F: hw/timer/stm32f2xx_timer.c
765 F: hw/adc/*
766 F: hw/ssi/stm32f2xx_spi.c
767 F: include/hw/*/stm32*.h
768
769 Netduino 2
770 M: Alistair Francis <alistair@alistair23.me>
771 M: Peter Maydell <peter.maydell@linaro.org>
772 S: Maintained
773 F: hw/arm/netduino2.c
774
775 SmartFusion2
776 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
777 M: Peter Maydell <peter.maydell@linaro.org>
778 S: Maintained
779 F: hw/arm/msf2-soc.c
780 F: hw/misc/msf2-sysreg.c
781 F: hw/timer/mss-timer.c
782 F: hw/ssi/mss-spi.c
783 F: include/hw/arm/msf2-soc.h
784 F: include/hw/misc/msf2-sysreg.h
785 F: include/hw/timer/mss-timer.h
786 F: include/hw/ssi/mss-spi.h
787
788 Emcraft M2S-FG484
789 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
790 M: Peter Maydell <peter.maydell@linaro.org>
791 S: Maintained
792 F: hw/arm/msf2-som.c
793
794 ASPEED BMCs
795 M: Cédric Le Goater <clg@kaod.org>
796 M: Peter Maydell <peter.maydell@linaro.org>
797 R: Andrew Jeffery <andrew@aj.id.au>
798 R: Joel Stanley <joel@jms.id.au>
799 L: qemu-arm@nongnu.org
800 S: Maintained
801 F: hw/*/*aspeed*
802 F: include/hw/*/*aspeed*
803 F: hw/net/ftgmac100.c
804 F: include/hw/net/ftgmac100.h
805
806 NRF51
807 M: Joel Stanley <joel@jms.id.au>
808 M: Peter Maydell <peter.maydell@linaro.org>
809 L: qemu-arm@nongnu.org
810 S: Maintained
811 F: hw/arm/nrf51_soc.c
812 F: hw/arm/microbit.c
813 F: include/hw/arm/nrf51_soc.h
814
815 CRIS Machines
816 -------------
817 Axis Dev88
818 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
819 S: Maintained
820 F: hw/cris/axis_dev88.c
821 F: hw/*/etraxfs_*.c
822
823 LM32 Machines
824 -------------
825 EVR32 and uclinux BSP
826 M: Michael Walle <michael@walle.cc>
827 S: Maintained
828 F: hw/lm32/lm32_boards.c
829
830 milkymist
831 M: Michael Walle <michael@walle.cc>
832 S: Maintained
833 F: hw/lm32/milkymist.c
834
835 M68K Machines
836 -------------
837 an5206
838 M: Thomas Huth <huth@tuxfamily.org>
839 S: Odd Fixes
840 F: hw/m68k/an5206.c
841 F: hw/m68k/mcf5206.c
842
843 mcf5208
844 M: Thomas Huth <huth@tuxfamily.org>
845 S: Odd Fixes
846 F: hw/m68k/mcf5208.c
847 F: hw/m68k/mcf_intc.c
848 F: hw/char/mcf_uart.c
849 F: hw/net/mcf_fec.c
850 F: include/hw/m68k/mcf*.h
851
852 MicroBlaze Machines
853 -------------------
854 petalogix_s3adsp1800
855 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
856 S: Maintained
857 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
858 F: include/hw/char/xilinx_uartlite.h
859
860 petalogix_ml605
861 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
862 S: Maintained
863 F: hw/microblaze/petalogix_ml605_mmu.c
864
865 MIPS Machines
866 -------------
867 Jazz
868 M: Hervé Poussineau <hpoussin@reactos.org>
869 R: Stefan Markovic <smarkovic@wavecomp.com>
870 S: Maintained
871 F: hw/mips/mips_jazz.c
872 F: hw/display/jazz_led.c
873 F: hw/dma/rc4030.c
874
875 Malta
876 M: Aurelien Jarno <aurelien@aurel32.net>
877 R: Stefan Markovic <smarkovic@wavecomp.com>
878 S: Maintained
879 F: hw/mips/mips_malta.c
880
881 Mipssim
882 M: Aleksandar Markovic <amarkovic@wavecomp.com>
883 R: Stefan Markovic <smarkovic@wavecomp.com>
884 S: Odd Fixes
885 F: hw/mips/mips_mipssim.c
886 F: hw/net/mipsnet.c
887
888 R4000
889 M: Aurelien Jarno <aurelien@aurel32.net>
890 R: Stefan Markovic <smarkovic@wavecomp.com>
891 S: Maintained
892 F: hw/mips/mips_r4k.c
893
894 Fulong 2E
895 M: Aleksandar Markovic <amarkovic@wavecomp.com>
896 R: Stefan Markovic <smarkovic@wavecomp.com>
897 S: Odd Fixes
898 F: hw/mips/mips_fulong2e.c
899 F: hw/isa/vt82c686.c
900 F: hw/pci-host/bonito.c
901 F: include/hw/isa/vt82c686.h
902
903 Boston
904 M: Paul Burton <pburton@wavecomp.com>
905 R: Stefan Markovic <smarkovic@wavecomp.com>
906 S: Maintained
907 F: hw/core/loader-fit.c
908 F: hw/mips/boston.c
909 F: hw/pci-host/xilinx-pcie.c
910 F: include/hw/pci-host/xilinx-pcie.h
911
912 OpenRISC Machines
913 -----------------
914 or1k-sim
915 M: Jia Liu <proljc@gmail.com>
916 S: Maintained
917 F: hw/openrisc/openrisc_sim.c
918
919 PowerPC Machines
920 ----------------
921 405
922 M: David Gibson <david@gibson.dropbear.id.au>
923 L: qemu-ppc@nongnu.org
924 S: Odd Fixes
925 F: hw/ppc/ppc405_boards.c
926
927 Bamboo
928 M: David Gibson <david@gibson.dropbear.id.au>
929 L: qemu-ppc@nongnu.org
930 S: Odd Fixes
931 F: hw/ppc/ppc440_bamboo.c
932
933 e500
934 M: David Gibson <david@gibson.dropbear.id.au>
935 L: qemu-ppc@nongnu.org
936 S: Odd Fixes
937 F: hw/ppc/e500.[hc]
938 F: hw/ppc/e500plat.c
939 F: include/hw/ppc/ppc_e500.h
940 F: include/hw/pci-host/ppce500.h
941 F: pc-bios/u-boot.e500
942
943 mpc8544ds
944 M: David Gibson <david@gibson.dropbear.id.au>
945 L: qemu-ppc@nongnu.org
946 S: Odd Fixes
947 F: hw/ppc/mpc8544ds.c
948 F: hw/ppc/mpc8544_guts.c
949
950 New World
951 M: David Gibson <david@gibson.dropbear.id.au>
952 L: qemu-ppc@nongnu.org
953 S: Odd Fixes
954 F: hw/ppc/mac_newworld.c
955 F: hw/pci-host/uninorth.c
956 F: hw/pci-bridge/dec.[hc]
957 F: hw/misc/macio/
958 F: hw/misc/mos6522.c
959 F: hw/nvram/mac_nvram.c
960 F: include/hw/misc/macio/
961 F: include/hw/misc/mos6522.h
962 F: include/hw/ppc/mac_dbdma.h
963 F: include/hw/pci-host/uninorth.h
964
965 Old World
966 M: David Gibson <david@gibson.dropbear.id.au>
967 L: qemu-ppc@nongnu.org
968 S: Odd Fixes
969 F: hw/ppc/mac_oldworld.c
970 F: hw/pci-host/grackle.c
971 F: hw/misc/macio/
972 F: hw/intc/heathrow_pic.c
973 F: include/hw/intc/heathrow_pic.h
974
975 PReP
976 M: Hervé Poussineau <hpoussin@reactos.org>
977 L: qemu-devel@nongnu.org
978 L: qemu-ppc@nongnu.org
979 S: Maintained
980 F: hw/ppc/prep.c
981 F: hw/ppc/prep_systemio.c
982 F: hw/ppc/rs6000_mc.c
983 F: hw/pci-host/prep.[hc]
984 F: hw/isa/i82378.c
985 F: hw/isa/pc87312.c
986 F: hw/dma/i82374.c
987 F: hw/timer/m48t59-isa.c
988 F: include/hw/isa/pc87312.h
989 F: include/hw/timer/m48t59.h
990 F: pc-bios/ppc_rom.bin
991
992 sPAPR
993 M: David Gibson <david@gibson.dropbear.id.au>
994 L: qemu-ppc@nongnu.org
995 S: Supported
996 F: hw/*/spapr*
997 F: include/hw/*/spapr*
998 F: hw/*/xics*
999 F: include/hw/*/xics*
1000 F: pc-bios/spapr-rtas/*
1001 F: pc-bios/spapr-rtas.bin
1002 F: pc-bios/slof.bin
1003 F: pc-bios/skiboot.lid
1004 F: docs/specs/ppc-spapr-hcalls.txt
1005 F: docs/specs/ppc-spapr-hotplug.txt
1006 F: tests/spapr*
1007 F: tests/libqos/*spapr*
1008 F: tests/rtas*
1009 F: tests/libqos/rtas*
1010
1011 virtex_ml507
1012 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1013 L: qemu-ppc@nongnu.org
1014 S: Odd Fixes
1015 F: hw/ppc/virtex_ml507.c
1016
1017 sam460ex
1018 M: BALATON Zoltan <balaton@eik.bme.hu>
1019 L: qemu-ppc@nongnu.org
1020 S: Maintained
1021 F: hw/ide/sii3112.c
1022 F: hw/timer/m41t80.c
1023
1024 SH4 Machines
1025 ------------
1026 R2D
1027 M: Magnus Damm <magnus.damm@gmail.com>
1028 S: Maintained
1029 F: hw/sh4/r2d.c
1030 F: hw/intc/sh_intc.c
1031 F: hw/timer/sh_timer.c
1032
1033 Shix
1034 M: Magnus Damm <magnus.damm@gmail.com>
1035 S: Odd Fixes
1036 F: hw/sh4/shix.c
1037
1038 SPARC Machines
1039 --------------
1040 Sun4m
1041 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1042 S: Maintained
1043 F: hw/sparc/sun4m.c
1044 F: hw/sparc/sun4m_iommu.c
1045 F: hw/dma/sparc32_dma.c
1046 F: hw/misc/eccmemctl.c
1047 F: hw/misc/slavio_misc.c
1048 F: include/hw/sparc/sparc32_dma.h
1049 F: pc-bios/openbios-sparc32
1050 F: include/hw/sparc/sun4m_iommu.h
1051
1052 Sun4u
1053 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1054 S: Maintained
1055 F: hw/sparc64/sun4u.c
1056 F: pc-bios/openbios-sparc64
1057 F: hw/pci-host/sabre.c
1058 F: include/hw/pci-host/sabre.h
1059
1060 Sun4v
1061 M: Artyom Tarasenko <atar4qemu@gmail.com>
1062 S: Maintained
1063 F: hw/sparc64/niagara.c
1064 F: hw/timer/sun4v-rtc.c
1065 F: include/hw/timer/sun4v-rtc.h
1066
1067 Leon3
1068 M: Fabien Chouteau <chouteau@adacore.com>
1069 S: Maintained
1070 F: hw/sparc/leon3.c
1071 F: hw/*/grlib*
1072 F: include/hw/sparc/grlib.h
1073
1074 S390 Machines
1075 -------------
1076 S390 Virtio-ccw
1077 M: Cornelia Huck <cohuck@redhat.com>
1078 M: Christian Borntraeger <borntraeger@de.ibm.com>
1079 S: Supported
1080 F: hw/char/sclp*.[hc]
1081 F: hw/char/terminal3270.c
1082 F: hw/s390x/
1083 F: include/hw/s390x/
1084 F: hw/watchdog/wdt_diag288.c
1085 F: include/hw/watchdog/wdt_diag288.h
1086 F: default-configs/s390x-softmmu.mak
1087 T: git https://github.com/cohuck/qemu.git s390-next
1088 T: git https://github.com/borntraeger/qemu.git s390-next
1089 L: qemu-s390x@nongnu.org
1090
1091 S390-ccw boot
1092 M: Christian Borntraeger <borntraeger@de.ibm.com>
1093 M: Thomas Huth <thuth@redhat.com>
1094 S: Supported
1095 F: hw/s390x/ipl.*
1096 F: pc-bios/s390-ccw/
1097 F: pc-bios/s390-ccw.img
1098 T: git https://github.com/borntraeger/qemu.git s390-next
1099 L: qemu-s390x@nongnu.org
1100
1101 S390 PCI
1102 M: Collin Walling <walling@linux.ibm.com>
1103 S: Supported
1104 F: hw/s390x/s390-pci*
1105 L: qemu-s390x@nongnu.org
1106
1107 UniCore32 Machines
1108 -------------
1109 PKUnity-3 SoC initramfs-with-busybox
1110 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1111 S: Maintained
1112 F: hw/*/puv3*
1113 F: hw/unicore32/
1114
1115 X86 Machines
1116 ------------
1117 PC
1118 M: Michael S. Tsirkin <mst@redhat.com>
1119 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1120 S: Supported
1121 F: include/hw/i386/
1122 F: hw/i386/
1123 F: hw/pci-host/piix.c
1124 F: hw/pci-host/q35.c
1125 F: hw/pci-host/pam.c
1126 F: include/hw/pci-host/q35.h
1127 F: include/hw/pci-host/pam.h
1128 F: hw/isa/piix4.c
1129 F: hw/isa/lpc_ich9.c
1130 F: hw/i2c/smbus_ich9.c
1131 F: hw/acpi/piix4.c
1132 F: hw/acpi/ich9.c
1133 F: include/hw/acpi/ich9.h
1134 F: include/hw/acpi/piix4.h
1135 F: hw/misc/sga.c
1136
1137 PC Chipset
1138 M: Michael S. Tsirkin <mst@redhat.com>
1139 M: Paolo Bonzini <pbonzini@redhat.com>
1140 S: Supported
1141 F: hw/char/debugcon.c
1142 F: hw/char/parallel*
1143 F: hw/char/serial*
1144 F: hw/dma/i8257*
1145 F: hw/i2c/pm_smbus.c
1146 F: hw/input/pckbd.c
1147 F: hw/intc/apic*
1148 F: hw/intc/ioapic*
1149 F: hw/intc/i8259*
1150 F: hw/isa/isa-superio.c
1151 F: hw/misc/debugexit.c
1152 F: hw/misc/pc-testdev.c
1153 F: hw/timer/hpet*
1154 F: hw/timer/i8254*
1155 F: hw/timer/mc146818rtc*
1156 F: hw/watchdog/wdt_ib700.c
1157 F: hw/watchdog/wdt_i6300esb.c
1158 F: include/hw/display/vga.h
1159 F: include/hw/char/parallel.h
1160 F: include/hw/dma/i8257.h
1161 F: include/hw/i2c/pm_smbus.h
1162 F: include/hw/input/i8042.h
1163 F: include/hw/isa/i8259_internal.h
1164 F: include/hw/isa/superio.h
1165 F: include/hw/timer/hpet.h
1166 F: include/hw/timer/i8254*
1167 F: include/hw/timer/mc146818rtc*
1168
1169 Machine core
1170 M: Eduardo Habkost <ehabkost@redhat.com>
1171 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1172 S: Supported
1173 F: hw/core/machine.c
1174 F: hw/core/null-machine.c
1175 F: include/hw/boards.h
1176 T: git https://github.com/ehabkost/qemu.git machine-next
1177
1178 Xtensa Machines
1179 ---------------
1180 sim
1181 M: Max Filippov <jcmvbkbc@gmail.com>
1182 S: Maintained
1183 F: hw/xtensa/sim.c
1184
1185 XTFPGA (LX60, LX200, ML605, KC705)
1186 M: Max Filippov <jcmvbkbc@gmail.com>
1187 S: Maintained
1188 F: hw/xtensa/xtfpga.c
1189 F: hw/net/opencores_eth.c
1190
1191 Devices
1192 -------
1193 EDU
1194 M: Jiri Slaby <jslaby@suse.cz>
1195 S: Maintained
1196 F: hw/misc/edu.c
1197
1198 IDE
1199 M: John Snow <jsnow@redhat.com>
1200 L: qemu-block@nongnu.org
1201 S: Supported
1202 F: include/hw/ide.h
1203 F: include/hw/ide/
1204 F: hw/ide/
1205 F: hw/block/block.c
1206 F: hw/block/cdrom.c
1207 F: hw/block/hd-geometry.c
1208 F: tests/ide-test.c
1209 F: tests/ahci-test.c
1210 F: tests/cdrom-test.c
1211 F: tests/libqos/ahci*
1212 T: git https://github.com/jnsnow/qemu.git ide
1213
1214 IPMI
1215 M: Corey Minyard <minyard@acm.org>
1216 S: Maintained
1217 F: include/hw/ipmi/*
1218 F: hw/ipmi/*
1219 F: hw/smbios/smbios_type_38.c
1220 F: tests/ipmi*
1221 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1222
1223 Floppy
1224 M: John Snow <jsnow@redhat.com>
1225 L: qemu-block@nongnu.org
1226 S: Supported
1227 F: hw/block/fdc.c
1228 F: include/hw/block/fdc.h
1229 F: tests/fdc-test.c
1230 T: git https://github.com/jnsnow/qemu.git ide
1231
1232 OMAP
1233 M: Peter Maydell <peter.maydell@linaro.org>
1234 S: Maintained
1235 F: hw/*/omap*
1236 F: include/hw/arm/omap.h
1237
1238 IPack
1239 M: Alberto Garcia <berto@igalia.com>
1240 S: Odd Fixes
1241 F: hw/char/ipoctal232.c
1242 F: hw/ipack/
1243
1244 PCI
1245 M: Michael S. Tsirkin <mst@redhat.com>
1246 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1247 S: Supported
1248 F: include/hw/pci/*
1249 F: hw/misc/pci-testdev.c
1250 F: hw/pci/*
1251 F: hw/pci-bridge/*
1252 F: docs/pci*
1253 F: docs/specs/*pci*
1254 F: default-configs/pci.mak
1255
1256 ACPI/SMBIOS
1257 M: Michael S. Tsirkin <mst@redhat.com>
1258 M: Igor Mammedov <imammedo@redhat.com>
1259 S: Supported
1260 F: include/hw/acpi/*
1261 F: include/hw/smbios/*
1262 F: hw/mem/*
1263 F: hw/acpi/*
1264 F: hw/smbios/*
1265 F: hw/i386/acpi-build.[hc]
1266 F: hw/arm/virt-acpi-build.c
1267 F: tests/bios-tables-test.c
1268 F: tests/acpi-utils.[hc]
1269 F: tests/data/acpi/
1270
1271 ppc4xx
1272 M: David Gibson <david@gibson.dropbear.id.au>
1273 L: qemu-ppc@nongnu.org
1274 S: Odd Fixes
1275 F: hw/ppc/ppc4*.c
1276 F: hw/i2c/ppc4xx_i2c.c
1277 F: include/hw/ppc/ppc4xx.h
1278 F: include/hw/i2c/ppc4xx_i2c.h
1279
1280 ppce500
1281 M: David Gibson <david@gibson.dropbear.id.au>
1282 L: qemu-ppc@nongnu.org
1283 S: Odd Fixes
1284 F: hw/ppc/e500*
1285 F: hw/pci-host/ppce500.c
1286 F: hw/net/fsl_etsec/
1287
1288 Character devices
1289 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1290 R: Paolo Bonzini <pbonzini@redhat.com>
1291 S: Odd Fixes
1292 F: hw/char/
1293
1294 Network devices
1295 M: Jason Wang <jasowang@redhat.com>
1296 S: Odd Fixes
1297 F: hw/net/
1298 F: include/hw/net/
1299 F: tests/virtio-net-test.c
1300 T: git https://github.com/jasowang/qemu.git net
1301
1302 SCSI
1303 M: Paolo Bonzini <pbonzini@redhat.com>
1304 R: Fam Zheng <famz@redhat.com>
1305 S: Supported
1306 F: include/hw/scsi/*
1307 F: hw/scsi/*
1308 F: tests/virtio-scsi-test.c
1309 T: git https://github.com/bonzini/qemu.git scsi-next
1310
1311 SSI
1312 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1313 M: Alistair Francis <alistair@alistair23.me>
1314 S: Maintained
1315 F: hw/ssi/*
1316 F: hw/block/m25p80.c
1317 F: include/hw/ssi/ssi.h
1318 X: hw/ssi/xilinx_*
1319 F: tests/m25p80-test.c
1320
1321 Xilinx SPI
1322 M: Alistair Francis <alistair@alistair23.me>
1323 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1324 S: Maintained
1325 F: hw/ssi/xilinx_*
1326
1327 SD (Secure Card)
1328 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1329 S: Odd Fixes
1330 F: include/hw/sd/sd*
1331 F: hw/sd/core.c
1332 F: hw/sd/sd*
1333 F: tests/sd*
1334
1335 USB
1336 M: Gerd Hoffmann <kraxel@redhat.com>
1337 S: Maintained
1338 F: hw/usb/*
1339 F: tests/usb-*-test.c
1340 F: docs/usb2.txt
1341 F: docs/usb-storage.txt
1342 F: include/hw/usb.h
1343 F: include/hw/usb/
1344 F: default-configs/usb.mak
1345
1346 USB (serial adapter)
1347 M: Gerd Hoffmann <kraxel@redhat.com>
1348 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1349 S: Maintained
1350 F: hw/usb/dev-serial.c
1351
1352 VFIO
1353 M: Alex Williamson <alex.williamson@redhat.com>
1354 S: Supported
1355 F: hw/vfio/*
1356 F: include/hw/vfio/
1357
1358 vfio-ccw
1359 M: Cornelia Huck <cohuck@redhat.com>
1360 M: Eric Farman <farman@linux.ibm.com>
1361 M: Farhan Ali <alifm@linux.ibm.com>
1362 S: Supported
1363 F: hw/vfio/ccw.c
1364 F: hw/s390x/s390-ccw.c
1365 F: include/hw/s390x/s390-ccw.h
1366 T: git https://github.com/cohuck/qemu.git s390-next
1367 L: qemu-s390x@nongnu.org
1368
1369 vfio-ap
1370 M: Christian Borntraeger <borntraeger@de.ibm.com>
1371 M: Tony Krowiak <akrowiak@linux.ibm.com>
1372 M: Halil Pasic <pasic@linux.ibm.com>
1373 M: Pierre Morel <pmorel@linux.ibm.com>
1374 S: Supported
1375 F: hw/s390x/ap-device.c
1376 F: hw/s390x/ap-bridge.c
1377 F: include/hw/s390x/ap-device.h
1378 F: include/hw/s390x/ap-bridge.h
1379 F: hw/vfio/ap.c
1380 F: docs/vfio-ap.txt
1381 L: qemu-s390x@nongnu.org
1382
1383 vhost
1384 M: Michael S. Tsirkin <mst@redhat.com>
1385 S: Supported
1386 F: hw/*/*vhost*
1387 F: docs/interop/vhost-user.txt
1388 F: contrib/vhost-user-*/
1389
1390 virtio
1391 M: Michael S. Tsirkin <mst@redhat.com>
1392 S: Supported
1393 F: hw/*/virtio*
1394 F: hw/virtio/Makefile.objs
1395 F: hw/virtio/trace-events
1396 F: net/vhost-user.c
1397 F: include/hw/virtio/
1398 F: tests/virtio-balloon-test.c
1399
1400 virtio-9p
1401 M: Greg Kurz <groug@kaod.org>
1402 S: Supported
1403 F: hw/9pfs/
1404 F: fsdev/
1405 F: tests/virtio-9p-test.c
1406 T: git https://github.com/gkurz/qemu.git 9p-next
1407
1408 virtio-blk
1409 M: Stefan Hajnoczi <stefanha@redhat.com>
1410 L: qemu-block@nongnu.org
1411 S: Supported
1412 F: hw/block/virtio-blk.c
1413 F: hw/block/dataplane/*
1414 F: tests/virtio-blk-test.c
1415 T: git https://github.com/stefanha/qemu.git block
1416
1417 virtio-ccw
1418 M: Cornelia Huck <cohuck@redhat.com>
1419 M: Halil Pasic <pasic@linux.ibm.com>
1420 S: Supported
1421 F: hw/s390x/virtio-ccw*.[hc]
1422 F: hw/s390x/vhost-vsock-ccw.c
1423 T: git https://github.com/cohuck/qemu.git s390-next
1424 T: git https://github.com/borntraeger/qemu.git s390-next
1425 L: qemu-s390x@nongnu.org
1426
1427 virtio-input
1428 M: Gerd Hoffmann <kraxel@redhat.com>
1429 S: Maintained
1430 F: hw/input/virtio-input*.c
1431 F: include/hw/virtio/virtio-input.h
1432
1433 virtio-serial
1434 M: Amit Shah <amit@kernel.org>
1435 S: Supported
1436 F: hw/char/virtio-serial-bus.c
1437 F: hw/char/virtio-console.c
1438 F: include/hw/virtio/virtio-serial.h
1439 F: tests/virtio-console-test.c
1440 F: tests/virtio-serial-test.c
1441
1442 virtio-rng
1443 M: Amit Shah <amit@kernel.org>
1444 S: Supported
1445 F: hw/virtio/virtio-rng.c
1446 F: include/hw/virtio/virtio-rng.h
1447 F: include/sysemu/rng*.h
1448 F: backends/rng*.c
1449 F: tests/virtio-rng-test.c
1450
1451 virtio-crypto
1452 M: Gonglei <arei.gonglei@huawei.com>
1453 S: Supported
1454 F: hw/virtio/virtio-crypto.c
1455 F: hw/virtio/virtio-crypto-pci.c
1456 F: include/hw/virtio/virtio-crypto.h
1457
1458 nvme
1459 M: Keith Busch <keith.busch@intel.com>
1460 L: qemu-block@nongnu.org
1461 S: Supported
1462 F: hw/block/nvme*
1463 F: tests/nvme-test.c
1464
1465 megasas
1466 M: Hannes Reinecke <hare@suse.com>
1467 L: qemu-block@nongnu.org
1468 S: Supported
1469 F: hw/scsi/megasas.c
1470 F: hw/scsi/mfi.h
1471 F: tests/megasas-test.c
1472
1473 Network packet abstractions
1474 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1475 S: Maintained
1476 F: include/net/eth.h
1477 F: net/eth.c
1478 F: hw/net/net_rx_pkt*
1479 F: hw/net/net_tx_pkt*
1480
1481 Vmware
1482 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1483 S: Maintained
1484 F: hw/net/vmxnet*
1485 F: hw/scsi/vmw_pvscsi*
1486 F: tests/vmxnet3-test.c
1487
1488 Rocker
1489 M: Jiri Pirko <jiri@resnulli.us>
1490 S: Maintained
1491 F: hw/net/rocker/
1492 F: tests/rocker/
1493 F: docs/specs/rocker.txt
1494
1495 NVDIMM
1496 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1497 S: Maintained
1498 F: hw/acpi/nvdimm.c
1499 F: hw/mem/nvdimm.c
1500 F: include/hw/mem/nvdimm.h
1501 F: docs/nvdimm.txt
1502
1503 e1000x
1504 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1505 S: Maintained
1506 F: hw/net/e1000x*
1507
1508 e1000e
1509 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1510 S: Maintained
1511 F: hw/net/e1000e*
1512
1513 eepro100
1514 M: Stefan Weil <sw@weilnetz.de>
1515 S: Maintained
1516 F: hw/net/eepro100.c
1517
1518 Generic Loader
1519 M: Alistair Francis <alistair@alistair23.me>
1520 S: Maintained
1521 F: hw/core/generic-loader.c
1522 F: include/hw/core/generic-loader.h
1523 F: docs/generic-loader.txt
1524
1525 Intel Hexadecimal Object File Loader
1526 M: Su Hang <suhang16@mails.ucas.ac.cn>
1527 S: Maintained
1528 F: tests/hexloader-test.c
1529 F: tests/data/hex-loader/test.hex
1530
1531 CHRP NVRAM
1532 M: Thomas Huth <thuth@redhat.com>
1533 S: Maintained
1534 F: hw/nvram/chrp_nvram.c
1535 F: include/hw/nvram/chrp_nvram.h
1536 F: tests/prom-env-test.c
1537
1538 VM Generation ID
1539 M: Ben Warren <ben@skyportsystems.com>
1540 S: Maintained
1541 F: hw/acpi/vmgenid.c
1542 F: include/hw/acpi/vmgenid.h
1543 F: docs/specs/vmgenid.txt
1544 F: tests/vmgenid-test.c
1545 F: stubs/vmgenid.c
1546
1547 Unimplemented device
1548 M: Peter Maydell <peter.maydell@linaro.org>
1549 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1550 S: Maintained
1551 F: include/hw/misc/unimp.h
1552 F: hw/misc/unimp.c
1553
1554 Standard VGA
1555 M: Gerd Hoffmann <kraxel@redhat.com>
1556 S: Maintained
1557 F: hw/display/vga*
1558 F: hw/display/bochs-display.c
1559 F: include/hw/display/vga.h
1560 F: include/hw/display/bochs-vbe.h
1561
1562 ramfb
1563 M: Gerd Hoffmann <kraxel@redhat.com>
1564 S: Maintained
1565 F: hw/display/ramfb*.c
1566 F: include/hw/display/ramfb.h
1567
1568 virtio-gpu
1569 M: Gerd Hoffmann <kraxel@redhat.com>
1570 S: Maintained
1571 F: hw/display/virtio-gpu*
1572 F: hw/display/virtio-vga.c
1573 F: include/hw/virtio/virtio-gpu.h
1574
1575 Cirrus VGA
1576 M: Gerd Hoffmann <kraxel@redhat.com>
1577 S: Odd Fixes
1578 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1579 F: hw/display/cirrus*
1580
1581 EDID Generator
1582 M: Gerd Hoffmann <kraxel@redhat.com>
1583 S: Maintained
1584 F: hw/display/edid*
1585 F: include/hw/display/edid.h
1586 F: qemu-edid.c
1587
1588 Firmware configuration (fw_cfg)
1589 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1590 R: Laszlo Ersek <lersek@redhat.com>
1591 R: Gerd Hoffmann <kraxel@redhat.com>
1592 S: Supported
1593 F: docs/specs/fw_cfg.txt
1594 F: hw/nvram/fw_cfg.c
1595 F: include/hw/nvram/fw_cfg.h
1596 F: include/standard-headers/linux/qemu_fw_cfg.h
1597 F: tests/libqos/fw_cfg.c
1598 F: tests/fw_cfg-test.c
1599 T: git https://github.com/philmd/qemu.git fw_cfg-next
1600
1601 Subsystems
1602 ----------
1603 Audio
1604 M: Gerd Hoffmann <kraxel@redhat.com>
1605 S: Maintained
1606 F: audio/
1607 F: hw/audio/
1608 F: include/hw/audio/
1609 F: tests/ac97-test.c
1610 F: tests/es1370-test.c
1611 F: tests/intel-hda-test.c
1612
1613 Block layer core
1614 M: Kevin Wolf <kwolf@redhat.com>
1615 M: Max Reitz <mreitz@redhat.com>
1616 L: qemu-block@nongnu.org
1617 S: Supported
1618 F: block*
1619 F: block/
1620 F: hw/block/
1621 F: include/block/
1622 F: qemu-img*
1623 F: qemu-io*
1624 F: tests/qemu-iotests/
1625 F: util/qemu-progress.c
1626 F: qobject/block-qdict.c
1627 F: tests/check-block-qdict.c
1628 T: git https://repo.or.cz/qemu/kevin.git block
1629
1630 Block I/O path
1631 M: Stefan Hajnoczi <stefanha@redhat.com>
1632 M: Fam Zheng <famz@redhat.com>
1633 L: qemu-block@nongnu.org
1634 S: Supported
1635 F: util/async.c
1636 F: util/aio-*.c
1637 F: block/io.c
1638 F: migration/block*
1639 F: include/block/aio.h
1640 F: include/block/aio-wait.h
1641 F: scripts/qemugdb/aio.py
1642 T: git https://github.com/stefanha/qemu.git block
1643
1644 Block SCSI subsystem
1645 M: Paolo Bonzini <pbonzini@redhat.com>
1646 R: Fam Zheng <famz@redhat.com>
1647 L: qemu-block@nongnu.org
1648 S: Supported
1649 F: include/scsi/*
1650 F: scsi/*
1651
1652 Block Jobs
1653 M: Jeff Cody <jcody@redhat.com>
1654 L: qemu-block@nongnu.org
1655 S: Supported
1656 F: blockjob.c
1657 F: include/block/blockjob.h
1658 F: job.c
1659 F: job-qmp.c
1660 F: include/qemu/job.h
1661 F: block/backup.c
1662 F: block/commit.c
1663 F: block/stream.c
1664 F: block/mirror.c
1665 F: qapi/job.json
1666 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1667
1668 Block QAPI, monitor, command line
1669 M: Markus Armbruster <armbru@redhat.com>
1670 S: Supported
1671 F: blockdev.c
1672 F: block/qapi.c
1673 F: qapi/block*.json
1674 F: qapi/transaction.json
1675 T: git https://repo.or.cz/qemu/armbru.git block-next
1676
1677 Dirty Bitmaps
1678 M: Fam Zheng <famz@redhat.com>
1679 M: John Snow <jsnow@redhat.com>
1680 L: qemu-block@nongnu.org
1681 S: Supported
1682 F: util/hbitmap.c
1683 F: block/dirty-bitmap.c
1684 F: include/qemu/hbitmap.h
1685 F: include/block/dirty-bitmap.h
1686 F: tests/test-hbitmap.c
1687 F: docs/interop/bitmaps.rst
1688 T: git https://github.com/famz/qemu.git bitmaps
1689 T: git https://github.com/jnsnow/qemu.git bitmaps
1690
1691 Character device backends
1692 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1693 R: Paolo Bonzini <pbonzini@redhat.com>
1694 S: Maintained
1695 F: chardev/
1696 F: include/chardev/
1697 F: qapi/char.json
1698
1699 Character Devices (Braille)
1700 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1701 S: Maintained
1702 F: chardev/baum.c
1703
1704 Command line option argument parsing
1705 M: Markus Armbruster <armbru@redhat.com>
1706 S: Supported
1707 F: include/qemu/option.h
1708 F: tests/test-keyval.c
1709 F: tests/test-qemu-opts.c
1710 F: util/keyval.c
1711 F: util/qemu-option.c
1712
1713 Coverity model
1714 M: Markus Armbruster <armbru@redhat.com>
1715 S: Supported
1716 F: scripts/coverity-model.c
1717
1718 CPU
1719 L: qemu-devel@nongnu.org
1720 S: Supported
1721 F: qom/cpu.c
1722 F: include/qom/cpu.h
1723
1724 Device Tree
1725 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1726 M: Alexander Graf <agraf@suse.de>
1727 S: Maintained
1728 F: device_tree.c
1729 F: include/sysemu/device_tree.h
1730
1731 Dump
1732 S: Supported
1733 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1734 F: dump.c
1735 F: hw/misc/vmcoreinfo.c
1736 F: include/hw/misc/vmcoreinfo.h
1737 F: include/sysemu/dump-arch.h
1738 F: include/sysemu/dump.h
1739 F: scripts/dump-guest-memory.py
1740 F: stubs/dump.c
1741
1742 Error reporting
1743 M: Markus Armbruster <armbru@redhat.com>
1744 S: Supported
1745 F: include/qapi/error.h
1746 F: include/qemu/error-report.h
1747 F: util/error.c
1748 F: util/qemu-error.c
1749
1750 GDB stub
1751 L: qemu-devel@nongnu.org
1752 S: Odd Fixes
1753 F: gdbstub*
1754 F: gdb-xml/
1755
1756 Memory API
1757 M: Paolo Bonzini <pbonzini@redhat.com>
1758 S: Supported
1759 F: include/exec/ioport.h
1760 F: ioport.c
1761 F: include/exec/memory.h
1762 F: include/exec/ram_addr.h
1763 F: memory.c
1764 F: include/exec/memory-internal.h
1765 F: exec.c
1766
1767 SPICE
1768 M: Gerd Hoffmann <kraxel@redhat.com>
1769 S: Supported
1770 F: include/ui/qemu-spice.h
1771 F: include/ui/spice-display.h
1772 F: ui/spice-*.c
1773 F: audio/spiceaudio.c
1774 F: hw/display/qxl*
1775 F: qapi/ui.json
1776 F: docs/spice-port-fqdn.txt
1777
1778 Graphics
1779 M: Gerd Hoffmann <kraxel@redhat.com>
1780 S: Odd Fixes
1781 F: ui/
1782 F: include/ui/
1783 F: qapi/ui.json
1784 F: util/drm.c
1785
1786 Cocoa graphics
1787 M: Peter Maydell <peter.maydell@linaro.org>
1788 S: Odd Fixes
1789 F: ui/cocoa.m
1790
1791 Main loop
1792 M: Paolo Bonzini <pbonzini@redhat.com>
1793 S: Maintained
1794 F: cpus.c
1795 F: util/main-loop.c
1796 F: util/qemu-timer.c
1797 F: vl.c
1798 F: qapi/run-state.json
1799
1800 Human Monitor (HMP)
1801 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1802 S: Maintained
1803 F: monitor.c
1804 F: hmp.[ch]
1805 F: hmp-commands*.hx
1806 F: include/monitor/hmp-target.h
1807 F: tests/test-hmp.c
1808
1809 Network device backends
1810 M: Jason Wang <jasowang@redhat.com>
1811 S: Maintained
1812 F: net/
1813 F: include/net/
1814 T: git https://github.com/jasowang/qemu.git net
1815 F: qapi/net.json
1816
1817 Netmap network backend
1818 M: Luigi Rizzo <rizzo@iet.unipi.it>
1819 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1820 M: Vincenzo Maffione <v.maffione@gmail.com>
1821 W: http://info.iet.unipi.it/~luigi/netmap/
1822 S: Maintained
1823 F: net/netmap.c
1824
1825 NUMA
1826 M: Eduardo Habkost <ehabkost@redhat.com>
1827 S: Maintained
1828 F: numa.c
1829 F: include/sysemu/numa.h
1830 T: git https://github.com/ehabkost/qemu.git machine-next
1831
1832 Host Memory Backends
1833 M: Eduardo Habkost <ehabkost@redhat.com>
1834 M: Igor Mammedov <imammedo@redhat.com>
1835 S: Maintained
1836 F: backends/hostmem*.c
1837 F: include/sysemu/hostmem.h
1838 T: git https://github.com/ehabkost/qemu.git machine-next
1839
1840 Cryptodev Backends
1841 M: Gonglei <arei.gonglei@huawei.com>
1842 S: Maintained
1843 F: include/sysemu/cryptodev*.h
1844 F: backends/cryptodev*.c
1845
1846 Python scripts
1847 M: Eduardo Habkost <ehabkost@redhat.com>
1848 M: Cleber Rosa <crosa@redhat.com>
1849 S: Odd fixes
1850 F: scripts/qmp/*
1851 F: scripts/*.py
1852 F: tests/*.py
1853
1854 QAPI
1855 M: Markus Armbruster <armbru@redhat.com>
1856 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1857 S: Supported
1858 F: qapi/
1859 X: qapi/*.json
1860 F: include/qapi/
1861 X: include/qapi/qmp/
1862 F: include/qapi/qmp/dispatch.h
1863 F: tests/qapi-schema/
1864 F: tests/test-*-visitor.c
1865 F: tests/test-qapi-*.c
1866 F: tests/test-qmp-*.c
1867 F: tests/test-visitor-serialization.c
1868 F: scripts/qapi-gen.py
1869 F: scripts/qapi/*
1870 F: docs/devel/qapi*
1871 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1872
1873 QAPI Schema
1874 M: Eric Blake <eblake@redhat.com>
1875 M: Markus Armbruster <armbru@redhat.com>
1876 S: Supported
1877 F: qapi/*.json
1878 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1879
1880 QObject
1881 M: Markus Armbruster <armbru@redhat.com>
1882 S: Supported
1883 F: qobject/
1884 F: include/qapi/qmp/
1885 X: include/qapi/qmp/dispatch.h
1886 F: scripts/coccinelle/qobject.cocci
1887 F: tests/check-qdict.c
1888 F: tests/check-qnum.c
1889 F: tests/check-qjson.c
1890 F: tests/check-qlist.c
1891 F: tests/check-qstring.c
1892 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1893
1894 QEMU Guest Agent
1895 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1896 S: Maintained
1897 F: qga/
1898 F: qemu-ga.texi
1899 F: scripts/qemu-guest-agent/
1900 F: tests/test-qga.c
1901 F: docs/interop/qemu-ga-ref.texi
1902 T: git https://github.com/mdroth/qemu.git qga
1903
1904 QOM
1905 M: Andreas Färber <afaerber@suse.de>
1906 S: Supported
1907 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1908 F: include/qom/
1909 X: include/qom/cpu.h
1910 F: qom/
1911 X: qom/cpu.c
1912 F: tests/check-qom-interface.c
1913 F: tests/check-qom-proplist.c
1914
1915 QMP
1916 M: Markus Armbruster <armbru@redhat.com>
1917 S: Supported
1918 F: qmp.c
1919 F: monitor.c
1920 F: docs/devel/*qmp-*
1921 F: docs/interop/*qmp-*
1922 F: scripts/qmp/
1923 F: tests/qmp-test.c
1924 F: tests/qmp-cmd-test.c
1925 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1926
1927 qtest
1928 M: Thomas Huth <thuth@redhat.com>
1929 M: Laurent Vivier <lvivier@redhat.com>
1930 R: Paolo Bonzini <pbonzini@redhat.com>
1931 S: Maintained
1932 F: qtest.c
1933 F: tests/libqtest.*
1934 F: tests/libqos/
1935 F: tests/*-test.c
1936
1937 Register API
1938 M: Alistair Francis <alistair@alistair23.me>
1939 S: Maintained
1940 F: hw/core/register.c
1941 F: include/hw/register.h
1942 F: include/hw/registerfields.h
1943
1944 SLIRP
1945 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1946 M: Jan Kiszka <jan.kiszka@siemens.com>
1947 S: Maintained
1948 F: slirp/
1949 F: net/slirp.c
1950 F: include/net/slirp.h
1951 T: git https://people.debian.org/~sthibault/qemu.git slirp
1952 T: git git://git.kiszka.org/qemu.git queues/slirp
1953
1954 Stubs
1955 M: Paolo Bonzini <pbonzini@redhat.com>
1956 S: Maintained
1957 F: stubs/
1958
1959 Tracing
1960 M: Stefan Hajnoczi <stefanha@redhat.com>
1961 S: Maintained
1962 F: trace/
1963 F: trace-events
1964 F: qemu-option-trace.texi
1965 F: scripts/tracetool.py
1966 F: scripts/tracetool/
1967 F: docs/devel/tracing.txt
1968 T: git https://github.com/stefanha/qemu.git tracing
1969
1970 TPM
1971 M: Stefan Berger <stefanb@linux.ibm.com>
1972 S: Maintained
1973 F: tpm.c
1974 F: stubs/tpm.c
1975 F: hw/tpm/*
1976 F: include/hw/acpi/tpm.h
1977 F: include/sysemu/tpm*
1978 F: qapi/tpm.json
1979 F: backends/tpm.c
1980 F: tests/*tpm*
1981 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1982
1983 Checkpatch
1984 S: Odd Fixes
1985 F: scripts/checkpatch.pl
1986
1987 Migration
1988 M: Juan Quintela <quintela@redhat.com>
1989 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1990 S: Maintained
1991 F: include/migration/
1992 F: migration/
1993 F: scripts/vmstate-static-checker.py
1994 F: tests/vmstate-static-checker-data/
1995 F: tests/migration-test.c
1996 F: docs/devel/migration.rst
1997 F: qapi/migration.json
1998
1999 Seccomp
2000 M: Eduardo Otubo <otubo@redhat.com>
2001 S: Supported
2002 F: qemu-seccomp.c
2003 F: include/sysemu/seccomp.h
2004
2005 Cryptography
2006 M: Daniel P. Berrange <berrange@redhat.com>
2007 S: Maintained
2008 F: crypto/
2009 F: include/crypto/
2010 F: tests/test-crypto-*
2011 F: tests/benchmark-crypto-*
2012 F: qemu.sasl
2013
2014 Coroutines
2015 M: Stefan Hajnoczi <stefanha@redhat.com>
2016 M: Kevin Wolf <kwolf@redhat.com>
2017 F: util/*coroutine*
2018 F: include/qemu/coroutine*
2019 F: tests/test-coroutine.c
2020
2021 Buffers
2022 M: Daniel P. Berrange <berrange@redhat.com>
2023 S: Odd fixes
2024 F: util/buffer.c
2025 F: include/qemu/buffer.h
2026
2027 I/O Channels
2028 M: Daniel P. Berrange <berrange@redhat.com>
2029 S: Maintained
2030 F: io/
2031 F: include/io/
2032 F: tests/test-io-*
2033
2034 Sockets
2035 M: Daniel P. Berrange <berrange@redhat.com>
2036 M: Gerd Hoffmann <kraxel@redhat.com>
2037 S: Maintained
2038 F: include/qemu/sockets.h
2039 F: util/qemu-sockets.c
2040 F: qapi/sockets.json
2041
2042 Throttling infrastructure
2043 M: Alberto Garcia <berto@igalia.com>
2044 S: Supported
2045 F: block/throttle-groups.c
2046 F: include/block/throttle-groups.h
2047 F: include/qemu/throttle*.h
2048 F: util/throttle.c
2049 F: docs/throttle.txt
2050 F: tests/test-throttle.c
2051 L: qemu-block@nongnu.org
2052
2053 UUID
2054 M: Fam Zheng <famz@redhat.com>
2055 S: Supported
2056 F: util/uuid.c
2057 F: include/qemu/uuid.h
2058 F: tests/test-uuid.c
2059
2060 COLO Framework
2061 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2062 S: Maintained
2063 F: migration/colo*
2064 F: include/migration/colo.h
2065 F: include/migration/failover.h
2066 F: docs/COLO-FT.txt
2067
2068 COLO Proxy
2069 M: Zhang Chen <zhangckid@gmail.com>
2070 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2071 S: Supported
2072 F: docs/colo-proxy.txt
2073 F: net/colo*
2074 F: net/filter-rewriter.c
2075 F: net/filter-mirror.c
2076
2077 Record/replay
2078 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2079 R: Paolo Bonzini <pbonzini@redhat.com>
2080 W: https://wiki.qemu.org/Features/record-replay
2081 S: Supported
2082 F: replay/*
2083 F: block/blkreplay.c
2084 F: net/filter-replay.c
2085 F: include/sysemu/replay.h
2086 F: docs/replay.txt
2087 F: stubs/replay.c
2088
2089 IOVA Tree
2090 M: Peter Xu <peterx@redhat.com>
2091 S: Maintained
2092 F: include/qemu/iova-tree.h
2093 F: util/iova-tree.c
2094
2095 elf2dmp
2096 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2097 S: Maintained
2098 F: contrib/elf2dmp/
2099
2100 Usermode Emulation
2101 ------------------
2102 Overall
2103 M: Riku Voipio <riku.voipio@iki.fi>
2104 S: Maintained
2105 F: thunk.c
2106 F: accel/tcg/user-exec*.c
2107
2108 BSD user
2109 S: Orphan
2110 F: bsd-user/
2111 F: default-configs/*-bsd-user.mak
2112
2113 Linux user
2114 M: Riku Voipio <riku.voipio@iki.fi>
2115 R: Laurent Vivier <laurent@vivier.eu>
2116 S: Maintained
2117 F: linux-user/
2118 F: default-configs/*-linux-user.mak
2119 F: scripts/qemu-binfmt-conf.sh
2120
2121 Tiny Code Generator (TCG)
2122 -------------------------
2123 Common code
2124 M: Richard Henderson <rth@twiddle.net>
2125 S: Maintained
2126 F: tcg/
2127
2128 AArch64 target
2129 M: Claudio Fontana <claudio.fontana@huawei.com>
2130 M: Claudio Fontana <claudio.fontana@gmail.com>
2131 S: Maintained
2132 L: qemu-arm@nongnu.org
2133 F: tcg/aarch64/
2134 F: disas/arm-a64.cc
2135 F: disas/libvixl/
2136
2137 ARM target
2138 M: Andrzej Zaborowski <balrogg@gmail.com>
2139 S: Maintained
2140 L: qemu-arm@nongnu.org
2141 F: tcg/arm/
2142 F: disas/arm.c
2143
2144 i386 target
2145 L: qemu-devel@nongnu.org
2146 S: Maintained
2147 F: tcg/i386/
2148 F: disas/i386.c
2149
2150 MIPS target
2151 M: Aurelien Jarno <aurelien@aurel32.net>
2152 R: Stefan Markovic <smarkovic@wavecomp.com>
2153 S: Maintained
2154 F: tcg/mips/
2155 F: disas/mips.c
2156
2157 PPC
2158 M: Richard Henderson <rth@twiddle.net>
2159 S: Odd Fixes
2160 F: tcg/ppc/
2161 F: disas/ppc.c
2162
2163 S390 target
2164 M: Richard Henderson <rth@twiddle.net>
2165 S: Maintained
2166 F: tcg/s390/
2167 F: disas/s390.c
2168 L: qemu-s390x@nongnu.org
2169
2170 SPARC target
2171 S: Odd Fixes
2172 F: tcg/sparc/
2173 F: disas/sparc.c
2174
2175 TCI target
2176 M: Stefan Weil <sw@weilnetz.de>
2177 S: Maintained
2178 F: tcg/tci/
2179 F: tcg/tci.c
2180 F: disas/tci.c
2181
2182 Block drivers
2183 -------------
2184 VMDK
2185 M: Fam Zheng <famz@redhat.com>
2186 L: qemu-block@nongnu.org
2187 S: Supported
2188 F: block/vmdk.c
2189
2190 RBD
2191 M: Josh Durgin <jdurgin@redhat.com>
2192 M: Jeff Cody <jcody@redhat.com>
2193 L: qemu-block@nongnu.org
2194 S: Supported
2195 F: block/rbd.c
2196 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2197
2198 Sheepdog
2199 M: Liu Yuan <namei.unix@gmail.com>
2200 M: Jeff Cody <jcody@redhat.com>
2201 L: qemu-block@nongnu.org
2202 S: Supported
2203 F: block/sheepdog.c
2204 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2205
2206 VHDX
2207 M: Jeff Cody <jcody@redhat.com>
2208 L: qemu-block@nongnu.org
2209 S: Supported
2210 F: block/vhdx*
2211 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2212
2213 VDI
2214 M: Stefan Weil <sw@weilnetz.de>
2215 L: qemu-block@nongnu.org
2216 S: Maintained
2217 F: block/vdi.c
2218
2219 iSCSI
2220 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2221 M: Paolo Bonzini <pbonzini@redhat.com>
2222 M: Peter Lieven <pl@kamp.de>
2223 L: qemu-block@nongnu.org
2224 S: Odd Fixes
2225 F: block/iscsi.c
2226 F: block/iscsi-opts.c
2227
2228 Network Block Device (NBD)
2229 M: Eric Blake <eblake@redhat.com>
2230 L: qemu-block@nongnu.org
2231 S: Maintained
2232 F: block/nbd*
2233 F: nbd/
2234 F: include/block/nbd*
2235 F: qemu-nbd.*
2236 F: blockdev-nbd.c
2237 F: docs/interop/nbd.txt
2238 T: git https://repo.or.cz/qemu/ericb.git nbd
2239
2240 NFS
2241 M: Jeff Cody <jcody@redhat.com>
2242 M: Peter Lieven <pl@kamp.de>
2243 L: qemu-block@nongnu.org
2244 S: Maintained
2245 F: block/nfs.c
2246 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2247
2248 SSH
2249 M: Richard W.M. Jones <rjones@redhat.com>
2250 M: Jeff Cody <jcody@redhat.com>
2251 L: qemu-block@nongnu.org
2252 S: Supported
2253 F: block/ssh.c
2254 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2255
2256 CURL
2257 M: Jeff Cody <jcody@redhat.com>
2258 L: qemu-block@nongnu.org
2259 S: Supported
2260 F: block/curl.c
2261 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2262
2263 GLUSTER
2264 M: Jeff Cody <jcody@redhat.com>
2265 L: qemu-block@nongnu.org
2266 S: Supported
2267 F: block/gluster.c
2268 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2269
2270 Null Block Driver
2271 M: Fam Zheng <famz@redhat.com>
2272 L: qemu-block@nongnu.org
2273 S: Supported
2274 F: block/null.c
2275
2276 NVMe Block Driver
2277 M: Fam Zheng <famz@redhat.com>
2278 L: qemu-block@nongnu.org
2279 S: Supported
2280 F: block/nvme*
2281
2282 Bootdevice
2283 M: Gonglei <arei.gonglei@huawei.com>
2284 S: Maintained
2285 F: bootdevice.c
2286
2287 Quorum
2288 M: Alberto Garcia <berto@igalia.com>
2289 S: Supported
2290 F: block/quorum.c
2291 L: qemu-block@nongnu.org
2292
2293 blklogwrites
2294 M: Ari Sundholm <ari@tuxera.com>
2295 L: qemu-block@nongnu.org
2296 S: Supported
2297 F: block/blklogwrites.c
2298
2299 blkverify
2300 M: Stefan Hajnoczi <stefanha@redhat.com>
2301 L: qemu-block@nongnu.org
2302 S: Supported
2303 F: block/blkverify.c
2304
2305 bochs
2306 M: Stefan Hajnoczi <stefanha@redhat.com>
2307 L: qemu-block@nongnu.org
2308 S: Supported
2309 F: block/bochs.c
2310
2311 cloop
2312 M: Stefan Hajnoczi <stefanha@redhat.com>
2313 L: qemu-block@nongnu.org
2314 S: Supported
2315 F: block/cloop.c
2316
2317 dmg
2318 M: Stefan Hajnoczi <stefanha@redhat.com>
2319 L: qemu-block@nongnu.org
2320 S: Supported
2321 F: block/dmg.c
2322
2323 parallels
2324 M: Stefan Hajnoczi <stefanha@redhat.com>
2325 M: Denis V. Lunev <den@openvz.org>
2326 L: qemu-block@nongnu.org
2327 S: Supported
2328 F: block/parallels.c
2329 F: docs/interop/parallels.txt
2330
2331 qed
2332 M: Stefan Hajnoczi <stefanha@redhat.com>
2333 L: qemu-block@nongnu.org
2334 S: Supported
2335 F: block/qed.c
2336
2337 raw
2338 M: Kevin Wolf <kwolf@redhat.com>
2339 L: qemu-block@nongnu.org
2340 S: Supported
2341 F: block/linux-aio.c
2342 F: include/block/raw-aio.h
2343 F: block/raw-format.c
2344 F: block/file-posix.c
2345 F: block/file-win32.c
2346 F: block/win32-aio.c
2347
2348 qcow2
2349 M: Kevin Wolf <kwolf@redhat.com>
2350 M: Max Reitz <mreitz@redhat.com>
2351 L: qemu-block@nongnu.org
2352 S: Supported
2353 F: block/qcow2*
2354 F: docs/interop/qcow2.txt
2355
2356 qcow
2357 M: Kevin Wolf <kwolf@redhat.com>
2358 L: qemu-block@nongnu.org
2359 S: Supported
2360 F: block/qcow.c
2361
2362 blkdebug
2363 M: Kevin Wolf <kwolf@redhat.com>
2364 M: Max Reitz <mreitz@redhat.com>
2365 L: qemu-block@nongnu.org
2366 S: Supported
2367 F: block/blkdebug.c
2368
2369 vpc
2370 M: Kevin Wolf <kwolf@redhat.com>
2371 L: qemu-block@nongnu.org
2372 S: Supported
2373 F: block/vpc.c
2374
2375 vvfat
2376 M: Kevin Wolf <kwolf@redhat.com>
2377 L: qemu-block@nongnu.org
2378 S: Supported
2379 F: block/vvfat.c
2380
2381 Image format fuzzer
2382 M: Stefan Hajnoczi <stefanha@redhat.com>
2383 L: qemu-block@nongnu.org
2384 S: Supported
2385 F: tests/image-fuzzer/
2386
2387 Replication
2388 M: Wen Congyang <wencongyang2@huawei.com>
2389 M: Xie Changlong <xiechanglong.d@gmail.com>
2390 S: Supported
2391 F: replication*
2392 F: block/replication.c
2393 F: tests/test-replication.c
2394 F: docs/block-replication.txt
2395
2396 PVRDMA
2397 M: Yuval Shaia <yuval.shaia@oracle.com>
2398 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2399 S: Maintained
2400 F: hw/rdma/*
2401 F: hw/rdma/vmw/*
2402 F: docs/pvrdma.txt
2403
2404 Build and test automation
2405 -------------------------
2406 Build and test automation
2407 M: Alex Bennée <alex.bennee@linaro.org>
2408 M: Fam Zheng <famz@redhat.com>
2409 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2410 L: qemu-devel@nongnu.org
2411 S: Maintained
2412 F: .travis.yml
2413 F: scripts/travis/
2414 F: .shippable.yml
2415 F: tests/docker/
2416 F: tests/vm/
2417 W: https://travis-ci.org/qemu/qemu
2418 W: https://app.shippable.com/github/qemu/qemu
2419 W: http://patchew.org/QEMU/
2420
2421 Guest Test Compilation Support
2422 M: Alex Bennée <alex.bennee@linaro.org>
2423 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2424 F: tests/tcg/Makefile
2425 F: tests/tcg/Makefile.include
2426 L: qemu-devel@nongnu.org
2427
2428 Documentation
2429 -------------
2430 Build system architecture
2431 M: Daniel P. Berrange <berrange@redhat.com>
2432 S: Odd Fixes
2433 F: docs/devel/build-system.txt
2434
2435 Incompatible changes
2436 R: libvir-list@redhat.com
2437 F: qemu-deprecated.texi
2438
2439 Build System
2440 ------------
2441 GIT submodules
2442 M: Daniel P. Berrange <berrange@redhat.com>
2443 S: Odd Fixes
2444 F: scripts/git-submodule.sh