xref: /openbmc/qemu/MAINTAINERS (revision f3b18f35a23c60edbda6420cd4bd30b8bb11ea80)
1QEMU Maintainers
2================
3
4The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
8
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
11
12Descriptions of section entries:
13
14	M: Mail patches to: FullName <address@domain>
15	L: Mailing list that is relevant to this area
16	W: Web-page with status/info
17	Q: Patchwork web based patch tracking system site
18	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19	S: Status, one of the following:
20	   Supported:	Someone is actually paid to look after this.
21	   Maintained:	Someone actually looks after it.
22	   Odd Fixes:	It has a maintainer but they don't have time to do
23			much other than throw the odd patch in. See below.
24	   Orphan:	No current maintainer [but maybe you could take the
25			role as you write your new code].
26	   Obsolete:	Old code. Something tagged obsolete generally means
27			it has been replaced by a better system and you
28			should be using that.
29	F: Files and directories with wildcard patterns.
30	   A trailing slash includes all files and subdirectory files.
31	   F:	drivers/net/	all files in and below drivers/net
32	   F:	drivers/net/*	all files in drivers/net, but not below
33	   F:	*/net/*		all files in "any top level directory"/net
34	   One pattern per line.  Multiple F: lines acceptable.
35	X: Files and directories that are NOT maintained, same rules as F:
36	   Files exclusions are tested before file matches.
37	   Can be useful for excluding a specific subdirectory, for instance:
38	   F:	net/
39	   X:	net/ipv6/
40	   matches all files in and below net excluding net/ipv6/
41	K: Keyword perl extended regex pattern to match content in a
42	   patch or file.  For instance:
43	   K: of_get_profile
44	      matches patches or files that contain "of_get_profile"
45	   K: \b(printk|pr_(info|err))\b
46	      matches patches or files that contain one or more of the words
47	      printk, pr_info or pr_err
48	   One regex pattern per line.  Multiple K: lines acceptable.
49
50
51General Project Administration
52------------------------------
53M: Anthony Liguori <aliguori@amazon.com>
54M: Peter Maydell <peter.maydell@linaro.org>
55
56Responsible Disclosure, Reporting Security Issues
57------------------------------
58W: http://wiki.qemu.org/SecurityProcess
59M: Michael S. Tsirkin <mst@redhat.com>
60M: Anthony Liguori <aliguori@amazon.com>
61L: secalert@redhat.com
62
63Guest CPU cores (TCG):
64----------------------
65Overall
66L: qemu-devel@nongnu.org
67S: Odd fixes
68F: cpu-exec.c
69F: cputlb.c
70F: softmmu_template.h
71F: translate-all.c
72F: include/exec/cpu_ldst.h
73F: include/exec/cpu_ldst_template.h
74F: include/exec/helper*.h
75
76Alpha
77M: Richard Henderson <rth@twiddle.net>
78S: Maintained
79F: target-alpha/
80F: hw/alpha/
81F: tests/tcg/alpha/
82
83ARM
84M: Peter Maydell <peter.maydell@linaro.org>
85S: Maintained
86F: target-arm/
87F: hw/arm/
88F: hw/cpu/a*mpcore.c
89
90CRIS
91M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
92S: Maintained
93F: target-cris/
94F: hw/cris/
95F: tests/tcg/cris/
96
97LM32
98M: Michael Walle <michael@walle.cc>
99S: Maintained
100F: target-lm32/
101F: disas/lm32.c
102F: hw/lm32/
103F: hw/*/lm32_*
104F: hw/*/milkymist-*
105F: include/hw/char/lm32_juart.h
106F: include/hw/lm32/
107F: tests/tcg/lm32/
108
109M68K
110S: Orphan
111F: target-m68k/
112F: hw/m68k/
113
114MicroBlaze
115M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116S: Maintained
117F: target-microblaze/
118F: hw/microblaze/
119
120MIPS
121M: Aurelien Jarno <aurelien@aurel32.net>
122M: Leon Alrae <leon.alrae@imgtec.com>
123S: Maintained
124F: target-mips/
125F: hw/mips/
126F: tests/tcg/mips/
127
128Moxie
129M: Anthony Green <green@moxielogic.com>
130S: Maintained
131F: target-moxie/
132
133OpenRISC
134M: Jia Liu <proljc@gmail.com>
135S: Maintained
136F: target-openrisc/
137F: hw/openrisc/
138F: tests/tcg/openrisc/
139
140PowerPC
141M: Alexander Graf <agraf@suse.de>
142L: qemu-ppc@nongnu.org
143S: Maintained
144F: target-ppc/
145F: hw/ppc/
146
147S390
148M: Richard Henderson <rth@twiddle.net>
149M: Alexander Graf <agraf@suse.de>
150S: Maintained
151F: target-s390x/
152F: hw/s390x/
153
154SH4
155M: Aurelien Jarno <aurelien@aurel32.net>
156S: Odd Fixes
157F: target-sh4/
158F: hw/sh4/
159
160SPARC
161M: Blue Swirl <blauwirbel@gmail.com>
162M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
163S: Maintained
164F: target-sparc/
165F: hw/sparc/
166F: hw/sparc64/
167
168UniCore32
169M: Guan Xuetao <gxt@mprc.pku.edu.cn>
170S: Maintained
171F: target-unicore32/
172F: hw/unicore32/
173
174X86
175M: Paolo Bonzini <pbonzini@redhat.com>
176M: Richard Henderson <rth@twiddle.net>
177S: Odd Fixes
178F: target-i386/
179F: hw/i386/
180
181Xtensa
182M: Max Filippov <jcmvbkbc@gmail.com>
183W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
184S: Maintained
185F: target-xtensa/
186F: hw/xtensa/
187F: tests/tcg/xtensa/
188
189TriCore
190M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
191S: Maintained
192F: target-tricore/
193F: hw/tricore/
194
195Guest CPU Cores (KVM):
196----------------------
197
198Overall
199M: Paolo Bonzini <pbonzini@redhat.com>
200L: kvm@vger.kernel.org
201S: Supported
202F: kvm-*
203F: */kvm.*
204
205ARM
206M: Peter Maydell <peter.maydell@linaro.org>
207S: Maintained
208F: target-arm/kvm.c
209
210MIPS
211M: James Hogan <james.hogan@imgtec.com>
212S: Maintained
213F: target-mips/kvm.c
214
215PPC
216M: Alexander Graf <agraf@suse.de>
217S: Maintained
218F: target-ppc/kvm.c
219
220S390
221M: Christian Borntraeger <borntraeger@de.ibm.com>
222M: Cornelia Huck <cornelia.huck@de.ibm.com>
223M: Alexander Graf <agraf@suse.de>
224S: Maintained
225F: target-s390x/kvm.c
226F: hw/intc/s390_flic.c
227F: hw/intc/s390_flic_kvm.c
228F: include/hw/s390x/s390_flic.h
229
230X86
231M: Paolo Bonzini <pbonzini@redhat.com>
232M: Marcelo Tosatti <mtosatti@redhat.com>
233L: kvm@vger.kernel.org
234S: Supported
235F: target-i386/kvm.c
236
237Guest CPU Cores (Xen):
238----------------------
239
240X86
241M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
242L: xen-devel@lists.xensource.com
243S: Supported
244F: xen-*
245F: */xen*
246
247Hosts:
248------
249
250LINUX
251L: qemu-devel@nongnu.org
252S: Maintained
253F: linux-*
254F: linux-headers/
255
256POSIX
257L: qemu-devel@nongnu.org
258S: Maintained
259F: *posix*
260
261W32, W64
262L: qemu-devel@nongnu.org
263M: Stefan Weil <sw@weilnetz.de>
264S: Maintained
265F: *win32*
266
267ARM Machines
268------------
269Allwinner-a10
270M: Li Guang <lig.fnst@cn.fujitsu.com>
271S: Maintained
272F: hw/*/allwinner-a10*
273F: include/hw/*/allwinner-a10*
274F: hw/arm/cubieboard.c
275
276Exynos
277M: Evgeny Voevodin <e.voevodin@samsung.com>
278M: Maksim Kozlov <m.kozlov@samsung.com>
279M: Igor Mitsyanko <i.mitsyanko@gmail.com>
280M: Dmitry Solodkiy <d.solodkiy@samsung.com>
281S: Maintained
282F: hw/*/exynos*
283
284Calxeda Highbank
285M: Rob Herring <robh@kernel.org>
286S: Maintained
287F: hw/arm/highbank.c
288F: hw/net/xgmac.c
289
290Canon DIGIC
291M: Antony Pavlov <antonynpavlov@gmail.com>
292S: Maintained
293F: include/hw/arm/digic.h
294F: hw/*/digic*
295
296Gumstix
297L: qemu-devel@nongnu.org
298S: Orphan
299F: hw/arm/gumstix.c
300
301i.MX31
302M: Peter Chubb <peter.chubb@nicta.com.au>
303S: Odd fixes
304F: hw/*/imx*
305F: hw/arm/kzm.c
306
307Integrator CP
308M: Peter Maydell <peter.maydell@linaro.org>
309S: Maintained
310F: hw/arm/integratorcp.c
311
312Mainstone
313L: qemu-devel@nongnu.org
314S: Orphan
315F: hw/arm/mainstone.c
316
317Musicpal
318M: Jan Kiszka <jan.kiszka@web.de>
319S: Maintained
320F: hw/arm/musicpal.c
321
322nSeries
323M: Andrzej Zaborowski <balrogg@gmail.com>
324S: Maintained
325F: hw/arm/nseries.c
326
327Palm
328M: Andrzej Zaborowski <balrogg@gmail.com>
329S: Maintained
330F: hw/arm/palm.c
331
332Real View
333M: Peter Maydell <peter.maydell@linaro.org>
334S: Maintained
335F: hw/arm/realview*
336
337Spitz
338M: Andrzej Zaborowski <balrogg@gmail.com>
339S: Maintained
340F: hw/arm/spitz.c
341
342Stellaris
343M: Peter Maydell <peter.maydell@linaro.org>
344S: Maintained
345F: hw/*/stellaris*
346
347Versatile PB
348M: Peter Maydell <peter.maydell@linaro.org>
349S: Maintained
350F: hw/*/versatile*
351
352Xilinx Zynq
353M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
354S: Maintained
355F: hw/arm/xilinx_zynq.c
356F: hw/misc/zynq_slcr.c
357F: hw/*/cadence_*
358F: hw/ssi/xilinx_spips.c
359
360CRIS Machines
361-------------
362Axis Dev88
363M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
364S: Maintained
365F: hw/cris/axis_dev88.c
366F: hw/*/etraxfs_*.c
367
368LM32 Machines
369-------------
370EVR32 and uclinux BSP
371M: Michael Walle <michael@walle.cc>
372S: Maintained
373F: hw/lm32/lm32_boards.c
374
375milkymist
376M: Michael Walle <michael@walle.cc>
377S: Maintained
378F: hw/lm32/milkymist.c
379
380M68K Machines
381-------------
382an5206
383S: Orphan
384F: hw/m68k/an5206.c
385
386dummy_m68k
387S: Orphan
388F: hw/m68k/dummy_m68k.c
389
390mcf5208
391S: Orphan
392F: hw/m68k/mcf5208.c
393
394MicroBlaze Machines
395-------------------
396petalogix_s3adsp1800
397M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
398S: Maintained
399F: hw/microblaze/petalogix_s3adsp1800_mmu.c
400
401petalogix_ml605
402M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
403S: Maintained
404F: hw/microblaze/petalogix_ml605_mmu.c
405
406MIPS Machines
407-------------
408Jazz
409M: Hervé Poussineau <hpoussin@reactos.org>
410S: Maintained
411F: hw/mips/mips_jazz.c
412
413Malta
414M: Aurelien Jarno <aurelien@aurel32.net>
415S: Maintained
416F: hw/mips/mips_malta.c
417
418Mipssim
419L: qemu-devel@nongnu.org
420S: Orphan
421F: hw/mips/mips_mipssim.c
422
423R4000
424M: Aurelien Jarno <aurelien@aurel32.net>
425S: Maintained
426F: hw/mips/mips_r4k.c
427
428OpenRISC Machines
429-----------------
430or1k-sim
431M: Jia Liu <proljc@gmail.com>
432S: Maintained
433F: hw/openrisc/openrisc_sim.c
434
435PowerPC Machines
436----------------
437405
438M: Alexander Graf <agraf@suse.de>
439L: qemu-ppc@nongnu.org
440S: Odd Fixes
441F: hw/ppc/ppc405_boards.c
442
443Bamboo
444M: Alexander Graf <agraf@suse.de>
445L: qemu-ppc@nongnu.org
446S: Odd Fixes
447F: hw/ppc/ppc440_bamboo.c
448
449e500
450M: Alexander Graf <agraf@suse.de>
451M: Scott Wood <scottwood@freescale.com>
452L: qemu-ppc@nongnu.org
453S: Supported
454F: hw/ppc/e500.[hc]
455F: hw/ppc/e500plat.c
456
457mpc8544ds
458M: Alexander Graf <agraf@suse.de>
459M: Scott Wood <scottwood@freescale.com>
460L: qemu-ppc@nongnu.org
461S: Supported
462F: hw/ppc/mpc8544ds.c
463F: hw/ppc/mpc8544_guts.c
464
465New World
466M: Alexander Graf <agraf@suse.de>
467L: qemu-ppc@nongnu.org
468S: Maintained
469F: hw/ppc/mac_newworld.c
470F: hw/pci-host/uninorth.c
471F: hw/pci-bridge/dec.[hc]
472F: hw/misc/macio/
473
474Old World
475M: Alexander Graf <agraf@suse.de>
476L: qemu-ppc@nongnu.org
477S: Maintained
478F: hw/ppc/mac_oldworld.c
479F: hw/pci-host/grackle.c
480F: hw/misc/macio/
481
482PReP
483M: Andreas Färber <andreas.faerber@web.de>
484L: qemu-ppc@nongnu.org
485S: Odd Fixes
486F: hw/ppc/prep.c
487F: hw/pci-host/prep.[hc]
488F: hw/isa/pc87312.[hc]
489
490sPAPR
491M: Alexander Graf <agraf@suse.de>
492L: qemu-ppc@nongnu.org
493S: Supported
494F: hw/*/spapr*
495F: include/hw/*/spapr*
496F: hw/*/xics*
497F: include/hw/*/xics*
498F: pc-bios/spapr-rtas/*
499
500virtex_ml507
501M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
502L: qemu-ppc@nongnu.org
503S: Odd Fixes
504F: hw/ppc/virtex_ml507.c
505
506SH4 Machines
507------------
508R2D
509M: Magnus Damm <magnus.damm@gmail.com>
510S: Maintained
511F: hw/sh4/r2d.c
512
513Shix
514M: Magnus Damm <magnus.damm@gmail.com>
515S: Orphan
516F: hw/sh4/shix.c
517
518SPARC Machines
519--------------
520Sun4m
521M: Blue Swirl <blauwirbel@gmail.com>
522M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
523S: Maintained
524F: hw/sparc/sun4m.c
525
526Sun4u
527M: Blue Swirl <blauwirbel@gmail.com>
528M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
529S: Maintained
530F: hw/sparc64/sun4u.c
531
532Leon3
533M: Fabien Chouteau <chouteau@adacore.com>
534S: Maintained
535F: hw/sparc/leon3.c
536F: hw/*/grlib*
537
538S390 Machines
539-------------
540S390 Virtio
541M: Alexander Graf <agraf@suse.de>
542S: Maintained
543F: hw/s390x/s390-*.c
544X: hw/s390x/*pci*.[hc]
545
546S390 Virtio-ccw
547M: Cornelia Huck <cornelia.huck@de.ibm.com>
548M: Christian Borntraeger <borntraeger@de.ibm.com>
549M: Alexander Graf <agraf@suse.de>
550S: Supported
551F: hw/s390x/s390-virtio-ccw.c
552F: hw/s390x/css.[hc]
553F: hw/s390x/sclp*.[hc]
554F: hw/s390x/ipl*.[hc]
555F: hw/s390x/*pci*.[hc]
556F: include/hw/s390x/
557F: pc-bios/s390-ccw/
558T: git git://github.com/cohuck/qemu virtio-ccw-upstr
559
560UniCore32 Machines
561-------------
562PKUnity-3 SoC initramfs-with-busybox
563M: Guan Xuetao <gxt@mprc.pku.edu.cn>
564S: Maintained
565F: hw/*/puv3*
566F: hw/unicore32/
567
568X86 Machines
569------------
570PC
571M: Anthony Liguori <aliguori@amazon.com>
572M: Michael S. Tsirkin <mst@redhat.com>
573S: Supported
574F: include/hw/i386/
575F: hw/i386/
576F: hw/pci-host/piix.c
577F: hw/pci-host/q35.c
578F: hw/pci-host/pam.c
579F: include/hw/pci-host/q35.h
580F: include/hw/pci-host/pam.h
581F: hw/isa/piix4.c
582F: hw/isa/lpc_ich9.c
583F: hw/i2c/smbus_ich9.c
584F: hw/acpi/piix4.c
585F: hw/acpi/ich9.c
586F: include/hw/acpi/ich9.h
587F: include/hw/acpi/piix.h
588
589
590Xtensa Machines
591---------------
592sim
593M: Max Filippov <jcmvbkbc@gmail.com>
594S: Maintained
595F: hw/xtensa/sim.c
596
597XTFPGA (LX60, LX200, ML605, KC705)
598M: Max Filippov <jcmvbkbc@gmail.com>
599S: Maintained
600F: hw/xtensa/xtfpga.c
601F: hw/net/opencores_eth.c
602
603Devices
604-------
605EDU
606M: Jiri Slaby <jslaby@suse.cz>
607S: Maintained
608F: hw/misc/edu.c
609
610IDE
611M: Kevin Wolf <kwolf@redhat.com>
612M: Stefan Hajnoczi <stefanha@redhat.com>
613S: Odd Fixes
614F: include/hw/ide.h
615F: hw/ide/
616
617OMAP
618M: Peter Maydell <peter.maydell@linaro.org>
619S: Maintained
620F: hw/*/omap*
621
622PCI
623M: Michael S. Tsirkin <mst@redhat.com>
624S: Supported
625F: include/hw/pci/*
626F: hw/pci/*
627F: hw/acpi/*
628
629ppc4xx
630M: Alexander Graf <agraf@suse.de>
631L: qemu-ppc@nongnu.org
632S: Odd Fixes
633F: hw/ppc/ppc4*.c
634
635ppce500
636M: Alexander Graf <agraf@suse.de>
637M: Scott Wood <scottwood@freescale.com>
638L: qemu-ppc@nongnu.org
639S: Supported
640F: hw/ppc/e500*
641
642SCSI
643M: Paolo Bonzini <pbonzini@redhat.com>
644S: Supported
645F: include/hw/scsi*
646F: hw/scsi/*
647T: git git://github.com/bonzini/qemu.git scsi-next
648
649LSI53C895A
650S: Orphan
651F: hw/scsi/lsi53c895a.c
652
653SSI
654M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
655S: Maintained
656F: hw/ssi/*
657F: hw/block/m25p80.c
658
659USB
660M: Gerd Hoffmann <kraxel@redhat.com>
661S: Maintained
662F: hw/usb/*
663F: tests/usb-*-test.c
664
665USB (serial adapter)
666M: Gerd Hoffmann <kraxel@redhat.com>
667M: Samuel Thibault <samuel.thibault@ens-lyon.org>
668S: Maintained
669F: hw/usb/dev-serial.c
670
671VFIO
672M: Alex Williamson <alex.williamson@redhat.com>
673S: Supported
674F: hw/vfio/*
675
676vhost
677M: Michael S. Tsirkin <mst@redhat.com>
678S: Supported
679F: hw/*/*vhost*
680
681virtio
682M: Anthony Liguori <aliguori@amazon.com>
683M: Michael S. Tsirkin <mst@redhat.com>
684S: Supported
685F: hw/*/virtio*
686
687virtio-9p
688M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
689S: Supported
690F: hw/9pfs/
691F: fsdev/
692F: tests/virtio-9p-test.c
693T: git git://github.com/kvaneesh/QEMU.git
694
695virtio-blk
696M: Kevin Wolf <kwolf@redhat.com>
697M: Stefan Hajnoczi <stefanha@redhat.com>
698S: Supported
699F: hw/block/virtio-blk.c
700
701virtio-ccw
702M: Cornelia Huck <cornelia.huck@de.ibm.com>
703M: Christian Borntraeger <borntraeger@de.ibm.com>
704S: Supported
705F: hw/s390x/virtio-ccw.[hc]
706T: git git://github.com/cohuck/qemu virtio-ccw-upstr
707
708virtio-serial
709M: Amit Shah <amit.shah@redhat.com>
710S: Supported
711F: hw/char/virtio-serial-bus.c
712F: hw/char/virtio-console.c
713F: include/hw/virtio/virtio-serial.h
714
715virtio-rng
716M: Amit Shah <amit.shah@redhat.com>
717S: Supported
718F: hw/virtio/virtio-rng.c
719F: include/hw/virtio/virtio-rng.h
720F: backends/rng*.c
721
722nvme
723M: Keith Busch <keith.busch@intel.com>
724S: Supported
725F: hw/block/nvme*
726F: tests/nvme-test.c
727
728megasas
729M: Hannes Reinecke <hare@suse.de>
730S: Supported
731F: hw/scsi/megasas.c
732F: hw/scsi/mfi.h
733
734Xilinx EDK
735M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
736M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
737S: Maintained
738F: hw/*/xilinx_*
739F: include/hw/xilinx.h
740
741Vmware
742M: Dmitry Fleytman <dmitry@daynix.com>
743S: Maintained
744F: hw/net/vmxnet*
745F: hw/scsi/vmw_pvscsi*
746
747Subsystems
748----------
749Audio
750M: Vassili Karpov (malc) <av1474@comtv.ru>
751M: Gerd Hoffmann <kraxel@redhat.com>
752S: Maintained
753F: audio/
754F: hw/audio/
755F: tests/ac97-test.c
756F: tests/es1370-test.c
757F: tests/intel-hda-test.c
758
759Block
760M: Kevin Wolf <kwolf@redhat.com>
761M: Stefan Hajnoczi <stefanha@redhat.com>
762S: Supported
763F: async.c
764F: aio-*.c
765F: block*
766F: block/
767F: hw/block/
768F: migration/block*
769F: qemu-img*
770F: qemu-io*
771F: tests/image-fuzzer/
772F: tests/qemu-iotests/
773T: git git://repo.or.cz/qemu/kevin.git block
774T: git git://github.com/stefanha/qemu.git block
775
776Character Devices
777M: Anthony Liguori <aliguori@amazon.com>
778M: Paolo Bonzini <pbonzini@redhat.com>
779S: Maintained
780F: qemu-char.c
781F: backends/msmouse.c
782F: backends/testdev.c
783
784Character Devices (Braille)
785M: Samuel Thibault <samuel.thibault@ens-lyon.org>
786S: Maintained
787F: backends/baum.c
788
789Coverity model
790M: Markus Armbruster <armbru@redhat.com>
791S: Supported
792F: scripts/coverity-model.c
793
794CPU
795M: Andreas Färber <afaerber@suse.de>
796S: Supported
797F: qom/cpu.c
798F: include/qom/cpu.h
799F: target-i386/cpu.c
800
801ICC Bus
802M: Igor Mammedov <imammedo@redhat.com>
803S: Supported
804F: include/hw/cpu/icc_bus.h
805F: hw/cpu/icc_bus.c
806
807Device Tree
808M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
809M: Alexander Graf <agraf@suse.de>
810S: Maintained
811F: device_tree.[ch]
812
813GDB stub
814L: qemu-devel@nongnu.org
815S: Odd Fixes
816F: gdbstub*
817F: gdb-xml/
818
819Memory API
820M: Paolo Bonzini <pbonzini@redhat.com>
821S: Supported
822F: include/exec/ioport.h
823F: ioport.c
824F: include/exec/memory.h
825F: memory.c
826F: include/exec/memory-internal.h
827F: exec.c
828
829SPICE
830M: Gerd Hoffmann <kraxel@redhat.com>
831S: Supported
832F: include/ui/qemu-spice.h
833F: ui/spice-*.c
834F: audio/spiceaudio.c
835F: hw/display/qxl*
836
837Graphics
838M: Anthony Liguori <aliguori@amazon.com>
839M: Gerd Hoffmann <kraxel@redhat.com>
840S: Odd Fixes
841F: ui/
842
843Cocoa graphics
844M: Andreas Färber <andreas.faerber@web.de>
845M: Peter Maydell <peter.maydell@linaro.org>
846S: Odd Fixes
847F: ui/cocoa.m
848
849Main loop
850M: Anthony Liguori <aliguori@amazon.com>
851M: Paolo Bonzini <pbonzini@redhat.com>
852S: Maintained
853F: cpus.c
854F: main-loop.c
855F: qemu-timer.c
856F: vl.c
857
858Human Monitor (HMP)
859M: Luiz Capitulino <lcapitulino@redhat.com>
860S: Maintained
861F: monitor.c
862F: hmp.c
863F: hmp-commands.hx
864T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
865
866Network device layer
867M: Anthony Liguori <aliguori@amazon.com>
868M: Stefan Hajnoczi <stefanha@redhat.com>
869M: Jason Wang <jasowang@redhat.com>
870S: Maintained
871F: net/
872T: git git://github.com/stefanha/qemu.git net
873
874Netmap network backend
875M: Luigi Rizzo <rizzo@iet.unipi.it>
876M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
877M: Vincenzo Maffione <v.maffione@gmail.com>
878W: http://info.iet.unipi.it/~luigi/netmap/
879S: Maintained
880F: net/netmap.c
881
882Network Block Device (NBD)
883M: Paolo Bonzini <pbonzini@redhat.com>
884S: Odd Fixes
885F: block/nbd.c
886F: nbd.*
887F: qemu-nbd.c
888T: git git://github.com/bonzini/qemu.git nbd-next
889
890QAPI
891M: Luiz Capitulino <lcapitulino@redhat.com>
892M: Michael Roth <mdroth@linux.vnet.ibm.com>
893S: Maintained
894F: qapi/
895F: tests/qapi-schema/
896T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
897
898QAPI Schema
899M: Eric Blake <eblake@redhat.com>
900M: Luiz Capitulino <lcapitulino@redhat.com>
901M: Markus Armbruster <armbru@redhat.com>
902S: Supported
903F: qapi-schema.json
904T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
905
906QObject
907M: Luiz Capitulino <lcapitulino@redhat.com>
908S: Maintained
909F: qobject/
910T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
911
912QEMU Guest Agent
913M: Michael Roth <mdroth@linux.vnet.ibm.com>
914S: Maintained
915F: qga/
916T: git git://github.com/mdroth/qemu.git qga
917
918QOM
919M: Anthony Liguori <aliguori@amazon.com>
920M: Andreas Färber <afaerber@suse.de>
921S: Supported
922T: git git://github.com/afaerber/qemu-cpu.git qom-next
923F: include/qom/
924X: include/qom/cpu.h
925F: qom/
926X: qom/cpu.c
927F: tests/qom-test.c
928
929QMP
930M: Luiz Capitulino <lcapitulino@redhat.com>
931S: Maintained
932F: qmp.c
933F: monitor.c
934F: qmp-commands.hx
935F: QMP/
936T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
937
938SLIRP
939M: Jan Kiszka <jan.kiszka@siemens.com>
940S: Maintained
941F: slirp/
942T: git git://git.kiszka.org/qemu.git queues/slirp
943
944Tracing
945M: Stefan Hajnoczi <stefanha@redhat.com>
946S: Maintained
947F: trace/
948F: scripts/tracetool.py
949F: scripts/tracetool/
950F: docs/tracing.txt
951T: git git://github.com/stefanha/qemu.git tracing
952
953Checkpatch
954M: Blue Swirl <blauwirbel@gmail.com>
955S: Odd Fixes
956F: scripts/checkpatch.pl
957
958Migration
959M: Juan Quintela <quintela@redhat.com>
960M: Amit Shah <amit.shah@redhat.com>
961S: Maintained
962F: include/migration/
963F: migration/
964F: savevm.c
965F: arch_init.c
966F: scripts/vmstate-static-checker.py
967F: tests/vmstate-static-checker-data/
968
969Seccomp
970M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
971S: Supported
972F: qemu-seccomp.c
973F: include/sysemu/seccomp.h
974
975Usermode Emulation
976------------------
977Overall
978M: Riku Voipio <riku.voipio@iki.fi>
979S: Maintained
980F: thunk.c
981F: user-exec.c
982
983BSD user
984M: Blue Swirl <blauwirbel@gmail.com>
985S: Maintained
986F: bsd-user/
987
988Linux user
989M: Riku Voipio <riku.voipio@iki.fi>
990S: Maintained
991F: linux-user/
992
993Tiny Code Generator (TCG)
994-------------------------
995Common code
996M: Richard Henderson <rth@twiddle.net>
997S: Maintained
998F: tcg/
999
1000AArch64 target
1001M: Claudio Fontana <claudio.fontana@huawei.com>
1002M: Claudio Fontana <claudio.fontana@gmail.com>
1003S: Maintained
1004F: tcg/aarch64/
1005
1006ARM target
1007M: Andrzej Zaborowski <balrogg@gmail.com>
1008S: Maintained
1009F: tcg/arm/
1010
1011i386 target
1012L: qemu-devel@nongnu.org
1013S: Maintained
1014F: tcg/i386/
1015
1016IA64 target
1017M: Aurelien Jarno <aurelien@aurel32.net>
1018S: Maintained
1019F: tcg/ia64/
1020
1021MIPS target
1022M: Aurelien Jarno <aurelien@aurel32.net>
1023S: Maintained
1024F: tcg/mips/
1025
1026PPC
1027M: Vassili Karpov (malc) <av1474@comtv.ru>
1028S: Maintained
1029F: tcg/ppc/
1030
1031PPC64 target
1032M: Vassili Karpov (malc) <av1474@comtv.ru>
1033S: Maintained
1034F: tcg/ppc64/
1035
1036S390 target
1037M: Alexander Graf <agraf@suse.de>
1038M: Richard Henderson <rth@twiddle.net>
1039S: Maintained
1040F: tcg/s390/
1041
1042SPARC target
1043M: Blue Swirl <blauwirbel@gmail.com>
1044S: Maintained
1045F: tcg/sparc/
1046
1047TCI target
1048M: Stefan Weil <sw@weilnetz.de>
1049S: Maintained
1050F: tcg/tci/
1051F: tci.c
1052
1053Stable branches
1054---------------
1055Stable 1.0
1056L: qemu-stable@nongnu.org
1057T: git git://git.qemu-project.org/qemu-stable-1.0.git
1058S: Orphan
1059
1060Stable 0.15
1061L: qemu-stable@nongnu.org
1062M: Andreas Färber <afaerber@suse.de>
1063T: git git://git.qemu-project.org/qemu-stable-0.15.git
1064S: Supported
1065
1066Stable 0.14
1067L: qemu-stable@nongnu.org
1068T: git git://git.qemu-project.org/qemu-stable-0.14.git
1069S: Orphan
1070
1071Stable 0.10
1072L: qemu-stable@nongnu.org
1073T: git git://git.qemu-project.org/qemu-stable-0.10.git
1074S: Orphan
1075
1076Block drivers
1077-------------
1078VMDK
1079M: Fam Zheng <famz@redhat.com>
1080S: Supported
1081F: block/vmdk.c
1082
1083RBD
1084M: Josh Durgin <josh.durgin@inktank.com>
1085S: Supported
1086F: block/rbd.c
1087
1088Sheepdog
1089M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1090M: Liu Yuan <namei.unix@gmail.com>
1091L: sheepdog@lists.wpkg.org
1092S: Supported
1093F: block/sheepdog.c
1094
1095VHDX
1096M: Jeff Cody <jcody@redhat.com>
1097S: Supported
1098F: block/vhdx*
1099
1100VDI
1101M: Stefan Weil <sw@weilnetz.de>
1102S: Maintained
1103F: block/vdi.c
1104
1105iSCSI
1106M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1107M: Paolo Bonzini <pbonzini@redhat.com>
1108M: Peter Lieven <pl@kamp.de>
1109S: Supported
1110F: block/iscsi.c
1111
1112NFS
1113M: Peter Lieven <pl@kamp.de>
1114S: Maintained
1115F: block/nfs.c
1116
1117SSH
1118M: Richard W.M. Jones <rjones@redhat.com>
1119S: Supported
1120F: block/ssh.c
1121
1122ARCHIPELAGO
1123M: Chrysostomos Nanakos <chris@include.gr>
1124S: Maintained
1125F: block/archipelago.c
1126
1127Bootdevice
1128M: Gonglei <arei.gonglei@huawei.com>
1129S: Maintained
1130F: bootdevice.c
1131