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