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