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