]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170124b' into...
[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 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
23 much other than throw the odd patch in. See below.
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
49
50
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
54
55 All patches CC here
56 L: qemu-devel@nongnu.org
57 F: *
58 F: */
59
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
63 M: Michael S. Tsirkin <mst@redhat.com>
64 L: secalert@redhat.com
65
66 Trivial patches
67 ---------------
68 Trivial patches
69 M: Michael Tokarev <mjt@tls.msk.ru>
70 M: Laurent Vivier <laurent@vivier.eu>
71 S: Maintained
72 L: qemu-trivial@nongnu.org
73 K: ^Subject:.*(?i)trivial
74 T: git git://git.corpit.ru/qemu.git trivial-patches
75 T: git git://github.com/vivier/qemu.git trivial-patches
76
77 Guest CPU cores (TCG):
78 ----------------------
79 Overall
80 L: qemu-devel@nongnu.org
81 M: Paolo Bonzini <pbonzini@redhat.com>
82 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83 M: Richard Henderson <rth@twiddle.net>
84 S: Maintained
85 F: cpu-exec.c
86 F: cpu-exec-common.c
87 F: cpus.c
88 F: cputlb.c
89 F: exec.c
90 F: softmmu_template.h
91 F: translate-all.*
92 F: translate-common.c
93 F: include/exec/cpu*.h
94 F: include/exec/exec-all.h
95 F: include/exec/helper*.h
96 F: include/exec/tb-hash.h
97 F: include/sysemu/cpus.h
98
99 FPU emulation
100 M: Aurelien Jarno <aurelien@aurel32.net>
101 M: Peter Maydell <peter.maydell@linaro.org>
102 S: Odd Fixes
103 F: fpu/
104 F: include/fpu/
105
106 Alpha
107 M: Richard Henderson <rth@twiddle.net>
108 S: Maintained
109 F: target/alpha/
110 F: hw/alpha/
111 F: tests/tcg/alpha/
112 F: disas/alpha.c
113
114 ARM
115 M: Peter Maydell <peter.maydell@linaro.org>
116 L: qemu-arm@nongnu.org
117 S: Maintained
118 F: target/arm/
119 F: hw/arm/
120 F: hw/cpu/a*mpcore.c
121 F: include/hw/cpu/a*mpcore.h
122 F: disas/arm.c
123 F: disas/arm-a64.cc
124 F: disas/libvixl/
125
126 CRIS
127 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
128 S: Maintained
129 F: target/cris/
130 F: hw/cris/
131 F: include/hw/cris/
132 F: tests/tcg/cris/
133 F: disas/cris.c
134
135 HPPA (PA-RISC)
136 M: Richard Henderson <rth@twiddle.net>
137 S: Maintained
138 F: target/hppa/
139 F: disas/hppa.c
140
141 LM32
142 M: Michael Walle <michael@walle.cc>
143 S: Maintained
144 F: target/lm32/
145 F: disas/lm32.c
146 F: hw/lm32/
147 F: hw/*/lm32_*
148 F: hw/*/milkymist-*
149 F: include/hw/char/lm32_juart.h
150 F: include/hw/lm32/
151 F: tests/tcg/lm32/
152
153 M68K
154 M: Laurent Vivier <laurent@vivier.eu>
155 S: Maintained
156 F: target/m68k/
157 F: disas/m68k.c
158
159 MicroBlaze
160 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
161 S: Maintained
162 F: target/microblaze/
163 F: hw/microblaze/
164 F: disas/microblaze.c
165
166 MIPS
167 M: Aurelien Jarno <aurelien@aurel32.net>
168 M: Yongbok Kim <yongbok.kim@imgtec.com>
169 S: Maintained
170 F: target/mips/
171 F: hw/mips/
172 F: hw/misc/mips_*
173 F: hw/intc/mips_gic.c
174 F: hw/timer/mips_gictimer.c
175 F: include/hw/mips/
176 F: include/hw/misc/mips_*
177 F: include/hw/intc/mips_gic.h
178 F: include/hw/timer/mips_gictimer.h
179 F: tests/tcg/mips/
180 F: disas/mips.c
181
182 Moxie
183 M: Anthony Green <green@moxielogic.com>
184 S: Maintained
185 F: target/moxie/
186 F: disas/moxie.c
187 F: hw/moxie/
188 F: default-configs/moxie-softmmu.mak
189
190 OpenRISC
191 M: Jia Liu <proljc@gmail.com>
192 S: Maintained
193 F: target/openrisc/
194 F: hw/openrisc/
195 F: tests/tcg/openrisc/
196
197 PowerPC
198 M: David Gibson <david@gibson.dropbear.id.au>
199 M: Alexander Graf <agraf@suse.de>
200 L: qemu-ppc@nongnu.org
201 S: Maintained
202 F: target/ppc/
203 F: hw/ppc/
204 F: include/hw/ppc/
205 F: disas/ppc.c
206
207 S390
208 M: Richard Henderson <rth@twiddle.net>
209 M: Alexander Graf <agraf@suse.de>
210 S: Maintained
211 F: target/s390x/
212 F: hw/s390x/
213 F: disas/s390.c
214
215 SH4
216 M: Aurelien Jarno <aurelien@aurel32.net>
217 S: Odd Fixes
218 F: target/sh4/
219 F: hw/sh4/
220 F: disas/sh4.c
221 F: include/hw/sh4/
222
223 SPARC
224 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
225 M: Artyom Tarasenko <atar4qemu@gmail.com>
226 S: Maintained
227 F: target/sparc/
228 F: hw/sparc/
229 F: hw/sparc64/
230 F: disas/sparc.c
231
232 UniCore32
233 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
234 S: Maintained
235 F: target/unicore32/
236 F: hw/unicore32/
237 F: include/hw/unicore32/
238
239 X86
240 M: Paolo Bonzini <pbonzini@redhat.com>
241 M: Richard Henderson <rth@twiddle.net>
242 M: Eduardo Habkost <ehabkost@redhat.com>
243 S: Maintained
244 F: target/i386/
245 F: hw/i386/
246 F: disas/i386.c
247
248 Xtensa
249 M: Max Filippov <jcmvbkbc@gmail.com>
250 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
251 S: Maintained
252 F: target/xtensa/
253 F: hw/xtensa/
254 F: tests/tcg/xtensa/
255
256 TriCore
257 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
258 S: Maintained
259 F: target/tricore/
260 F: hw/tricore/
261 F: include/hw/tricore/
262
263 Guest CPU Cores (KVM):
264 ----------------------
265
266 Overall
267 M: Paolo Bonzini <pbonzini@redhat.com>
268 L: kvm@vger.kernel.org
269 S: Supported
270 F: kvm-*
271 F: */kvm.*
272 F: include/sysemu/kvm*.h
273
274 ARM
275 M: Peter Maydell <peter.maydell@linaro.org>
276 L: qemu-arm@nongnu.org
277 S: Maintained
278 F: target/arm/kvm.c
279
280 MIPS
281 M: James Hogan <james.hogan@imgtec.com>
282 S: Maintained
283 F: target/mips/kvm.c
284
285 PPC
286 M: Alexander Graf <agraf@suse.de>
287 S: Maintained
288 F: target/ppc/kvm.c
289
290 S390
291 M: Christian Borntraeger <borntraeger@de.ibm.com>
292 M: Cornelia Huck <cornelia.huck@de.ibm.com>
293 M: Alexander Graf <agraf@suse.de>
294 S: Maintained
295 F: target/s390x/kvm.c
296 F: target/s390x/ioinst.[ch]
297 F: target/s390x/machine.c
298 F: hw/intc/s390_flic.c
299 F: hw/intc/s390_flic_kvm.c
300 F: include/hw/s390x/s390_flic.h
301 F: gdb-xml/s390*.xml
302 T: git git://github.com/cohuck/qemu.git s390-next
303 T: git git://github.com/borntraeger/qemu.git s390-next
304
305 X86
306 M: Paolo Bonzini <pbonzini@redhat.com>
307 M: Marcelo Tosatti <mtosatti@redhat.com>
308 L: kvm@vger.kernel.org
309 S: Supported
310 F: target/i386/kvm.c
311
312 Guest CPU Cores (Xen):
313 ----------------------
314
315 X86
316 M: Stefano Stabellini <sstabellini@kernel.org>
317 M: Anthony Perard <anthony.perard@citrix.com>
318 L: xen-devel@lists.xensource.com
319 S: Supported
320 F: xen-*
321 F: */xen*
322 F: hw/char/xen_console.c
323 F: hw/display/xenfb.c
324 F: hw/net/xen_nic.c
325 F: hw/block/xen_*
326 F: hw/xen/
327 F: hw/xenpv/
328 F: hw/i386/xen/
329 F: include/hw/xen/
330 F: include/sysemu/xen-mapcache.h
331
332 Hosts:
333 ------
334
335 LINUX
336 L: qemu-devel@nongnu.org
337 S: Maintained
338 F: linux-*
339 F: linux-headers/
340
341 POSIX
342 L: qemu-devel@nongnu.org
343 S: Maintained
344 F: *posix*
345
346 W32, W64
347 L: qemu-devel@nongnu.org
348 M: Stefan Weil <sw@weilnetz.de>
349 S: Maintained
350 F: *win32*
351 F: */*win32*
352 F: include/*/*win32*
353 X: qga/*win32*
354 F: qemu.nsi
355
356 ARM Machines
357 ------------
358 Allwinner-a10
359 M: Beniamino Galvani <b.galvani@gmail.com>
360 L: qemu-arm@nongnu.org
361 S: Maintained
362 F: hw/*/allwinner*
363 F: include/hw/*/allwinner*
364 F: hw/arm/cubieboard.c
365
366 ARM PrimeCell
367 M: Peter Maydell <peter.maydell@linaro.org>
368 L: qemu-arm@nongnu.org
369 S: Maintained
370 F: hw/char/pl011.c
371 F: hw/display/pl110*
372 F: hw/dma/pl080.c
373 F: hw/dma/pl330.c
374 F: hw/gpio/pl061.c
375 F: hw/input/pl050.c
376 F: hw/intc/pl190.c
377 F: hw/sd/pl181.c
378 F: hw/timer/pl031.c
379 F: include/hw/arm/primecell.h
380
381 ARM cores
382 M: Peter Maydell <peter.maydell@linaro.org>
383 L: qemu-arm@nongnu.org
384 S: Maintained
385 F: hw/intc/arm*
386 F: hw/intc/gic_internal.h
387 F: hw/misc/a9scu.c
388 F: hw/misc/arm11scu.c
389 F: hw/timer/a9gtimer*
390 F: hw/timer/arm_*
391 F: include/hw/arm/arm.h
392 F: include/hw/intc/arm*
393 F: include/hw/misc/a9scu.h
394 F: include/hw/misc/arm11scu.h
395 F: include/hw/timer/a9gtimer.h
396 F: include/hw/timer/arm_mptimer.h
397
398 Exynos
399 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
400 L: qemu-arm@nongnu.org
401 S: Maintained
402 F: hw/*/exynos*
403 F: include/hw/arm/exynos4210.h
404
405 Calxeda Highbank
406 M: Rob Herring <robh@kernel.org>
407 L: qemu-arm@nongnu.org
408 S: Maintained
409 F: hw/arm/highbank.c
410 F: hw/net/xgmac.c
411
412 Canon DIGIC
413 M: Antony Pavlov <antonynpavlov@gmail.com>
414 L: qemu-arm@nongnu.org
415 S: Maintained
416 F: include/hw/arm/digic.h
417 F: hw/*/digic*
418
419 Gumstix
420 L: qemu-devel@nongnu.org
421 L: qemu-arm@nongnu.org
422 S: Orphan
423 F: hw/arm/gumstix.c
424
425 i.MX31
426 M: Peter Chubb <peter.chubb@nicta.com.au>
427 L: qemu-arm@nongnu.org
428 S: Odd fixes
429 F: hw/*/imx*
430 F: include/hw/*/imx*
431 F: hw/arm/kzm.c
432 F: include/hw/arm/fsl-imx31.h
433
434 Integrator CP
435 M: Peter Maydell <peter.maydell@linaro.org>
436 L: qemu-arm@nongnu.org
437 S: Maintained
438 F: hw/arm/integratorcp.c
439 F: hw/misc/arm_integrator_debug.c
440
441 Musicpal
442 M: Jan Kiszka <jan.kiszka@web.de>
443 L: qemu-arm@nongnu.org
444 S: Maintained
445 F: hw/arm/musicpal.c
446
447 nSeries
448 M: Andrzej Zaborowski <balrogg@gmail.com>
449 L: qemu-arm@nongnu.org
450 S: Maintained
451 F: hw/arm/nseries.c
452
453 Palm
454 M: Andrzej Zaborowski <balrogg@gmail.com>
455 L: qemu-arm@nongnu.org
456 S: Maintained
457 F: hw/arm/palm.c
458
459 Real View
460 M: Peter Maydell <peter.maydell@linaro.org>
461 L: qemu-arm@nongnu.org
462 S: Maintained
463 F: hw/arm/realview*
464 F: hw/cpu/realview_mpcore.c
465 F: hw/intc/realview_gic.c
466 F: include/hw/intc/realview_gic.h
467
468 PXA2XX
469 M: Andrzej Zaborowski <balrogg@gmail.com>
470 L: qemu-arm@nongnu.org
471 S: Maintained
472 F: hw/arm/mainstone.c
473 F: hw/arm/spitz.c
474 F: hw/arm/tosa.c
475 F: hw/arm/z2.c
476 F: hw/*/pxa2xx*
477 F: hw/misc/mst_fpga.c
478 F: include/hw/arm/pxa.h
479
480 Stellaris
481 M: Peter Maydell <peter.maydell@linaro.org>
482 L: qemu-arm@nongnu.org
483 S: Maintained
484 F: hw/*/stellaris*
485
486 Versatile PB
487 M: Peter Maydell <peter.maydell@linaro.org>
488 L: qemu-arm@nongnu.org
489 S: Maintained
490 F: hw/*/versatile*
491
492 Xilinx Zynq
493 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
494 M: Alistair Francis <alistair.francis@xilinx.com>
495 L: qemu-arm@nongnu.org
496 S: Maintained
497 F: hw/*/xilinx_*
498 F: hw/*/cadence_*
499 F: hw/misc/zynq*
500 F: include/hw/misc/zynq*
501 X: hw/ssi/xilinx_*
502
503 Xilinx ZynqMP
504 M: Alistair Francis <alistair.francis@xilinx.com>
505 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
506 L: qemu-arm@nongnu.org
507 S: Maintained
508 F: hw/*/xlnx*.c
509 F: include/hw/*/xlnx*.h
510
511 ARM ACPI Subsystem
512 M: Shannon Zhao <zhaoshenglong@huawei.com>
513 M: Shannon Zhao <shannon.zhao@linaro.org>
514 L: qemu-arm@nongnu.org
515 S: Maintained
516 F: hw/arm/virt-acpi-build.c
517
518 STM32F205
519 M: Alistair Francis <alistair@alistair23.me>
520 S: Maintained
521 F: hw/arm/stm32f205_soc.c
522 F: hw/misc/stm32f2xx_syscfg.c
523 F: hw/char/stm32f2xx_usart.c
524 F: hw/timer/stm32f2xx_timer.c
525 F: hw/adc/*
526 F: hw/ssi/stm32f2xx_spi.c
527
528 Netduino 2
529 M: Alistair Francis <alistair@alistair23.me>
530 S: Maintained
531 F: hw/arm/netduino2.c
532
533 CRIS Machines
534 -------------
535 Axis Dev88
536 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
537 S: Maintained
538 F: hw/cris/axis_dev88.c
539 F: hw/*/etraxfs_*.c
540
541 LM32 Machines
542 -------------
543 EVR32 and uclinux BSP
544 M: Michael Walle <michael@walle.cc>
545 S: Maintained
546 F: hw/lm32/lm32_boards.c
547
548 milkymist
549 M: Michael Walle <michael@walle.cc>
550 S: Maintained
551 F: hw/lm32/milkymist.c
552
553 M68K Machines
554 -------------
555 an5206
556 S: Orphan
557 F: hw/m68k/an5206.c
558 F: hw/m68k/mcf5206.c
559
560 dummy_m68k
561 S: Orphan
562 F: hw/m68k/dummy_m68k.c
563
564 mcf5208
565 S: Orphan
566 F: hw/m68k/mcf5208.c
567 F: hw/m68k/mcf_intc.c
568 F: hw/char/mcf_uart.c
569 F: hw/net/mcf_fec.c
570
571 MicroBlaze Machines
572 -------------------
573 petalogix_s3adsp1800
574 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
575 S: Maintained
576 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
577
578 petalogix_ml605
579 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
580 S: Maintained
581 F: hw/microblaze/petalogix_ml605_mmu.c
582
583 MIPS Machines
584 -------------
585 Jazz
586 M: Hervé Poussineau <hpoussin@reactos.org>
587 S: Maintained
588 F: hw/mips/mips_jazz.c
589
590 Malta
591 M: Aurelien Jarno <aurelien@aurel32.net>
592 S: Maintained
593 F: hw/mips/mips_malta.c
594
595 Mipssim
596 L: qemu-devel@nongnu.org
597 S: Orphan
598 F: hw/mips/mips_mipssim.c
599
600 R4000
601 M: Aurelien Jarno <aurelien@aurel32.net>
602 S: Maintained
603 F: hw/mips/mips_r4k.c
604
605 OpenRISC Machines
606 -----------------
607 or1k-sim
608 M: Jia Liu <proljc@gmail.com>
609 S: Maintained
610 F: hw/openrisc/openrisc_sim.c
611
612 PowerPC Machines
613 ----------------
614 405
615 M: Alexander Graf <agraf@suse.de>
616 L: qemu-ppc@nongnu.org
617 S: Odd Fixes
618 F: hw/ppc/ppc405_boards.c
619
620 Bamboo
621 M: Alexander Graf <agraf@suse.de>
622 L: qemu-ppc@nongnu.org
623 S: Odd Fixes
624 F: hw/ppc/ppc440_bamboo.c
625
626 e500
627 M: Alexander Graf <agraf@suse.de>
628 M: Scott Wood <scottwood@freescale.com>
629 L: qemu-ppc@nongnu.org
630 S: Supported
631 F: hw/ppc/e500.[hc]
632 F: hw/ppc/e500plat.c
633 F: include/hw/ppc/ppc_e500.h
634 F: include/hw/pci-host/ppce500.h
635 F: pc-bios/u-boot.e500
636
637 mpc8544ds
638 M: Alexander Graf <agraf@suse.de>
639 M: Scott Wood <scottwood@freescale.com>
640 L: qemu-ppc@nongnu.org
641 S: Supported
642 F: hw/ppc/mpc8544ds.c
643 F: hw/ppc/mpc8544_guts.c
644
645 New World
646 M: Alexander Graf <agraf@suse.de>
647 L: qemu-ppc@nongnu.org
648 S: Maintained
649 F: hw/ppc/mac_newworld.c
650 F: hw/pci-host/uninorth.c
651 F: hw/pci-bridge/dec.[hc]
652 F: hw/misc/macio/
653 F: include/hw/ppc/mac_dbdma.h
654 F: hw/nvram/mac_nvram.c
655
656 Old World
657 M: Alexander Graf <agraf@suse.de>
658 L: qemu-ppc@nongnu.org
659 S: Maintained
660 F: hw/ppc/mac_oldworld.c
661 F: hw/pci-host/grackle.c
662 F: hw/misc/macio/
663 F: hw/intc/heathrow_pic.c
664
665 PReP
666 L: qemu-devel@nongnu.org
667 L: qemu-ppc@nongnu.org
668 S: Odd Fixes
669 F: hw/ppc/prep.c
670 F: hw/pci-host/prep.[hc]
671 F: hw/isa/pc87312.[hc]
672 F: pc-bios/ppc_rom.bin
673
674 sPAPR
675 M: David Gibson <david@gibson.dropbear.id.au>
676 M: Alexander Graf <agraf@suse.de>
677 L: qemu-ppc@nongnu.org
678 S: Supported
679 F: hw/*/spapr*
680 F: include/hw/*/spapr*
681 F: hw/*/xics*
682 F: include/hw/*/xics*
683 F: pc-bios/spapr-rtas/*
684 F: pc-bios/spapr-rtas.bin
685 F: pc-bios/slof.bin
686 F: pc-bios/skiboot.lid
687 F: docs/specs/ppc-spapr-hcalls.txt
688 F: docs/specs/ppc-spapr-hotplug.txt
689 F: tests/spapr*
690 F: tests/libqos/*spapr*
691 F: tests/rtas*
692 F: tests/libqos/rtas*
693
694 virtex_ml507
695 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
696 L: qemu-ppc@nongnu.org
697 S: Odd Fixes
698 F: hw/ppc/virtex_ml507.c
699
700 SH4 Machines
701 ------------
702 R2D
703 M: Magnus Damm <magnus.damm@gmail.com>
704 S: Maintained
705 F: hw/sh4/r2d.c
706 F: hw/intc/sh_intc.c
707 F: hw/timer/sh_timer.c
708
709 Shix
710 M: Magnus Damm <magnus.damm@gmail.com>
711 S: Odd Fixes
712 F: hw/sh4/shix.c
713
714 SPARC Machines
715 --------------
716 Sun4m
717 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
718 S: Maintained
719 F: hw/sparc/sun4m.c
720 F: hw/dma/sparc32_dma.c
721 F: hw/dma/sun4m_iommu.c
722 F: hw/misc/eccmemctl.c
723 F: hw/misc/slavio_misc.c
724 F: include/hw/sparc/sparc32_dma.h
725 F: include/hw/sparc/sun4m.h
726 F: pc-bios/openbios-sparc32
727
728 Sun4u
729 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
730 S: Maintained
731 F: hw/sparc64/sun4u.c
732 F: pc-bios/openbios-sparc64
733
734 Sun4v
735 M: Artyom Tarasenko <atar4qemu@gmail.com>
736 S: Maintained
737 F: hw/sparc64/sun4v.c
738 F: hw/timer/sun4v-rtc.c
739 F: include/hw/timer/sun4v-rtc.h
740
741 Leon3
742 M: Fabien Chouteau <chouteau@adacore.com>
743 S: Maintained
744 F: hw/sparc/leon3.c
745 F: hw/*/grlib*
746 F: include/hw/sparc/grlib.h
747
748 S390 Machines
749 -------------
750 S390 Virtio-ccw
751 M: Cornelia Huck <cornelia.huck@de.ibm.com>
752 M: Christian Borntraeger <borntraeger@de.ibm.com>
753 M: Alexander Graf <agraf@suse.de>
754 S: Supported
755 F: hw/char/sclp*.[hc]
756 F: hw/s390x/
757 F: include/hw/s390x/
758 F: pc-bios/s390-ccw/
759 F: hw/watchdog/wdt_diag288.c
760 F: include/hw/watchdog/wdt_diag288.h
761 F: pc-bios/s390-ccw.img
762 F: default-configs/s390x-softmmu.mak
763 T: git git://github.com/cohuck/qemu.git s390-next
764 T: git git://github.com/borntraeger/qemu.git s390-next
765
766 UniCore32 Machines
767 -------------
768 PKUnity-3 SoC initramfs-with-busybox
769 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
770 S: Maintained
771 F: hw/*/puv3*
772 F: hw/unicore32/
773
774 X86 Machines
775 ------------
776 PC
777 M: Michael S. Tsirkin <mst@redhat.com>
778 S: Supported
779 F: include/hw/i386/
780 F: hw/i386/
781 F: hw/pci-host/piix.c
782 F: hw/pci-host/q35.c
783 F: hw/pci-host/pam.c
784 F: include/hw/pci-host/q35.h
785 F: include/hw/pci-host/pam.h
786 F: hw/isa/piix4.c
787 F: hw/isa/lpc_ich9.c
788 F: hw/i2c/smbus_ich9.c
789 F: hw/acpi/piix4.c
790 F: hw/acpi/ich9.c
791 F: include/hw/acpi/ich9.h
792 F: include/hw/acpi/piix4.h
793 F: hw/misc/sga.c
794
795 PC Chipset
796 M: Michael S. Tsirkin <mst@redhat.com>
797 M: Paolo Bonzini <pbonzini@redhat.com>
798 S: Support
799 F: hw/char/debugcon.c
800 F: hw/char/parallel.c
801 F: hw/char/serial*
802 F: hw/dma/i8257*
803 F: hw/i2c/pm_smbus.c
804 F: hw/intc/apic*
805 F: hw/intc/ioapic*
806 F: hw/intc/i8259*
807 F: hw/misc/debugexit.c
808 F: hw/misc/pc-testdev.c
809 F: hw/timer/hpet*
810 F: hw/timer/i8254*
811 F: hw/timer/mc146818rtc*
812 F: include/hw/i2c/pm_smbus.h
813 F: include/hw/timer/hpet.h
814 F: include/hw/timer/i8254*
815 F: include/hw/timer/mc146818rtc*
816
817 Machine core
818 M: Eduardo Habkost <ehabkost@redhat.com>
819 M: Marcel Apfelbaum <marcel@redhat.com>
820 S: Supported
821 F: hw/core/machine.c
822 F: hw/core/null-machine.c
823 F: include/hw/boards.h
824
825 Xtensa Machines
826 ---------------
827 sim
828 M: Max Filippov <jcmvbkbc@gmail.com>
829 S: Maintained
830 F: hw/xtensa/sim.c
831
832 XTFPGA (LX60, LX200, ML605, KC705)
833 M: Max Filippov <jcmvbkbc@gmail.com>
834 S: Maintained
835 F: hw/xtensa/xtfpga.c
836 F: hw/net/opencores_eth.c
837
838 Devices
839 -------
840 EDU
841 M: Jiri Slaby <jslaby@suse.cz>
842 S: Maintained
843 F: hw/misc/edu.c
844
845 IDE
846 M: John Snow <jsnow@redhat.com>
847 L: qemu-block@nongnu.org
848 S: Supported
849 F: include/hw/ide.h
850 F: include/hw/ide/
851 F: hw/ide/
852 F: hw/block/block.c
853 F: hw/block/cdrom.c
854 F: hw/block/hd-geometry.c
855 F: tests/ide-test.c
856 F: tests/ahci-test.c
857 F: tests/libqos/ahci*
858 T: git git://github.com/jnsnow/qemu.git ide
859
860 Floppy
861 M: John Snow <jsnow@redhat.com>
862 L: qemu-block@nongnu.org
863 S: Supported
864 F: hw/block/fdc.c
865 F: include/hw/block/fdc.h
866 F: tests/fdc-test.c
867 T: git git://github.com/jnsnow/qemu.git ide
868
869 OMAP
870 M: Peter Maydell <peter.maydell@linaro.org>
871 S: Maintained
872 F: hw/*/omap*
873 F: include/hw/arm/omap.h
874
875 IPack
876 M: Alberto Garcia <berto@igalia.com>
877 S: Odd Fixes
878 F: hw/char/ipoctal232.c
879 F: hw/ipack/
880
881 PCI
882 M: Michael S. Tsirkin <mst@redhat.com>
883 M: Marcel Apfelbaum <marcel@redhat.com>
884 S: Supported
885 F: include/hw/pci/*
886 F: hw/misc/pci-testdev.c
887 F: hw/pci/*
888 F: hw/pci-bridge/*
889
890 ACPI/SMBIOS
891 M: Michael S. Tsirkin <mst@redhat.com>
892 M: Igor Mammedov <imammedo@redhat.com>
893 S: Supported
894 F: include/hw/acpi/*
895 F: include/hw/smbios/*
896 F: hw/mem/*
897 F: hw/acpi/*
898 F: hw/smbios/*
899 F: hw/i386/acpi-build.[hc]
900 F: hw/arm/virt-acpi-build.c
901
902 ppc4xx
903 M: Alexander Graf <agraf@suse.de>
904 L: qemu-ppc@nongnu.org
905 S: Odd Fixes
906 F: hw/ppc/ppc4*.c
907 F: include/hw/ppc/ppc4xx.h
908
909 ppce500
910 M: Alexander Graf <agraf@suse.de>
911 M: Scott Wood <scottwood@freescale.com>
912 L: qemu-ppc@nongnu.org
913 S: Supported
914 F: hw/ppc/e500*
915 F: hw/pci-host/ppce500.c
916 F: hw/net/fsl_etsec/
917
918 Character devices
919 M: Paolo Bonzini <pbonzini@redhat.com>
920 S: Odd Fixes
921 F: hw/char/
922
923 Network devices
924 M: Jason Wang <jasowang@redhat.com>
925 S: Odd Fixes
926 F: hw/net/
927 F: tests/virtio-net-test.c
928 T: git git://github.com/jasowang/qemu.git net
929
930 SCSI
931 M: Paolo Bonzini <pbonzini@redhat.com>
932 S: Supported
933 F: include/hw/scsi/*
934 F: hw/scsi/*
935 F: tests/virtio-scsi-test.c
936 T: git git://github.com/bonzini/qemu.git scsi-next
937
938 LSI53C895A
939 S: Orphan
940 F: hw/scsi/lsi53c895a.c
941
942 SSI
943 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
944 S: Maintained
945 F: hw/ssi/*
946 F: hw/block/m25p80.c
947 X: hw/ssi/xilinx_*
948
949 Xilinx SPI
950 M: Alistair Francis <alistair.francis@xilinx.com>
951 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
952 S: Maintained
953 F: hw/ssi/xilinx_*
954
955 USB
956 M: Gerd Hoffmann <kraxel@redhat.com>
957 S: Maintained
958 F: hw/usb/*
959 F: tests/usb-*-test.c
960 F: docs/usb2.txt
961 F: docs/usb-storage.txt
962 F: include/hw/usb.h
963 F: include/hw/usb/
964
965 USB (serial adapter)
966 M: Gerd Hoffmann <kraxel@redhat.com>
967 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
968 S: Maintained
969 F: hw/usb/dev-serial.c
970
971 VFIO
972 M: Alex Williamson <alex.williamson@redhat.com>
973 S: Supported
974 F: hw/vfio/*
975 F: include/hw/vfio/
976
977 vhost
978 M: Michael S. Tsirkin <mst@redhat.com>
979 S: Supported
980 F: hw/*/*vhost*
981
982 virtio
983 M: Michael S. Tsirkin <mst@redhat.com>
984 S: Supported
985 F: hw/*/virtio*
986 F: hw/virtio/Makefile.objs
987 F: hw/virtio/trace-events
988 F: net/vhost-user.c
989 F: include/hw/virtio/
990 F: tests/virtio-balloon-test.c
991
992 virtio-9p
993 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
994 M: Greg Kurz <groug@kaod.org>
995 S: Supported
996 F: hw/9pfs/
997 F: fsdev/
998 F: tests/virtio-9p-test.c
999 T: git git://github.com/kvaneesh/QEMU.git
1000 T: git git://github.com/gkurz/qemu.git 9p-next
1001
1002 virtio-blk
1003 M: Stefan Hajnoczi <stefanha@redhat.com>
1004 L: qemu-block@nongnu.org
1005 S: Supported
1006 F: hw/block/virtio-blk.c
1007 F: hw/block/dataplane/*
1008 F: tests/virtio-blk-test.c
1009 T: git git://github.com/stefanha/qemu.git block
1010
1011 virtio-ccw
1012 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1013 M: Christian Borntraeger <borntraeger@de.ibm.com>
1014 S: Supported
1015 F: hw/s390x/virtio-ccw.[hc]
1016 T: git git://github.com/cohuck/qemu.git s390-next
1017 T: git git://github.com/borntraeger/qemu.git s390-next
1018
1019 virtio-input
1020 M: Gerd Hoffmann <kraxel@redhat.com>
1021 S: Maintained
1022 F: hw/input/virtio-input*.c
1023 F: include/hw/virtio/virtio-input.h
1024
1025 virtio-serial
1026 M: Amit Shah <amit.shah@redhat.com>
1027 S: Supported
1028 F: hw/char/virtio-serial-bus.c
1029 F: hw/char/virtio-console.c
1030 F: include/hw/virtio/virtio-serial.h
1031 F: tests/virtio-console-test.c
1032 F: tests/virtio-serial-test.c
1033
1034 virtio-rng
1035 M: Amit Shah <amit.shah@redhat.com>
1036 S: Supported
1037 F: hw/virtio/virtio-rng.c
1038 F: include/hw/virtio/virtio-rng.h
1039 F: include/sysemu/rng*.h
1040 F: backends/rng*.c
1041 F: tests/virtio-rng-test.c
1042
1043 virtio-crypto
1044 M: Gonglei <arei.gonglei@huawei.com>
1045 S: Supported
1046 F: hw/virtio/virtio-crypto.c
1047 F: hw/virtio/virtio-crypto-pci.c
1048 F: include/hw/virtio/virtio-crypto.h
1049
1050 nvme
1051 M: Keith Busch <keith.busch@intel.com>
1052 L: qemu-block@nongnu.org
1053 S: Supported
1054 F: hw/block/nvme*
1055 F: tests/nvme-test.c
1056
1057 megasas
1058 M: Hannes Reinecke <hare@suse.de>
1059 L: qemu-block@nongnu.org
1060 S: Supported
1061 F: hw/scsi/megasas.c
1062 F: hw/scsi/mfi.h
1063
1064 Network packet abstractions
1065 M: Dmitry Fleytman <dmitry@daynix.com>
1066 S: Maintained
1067 F: include/net/eth.h
1068 F: net/eth.c
1069 F: hw/net/net_rx_pkt*
1070 F: hw/net/net_tx_pkt*
1071
1072 Vmware
1073 M: Dmitry Fleytman <dmitry@daynix.com>
1074 S: Maintained
1075 F: hw/net/vmxnet*
1076 F: hw/scsi/vmw_pvscsi*
1077
1078 Rocker
1079 M: Jiri Pirko <jiri@resnulli.us>
1080 S: Maintained
1081 F: hw/net/rocker/
1082 F: tests/rocker/
1083 F: docs/specs/rocker.txt
1084
1085 NVDIMM
1086 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1087 S: Maintained
1088 F: hw/acpi/nvdimm.c
1089 F: hw/mem/nvdimm.c
1090 F: include/hw/mem/nvdimm.h
1091
1092 e1000x
1093 M: Dmitry Fleytman <dmitry@daynix.com>
1094 S: Maintained
1095 F: hw/net/e1000x*
1096
1097 e1000e
1098 M: Dmitry Fleytman <dmitry@daynix.com>
1099 S: Maintained
1100 F: hw/net/e1000e*
1101
1102 Generic Loader
1103 M: Alistair Francis <alistair.francis@xilinx.com>
1104 S: Maintained
1105 F: hw/core/generic-loader.c
1106 F: include/hw/core/generic-loader.h
1107
1108 CHRP NVRAM
1109 M: Thomas Huth <thuth@redhat.com>
1110 S: Maintained
1111 F: hw/nvram/chrp_nvram.c
1112 F: include/hw/nvram/chrp_nvram.h
1113 F: tests/prom-env-test.c
1114
1115 Subsystems
1116 ----------
1117 Audio
1118 M: Gerd Hoffmann <kraxel@redhat.com>
1119 S: Maintained
1120 F: audio/
1121 F: hw/audio/
1122 F: include/hw/audio/
1123 F: tests/ac97-test.c
1124 F: tests/es1370-test.c
1125 F: tests/intel-hda-test.c
1126
1127 Block layer core
1128 M: Kevin Wolf <kwolf@redhat.com>
1129 M: Max Reitz <mreitz@redhat.com>
1130 L: qemu-block@nongnu.org
1131 S: Supported
1132 F: block*
1133 F: block/
1134 F: hw/block/
1135 F: include/block/
1136 F: qemu-img*
1137 F: qemu-io*
1138 F: tests/qemu-iotests/
1139 T: git git://repo.or.cz/qemu/kevin.git block
1140
1141 Block I/O path
1142 M: Stefan Hajnoczi <stefanha@redhat.com>
1143 M: Fam Zheng <famz@redhat.com>
1144 L: qemu-block@nongnu.org
1145 S: Supported
1146 F: async.c
1147 F: aio-*.c
1148 F: block/io.c
1149 F: migration/block*
1150 F: include/block/aio.h
1151 T: git git://github.com/stefanha/qemu.git block
1152
1153 Block Jobs
1154 M: Jeff Cody <jcody@redhat.com>
1155 L: qemu-block@nongnu.org
1156 S: Supported
1157 F: blockjob.c
1158 F: include/block/blockjob.h
1159 F: block/backup.c
1160 F: block/commit.c
1161 F: block/stream.c
1162 F: block/mirror.c
1163 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1164
1165 Block QAPI, monitor, command line
1166 M: Markus Armbruster <armbru@redhat.com>
1167 S: Supported
1168 F: blockdev.c
1169 F: block/qapi.c
1170 F: qapi/block*.json
1171 T: git git://repo.or.cz/qemu/armbru.git block-next
1172
1173 Dirty Bitmaps
1174 M: Fam Zheng <famz@redhat.com>
1175 M: John Snow <jsnow@redhat.com>
1176 L: qemu-block@nongnu.org
1177 S: Supported
1178 F: util/hbitmap.c
1179 F: block/dirty-bitmap.c
1180 F: include/qemu/hbitmap.h
1181 F: include/block/dirty-bitmap.h
1182 F: tests/test-hbitmap.c
1183 F: docs/bitmaps.md
1184 T: git git://github.com/famz/qemu.git bitmaps
1185 T: git git://github.com/jnsnow/qemu.git bitmaps
1186
1187 Character device backends
1188 M: Paolo Bonzini <pbonzini@redhat.com>
1189 S: Maintained
1190 F: qemu-char.c
1191 F: backends/msmouse.c
1192 F: backends/testdev.c
1193
1194 Character Devices (Braille)
1195 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1196 S: Maintained
1197 F: backends/baum.c
1198
1199 Coverity model
1200 M: Markus Armbruster <armbru@redhat.com>
1201 S: Supported
1202 F: scripts/coverity-model.c
1203
1204 CPU
1205 L: qemu-devel@nongnu.org
1206 S: Supported
1207 F: qom/cpu.c
1208 F: include/qom/cpu.h
1209
1210 Device Tree
1211 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1212 M: Alexander Graf <agraf@suse.de>
1213 S: Maintained
1214 F: device_tree.c
1215 F: include/sysemu/device_tree.h
1216
1217 Error reporting
1218 M: Markus Armbruster <armbru@redhat.com>
1219 S: Supported
1220 F: include/qapi/error.h
1221 F: include/qemu/error-report.h
1222 F: util/error.c
1223 F: util/qemu-error.c
1224
1225 GDB stub
1226 L: qemu-devel@nongnu.org
1227 S: Odd Fixes
1228 F: gdbstub*
1229 F: gdb-xml/
1230
1231 Memory API
1232 M: Paolo Bonzini <pbonzini@redhat.com>
1233 S: Supported
1234 F: include/exec/ioport.h
1235 F: ioport.c
1236 F: include/exec/memory.h
1237 F: include/exec/ram_addr.h
1238 F: memory.c
1239 F: include/exec/memory-internal.h
1240 F: exec.c
1241
1242 SPICE
1243 M: Gerd Hoffmann <kraxel@redhat.com>
1244 S: Supported
1245 F: include/ui/qemu-spice.h
1246 F: include/ui/spice-display.h
1247 F: ui/spice-*.c
1248 F: audio/spiceaudio.c
1249 F: hw/display/qxl*
1250
1251 Graphics
1252 M: Gerd Hoffmann <kraxel@redhat.com>
1253 S: Odd Fixes
1254 F: ui/
1255 F: include/ui/
1256
1257 Cocoa graphics
1258 M: Peter Maydell <peter.maydell@linaro.org>
1259 S: Odd Fixes
1260 F: ui/cocoa.m
1261
1262 Main loop
1263 M: Paolo Bonzini <pbonzini@redhat.com>
1264 S: Maintained
1265 F: cpus.c
1266 F: main-loop.c
1267 F: qemu-timer.c
1268 F: vl.c
1269
1270 Human Monitor (HMP)
1271 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1272 S: Maintained
1273 F: monitor.c
1274 F: hmp.[ch]
1275 F: hmp-commands*.hx
1276 F: include/monitor/hmp-target.h
1277
1278 Network device backends
1279 M: Jason Wang <jasowang@redhat.com>
1280 S: Maintained
1281 F: net/
1282 F: include/net/
1283 T: git git://github.com/jasowang/qemu.git net
1284
1285 Netmap network backend
1286 M: Luigi Rizzo <rizzo@iet.unipi.it>
1287 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1288 M: Vincenzo Maffione <v.maffione@gmail.com>
1289 W: http://info.iet.unipi.it/~luigi/netmap/
1290 S: Maintained
1291 F: net/netmap.c
1292
1293 Network Block Device (NBD)
1294 M: Paolo Bonzini <pbonzini@redhat.com>
1295 S: Odd Fixes
1296 F: block/nbd*
1297 F: nbd/
1298 F: include/block/nbd*
1299 F: qemu-nbd.c
1300 T: git git://github.com/bonzini/qemu.git nbd-next
1301
1302 NUMA
1303 M: Eduardo Habkost <ehabkost@redhat.com>
1304 S: Maintained
1305 F: numa.c
1306 F: include/sysemu/numa.h
1307 T: git git://github.com/ehabkost/qemu.git numa
1308
1309 Host Memory Backends
1310 M: Eduardo Habkost <ehabkost@redhat.com>
1311 M: Igor Mammedov <imammedo@redhat.com>
1312 S: Maintained
1313 F: backends/hostmem*.c
1314 F: include/sysemu/hostmem.h
1315
1316 Cryptodev Backends
1317 M: Gonglei <arei.gonglei@huawei.com>
1318 S: Maintained
1319 F: include/sysemu/cryptodev*.h
1320 F: backends/cryptodev*.c
1321
1322 QAPI
1323 M: Markus Armbruster <armbru@redhat.com>
1324 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1325 S: Supported
1326 F: qapi/
1327 X: qapi/*.json
1328 F: include/qapi/
1329 X: include/qapi/qmp/
1330 F: include/qapi/qmp/dispatch.h
1331 F: tests/qapi-schema/
1332 F: tests/test-*-visitor.c
1333 F: tests/test-qmp-*.c
1334 F: scripts/qapi*
1335 F: docs/qapi*
1336 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1337
1338 QAPI Schema
1339 M: Eric Blake <eblake@redhat.com>
1340 M: Markus Armbruster <armbru@redhat.com>
1341 S: Supported
1342 F: qapi-schema.json
1343 F: qapi/*.json
1344 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1345
1346 QObject
1347 M: Markus Armbruster <armbru@redhat.com>
1348 S: Supported
1349 F: qobject/
1350 F: include/qapi/qmp/
1351 X: include/qapi/qmp/dispatch.h
1352 F: tests/check-qdict.c
1353 F: tests/check-qfloat.c
1354 F: tests/check-qint.c
1355 F: tests/check-qjson.c
1356 F: tests/check-qlist.c
1357 F: tests/check-qstring.c
1358 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1359
1360 QEMU Guest Agent
1361 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1362 S: Maintained
1363 F: qga/
1364 T: git git://github.com/mdroth/qemu.git qga
1365
1366 QOM
1367 M: Andreas Färber <afaerber@suse.de>
1368 S: Supported
1369 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1370 F: include/qom/
1371 X: include/qom/cpu.h
1372 F: qom/
1373 X: qom/cpu.c
1374 F: tests/check-qom-interface.c
1375 F: tests/check-qom-proplist.c
1376 F: tests/qom-test.c
1377
1378 QMP
1379 M: Markus Armbruster <armbru@redhat.com>
1380 S: Supported
1381 F: qmp.c
1382 F: monitor.c
1383 F: docs/*qmp-*
1384 F: scripts/qmp/
1385 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1386
1387 Register API
1388 M: Alistair Francis <alistair.francis@xilinx.com>
1389 S: Maintained
1390 F: hw/core/register.c
1391 F: include/hw/register.h
1392
1393 SLIRP
1394 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1395 M: Jan Kiszka <jan.kiszka@siemens.com>
1396 S: Maintained
1397 F: slirp/
1398 F: net/slirp.c
1399 F: include/net/slirp.h
1400 T: git git://git.kiszka.org/qemu.git queues/slirp
1401
1402 Stubs
1403 M: Paolo Bonzini <pbonzini@redhat.com>
1404 S: Maintained
1405 F: stubs/
1406
1407 Tracing
1408 M: Stefan Hajnoczi <stefanha@redhat.com>
1409 S: Maintained
1410 F: trace/
1411 F: scripts/tracetool.py
1412 F: scripts/tracetool/
1413 F: docs/tracing.txt
1414 T: git git://github.com/stefanha/qemu.git tracing
1415
1416 Checkpatch
1417 S: Odd Fixes
1418 F: scripts/checkpatch.pl
1419
1420 Migration
1421 M: Juan Quintela <quintela@redhat.com>
1422 M: Amit Shah <amit.shah@redhat.com>
1423 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1424 S: Maintained
1425 F: include/migration/
1426 F: migration/
1427 F: scripts/vmstate-static-checker.py
1428 F: tests/vmstate-static-checker-data/
1429 F: docs/migration.txt
1430
1431 Seccomp
1432 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1433 S: Supported
1434 F: qemu-seccomp.c
1435 F: include/sysemu/seccomp.h
1436
1437 Cryptography
1438 M: Daniel P. Berrange <berrange@redhat.com>
1439 S: Maintained
1440 F: crypto/
1441 F: include/crypto/
1442 F: tests/test-crypto-*
1443
1444 Coroutines
1445 M: Stefan Hajnoczi <stefanha@redhat.com>
1446 M: Kevin Wolf <kwolf@redhat.com>
1447 F: util/*coroutine*
1448 F: include/qemu/coroutine*
1449 F: tests/test-coroutine.c
1450
1451 Buffers
1452 M: Daniel P. Berrange <berrange@redhat.com>
1453 S: Odd fixes
1454 F: util/buffer.c
1455 F: include/qemu/buffer.h
1456
1457 I/O Channels
1458 M: Daniel P. Berrange <berrange@redhat.com>
1459 S: Maintained
1460 F: io/
1461 F: include/io/
1462 F: tests/test-io-*
1463
1464 Sockets
1465 M: Daniel P. Berrange <berrange@redhat.com>
1466 M: Gerd Hoffmann <kraxel@redhat.com>
1467 M: Paolo Bonzini <pbonzini@redhat.com>
1468 S: Maintained
1469 F: include/qemu/sockets.h
1470 F: util/qemu-sockets.c
1471
1472 Throttling infrastructure
1473 M: Alberto Garcia <berto@igalia.com>
1474 S: Supported
1475 F: block/throttle-groups.c
1476 F: include/block/throttle-groups.h
1477 F: include/qemu/throttle.h
1478 F: util/throttle.c
1479 L: qemu-block@nongnu.org
1480
1481 UUID
1482 M: Fam Zheng <famz@redhat.com>
1483 S: Supported
1484 F: util/uuid.c
1485 F: include/qemu/uuid.h
1486 F: tests/test-uuid.c
1487
1488 COLO Framework
1489 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1490 S: Maintained
1491 F: migration/colo*
1492 F: include/migration/colo.h
1493 F: include/migration/failover.h
1494 F: docs/COLO-FT.txt
1495
1496 COLO Proxy
1497 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1498 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1499 S: Supported
1500 F: docs/colo-proxy.txt
1501 F: net/colo*
1502 F: net/filter-rewriter.c
1503 F: net/filter-mirror.c
1504
1505 Usermode Emulation
1506 ------------------
1507 Overall
1508 M: Riku Voipio <riku.voipio@iki.fi>
1509 S: Maintained
1510 F: thunk.c
1511 F: user-exec.c
1512 F: user-exec-stub.c
1513
1514 BSD user
1515 S: Orphan
1516 F: bsd-user/
1517 F: default-configs/*-bsd-user.mak
1518
1519 Linux user
1520 M: Riku Voipio <riku.voipio@iki.fi>
1521 S: Maintained
1522 F: linux-user/
1523 F: default-configs/*-linux-user.mak
1524
1525 Tiny Code Generator (TCG)
1526 -------------------------
1527 Common code
1528 M: Richard Henderson <rth@twiddle.net>
1529 S: Maintained
1530 F: tcg/
1531
1532 AArch64 target
1533 M: Claudio Fontana <claudio.fontana@huawei.com>
1534 M: Claudio Fontana <claudio.fontana@gmail.com>
1535 S: Maintained
1536 L: qemu-arm@nongnu.org
1537 F: tcg/aarch64/
1538 F: disas/arm-a64.cc
1539 F: disas/libvixl/
1540
1541 ARM target
1542 M: Andrzej Zaborowski <balrogg@gmail.com>
1543 S: Maintained
1544 L: qemu-arm@nongnu.org
1545 F: tcg/arm/
1546 F: disas/arm.c
1547
1548 i386 target
1549 L: qemu-devel@nongnu.org
1550 S: Maintained
1551 F: tcg/i386/
1552 F: disas/i386.c
1553
1554 IA64 target
1555 M: Aurelien Jarno <aurelien@aurel32.net>
1556 S: Maintained
1557 F: tcg/ia64/
1558 F: disas/ia64.c
1559
1560 MIPS target
1561 M: Aurelien Jarno <aurelien@aurel32.net>
1562 S: Maintained
1563 F: tcg/mips/
1564 F: disas/mips.c
1565
1566 PPC
1567 M: Richard Henderson <rth@twiddle.net>
1568 S: Odd Fixes
1569 F: tcg/ppc/
1570 F: disas/ppc.c
1571
1572 S390 target
1573 M: Alexander Graf <agraf@suse.de>
1574 M: Richard Henderson <rth@twiddle.net>
1575 S: Maintained
1576 F: tcg/s390/
1577 F: disas/s390.c
1578
1579 SPARC target
1580 S: Odd Fixes
1581 F: tcg/sparc/
1582 F: disas/sparc.c
1583
1584 TCI target
1585 M: Stefan Weil <sw@weilnetz.de>
1586 S: Maintained
1587 F: tcg/tci/
1588 F: tci.c
1589 F: disas/tci.c
1590
1591 Block drivers
1592 -------------
1593 VMDK
1594 M: Fam Zheng <famz@redhat.com>
1595 L: qemu-block@nongnu.org
1596 S: Supported
1597 F: block/vmdk.c
1598
1599 RBD
1600 M: Josh Durgin <jdurgin@redhat.com>
1601 M: Jeff Cody <jcody@redhat.com>
1602 L: qemu-block@nongnu.org
1603 S: Supported
1604 F: block/rbd.c
1605 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1606
1607 Sheepdog
1608 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1609 M: Liu Yuan <namei.unix@gmail.com>
1610 M: Jeff Cody <jcody@redhat.com>
1611 L: qemu-block@nongnu.org
1612 L: sheepdog@lists.wpkg.org
1613 S: Supported
1614 F: block/sheepdog.c
1615 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1616
1617 VHDX
1618 M: Jeff Cody <jcody@redhat.com>
1619 L: qemu-block@nongnu.org
1620 S: Supported
1621 F: block/vhdx*
1622 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1623
1624 VDI
1625 M: Stefan Weil <sw@weilnetz.de>
1626 L: qemu-block@nongnu.org
1627 S: Maintained
1628 F: block/vdi.c
1629
1630 iSCSI
1631 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1632 M: Paolo Bonzini <pbonzini@redhat.com>
1633 M: Peter Lieven <pl@kamp.de>
1634 L: qemu-block@nongnu.org
1635 S: Supported
1636 F: block/iscsi.c
1637
1638 NFS
1639 M: Jeff Cody <jcody@redhat.com>
1640 M: Peter Lieven <pl@kamp.de>
1641 L: qemu-block@nongnu.org
1642 S: Maintained
1643 F: block/nfs.c
1644 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1645
1646 SSH
1647 M: Richard W.M. Jones <rjones@redhat.com>
1648 M: Jeff Cody <jcody@redhat.com>
1649 L: qemu-block@nongnu.org
1650 S: Supported
1651 F: block/ssh.c
1652 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1653
1654 ARCHIPELAGO
1655 M: Chrysostomos Nanakos <chris@include.gr>
1656 M: Jeff Cody <jcody@redhat.com>
1657 L: qemu-block@nongnu.org
1658 S: Maintained
1659 F: block/archipelago.c
1660 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1661
1662 CURL
1663 M: Jeff Cody <jcody@redhat.com>
1664 L: qemu-block@nongnu.org
1665 S: Supported
1666 F: block/curl.c
1667 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1668
1669 GLUSTER
1670 M: Jeff Cody <jcody@redhat.com>
1671 L: qemu-block@nongnu.org
1672 S: Supported
1673 F: block/gluster.c
1674 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1675
1676 Null Block Driver
1677 M: Fam Zheng <famz@redhat.com>
1678 L: qemu-block@nongnu.org
1679 S: Supported
1680 F: block/null.c
1681
1682 Bootdevice
1683 M: Gonglei <arei.gonglei@huawei.com>
1684 S: Maintained
1685 F: bootdevice.c
1686
1687 Quorum
1688 M: Alberto Garcia <berto@igalia.com>
1689 S: Supported
1690 F: block/quorum.c
1691 L: qemu-block@nongnu.org
1692
1693 blkverify
1694 M: Stefan Hajnoczi <stefanha@redhat.com>
1695 L: qemu-block@nongnu.org
1696 S: Supported
1697 F: block/blkverify.c
1698
1699 bochs
1700 M: Stefan Hajnoczi <stefanha@redhat.com>
1701 L: qemu-block@nongnu.org
1702 S: Supported
1703 F: block/bochs.c
1704
1705 cloop
1706 M: Stefan Hajnoczi <stefanha@redhat.com>
1707 L: qemu-block@nongnu.org
1708 S: Supported
1709 F: block/cloop.c
1710
1711 dmg
1712 M: Stefan Hajnoczi <stefanha@redhat.com>
1713 L: qemu-block@nongnu.org
1714 S: Supported
1715 F: block/dmg.c
1716
1717 parallels
1718 M: Stefan Hajnoczi <stefanha@redhat.com>
1719 M: Denis V. Lunev <den@openvz.org>
1720 L: qemu-block@nongnu.org
1721 S: Supported
1722 F: block/parallels.c
1723 F: docs/specs/parallels.txt
1724
1725 qed
1726 M: Stefan Hajnoczi <stefanha@redhat.com>
1727 L: qemu-block@nongnu.org
1728 S: Supported
1729 F: block/qed.c
1730
1731 raw
1732 M: Kevin Wolf <kwolf@redhat.com>
1733 L: qemu-block@nongnu.org
1734 S: Supported
1735 F: block/linux-aio.c
1736 F: include/block/raw-aio.h
1737 F: block/raw-format.c
1738 F: block/file-posix.c
1739 F: block/file-win32.c
1740 F: block/win32-aio.c
1741
1742 qcow2
1743 M: Kevin Wolf <kwolf@redhat.com>
1744 M: Max Reitz <mreitz@redhat.com>
1745 L: qemu-block@nongnu.org
1746 S: Supported
1747 F: block/qcow2*
1748
1749 qcow
1750 M: Kevin Wolf <kwolf@redhat.com>
1751 L: qemu-block@nongnu.org
1752 S: Supported
1753 F: block/qcow.c
1754
1755 blkdebug
1756 M: Kevin Wolf <kwolf@redhat.com>
1757 M: Max Reitz <mreitz@redhat.com>
1758 L: qemu-block@nongnu.org
1759 S: Supported
1760 F: block/blkdebug.c
1761
1762 vpc
1763 M: Kevin Wolf <kwolf@redhat.com>
1764 L: qemu-block@nongnu.org
1765 S: Supported
1766 F: block/vpc.c
1767
1768 vvfat
1769 M: Kevin Wolf <kwolf@redhat.com>
1770 L: qemu-block@nongnu.org
1771 S: Supported
1772 F: block/vvfat.c
1773
1774 Image format fuzzer
1775 M: Stefan Hajnoczi <stefanha@redhat.com>
1776 L: qemu-block@nongnu.org
1777 S: Supported
1778 F: tests/image-fuzzer/
1779
1780 Replication
1781 M: Wen Congyang <wency@cn.fujitsu.com>
1782 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1783 S: Supported
1784 F: replication*
1785 F: block/replication.c
1786 F: tests/test-replication.c
1787 F: docs/block-replication.txt
1788
1789 Build and test automation
1790 -------------------------
1791 M: Alex Bennée <alex.bennee@linaro.org>
1792 L: qemu-devel@nongnu.org
1793 S: Supported
1794 F: .travis.yml
1795
1796 Documentation
1797 -------------
1798 Build system architecture
1799 M: Daniel P. Berrange <berrange@redhat.com>
1800 S: Odd Fixes
1801 F: docs/build-system.txt
1802
1803 Docker testing
1804 --------------
1805 Docker based testing framework and cases
1806 M: Fam Zheng <famz@redhat.com>
1807 S: Maintained
1808 F: tests/docker/