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