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