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