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