]> git.proxmox.com Git - mirror_qemu.git/blame_incremental - MAINTAINERS
pc-bios/s390-ccw: avoid floating point operations
[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
670T: git git://github.com/jnsnow/qemu.git ide
671
672Floppy
673M: John Snow <jsnow@redhat.com>
674L: qemu-block@nongnu.org
675S: Supported
676F: hw/block/fdc.c
677F: include/hw/block/fdc.h
678T: git git://github.com/jnsnow/qemu.git ide
679
680OMAP
681M: Peter Maydell <peter.maydell@linaro.org>
682S: Maintained
683F: hw/*/omap*
684
685IPack
686M: Alberto Garcia <berto@igalia.com>
687S: Odd Fixes
688F: hw/char/ipoctal232.c
689F: hw/ipack/
690
691PCI
692M: Michael S. Tsirkin <mst@redhat.com>
693S: Supported
694F: include/hw/pci/*
695F: hw/misc/pci-testdev.c
696F: hw/pci/*
697F: hw/pci-bridge/*
698
699ACPI/SMBIOS
700M: Michael S. Tsirkin <mst@redhat.com>
701M: Igor Mammedov <imammedo@redhat.com>
702S: Supported
703F: include/hw/acpi/*
704F: include/hw/smbios/*
705F: hw/mem/*
706F: hw/acpi/*
707F: hw/smbios/*
708F: hw/i386/acpi-build.[hc]
709F: hw/i386/*dsl
710F: hw/arm/virt-acpi-build.c
711F: include/hw/arm/virt-acpi-build.h
712F: scripts/acpi*py
713
714ppc4xx
715M: Alexander Graf <agraf@suse.de>
716L: qemu-ppc@nongnu.org
717S: Odd Fixes
718F: hw/ppc/ppc4*.c
719
720ppce500
721M: Alexander Graf <agraf@suse.de>
722M: Scott Wood <scottwood@freescale.com>
723L: qemu-ppc@nongnu.org
724S: Supported
725F: hw/ppc/e500*
726
727Character devices
728M: Paolo Bonzini <pbonzini@redhat.com>
729S: Odd Fixes
730F: hw/char/
731
732Network devices
733M: Jason Wang <jasowang@redhat.com>
734S: Odd Fixes
735F: hw/net/
736T: git git://github.com/jasowang/qemu.git net
737
738SCSI
739M: Paolo Bonzini <pbonzini@redhat.com>
740S: Supported
741F: include/hw/scsi*
742F: hw/scsi/*
743T: git git://github.com/bonzini/qemu.git scsi-next
744
745LSI53C895A
746S: Orphan
747F: hw/scsi/lsi53c895a.c
748
749SSI
750M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
751S: Maintained
752F: hw/ssi/*
753F: hw/block/m25p80.c
754X: hw/ssi/xilinx_*
755
756Xilinx SPI
757M: Alistair Francis <alistair.francis@xilinx.com>
758M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
759S: Maintained
760F: hw/ssi/xilinx_*
761
762USB
763M: Gerd Hoffmann <kraxel@redhat.com>
764S: Maintained
765F: hw/usb/*
766F: tests/usb-*-test.c
767
768USB (serial adapter)
769M: Gerd Hoffmann <kraxel@redhat.com>
770M: Samuel Thibault <samuel.thibault@ens-lyon.org>
771S: Maintained
772F: hw/usb/dev-serial.c
773
774VFIO
775M: Alex Williamson <alex.williamson@redhat.com>
776S: Supported
777F: hw/vfio/*
778
779vhost
780M: Michael S. Tsirkin <mst@redhat.com>
781S: Supported
782F: hw/*/*vhost*
783
784virtio
785M: Michael S. Tsirkin <mst@redhat.com>
786S: Supported
787F: hw/*/virtio*
788F: net/vhost-user.c
789
790virtio-9p
791M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
792S: Supported
793F: hw/9pfs/
794F: fsdev/
795F: tests/virtio-9p-test.c
796T: git git://github.com/kvaneesh/QEMU.git
797
798virtio-blk
799M: Stefan Hajnoczi <stefanha@redhat.com>
800L: qemu-block@nongnu.org
801S: Supported
802F: hw/block/virtio-blk.c
803F: hw/block/dataplane/*
804F: hw/virtio/dataplane/*
805T: git git://github.com/stefanha/qemu.git block
806
807virtio-ccw
808M: Cornelia Huck <cornelia.huck@de.ibm.com>
809M: Christian Borntraeger <borntraeger@de.ibm.com>
810S: Supported
811F: hw/s390x/virtio-ccw.[hc]
812T: git git://github.com/cohuck/qemu virtio-ccw-upstr
813
814virtio-input
815M: Gerd Hoffmann <kraxel@redhat.com>
816S: Maintained
817F: hw/input/virtio-input*.c
818F: include/hw/virtio/virtio-input.h
819
820virtio-serial
821M: Amit Shah <amit.shah@redhat.com>
822S: Supported
823F: hw/char/virtio-serial-bus.c
824F: hw/char/virtio-console.c
825F: include/hw/virtio/virtio-serial.h
826
827virtio-rng
828M: Amit Shah <amit.shah@redhat.com>
829S: Supported
830F: hw/virtio/virtio-rng.c
831F: include/hw/virtio/virtio-rng.h
832F: backends/rng*.c
833
834nvme
835M: Keith Busch <keith.busch@intel.com>
836L: qemu-block@nongnu.org
837S: Supported
838F: hw/block/nvme*
839F: tests/nvme-test.c
840
841megasas
842M: Hannes Reinecke <hare@suse.de>
843L: qemu-block@nongnu.org
844S: Supported
845F: hw/scsi/megasas.c
846F: hw/scsi/mfi.h
847
848Xilinx EDK
849M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
850M: Alistair Francis <alistair.francis@xilinx.com>
851M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852S: Maintained
853F: hw/*/xilinx_*
854F: include/hw/xilinx.h
855
856Vmware
857M: Dmitry Fleytman <dmitry@daynix.com>
858S: Maintained
859F: hw/net/vmxnet*
860F: hw/scsi/vmw_pvscsi*
861
862Rocker
863M: Scott Feldman <sfeldma@gmail.com>
864M: Jiri Pirko <jiri@resnulli.us>
865S: Maintained
866F: hw/net/rocker/
867
868Subsystems
869----------
870Audio
871M: Gerd Hoffmann <kraxel@redhat.com>
872S: Maintained
873F: audio/
874F: hw/audio/
875F: tests/ac97-test.c
876F: tests/es1370-test.c
877F: tests/intel-hda-test.c
878
879Block layer core
880M: Kevin Wolf <kwolf@redhat.com>
881L: qemu-block@nongnu.org
882S: Supported
883F: block*
884F: block/
885F: hw/block/
886F: include/block/
887F: qemu-img*
888F: qemu-io*
889F: tests/qemu-iotests/
890T: git git://repo.or.cz/qemu/kevin.git block
891
892Block I/O path
893M: Stefan Hajnoczi <stefanha@redhat.com>
894L: qemu-block@nongnu.org
895S: Supported
896F: async.c
897F: aio-*.c
898F: block/io.c
899F: migration/block*
900T: git git://github.com/stefanha/qemu.git block
901
902Block Jobs
903M: Jeff Cody <jcody@redhat.com>
904L: qemu-block@nongnu.org
905S: Supported
906F: blockjob.c
907F: include/block/blockjob.h
908F: block/backup.c
909F: block/commit.c
910F: block/stream.h
911F: block/mirror.c
912T: git git://github.com/codyprime/qemu-kvm-jtc.git block
913
914Block QAPI, monitor, command line
915M: Markus Armbruster <armbru@redhat.com>
916S: Supported
917F: blockdev.c
918F: block/qapi.c
919F: qapi/block*.json
920T: git git://repo.or.cz/qemu/armbru.git block-next
921
922Character device backends
923M: Paolo Bonzini <pbonzini@redhat.com>
924S: Maintained
925F: qemu-char.c
926F: backends/msmouse.c
927F: backends/testdev.c
928
929Character Devices (Braille)
930M: Samuel Thibault <samuel.thibault@ens-lyon.org>
931S: Maintained
932F: backends/baum.c
933
934Coverity model
935M: Markus Armbruster <armbru@redhat.com>
936S: Supported
937F: scripts/coverity-model.c
938
939CPU
940M: Andreas Färber <afaerber@suse.de>
941S: Supported
942F: qom/cpu.c
943F: include/qom/cpu.h
944F: target-i386/cpu.c
945
946ICC Bus
947M: Igor Mammedov <imammedo@redhat.com>
948S: Supported
949F: include/hw/cpu/icc_bus.h
950F: hw/cpu/icc_bus.c
951
952Device Tree
953M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
954M: Alexander Graf <agraf@suse.de>
955S: Maintained
956F: device_tree.[ch]
957
958Error reporting
959M: Markus Armbruster <armbru@redhat.com>
960S: Supported
961F: include/qapi/error.h
962F: include/qemu/error-report.h
963F: util/error.c
964F: util/qemu-error.c
965
966GDB stub
967L: qemu-devel@nongnu.org
968S: Odd Fixes
969F: gdbstub*
970F: gdb-xml/
971
972Memory API
973M: Paolo Bonzini <pbonzini@redhat.com>
974S: Supported
975F: include/exec/ioport.h
976F: ioport.c
977F: include/exec/memory.h
978F: memory.c
979F: include/exec/memory-internal.h
980F: exec.c
981
982SPICE
983M: Gerd Hoffmann <kraxel@redhat.com>
984S: Supported
985F: include/ui/qemu-spice.h
986F: ui/spice-*.c
987F: audio/spiceaudio.c
988F: hw/display/qxl*
989
990Graphics
991M: Gerd Hoffmann <kraxel@redhat.com>
992S: Odd Fixes
993F: ui/
994
995Cocoa graphics
996M: Andreas Färber <andreas.faerber@web.de>
997M: Peter Maydell <peter.maydell@linaro.org>
998S: Odd Fixes
999F: ui/cocoa.m
1000
1001Main loop
1002M: Paolo Bonzini <pbonzini@redhat.com>
1003S: Maintained
1004F: cpus.c
1005F: main-loop.c
1006F: qemu-timer.c
1007F: vl.c
1008
1009Human Monitor (HMP)
1010M: Luiz Capitulino <lcapitulino@redhat.com>
1011S: Maintained
1012F: monitor.c
1013F: hmp.c
1014F: hmp-commands.hx
1015T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1016
1017Network device backends
1018M: Jason Wang <jasowang@redhat.com>
1019S: Maintained
1020F: net/
1021T: git git://github.com/jasowang/qemu.git net
1022
1023Netmap network backend
1024M: Luigi Rizzo <rizzo@iet.unipi.it>
1025M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1026M: Vincenzo Maffione <v.maffione@gmail.com>
1027W: http://info.iet.unipi.it/~luigi/netmap/
1028S: Maintained
1029F: net/netmap.c
1030
1031Network Block Device (NBD)
1032M: Paolo Bonzini <pbonzini@redhat.com>
1033S: Odd Fixes
1034F: block/nbd.c
1035F: nbd.*
1036F: qemu-nbd.c
1037T: git git://github.com/bonzini/qemu.git nbd-next
1038
1039NUMA
1040M: Eduardo Habkost <ehabkost@redhat.com>
1041S: Maintained
1042F: numa.c
1043F: include/sysemu/numa.h
1044K: numa|NUMA
1045K: srat|SRAT
1046T: git git://github.com/ehabkost/qemu.git numa
1047
1048QAPI
1049M: Markus Armbruster <armbru@redhat.com>
1050M: Michael Roth <mdroth@linux.vnet.ibm.com>
1051S: Supported
1052F: qapi/
1053X: qapi/*.json
1054F: tests/qapi-schema/
1055F: scripts/qapi*
1056F: docs/qapi*
1057T: git git://repo.or.cz/qemu/armbru.git qapi-next
1058
1059QAPI Schema
1060M: Eric Blake <eblake@redhat.com>
1061M: Markus Armbruster <armbru@redhat.com>
1062S: Supported
1063F: qapi-schema.json
1064F: qapi/*.json
1065T: git git://repo.or.cz/qemu/armbru.git qapi-next
1066
1067QObject
1068M: Luiz Capitulino <lcapitulino@redhat.com>
1069S: Maintained
1070F: qobject/
1071T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1072
1073QEMU Guest Agent
1074M: Michael Roth <mdroth@linux.vnet.ibm.com>
1075S: Maintained
1076F: qga/
1077T: git git://github.com/mdroth/qemu.git qga
1078
1079QOM
1080M: Andreas Färber <afaerber@suse.de>
1081S: Supported
1082T: git git://github.com/afaerber/qemu-cpu.git qom-next
1083F: include/qom/
1084X: include/qom/cpu.h
1085F: qom/
1086X: qom/cpu.c
1087F: tests/qom-test.c
1088
1089QMP
1090M: Markus Armbruster <armbru@redhat.com>
1091S: Supported
1092F: qmp.c
1093F: monitor.c
1094F: qmp-commands.hx
1095F: docs/qmp/
1096F: scripts/qmp/
1097T: git git://repo.or.cz/qemu/armbru.git qapi-next
1098
1099SLIRP
1100M: Jan Kiszka <jan.kiszka@siemens.com>
1101S: Maintained
1102F: slirp/
1103T: git git://git.kiszka.org/qemu.git queues/slirp
1104
1105Tracing
1106M: Stefan Hajnoczi <stefanha@redhat.com>
1107S: Maintained
1108F: trace/
1109F: scripts/tracetool.py
1110F: scripts/tracetool/
1111F: docs/tracing.txt
1112T: git git://github.com/stefanha/qemu.git tracing
1113
1114Checkpatch
1115M: Blue Swirl <blauwirbel@gmail.com>
1116S: Odd Fixes
1117F: scripts/checkpatch.pl
1118
1119Migration
1120M: Juan Quintela <quintela@redhat.com>
1121M: Amit Shah <amit.shah@redhat.com>
1122S: Maintained
1123F: include/migration/
1124F: migration/
1125F: scripts/vmstate-static-checker.py
1126F: tests/vmstate-static-checker-data/
1127
1128Seccomp
1129M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1130S: Supported
1131F: qemu-seccomp.c
1132F: include/sysemu/seccomp.h
1133
1134Cryptography
1135M: Daniel P. Berrange <berrange@redhat.com>
1136S: Maintained
1137F: crypto/
1138F: include/crypto/
1139F: tests/test-crypto-*
1140
1141Usermode Emulation
1142------------------
1143Overall
1144M: Riku Voipio <riku.voipio@iki.fi>
1145S: Maintained
1146F: thunk.c
1147F: user-exec.c
1148
1149BSD user
1150M: Blue Swirl <blauwirbel@gmail.com>
1151S: Maintained
1152F: bsd-user/
1153
1154Linux user
1155M: Riku Voipio <riku.voipio@iki.fi>
1156S: Maintained
1157F: linux-user/
1158
1159Tiny Code Generator (TCG)
1160-------------------------
1161Common code
1162M: Richard Henderson <rth@twiddle.net>
1163S: Maintained
1164F: tcg/
1165
1166AArch64 target
1167M: Claudio Fontana <claudio.fontana@huawei.com>
1168M: Claudio Fontana <claudio.fontana@gmail.com>
1169S: Maintained
1170F: tcg/aarch64/
1171F: disas/arm-a64.cc
1172F: disas/libvixl/
1173
1174ARM target
1175M: Andrzej Zaborowski <balrogg@gmail.com>
1176S: Maintained
1177F: tcg/arm/
1178F: disas/arm.c
1179
1180i386 target
1181L: qemu-devel@nongnu.org
1182S: Maintained
1183F: tcg/i386/
1184F: disas/i386.c
1185
1186IA64 target
1187M: Aurelien Jarno <aurelien@aurel32.net>
1188S: Maintained
1189F: tcg/ia64/
1190F: disas/ia64.c
1191
1192MIPS target
1193M: Aurelien Jarno <aurelien@aurel32.net>
1194S: Maintained
1195F: tcg/mips/
1196F: disas/mips.c
1197
1198PPC
1199M: Vassili Karpov (malc) <av1474@comtv.ru>
1200S: Maintained
1201F: tcg/ppc/
1202F: disas/ppc.c
1203
1204S390 target
1205M: Alexander Graf <agraf@suse.de>
1206M: Richard Henderson <rth@twiddle.net>
1207S: Maintained
1208F: tcg/s390/
1209F: disas/s390.c
1210
1211SPARC target
1212M: Blue Swirl <blauwirbel@gmail.com>
1213S: Maintained
1214F: tcg/sparc/
1215F: disas/sparc.c
1216
1217TCI target
1218M: Stefan Weil <sw@weilnetz.de>
1219S: Maintained
1220F: tcg/tci/
1221F: tci.c
1222F: disas/tci.c
1223
1224Stable branches
1225---------------
1226Stable 1.0
1227L: qemu-stable@nongnu.org
1228T: git git://git.qemu-project.org/qemu-stable-1.0.git
1229S: Orphan
1230
1231Stable 0.15
1232L: qemu-stable@nongnu.org
1233M: Andreas Färber <afaerber@suse.de>
1234T: git git://git.qemu-project.org/qemu-stable-0.15.git
1235S: Supported
1236
1237Stable 0.14
1238L: qemu-stable@nongnu.org
1239T: git git://git.qemu-project.org/qemu-stable-0.14.git
1240S: Orphan
1241
1242Stable 0.10
1243L: qemu-stable@nongnu.org
1244T: git git://git.qemu-project.org/qemu-stable-0.10.git
1245S: Orphan
1246
1247Block drivers
1248-------------
1249VMDK
1250M: Fam Zheng <famz@redhat.com>
1251L: qemu-block@nongnu.org
1252S: Supported
1253F: block/vmdk.c
1254
1255RBD
1256M: Josh Durgin <jdurgin@redhat.com>
1257M: Jeff Cody <jcody@redhat.com>
1258L: qemu-block@nongnu.org
1259S: Supported
1260F: block/rbd.c
1261T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1262
1263Sheepdog
1264M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1265M: Liu Yuan <namei.unix@gmail.com>
1266M: Jeff Cody <jcody@redhat.com>
1267L: qemu-block@nongnu.org
1268L: sheepdog@lists.wpkg.org
1269S: Supported
1270F: block/sheepdog.c
1271T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1272
1273VHDX
1274M: Jeff Cody <jcody@redhat.com>
1275L: qemu-block@nongnu.org
1276S: Supported
1277F: block/vhdx*
1278T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1279
1280VDI
1281M: Stefan Weil <sw@weilnetz.de>
1282L: qemu-block@nongnu.org
1283S: Maintained
1284F: block/vdi.c
1285
1286iSCSI
1287M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1288M: Paolo Bonzini <pbonzini@redhat.com>
1289M: Peter Lieven <pl@kamp.de>
1290L: qemu-block@nongnu.org
1291S: Supported
1292F: block/iscsi.c
1293
1294NFS
1295M: Jeff Cody <jcody@redhat.com>
1296M: Peter Lieven <pl@kamp.de>
1297L: qemu-block@nongnu.org
1298S: Maintained
1299F: block/nfs.c
1300T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1301
1302SSH
1303M: Richard W.M. Jones <rjones@redhat.com>
1304M: Jeff Cody <jcody@redhat.com>
1305L: qemu-block@nongnu.org
1306S: Supported
1307F: block/ssh.c
1308T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1309
1310ARCHIPELAGO
1311M: Chrysostomos Nanakos <chris@include.gr>
1312M: Jeff Cody <jcody@redhat.com>
1313L: qemu-block@nongnu.org
1314S: Maintained
1315F: block/archipelago.c
1316T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1317
1318CURL
1319M: Jeff Cody <jcody@redhat.com>
1320L: qemu-block@nongnu.org
1321S: Supported
1322F: block/curl.c
1323T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1324
1325GLUSTER
1326M: Jeff Cody <jcody@redhat.com>
1327L: qemu-block@nongnu.org
1328S: Supported
1329F: block/gluster.c
1330T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1331
1332Null Block Driver
1333M: Fam Zheng <famz@redhat.com>
1334L: qemu-block@nongnu.org
1335S: Supported
1336F: block/null.c
1337
1338Bootdevice
1339M: Gonglei <arei.gonglei@huawei.com>
1340S: Maintained
1341F: bootdevice.c
1342
1343Quorum
1344M: Alberto Garcia <berto@igalia.com>
1345S: Supported
1346F: block/quorum.c
1347L: qemu-block@nongnu.org
1348
1349blkverify
1350M: Stefan Hajnoczi <stefanha@redhat.com>
1351L: qemu-block@nongnu.org
1352S: Supported
1353F: block/blkverify.c
1354
1355bochs
1356M: Stefan Hajnoczi <stefanha@redhat.com>
1357L: qemu-block@nongnu.org
1358S: Supported
1359F: block/bochs.c
1360
1361cloop
1362M: Stefan Hajnoczi <stefanha@redhat.com>
1363L: qemu-block@nongnu.org
1364S: Supported
1365F: block/cloop.c
1366
1367dmg
1368M: Stefan Hajnoczi <stefanha@redhat.com>
1369L: qemu-block@nongnu.org
1370S: Supported
1371F: block/dmg.c
1372
1373parallels
1374M: Stefan Hajnoczi <stefanha@redhat.com>
1375M: Denis V. Lunev <den@openvz.org>
1376L: qemu-block@nongnu.org
1377S: Supported
1378F: block/parallels.c
1379
1380qed
1381M: Stefan Hajnoczi <stefanha@redhat.com>
1382L: qemu-block@nongnu.org
1383S: Supported
1384F: block/qed.c
1385
1386raw
1387M: Kevin Wolf <kwolf@redhat.com>
1388L: qemu-block@nongnu.org
1389S: Supported
1390F: block/linux-aio.c
1391F: block/raw-aio.h
1392F: block/raw-posix.c
1393F: block/raw-win32.c
1394F: block/raw_bsd.c
1395F: block/win32-aio.c
1396
1397qcow2
1398M: Kevin Wolf <kwolf@redhat.com>
1399L: qemu-block@nongnu.org
1400S: Supported
1401F: block/qcow2*
1402
1403qcow
1404M: Kevin Wolf <kwolf@redhat.com>
1405L: qemu-block@nongnu.org
1406S: Supported
1407F: block/qcow.c
1408
1409blkdebug
1410M: Kevin Wolf <kwolf@redhat.com>
1411L: qemu-block@nongnu.org
1412S: Supported
1413F: block/blkdebug.c
1414
1415vpc
1416M: Kevin Wolf <kwolf@redhat.com>
1417L: qemu-block@nongnu.org
1418S: Supported
1419F: block/vpc.c
1420
1421vvfat
1422M: Kevin Wolf <kwolf@redhat.com>
1423L: qemu-block@nongnu.org
1424S: Supported
1425F: block/vvfat.c
1426
1427Image format fuzzer
1428M: Stefan Hajnoczi <stefanha@redhat.com>
1429L: qemu-block@nongnu.org
1430S: Supported
1431F: tests/image-fuzzer/
1432
1433
1434Documentation
1435-------------
1436Build system architecture
1437M: Daniel P. Berrange <berrange@redhat.com>
1438S: Odd Fixes
1439F: docs/build-system.txt