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