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