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