]> git.proxmox.com Git - mirror_qemu.git/blame_incremental - MAINTAINERS
target-ppc: Remove unnecessary variable
[mirror_qemu.git] / MAINTAINERS
... / ...
CommitLineData
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: Peter Maydell <peter.maydell@linaro.org>
54
55Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <mst@redhat.com>
59L: secalert@redhat.com
60
61Guest CPU cores (TCG):
62----------------------
63Overall
64L: qemu-devel@nongnu.org
65S: Odd fixes
66F: cpu-exec.c
67F: cputlb.c
68F: softmmu_template.h
69F: translate-all.c
70F: include/exec/cpu_ldst.h
71F: include/exec/cpu_ldst_template.h
72F: include/exec/helper*.h
73
74Alpha
75M: Richard Henderson <rth@twiddle.net>
76S: Maintained
77F: target-alpha/
78F: hw/alpha/
79F: tests/tcg/alpha/
80F: disas/alpha.c
81
82ARM
83M: Peter Maydell <peter.maydell@linaro.org>
84S: Maintained
85F: target-arm/
86F: hw/arm/
87F: hw/cpu/a*mpcore.c
88F: disas/arm.c
89F: disas/arm-a64.cc
90F: disas/libvixl/
91
92CRIS
93M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
94S: Maintained
95F: target-cris/
96F: hw/cris/
97F: tests/tcg/cris/
98F: disas/cris.c
99
100LM32
101M: Michael Walle <michael@walle.cc>
102S: Maintained
103F: target-lm32/
104F: disas/lm32.c
105F: hw/lm32/
106F: hw/*/lm32_*
107F: hw/*/milkymist-*
108F: include/hw/char/lm32_juart.h
109F: include/hw/lm32/
110F: tests/tcg/lm32/
111
112M68K
113S: Orphan
114F: target-m68k/
115F: hw/m68k/
116
117MicroBlaze
118M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
119S: Maintained
120F: target-microblaze/
121F: hw/microblaze/
122F: disas/microblaze.c
123
124MIPS
125M: Aurelien Jarno <aurelien@aurel32.net>
126M: Leon Alrae <leon.alrae@imgtec.com>
127S: Maintained
128F: target-mips/
129F: hw/mips/
130F: tests/tcg/mips/
131F: disas/mips.c
132
133Moxie
134M: Anthony Green <green@moxielogic.com>
135S: Maintained
136F: target-moxie/
137F: disas/moxie.c
138
139OpenRISC
140M: Jia Liu <proljc@gmail.com>
141S: Maintained
142F: target-openrisc/
143F: hw/openrisc/
144F: tests/tcg/openrisc/
145
146PowerPC
147M: Alexander Graf <agraf@suse.de>
148L: qemu-ppc@nongnu.org
149S: Maintained
150F: target-ppc/
151F: hw/ppc/
152F: disas/ppc.c
153
154S390
155M: Richard Henderson <rth@twiddle.net>
156M: Alexander Graf <agraf@suse.de>
157S: Maintained
158F: target-s390x/
159F: hw/s390x/
160F: disas/s390.c
161
162SH4
163M: Aurelien Jarno <aurelien@aurel32.net>
164S: Odd Fixes
165F: target-sh4/
166F: hw/sh4/
167F: disas/sh4.c
168
169SPARC
170M: Blue Swirl <blauwirbel@gmail.com>
171M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
172S: Maintained
173F: target-sparc/
174F: hw/sparc/
175F: hw/sparc64/
176F: disas/sparc.c
177
178UniCore32
179M: Guan Xuetao <gxt@mprc.pku.edu.cn>
180S: Maintained
181F: target-unicore32/
182F: hw/unicore32/
183
184X86
185M: Paolo Bonzini <pbonzini@redhat.com>
186M: Richard Henderson <rth@twiddle.net>
187M: Eduardo Habkost <ehabkost@redhat.com>
188S: Maintained
189F: target-i386/
190F: hw/i386/
191F: disas/i386.c
192
193Xtensa
194M: Max Filippov <jcmvbkbc@gmail.com>
195W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
196S: Maintained
197F: target-xtensa/
198F: hw/xtensa/
199F: tests/tcg/xtensa/
200
201TriCore
202M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
203S: Maintained
204F: target-tricore/
205F: hw/tricore/
206
207Guest CPU Cores (KVM):
208----------------------
209
210Overall
211M: Paolo Bonzini <pbonzini@redhat.com>
212L: kvm@vger.kernel.org
213S: Supported
214F: kvm-*
215F: */kvm.*
216
217ARM
218M: Peter Maydell <peter.maydell@linaro.org>
219S: Maintained
220F: target-arm/kvm.c
221
222MIPS
223M: James Hogan <james.hogan@imgtec.com>
224S: Maintained
225F: target-mips/kvm.c
226
227PPC
228M: Alexander Graf <agraf@suse.de>
229S: Maintained
230F: target-ppc/kvm.c
231
232S390
233M: Christian Borntraeger <borntraeger@de.ibm.com>
234M: Cornelia Huck <cornelia.huck@de.ibm.com>
235M: Alexander Graf <agraf@suse.de>
236S: Maintained
237F: target-s390x/kvm.c
238F: hw/intc/s390_flic.c
239F: hw/intc/s390_flic_kvm.c
240F: include/hw/s390x/s390_flic.h
241
242X86
243M: Paolo Bonzini <pbonzini@redhat.com>
244M: Marcelo Tosatti <mtosatti@redhat.com>
245L: kvm@vger.kernel.org
246S: Supported
247F: target-i386/kvm.c
248
249Guest CPU Cores (Xen):
250----------------------
251
252X86
253M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
254L: xen-devel@lists.xensource.com
255S: Supported
256F: xen-*
257F: */xen*
258
259Hosts:
260------
261
262LINUX
263L: qemu-devel@nongnu.org
264S: Maintained
265F: linux-*
266F: linux-headers/
267
268POSIX
269L: qemu-devel@nongnu.org
270S: Maintained
271F: *posix*
272
273W32, W64
274L: qemu-devel@nongnu.org
275M: Stefan Weil <sw@weilnetz.de>
276S: Maintained
277F: *win32*
278
279ARM Machines
280------------
281Allwinner-a10
282M: Beniamino Galvani <b.galvani@gmail.com>
283S: Maintained
284F: hw/*/allwinner*
285F: include/hw/*/allwinner*
286F: hw/arm/cubieboard.c
287
288Exynos
289M: Evgeny Voevodin <e.voevodin@samsung.com>
290M: Maksim Kozlov <m.kozlov@samsung.com>
291M: Igor Mitsyanko <i.mitsyanko@gmail.com>
292M: Dmitry Solodkiy <d.solodkiy@samsung.com>
293S: Maintained
294F: hw/*/exynos*
295
296Calxeda Highbank
297M: Rob Herring <robh@kernel.org>
298S: Maintained
299F: hw/arm/highbank.c
300F: hw/net/xgmac.c
301
302Canon DIGIC
303M: Antony Pavlov <antonynpavlov@gmail.com>
304S: Maintained
305F: include/hw/arm/digic.h
306F: hw/*/digic*
307
308Gumstix
309L: qemu-devel@nongnu.org
310S: Orphan
311F: hw/arm/gumstix.c
312
313i.MX31
314M: Peter Chubb <peter.chubb@nicta.com.au>
315S: Odd fixes
316F: hw/*/imx*
317F: hw/arm/kzm.c
318
319Integrator CP
320M: Peter Maydell <peter.maydell@linaro.org>
321S: Maintained
322F: hw/arm/integratorcp.c
323
324Mainstone
325L: qemu-devel@nongnu.org
326S: Orphan
327F: hw/arm/mainstone.c
328
329Musicpal
330M: Jan Kiszka <jan.kiszka@web.de>
331S: Maintained
332F: hw/arm/musicpal.c
333
334nSeries
335M: Andrzej Zaborowski <balrogg@gmail.com>
336S: Maintained
337F: hw/arm/nseries.c
338
339Palm
340M: Andrzej Zaborowski <balrogg@gmail.com>
341S: Maintained
342F: hw/arm/palm.c
343
344Real View
345M: Peter Maydell <peter.maydell@linaro.org>
346S: Maintained
347F: hw/arm/realview*
348
349Spitz
350M: Andrzej Zaborowski <balrogg@gmail.com>
351S: Maintained
352F: hw/arm/spitz.c
353
354Stellaris
355M: Peter Maydell <peter.maydell@linaro.org>
356S: Maintained
357F: hw/*/stellaris*
358
359Versatile PB
360M: Peter Maydell <peter.maydell@linaro.org>
361S: Maintained
362F: hw/*/versatile*
363
364Xilinx Zynq
365M: Alistair Francis <alistair.francis@xilinx.com>
366M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
367S: Maintained
368F: hw/arm/xilinx_zynq.c
369F: hw/misc/zynq_slcr.c
370F: hw/*/cadence_*
371F: hw/ssi/xilinx_spips.c
372
373Xilinx ZynqMP
374M: Alistair Francis <alistair.francis@xilinx.com>
375M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
376S: Maintained
377F: hw/arm/xlnx-zynqmp.c
378F: hw/arm/xlnx-ep108.c
379F: include/hw/arm/xlnx-zynqmp.h
380
381ARM ACPI Subsystem
382M: Shannon Zhao <zhaoshenglong@huawei.com>
383M: Shannon Zhao <shannon.zhao@linaro.org>
384S: Maintained
385F: hw/arm/virt-acpi-build.c
386F: include/hw/arm/virt-acpi-build.h
387
388CRIS Machines
389-------------
390Axis Dev88
391M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
392S: Maintained
393F: hw/cris/axis_dev88.c
394F: hw/*/etraxfs_*.c
395
396LM32 Machines
397-------------
398EVR32 and uclinux BSP
399M: Michael Walle <michael@walle.cc>
400S: Maintained
401F: hw/lm32/lm32_boards.c
402
403milkymist
404M: Michael Walle <michael@walle.cc>
405S: Maintained
406F: hw/lm32/milkymist.c
407
408M68K Machines
409-------------
410an5206
411S: Orphan
412F: hw/m68k/an5206.c
413
414dummy_m68k
415S: Orphan
416F: hw/m68k/dummy_m68k.c
417
418mcf5208
419S: Orphan
420F: hw/m68k/mcf5208.c
421
422MicroBlaze Machines
423-------------------
424petalogix_s3adsp1800
425M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
426S: Maintained
427F: hw/microblaze/petalogix_s3adsp1800_mmu.c
428
429petalogix_ml605
430M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
431S: Maintained
432F: hw/microblaze/petalogix_ml605_mmu.c
433
434MIPS Machines
435-------------
436Jazz
437M: Hervé Poussineau <hpoussin@reactos.org>
438S: Maintained
439F: hw/mips/mips_jazz.c
440
441Malta
442M: Aurelien Jarno <aurelien@aurel32.net>
443S: Maintained
444F: hw/mips/mips_malta.c
445
446Mipssim
447L: qemu-devel@nongnu.org
448S: Orphan
449F: hw/mips/mips_mipssim.c
450
451R4000
452M: Aurelien Jarno <aurelien@aurel32.net>
453S: Maintained
454F: hw/mips/mips_r4k.c
455
456OpenRISC Machines
457-----------------
458or1k-sim
459M: Jia Liu <proljc@gmail.com>
460S: Maintained
461F: hw/openrisc/openrisc_sim.c
462
463PowerPC Machines
464----------------
465405
466M: Alexander Graf <agraf@suse.de>
467L: qemu-ppc@nongnu.org
468S: Odd Fixes
469F: hw/ppc/ppc405_boards.c
470
471Bamboo
472M: Alexander Graf <agraf@suse.de>
473L: qemu-ppc@nongnu.org
474S: Odd Fixes
475F: hw/ppc/ppc440_bamboo.c
476
477e500
478M: Alexander Graf <agraf@suse.de>
479M: Scott Wood <scottwood@freescale.com>
480L: qemu-ppc@nongnu.org
481S: Supported
482F: hw/ppc/e500.[hc]
483F: hw/ppc/e500plat.c
484
485mpc8544ds
486M: Alexander Graf <agraf@suse.de>
487M: Scott Wood <scottwood@freescale.com>
488L: qemu-ppc@nongnu.org
489S: Supported
490F: hw/ppc/mpc8544ds.c
491F: hw/ppc/mpc8544_guts.c
492
493New World
494M: Alexander Graf <agraf@suse.de>
495L: qemu-ppc@nongnu.org
496S: Maintained
497F: hw/ppc/mac_newworld.c
498F: hw/pci-host/uninorth.c
499F: hw/pci-bridge/dec.[hc]
500F: hw/misc/macio/
501
502Old World
503M: Alexander Graf <agraf@suse.de>
504L: qemu-ppc@nongnu.org
505S: Maintained
506F: hw/ppc/mac_oldworld.c
507F: hw/pci-host/grackle.c
508F: hw/misc/macio/
509
510PReP
511M: Andreas Färber <andreas.faerber@web.de>
512L: qemu-ppc@nongnu.org
513S: Odd Fixes
514F: hw/ppc/prep.c
515F: hw/pci-host/prep.[hc]
516F: hw/isa/pc87312.[hc]
517
518sPAPR (pseries)
519M: David Gibson <david@gibson.dropbear.id.au>
520M: Alexander Graf <agraf@suse.de>
521L: qemu-ppc@nongnu.org
522S: Supported
523F: hw/*/spapr*
524F: include/hw/*/spapr*
525F: hw/*/xics*
526F: include/hw/*/xics*
527F: pc-bios/spapr-rtas/*
528
529virtex_ml507
530M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
531L: qemu-ppc@nongnu.org
532S: Odd Fixes
533F: hw/ppc/virtex_ml507.c
534
535SH4 Machines
536------------
537R2D
538M: Magnus Damm <magnus.damm@gmail.com>
539S: Maintained
540F: hw/sh4/r2d.c
541
542Shix
543M: Magnus Damm <magnus.damm@gmail.com>
544S: Orphan
545F: hw/sh4/shix.c
546
547SPARC Machines
548--------------
549Sun4m
550M: Blue Swirl <blauwirbel@gmail.com>
551M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
552S: Maintained
553F: hw/sparc/sun4m.c
554
555Sun4u
556M: Blue Swirl <blauwirbel@gmail.com>
557M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
558S: Maintained
559F: hw/sparc64/sun4u.c
560
561Leon3
562M: Fabien Chouteau <chouteau@adacore.com>
563S: Maintained
564F: hw/sparc/leon3.c
565F: hw/*/grlib*
566
567S390 Machines
568-------------
569S390 Virtio
570M: Alexander Graf <agraf@suse.de>
571S: Maintained
572F: hw/s390x/s390-*.c
573X: hw/s390x/*pci*.[hc]
574
575S390 Virtio-ccw
576M: Cornelia Huck <cornelia.huck@de.ibm.com>
577M: Christian Borntraeger <borntraeger@de.ibm.com>
578M: Alexander Graf <agraf@suse.de>
579S: Supported
580F: hw/char/sclp*.[hc]
581F: hw/s390x/s390-virtio-ccw.c
582F: hw/s390x/css.[hc]
583F: hw/s390x/sclp*.[hc]
584F: hw/s390x/ipl*.[hc]
585F: hw/s390x/*pci*.[hc]
586F: hw/s390x/s390-skeys*.c
587F: include/hw/s390x/
588F: pc-bios/s390-ccw/
589T: git git://github.com/cohuck/qemu virtio-ccw-upstr
590
591UniCore32 Machines
592-------------
593PKUnity-3 SoC initramfs-with-busybox
594M: Guan Xuetao <gxt@mprc.pku.edu.cn>
595S: Maintained
596F: hw/*/puv3*
597F: hw/unicore32/
598
599X86 Machines
600------------
601PC
602M: Michael S. Tsirkin <mst@redhat.com>
603S: Supported
604F: include/hw/i386/
605F: hw/i386/
606F: hw/pci-host/piix.c
607F: hw/pci-host/q35.c
608F: hw/pci-host/pam.c
609F: include/hw/pci-host/q35.h
610F: include/hw/pci-host/pam.h
611F: hw/isa/piix4.c
612F: hw/isa/lpc_ich9.c
613F: hw/i2c/smbus_ich9.c
614F: hw/acpi/piix4.c
615F: hw/acpi/ich9.c
616F: include/hw/acpi/ich9.h
617F: include/hw/acpi/piix.h
618F: hw/misc/sga.c
619
620PC Chipset
621M: Michael S. Tsirkin <mst@redhat.com>
622M: Paolo Bonzini <pbonzini@redhat.com>
623S: Support
624F: hw/char/debugcon.c
625F: hw/char/parallel.c
626F: hw/char/serial*
627F: hw/dma/i8257*
628F: hw/i2c/pm_smbus.c
629F: hw/intc/apic*
630F: hw/intc/ioapic*
631F: hw/intc/i8259*
632F: hw/misc/debugexit.c
633F: hw/misc/pc-testdev.c
634F: hw/timer/hpet*
635F: hw/timer/i8254*
636F: hw/timer/mc146818rtc*
637
638
639Xtensa Machines
640---------------
641sim
642M: Max Filippov <jcmvbkbc@gmail.com>
643S: Maintained
644F: hw/xtensa/sim.c
645
646XTFPGA (LX60, LX200, ML605, KC705)
647M: Max Filippov <jcmvbkbc@gmail.com>
648S: Maintained
649F: hw/xtensa/xtfpga.c
650F: hw/net/opencores_eth.c
651
652Devices
653-------
654EDU
655M: Jiri Slaby <jslaby@suse.cz>
656S: Maintained
657F: hw/misc/edu.c
658
659IDE
660M: John Snow <jsnow@redhat.com>
661L: qemu-block@nongnu.org
662S: Supported
663F: include/hw/ide.h
664F: hw/ide/
665F: hw/block/block.c
666F: hw/block/cdrom.c
667F: hw/block/hd-geometry.c
668F: tests/ide-test.c
669F: tests/ahci-test.c
670F: tests/libqos/ahci*
671T: git git://github.com/jnsnow/qemu.git ide
672
673Floppy
674M: John Snow <jsnow@redhat.com>
675L: qemu-block@nongnu.org
676S: Supported
677F: hw/block/fdc.c
678F: include/hw/block/fdc.h
679F: tests/fdc-test.c
680T: git git://github.com/jnsnow/qemu.git ide
681
682OMAP
683M: Peter Maydell <peter.maydell@linaro.org>
684S: Maintained
685F: hw/*/omap*
686
687IPack
688M: Alberto Garcia <berto@igalia.com>
689S: Odd Fixes
690F: hw/char/ipoctal232.c
691F: hw/ipack/
692
693PCI
694M: Michael S. Tsirkin <mst@redhat.com>
695S: Supported
696F: include/hw/pci/*
697F: hw/misc/pci-testdev.c
698F: hw/pci/*
699F: hw/pci-bridge/*
700
701ACPI/SMBIOS
702M: Michael S. Tsirkin <mst@redhat.com>
703M: Igor Mammedov <imammedo@redhat.com>
704S: Supported
705F: include/hw/acpi/*
706F: include/hw/smbios/*
707F: hw/mem/*
708F: hw/acpi/*
709F: hw/smbios/*
710F: hw/i386/acpi-build.[hc]
711F: hw/i386/*dsl
712F: hw/arm/virt-acpi-build.c
713F: include/hw/arm/virt-acpi-build.h
714F: scripts/acpi*py
715
716ppc4xx
717M: Alexander Graf <agraf@suse.de>
718L: qemu-ppc@nongnu.org
719S: Odd Fixes
720F: hw/ppc/ppc4*.c
721
722ppce500
723M: Alexander Graf <agraf@suse.de>
724M: Scott Wood <scottwood@freescale.com>
725L: qemu-ppc@nongnu.org
726S: Supported
727F: hw/ppc/e500*
728
729Character devices
730M: Paolo Bonzini <pbonzini@redhat.com>
731S: Odd Fixes
732F: hw/char/
733
734Network devices
735M: Jason Wang <jasowang@redhat.com>
736S: Odd Fixes
737F: hw/net/
738T: git git://github.com/jasowang/qemu.git net
739
740SCSI
741M: Paolo Bonzini <pbonzini@redhat.com>
742S: Supported
743F: include/hw/scsi*
744F: hw/scsi/*
745T: git git://github.com/bonzini/qemu.git scsi-next
746
747LSI53C895A
748S: Orphan
749F: hw/scsi/lsi53c895a.c
750
751SSI
752M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
753S: Maintained
754F: hw/ssi/*
755F: hw/block/m25p80.c
756X: hw/ssi/xilinx_*
757
758Xilinx SPI
759M: Alistair Francis <alistair.francis@xilinx.com>
760M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
761S: Maintained
762F: hw/ssi/xilinx_*
763
764USB
765M: Gerd Hoffmann <kraxel@redhat.com>
766S: Maintained
767F: hw/usb/*
768F: tests/usb-*-test.c
769
770USB (serial adapter)
771M: Gerd Hoffmann <kraxel@redhat.com>
772M: Samuel Thibault <samuel.thibault@ens-lyon.org>
773S: Maintained
774F: hw/usb/dev-serial.c
775
776VFIO
777M: Alex Williamson <alex.williamson@redhat.com>
778S: Supported
779F: hw/vfio/*
780
781vhost
782M: Michael S. Tsirkin <mst@redhat.com>
783S: Supported
784F: hw/*/*vhost*
785
786virtio
787M: Michael S. Tsirkin <mst@redhat.com>
788S: Supported
789F: hw/*/virtio*
790F: net/vhost-user.c
791
792virtio-9p
793M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
794S: Supported
795F: hw/9pfs/
796F: fsdev/
797F: tests/virtio-9p-test.c
798T: git git://github.com/kvaneesh/QEMU.git
799
800virtio-blk
801M: Stefan Hajnoczi <stefanha@redhat.com>
802L: qemu-block@nongnu.org
803S: Supported
804F: hw/block/virtio-blk.c
805F: hw/block/dataplane/*
806F: hw/virtio/dataplane/*
807T: git git://github.com/stefanha/qemu.git block
808
809virtio-ccw
810M: Cornelia Huck <cornelia.huck@de.ibm.com>
811M: Christian Borntraeger <borntraeger@de.ibm.com>
812S: Supported
813F: hw/s390x/virtio-ccw.[hc]
814T: git git://github.com/cohuck/qemu virtio-ccw-upstr
815
816virtio-input
817M: Gerd Hoffmann <kraxel@redhat.com>
818S: Maintained
819F: hw/input/virtio-input*.c
820F: include/hw/virtio/virtio-input.h
821
822virtio-serial
823M: Amit Shah <amit.shah@redhat.com>
824S: Supported
825F: hw/char/virtio-serial-bus.c
826F: hw/char/virtio-console.c
827F: include/hw/virtio/virtio-serial.h
828
829virtio-rng
830M: Amit Shah <amit.shah@redhat.com>
831S: Supported
832F: hw/virtio/virtio-rng.c
833F: include/hw/virtio/virtio-rng.h
834F: backends/rng*.c
835
836nvme
837M: Keith Busch <keith.busch@intel.com>
838L: qemu-block@nongnu.org
839S: Supported
840F: hw/block/nvme*
841F: tests/nvme-test.c
842
843megasas
844M: Hannes Reinecke <hare@suse.de>
845L: qemu-block@nongnu.org
846S: Supported
847F: hw/scsi/megasas.c
848F: hw/scsi/mfi.h
849
850Xilinx EDK
851M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
852M: Alistair Francis <alistair.francis@xilinx.com>
853M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
854S: Maintained
855F: hw/*/xilinx_*
856F: include/hw/xilinx.h
857
858Vmware
859M: Dmitry Fleytman <dmitry@daynix.com>
860S: Maintained
861F: hw/net/vmxnet*
862F: hw/scsi/vmw_pvscsi*
863
864Rocker
865M: Scott Feldman <sfeldma@gmail.com>
866M: Jiri Pirko <jiri@resnulli.us>
867S: Maintained
868F: hw/net/rocker/
869
870Subsystems
871----------
872Audio
873M: Gerd Hoffmann <kraxel@redhat.com>
874S: Maintained
875F: audio/
876F: hw/audio/
877F: tests/ac97-test.c
878F: tests/es1370-test.c
879F: tests/intel-hda-test.c
880
881Block layer core
882M: Kevin Wolf <kwolf@redhat.com>
883L: qemu-block@nongnu.org
884S: Supported
885F: block*
886F: block/
887F: hw/block/
888F: include/block/
889F: qemu-img*
890F: qemu-io*
891F: tests/qemu-iotests/
892T: git git://repo.or.cz/qemu/kevin.git block
893
894Block I/O path
895M: Stefan Hajnoczi <stefanha@redhat.com>
896L: qemu-block@nongnu.org
897S: Supported
898F: async.c
899F: aio-*.c
900F: block/io.c
901F: migration/block*
902T: git git://github.com/stefanha/qemu.git block
903
904Block Jobs
905M: Jeff Cody <jcody@redhat.com>
906L: qemu-block@nongnu.org
907S: Supported
908F: blockjob.c
909F: include/block/blockjob.h
910F: block/backup.c
911F: block/commit.c
912F: block/stream.h
913F: block/mirror.c
914T: git git://github.com/codyprime/qemu-kvm-jtc.git block
915
916Block QAPI, monitor, command line
917M: Markus Armbruster <armbru@redhat.com>
918S: Supported
919F: blockdev.c
920F: block/qapi.c
921F: qapi/block*.json
922T: git git://repo.or.cz/qemu/armbru.git block-next
923
924Character device backends
925M: Paolo Bonzini <pbonzini@redhat.com>
926S: Maintained
927F: qemu-char.c
928F: backends/msmouse.c
929F: backends/testdev.c
930
931Character Devices (Braille)
932M: Samuel Thibault <samuel.thibault@ens-lyon.org>
933S: Maintained
934F: backends/baum.c
935
936Coverity model
937M: Markus Armbruster <armbru@redhat.com>
938S: Supported
939F: scripts/coverity-model.c
940
941CPU
942M: Andreas Färber <afaerber@suse.de>
943S: Supported
944F: qom/cpu.c
945F: include/qom/cpu.h
946F: target-i386/cpu.c
947
948ICC Bus
949M: Igor Mammedov <imammedo@redhat.com>
950S: Supported
951F: include/hw/cpu/icc_bus.h
952F: hw/cpu/icc_bus.c
953
954Device Tree
955M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
956M: Alexander Graf <agraf@suse.de>
957S: Maintained
958F: device_tree.[ch]
959
960Error reporting
961M: Markus Armbruster <armbru@redhat.com>
962S: Supported
963F: include/qapi/error.h
964F: include/qemu/error-report.h
965F: util/error.c
966F: util/qemu-error.c
967
968GDB stub
969L: qemu-devel@nongnu.org
970S: Odd Fixes
971F: gdbstub*
972F: gdb-xml/
973
974Memory API
975M: Paolo Bonzini <pbonzini@redhat.com>
976S: Supported
977F: include/exec/ioport.h
978F: ioport.c
979F: include/exec/memory.h
980F: memory.c
981F: include/exec/memory-internal.h
982F: exec.c
983
984SPICE
985M: Gerd Hoffmann <kraxel@redhat.com>
986S: Supported
987F: include/ui/qemu-spice.h
988F: ui/spice-*.c
989F: audio/spiceaudio.c
990F: hw/display/qxl*
991
992Graphics
993M: Gerd Hoffmann <kraxel@redhat.com>
994S: Odd Fixes
995F: ui/
996
997Cocoa graphics
998M: Andreas Färber <andreas.faerber@web.de>
999M: Peter Maydell <peter.maydell@linaro.org>
1000S: Odd Fixes
1001F: ui/cocoa.m
1002
1003Main loop
1004M: Paolo Bonzini <pbonzini@redhat.com>
1005S: Maintained
1006F: cpus.c
1007F: main-loop.c
1008F: qemu-timer.c
1009F: vl.c
1010
1011Human Monitor (HMP)
1012M: Luiz Capitulino <lcapitulino@redhat.com>
1013S: Maintained
1014F: monitor.c
1015F: hmp.c
1016F: hmp-commands.hx
1017T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1018
1019Network device backends
1020M: Jason Wang <jasowang@redhat.com>
1021S: Maintained
1022F: net/
1023T: git git://github.com/jasowang/qemu.git net
1024
1025Netmap network backend
1026M: Luigi Rizzo <rizzo@iet.unipi.it>
1027M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1028M: Vincenzo Maffione <v.maffione@gmail.com>
1029W: http://info.iet.unipi.it/~luigi/netmap/
1030S: Maintained
1031F: net/netmap.c
1032
1033Network Block Device (NBD)
1034M: Paolo Bonzini <pbonzini@redhat.com>
1035S: Odd Fixes
1036F: block/nbd.c
1037F: nbd.*
1038F: qemu-nbd.c
1039T: git git://github.com/bonzini/qemu.git nbd-next
1040
1041NUMA
1042M: Eduardo Habkost <ehabkost@redhat.com>
1043S: Maintained
1044F: numa.c
1045F: include/sysemu/numa.h
1046K: numa|NUMA
1047K: srat|SRAT
1048T: git git://github.com/ehabkost/qemu.git numa
1049
1050QAPI
1051M: Markus Armbruster <armbru@redhat.com>
1052M: Michael Roth <mdroth@linux.vnet.ibm.com>
1053S: Supported
1054F: qapi/
1055X: qapi/*.json
1056F: tests/qapi-schema/
1057F: scripts/qapi*
1058F: docs/qapi*
1059T: git git://repo.or.cz/qemu/armbru.git qapi-next
1060
1061QAPI Schema
1062M: Eric Blake <eblake@redhat.com>
1063M: Markus Armbruster <armbru@redhat.com>
1064S: Supported
1065F: qapi-schema.json
1066F: qapi/*.json
1067T: git git://repo.or.cz/qemu/armbru.git qapi-next
1068
1069QObject
1070M: Luiz Capitulino <lcapitulino@redhat.com>
1071S: Maintained
1072F: qobject/
1073T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1074
1075QEMU Guest Agent
1076M: Michael Roth <mdroth@linux.vnet.ibm.com>
1077S: Maintained
1078F: qga/
1079T: git git://github.com/mdroth/qemu.git qga
1080
1081QOM
1082M: Andreas Färber <afaerber@suse.de>
1083S: Supported
1084T: git git://github.com/afaerber/qemu-cpu.git qom-next
1085F: include/qom/
1086X: include/qom/cpu.h
1087F: qom/
1088X: qom/cpu.c
1089F: tests/qom-test.c
1090
1091QMP
1092M: Markus Armbruster <armbru@redhat.com>
1093S: Supported
1094F: qmp.c
1095F: monitor.c
1096F: qmp-commands.hx
1097F: docs/qmp/
1098F: scripts/qmp/
1099T: git git://repo.or.cz/qemu/armbru.git qapi-next
1100
1101SLIRP
1102M: Jan Kiszka <jan.kiszka@siemens.com>
1103S: Maintained
1104F: slirp/
1105T: git git://git.kiszka.org/qemu.git queues/slirp
1106
1107Tracing
1108M: Stefan Hajnoczi <stefanha@redhat.com>
1109S: Maintained
1110F: trace/
1111F: scripts/tracetool.py
1112F: scripts/tracetool/
1113F: docs/tracing.txt
1114T: git git://github.com/stefanha/qemu.git tracing
1115
1116Checkpatch
1117M: Blue Swirl <blauwirbel@gmail.com>
1118S: Odd Fixes
1119F: scripts/checkpatch.pl
1120
1121Migration
1122M: Juan Quintela <quintela@redhat.com>
1123M: Amit Shah <amit.shah@redhat.com>
1124S: Maintained
1125F: include/migration/
1126F: migration/
1127F: scripts/vmstate-static-checker.py
1128F: tests/vmstate-static-checker-data/
1129
1130Seccomp
1131M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1132S: Supported
1133F: qemu-seccomp.c
1134F: include/sysemu/seccomp.h
1135
1136Cryptography
1137M: Daniel P. Berrange <berrange@redhat.com>
1138S: Maintained
1139F: crypto/
1140F: include/crypto/
1141F: tests/test-crypto-*
1142
1143Usermode Emulation
1144------------------
1145Overall
1146M: Riku Voipio <riku.voipio@iki.fi>
1147S: Maintained
1148F: thunk.c
1149F: user-exec.c
1150
1151BSD user
1152M: Blue Swirl <blauwirbel@gmail.com>
1153S: Maintained
1154F: bsd-user/
1155
1156Linux user
1157M: Riku Voipio <riku.voipio@iki.fi>
1158S: Maintained
1159F: linux-user/
1160
1161Tiny Code Generator (TCG)
1162-------------------------
1163Common code
1164M: Richard Henderson <rth@twiddle.net>
1165S: Maintained
1166F: tcg/
1167
1168AArch64 target
1169M: Claudio Fontana <claudio.fontana@huawei.com>
1170M: Claudio Fontana <claudio.fontana@gmail.com>
1171S: Maintained
1172F: tcg/aarch64/
1173F: disas/arm-a64.cc
1174F: disas/libvixl/
1175
1176ARM target
1177M: Andrzej Zaborowski <balrogg@gmail.com>
1178S: Maintained
1179F: tcg/arm/
1180F: disas/arm.c
1181
1182i386 target
1183L: qemu-devel@nongnu.org
1184S: Maintained
1185F: tcg/i386/
1186F: disas/i386.c
1187
1188IA64 target
1189M: Aurelien Jarno <aurelien@aurel32.net>
1190S: Maintained
1191F: tcg/ia64/
1192F: disas/ia64.c
1193
1194MIPS target
1195M: Aurelien Jarno <aurelien@aurel32.net>
1196S: Maintained
1197F: tcg/mips/
1198F: disas/mips.c
1199
1200PPC
1201M: Vassili Karpov (malc) <av1474@comtv.ru>
1202S: Maintained
1203F: tcg/ppc/
1204F: disas/ppc.c
1205
1206S390 target
1207M: Alexander Graf <agraf@suse.de>
1208M: Richard Henderson <rth@twiddle.net>
1209S: Maintained
1210F: tcg/s390/
1211F: disas/s390.c
1212
1213SPARC target
1214M: Blue Swirl <blauwirbel@gmail.com>
1215S: Maintained
1216F: tcg/sparc/
1217F: disas/sparc.c
1218
1219TCI target
1220M: Stefan Weil <sw@weilnetz.de>
1221S: Maintained
1222F: tcg/tci/
1223F: tci.c
1224F: disas/tci.c
1225
1226Stable branches
1227---------------
1228Stable 1.0
1229L: qemu-stable@nongnu.org
1230T: git git://git.qemu-project.org/qemu-stable-1.0.git
1231S: Orphan
1232
1233Stable 0.15
1234L: qemu-stable@nongnu.org
1235M: Andreas Färber <afaerber@suse.de>
1236T: git git://git.qemu-project.org/qemu-stable-0.15.git
1237S: Supported
1238
1239Stable 0.14
1240L: qemu-stable@nongnu.org
1241T: git git://git.qemu-project.org/qemu-stable-0.14.git
1242S: Orphan
1243
1244Stable 0.10
1245L: qemu-stable@nongnu.org
1246T: git git://git.qemu-project.org/qemu-stable-0.10.git
1247S: Orphan
1248
1249Block drivers
1250-------------
1251VMDK
1252M: Fam Zheng <famz@redhat.com>
1253L: qemu-block@nongnu.org
1254S: Supported
1255F: block/vmdk.c
1256
1257RBD
1258M: Josh Durgin <jdurgin@redhat.com>
1259M: Jeff Cody <jcody@redhat.com>
1260L: qemu-block@nongnu.org
1261S: Supported
1262F: block/rbd.c
1263T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1264
1265Sheepdog
1266M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1267M: Liu Yuan <namei.unix@gmail.com>
1268M: Jeff Cody <jcody@redhat.com>
1269L: qemu-block@nongnu.org
1270L: sheepdog@lists.wpkg.org
1271S: Supported
1272F: block/sheepdog.c
1273T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1274
1275VHDX
1276M: Jeff Cody <jcody@redhat.com>
1277L: qemu-block@nongnu.org
1278S: Supported
1279F: block/vhdx*
1280T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1281
1282VDI
1283M: Stefan Weil <sw@weilnetz.de>
1284L: qemu-block@nongnu.org
1285S: Maintained
1286F: block/vdi.c
1287
1288iSCSI
1289M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1290M: Paolo Bonzini <pbonzini@redhat.com>
1291M: Peter Lieven <pl@kamp.de>
1292L: qemu-block@nongnu.org
1293S: Supported
1294F: block/iscsi.c
1295
1296NFS
1297M: Jeff Cody <jcody@redhat.com>
1298M: Peter Lieven <pl@kamp.de>
1299L: qemu-block@nongnu.org
1300S: Maintained
1301F: block/nfs.c
1302T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1303
1304SSH
1305M: Richard W.M. Jones <rjones@redhat.com>
1306M: Jeff Cody <jcody@redhat.com>
1307L: qemu-block@nongnu.org
1308S: Supported
1309F: block/ssh.c
1310T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1311
1312ARCHIPELAGO
1313M: Chrysostomos Nanakos <chris@include.gr>
1314M: Jeff Cody <jcody@redhat.com>
1315L: qemu-block@nongnu.org
1316S: Maintained
1317F: block/archipelago.c
1318T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1319
1320CURL
1321M: Jeff Cody <jcody@redhat.com>
1322L: qemu-block@nongnu.org
1323S: Supported
1324F: block/curl.c
1325T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1326
1327GLUSTER
1328M: Jeff Cody <jcody@redhat.com>
1329L: qemu-block@nongnu.org
1330S: Supported
1331F: block/gluster.c
1332T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1333
1334Null Block Driver
1335M: Fam Zheng <famz@redhat.com>
1336L: qemu-block@nongnu.org
1337S: Supported
1338F: block/null.c
1339
1340Bootdevice
1341M: Gonglei <arei.gonglei@huawei.com>
1342S: Maintained
1343F: bootdevice.c
1344
1345Quorum
1346M: Alberto Garcia <berto@igalia.com>
1347S: Supported
1348F: block/quorum.c
1349L: qemu-block@nongnu.org
1350
1351blkverify
1352M: Stefan Hajnoczi <stefanha@redhat.com>
1353L: qemu-block@nongnu.org
1354S: Supported
1355F: block/blkverify.c
1356
1357bochs
1358M: Stefan Hajnoczi <stefanha@redhat.com>
1359L: qemu-block@nongnu.org
1360S: Supported
1361F: block/bochs.c
1362
1363cloop
1364M: Stefan Hajnoczi <stefanha@redhat.com>
1365L: qemu-block@nongnu.org
1366S: Supported
1367F: block/cloop.c
1368
1369dmg
1370M: Stefan Hajnoczi <stefanha@redhat.com>
1371L: qemu-block@nongnu.org
1372S: Supported
1373F: block/dmg.c
1374
1375parallels
1376M: Stefan Hajnoczi <stefanha@redhat.com>
1377M: Denis V. Lunev <den@openvz.org>
1378L: qemu-block@nongnu.org
1379S: Supported
1380F: block/parallels.c
1381
1382qed
1383M: Stefan Hajnoczi <stefanha@redhat.com>
1384L: qemu-block@nongnu.org
1385S: Supported
1386F: block/qed.c
1387
1388raw
1389M: Kevin Wolf <kwolf@redhat.com>
1390L: qemu-block@nongnu.org
1391S: Supported
1392F: block/linux-aio.c
1393F: block/raw-aio.h
1394F: block/raw-posix.c
1395F: block/raw-win32.c
1396F: block/raw_bsd.c
1397F: block/win32-aio.c
1398
1399qcow2
1400M: Kevin Wolf <kwolf@redhat.com>
1401L: qemu-block@nongnu.org
1402S: Supported
1403F: block/qcow2*
1404
1405qcow
1406M: Kevin Wolf <kwolf@redhat.com>
1407L: qemu-block@nongnu.org
1408S: Supported
1409F: block/qcow.c
1410
1411blkdebug
1412M: Kevin Wolf <kwolf@redhat.com>
1413L: qemu-block@nongnu.org
1414S: Supported
1415F: block/blkdebug.c
1416
1417vpc
1418M: Kevin Wolf <kwolf@redhat.com>
1419L: qemu-block@nongnu.org
1420S: Supported
1421F: block/vpc.c
1422
1423vvfat
1424M: Kevin Wolf <kwolf@redhat.com>
1425L: qemu-block@nongnu.org
1426S: Supported
1427F: block/vvfat.c
1428
1429Image format fuzzer
1430M: Stefan Hajnoczi <stefanha@redhat.com>
1431L: qemu-block@nongnu.org
1432S: Supported
1433F: tests/image-fuzzer/
1434
1435
1436Documentation
1437-------------
1438Build system architecture
1439M: Daniel P. Berrange <berrange@redhat.com>
1440S: Odd Fixes
1441F: docs/build-system.txt