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