hypervisor property clashes with hypervisor node
[qemu/ar7.git] / MAINTAINERS
blob142f68a6892f9e2d5696468393c90ed01e27d214
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 TriCore
165 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
166 S: Maintained
167 F: target-tricore/
168 F: hw/tricore/
170 Guest CPU Cores (KVM):
171 ----------------------
173 Overall
174 M: Paolo Bonzini <pbonzini@redhat.com>
175 L: kvm@vger.kernel.org
176 S: Supported
177 F: kvm-*
178 F: */kvm.*
181 M: Peter Maydell <peter.maydell@linaro.org>
182 S: Maintained
183 F: target-arm/kvm.c
185 MIPS
186 M: James Hogan <james.hogan@imgtec.com>
187 S: Maintained
188 F: target-mips/kvm.c
191 M: Alexander Graf <agraf@suse.de>
192 S: Maintained
193 F: target-ppc/kvm.c
195 S390
196 M: Christian Borntraeger <borntraeger@de.ibm.com>
197 M: Cornelia Huck <cornelia.huck@de.ibm.com>
198 M: Alexander Graf <agraf@suse.de>
199 S: Maintained
200 F: target-s390x/kvm.c
201 F: hw/intc/s390_flic.[hc]
204 M: Marcelo Tosatti <mtosatti@redhat.com>
205 L: kvm@vger.kernel.org
206 S: Supported
207 F: target-i386/kvm.c
209 Guest CPU Cores (Xen):
210 ----------------------
213 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
214 L: xen-devel@lists.xensource.com
215 S: Supported
216 F: xen-*
217 F: */xen*
219 Hosts:
220 ------
222 LINUX
223 L: qemu-devel@nongnu.org
224 S: Maintained
225 F: linux-*
226 F: linux-headers/
228 POSIX
229 L: qemu-devel@nongnu.org
230 S: Maintained
231 F: *posix*
233 W32, W64
234 L: qemu-devel@nongnu.org
235 M: Stefan Weil <sw@weilnetz.de>
236 S: Maintained
237 F: *win32*
239 ARM Machines
240 ------------
241 Allwinner-a10
242 M: Li Guang <lig.fnst@cn.fujitsu.com>
243 S: Maintained
244 F: hw/*/allwinner-a10*
245 F: include/hw/*/allwinner-a10*
246 F: hw/arm/cubieboard.c
248 Exynos
249 M: Evgeny Voevodin <e.voevodin@samsung.com>
250 M: Maksim Kozlov <m.kozlov@samsung.com>
251 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
252 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
253 S: Maintained
254 F: hw/*/exynos*
256 Calxeda Highbank
257 M: Rob Herring <robh@kernel.org>
258 S: Maintained
259 F: hw/arm/highbank.c
260 F: hw/net/xgmac.c
262 Canon DIGIC
263 M: Antony Pavlov <antonynpavlov@gmail.com>
264 S: Maintained
265 F: include/hw/arm/digic.h
266 F: hw/*/digic*
268 Gumstix
269 M: qemu-devel@nongnu.org
270 S: Orphan
271 F: hw/arm/gumstix.c
273 i.MX31
274 M: Peter Chubb <peter.chubb@nicta.com.au>
275 S: Odd fixes
276 F: hw/*/imx*
277 F: hw/arm/kzm.c
279 Integrator CP
280 M: Peter Maydell <peter.maydell@linaro.org>
281 S: Maintained
282 F: hw/arm/integratorcp.c
284 Mainstone
285 M: qemu-devel@nongnu.org
286 S: Orphan
287 F: hw/arm/mainstone.c
289 Musicpal
290 M: Jan Kiszka <jan.kiszka@web.de>
291 S: Maintained
292 F: hw/arm/musicpal.c
294 nSeries
295 M: Andrzej Zaborowski <balrogg@gmail.com>
296 S: Maintained
297 F: hw/arm/nseries.c
299 Palm
300 M: Andrzej Zaborowski <balrogg@gmail.com>
301 S: Maintained
302 F: hw/arm/palm.c
304 Real View
305 M: Peter Maydell <peter.maydell@linaro.org>
306 S: Maintained
307 F: hw/arm/realview*
309 Spitz
310 M: Andrzej Zaborowski <balrogg@gmail.com>
311 S: Maintained
312 F: hw/arm/spitz.c
314 Stellaris
315 M: Peter Maydell <peter.maydell@linaro.org>
316 S: Maintained
317 F: hw/*/stellaris*
319 Versatile PB
320 M: Peter Maydell <peter.maydell@linaro.org>
321 S: Maintained
322 F: hw/*/versatile*
324 Xilinx Zynq
325 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
326 S: Maintained
327 F: hw/arm/xilinx_zynq.c
328 F: hw/misc/zynq_slcr.c
329 F: hw/*/cadence_*
330 F: hw/ssi/xilinx_spips.c
332 CRIS Machines
333 -------------
334 Axis Dev88
335 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
336 S: Maintained
337 F: hw/cris/axis_dev88.c
338 F: hw/*/etraxfs_*.c
340 LM32 Machines
341 -------------
342 EVR32 and uclinux BSP
343 M: Michael Walle <michael@walle.cc>
344 S: Maintained
345 F: hw/lm32/lm32_boards.c
347 milkymist
348 M: Michael Walle <michael@walle.cc>
349 S: Maintained
350 F: hw/lm32/milkymist.c
352 M68K Machines
353 -------------
354 an5206
355 S: Orphan
356 F: hw/m68k/an5206.c
358 dummy_m68k
359 S: Orphan
360 F: hw/m68k/dummy_m68k.c
362 mcf5208
363 S: Orphan
364 F: hw/m68k/mcf5208.c
366 MicroBlaze Machines
367 -------------------
368 petalogix_s3adsp1800
369 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
370 S: Maintained
371 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
373 petalogix_ml605
374 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
375 S: Maintained
376 F: hw/microblaze/petalogix_ml605_mmu.c
378 MIPS Machines
379 -------------
380 Jazz
381 M: Hervé Poussineau <hpoussin@reactos.org>
382 S: Maintained
383 F: hw/mips/mips_jazz.c
385 Malta
386 M: Aurelien Jarno <aurelien@aurel32.net>
387 S: Maintained
388 F: hw/mips/mips_malta.c
390 Mipssim
391 M: qemu-devel@nongnu.org
392 S: Orphan
393 F: hw/mips/mips_mipssim.c
395 R4000
396 M: Aurelien Jarno <aurelien@aurel32.net>
397 S: Maintained
398 F: hw/mips/mips_r4k.c
400 OpenRISC Machines
401 -----------------
402 or1k-sim
403 M: Jia Liu <proljc@gmail.com>
404 S: Maintained
405 F: hw/openrisc/openrisc_sim.c
407 PowerPC Machines
408 ----------------
410 M: Alexander Graf <agraf@suse.de>
411 L: qemu-ppc@nongnu.org
412 S: Odd Fixes
413 F: hw/ppc/ppc405_boards.c
415 Bamboo
416 M: Alexander Graf <agraf@suse.de>
417 L: qemu-ppc@nongnu.org
418 S: Odd Fixes
419 F: hw/ppc/ppc440_bamboo.c
421 e500
422 M: Alexander Graf <agraf@suse.de>
423 M: Scott Wood <scottwood@freescale.com>
424 L: qemu-ppc@nongnu.org
425 S: Supported
426 F: hw/ppc/e500.[hc]
427 F: hw/ppc/e500plat.c
429 mpc8544ds
430 M: Alexander Graf <agraf@suse.de>
431 M: Scott Wood <scottwood@freescale.com>
432 L: qemu-ppc@nongnu.org
433 S: Supported
434 F: hw/ppc/mpc8544ds.c
435 F: hw/ppc/mpc8544_guts.c
437 New World
438 M: Alexander Graf <agraf@suse.de>
439 L: qemu-ppc@nongnu.org
440 S: Maintained
441 F: hw/ppc/mac_newworld.c
442 F: hw/pci-host/uninorth.c
443 F: hw/pci-bridge/dec.[hc]
444 F: hw/misc/macio/
446 Old World
447 M: Alexander Graf <agraf@suse.de>
448 L: qemu-ppc@nongnu.org
449 S: Maintained
450 F: hw/ppc/mac_oldworld.c
451 F: hw/pci-host/grackle.c
452 F: hw/misc/macio/
454 PReP
455 M: Andreas Färber <andreas.faerber@web.de>
456 L: qemu-ppc@nongnu.org
457 S: Odd Fixes
458 F: hw/ppc/prep.c
459 F: hw/pci-host/prep.[hc]
460 F: hw/isa/pc87312.[hc]
462 sPAPR
463 M: Alexander Graf <agraf@suse.de>
464 L: qemu-ppc@nongnu.org
465 S: Supported
466 F: hw/*/spapr*
467 F: include/hw/*/spapr*
468 F: hw/*/xics*
469 F: include/hw/*/xics*
470 F: pc-bios/spapr-rtas/*
472 virtex_ml507
473 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
474 L: qemu-ppc@nongnu.org
475 S: Odd Fixes
476 F: hw/ppc/virtex_ml507.c
478 SH4 Machines
479 ------------
481 M: Magnus Damm <magnus.damm@gmail.com>
482 S: Maintained
483 F: hw/sh4/r2d.c
485 Shix
486 M: Magnus Damm <magnus.damm@gmail.com>
487 S: Orphan
488 F: hw/sh4/shix.c
490 SPARC Machines
491 --------------
492 Sun4m
493 M: Blue Swirl <blauwirbel@gmail.com>
494 S: Maintained
495 F: hw/sparc/sun4m.c
497 Sun4u
498 M: Blue Swirl <blauwirbel@gmail.com>
499 S: Maintained
500 F: hw/sparc64/sun4u.c
502 Leon3
503 M: Fabien Chouteau <chouteau@adacore.com>
504 S: Maintained
505 F: hw/sparc/leon3.c
506 F: hw/*/grlib*
508 S390 Machines
509 -------------
510 S390 Virtio
511 M: Alexander Graf <agraf@suse.de>
512 S: Maintained
513 F: hw/s390x/s390-*.c
515 S390 Virtio-ccw
516 M: Cornelia Huck <cornelia.huck@de.ibm.com>
517 M: Christian Borntraeger <borntraeger@de.ibm.com>
518 M: Alexander Graf <agraf@suse.de>
519 S: Supported
520 F: hw/s390x/s390-virtio-ccw.c
521 F: hw/s390x/css.[hc]
522 F: hw/s390x/sclp*.[hc]
523 F: hw/s390x/ipl*.[hc]
524 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
526 UniCore32 Machines
527 -------------
528 PKUnity-3 SoC initramfs-with-busybox
529 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
530 S: Maintained
531 F: hw/*/puv3*
532 F: hw/unicore32/
534 X86 Machines
535 ------------
537 M: Anthony Liguori <aliguori@amazon.com>
538 M: Michael S. Tsirkin <mst@redhat.com>
539 S: Supported
540 F: include/hw/i386/
541 F: hw/i386/
542 F: hw/pci-host/piix.c
543 F: hw/pci-host/q35.c
544 F: hw/pci-host/pam.c
545 F: include/hw/pci-host/q35.h
546 F: include/hw/pci-host/pam.h
547 F: hw/isa/piix4.c
548 F: hw/isa/lpc_ich9.c
549 F: hw/i2c/smbus_ich9.c
550 F: hw/acpi/piix4.c
551 F: hw/acpi/ich9.c
552 F: include/hw/acpi/ich9.h
553 F: include/hw/acpi/piix.h
556 Xtensa Machines
557 ---------------
559 M: Max Filippov <jcmvbkbc@gmail.com>
560 S: Maintained
561 F: hw/xtensa/xtensa_sim.c
563 Avnet LX60
564 M: Max Filippov <jcmvbkbc@gmail.com>
565 S: Maintained
566 F: hw/xtensa/xtensa_lx60.c
568 Devices
569 -------
571 M: Kevin Wolf <kwolf@redhat.com>
572 M: Stefan Hajnoczi <stefanha@redhat.com>
573 S: Odd Fixes
574 F: include/hw/ide.h
575 F: hw/ide/
577 OMAP
578 M: Peter Maydell <peter.maydell@linaro.org>
579 S: Maintained
580 F: hw/*/omap*
583 M: Michael S. Tsirkin <mst@redhat.com>
584 S: Supported
585 F: include/hw/pci/*
586 F: hw/pci/*
587 F: hw/acpi/*
589 ppc4xx
590 M: Alexander Graf <agraf@suse.de>
591 L: qemu-ppc@nongnu.org
592 S: Odd Fixes
593 F: hw/ppc/ppc4*.c
595 ppce500
596 M: Alexander Graf <agraf@suse.de>
597 M: Scott Wood <scottwood@freescale.com>
598 L: qemu-ppc@nongnu.org
599 S: Supported
600 F: hw/ppc/e500*
602 SCSI
603 M: Paolo Bonzini <pbonzini@redhat.com>
604 S: Supported
605 F: include/hw/scsi*
606 F: hw/scsi/*
607 T: git git://github.com/bonzini/qemu.git scsi-next
609 LSI53C895A
610 S: Orphan
611 F: hw/scsi/lsi53c895a.c
614 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
615 S: Maintained
616 F: hw/ssi/*
617 F: hw/block/m25p80.c
620 M: Gerd Hoffmann <kraxel@redhat.com>
621 S: Maintained
622 F: hw/usb/*
623 F: tests/usb-*-test.c
625 VFIO
626 M: Alex Williamson <alex.williamson@redhat.com>
627 S: Supported
628 F: hw/misc/vfio.c
630 vhost
631 M: Michael S. Tsirkin <mst@redhat.com>
632 S: Supported
633 F: hw/*/*vhost*
635 virtio
636 M: Anthony Liguori <aliguori@amazon.com>
637 M: Michael S. Tsirkin <mst@redhat.com>
638 S: Supported
639 F: hw/*/virtio*
641 virtio-9p
642 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
643 S: Supported
644 F: hw/9pfs/
645 F: fsdev/
646 F: tests/virtio-9p-test.c
647 T: git git://github.com/kvaneesh/QEMU.git
649 virtio-blk
650 M: Kevin Wolf <kwolf@redhat.com>
651 M: Stefan Hajnoczi <stefanha@redhat.com>
652 S: Supported
653 F: hw/block/virtio-blk.c
655 virtio-ccw
656 M: Cornelia Huck <cornelia.huck@de.ibm.com>
657 M: Christian Borntraeger <borntraeger@de.ibm.com>
658 S: Supported
659 F: hw/s390x/virtio-ccw.[hc]
660 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
662 virtio-serial
663 M: Amit Shah <amit.shah@redhat.com>
664 S: Supported
665 F: hw/char/virtio-serial-bus.c
666 F: hw/char/virtio-console.c
668 nvme
669 M: Keith Busch <keith.busch@intel.com>
670 S: Supported
671 F: hw/block/nvme*
672 F: tests/nvme-test.c
674 megasas
675 M: Hannes Reinecke <hare@suse.de>
676 S: Supported
677 F: hw/scsi/megasas.c
678 F: hw/scsi/mfi.h
680 Xilinx EDK
681 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
682 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
683 S: Maintained
684 F: hw/*/xilinx_*
685 F: include/hw/xilinx.h
687 Subsystems
688 ----------
689 Audio
690 M: Vassili Karpov (malc) <av1474@comtv.ru>
691 M: Gerd Hoffmann <kraxel@redhat.com>
692 S: Maintained
693 F: audio/
694 F: hw/audio/
695 F: tests/ac97-test.c
696 F: tests/es1370-test.c
697 F: tests/intel-hda-test.c
699 Block
700 M: Kevin Wolf <kwolf@redhat.com>
701 M: Stefan Hajnoczi <stefanha@redhat.com>
702 S: Supported
703 F: block*
704 F: block/
705 F: hw/block/
706 F: qemu-img*
707 F: qemu-io*
708 T: git git://repo.or.cz/qemu/kevin.git block
709 T: git git://github.com/stefanha/qemu.git block
711 Character Devices
712 M: Anthony Liguori <aliguori@amazon.com>
713 S: Maintained
714 F: qemu-char.c
717 M: Andreas Färber <afaerber@suse.de>
718 S: Supported
719 F: qom/cpu.c
720 F: include/qom/cpu.h
721 F: target-i386/cpu.c
723 ICC Bus
724 M: Igor Mammedov <imammedo@redhat.com>
725 S: Supported
726 F: include/hw/cpu/icc_bus.h
727 F: hw/cpu/icc_bus.c
729 Device Tree
730 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
731 M: Alexander Graf <agraf@suse.de>
732 S: Maintained
733 F: device_tree.[ch]
735 GDB stub
736 M: qemu-devel@nongnu.org
737 S: Odd Fixes
738 F: gdbstub*
739 F: gdb-xml/
741 Memory API
742 M: Paolo Bonzini <pbonzini@redhat.com>
743 S: Supported
744 F: include/exec/ioport.h
745 F: ioport.c
746 F: include/exec/memory.h
747 F: memory.c
748 F: include/exec/memory-internal.h
749 F: exec.c
751 SPICE
752 M: Gerd Hoffmann <kraxel@redhat.com>
753 S: Supported
754 F: include/ui/qemu-spice.h
755 F: ui/spice-*.c
756 F: audio/spiceaudio.c
757 F: hw/display/qxl*
759 Graphics
760 M: Anthony Liguori <aliguori@amazon.com>
761 M: Gerd Hoffmann <kraxel@redhat.com>
762 S: Odd Fixes
763 F: ui/
765 Cocoa graphics
766 M: Andreas Färber <andreas.faerber@web.de>
767 M: Peter Maydell <peter.maydell@linaro.org>
768 S: Odd Fixes
769 F: ui/cocoa.m
771 Main loop
772 M: Anthony Liguori <aliguori@amazon.com>
773 S: Supported
774 F: vl.c
776 Human Monitor (HMP)
777 M: Luiz Capitulino <lcapitulino@redhat.com>
778 S: Maintained
779 F: monitor.c
780 F: hmp.c
781 F: hmp-commands.hx
782 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
784 Network device layer
785 M: Anthony Liguori <aliguori@amazon.com>
786 M: Stefan Hajnoczi <stefanha@redhat.com>
787 S: Maintained
788 F: net/
789 T: git git://github.com/stefanha/qemu.git net
791 Netmap network backend
792 M: Luigi Rizzo <rizzo@iet.unipi.it>
793 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
794 M: Vincenzo Maffione <v.maffione@gmail.com>
795 W: http://info.iet.unipi.it/~luigi/netmap/
796 S: Maintained
797 F: net/netmap.c
799 Network Block Device (NBD)
800 M: Paolo Bonzini <pbonzini@redhat.com>
801 S: Odd Fixes
802 F: block/nbd.c
803 F: nbd.*
804 F: qemu-nbd.c
805 T: git git://github.com/bonzini/qemu.git nbd-next
807 QAPI
808 M: Luiz Capitulino <lcapitulino@redhat.com>
809 M: Michael Roth <mdroth@linux.vnet.ibm.com>
810 S: Maintained
811 F: qapi/
812 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
814 QAPI Schema
815 M: Eric Blake <eblake@redhat.com>
816 M: Luiz Capitulino <lcapitulino@redhat.com>
817 M: Markus Armbruster <armbru@redhat.com>
818 S: Supported
819 F: qapi-schema.json
820 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
823 M: Anthony Liguori <aliguori@amazon.com>
824 M: Andreas Färber <afaerber@suse.de>
825 S: Supported
826 T: git git://github.com/afaerber/qemu-cpu.git qom-next
827 F: include/qom/
828 X: include/qom/cpu.h
829 F: qom/
830 X: qom/cpu.c
831 F: tests/qom-test.c
834 M: Luiz Capitulino <lcapitulino@redhat.com>
835 S: Maintained
836 F: qmp.c
837 F: monitor.c
838 F: qmp-commands.hx
839 F: QMP/
840 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
842 SLIRP
843 M: Jan Kiszka <jan.kiszka@siemens.com>
844 S: Maintained
845 F: slirp/
846 T: git git://git.kiszka.org/qemu.git queues/slirp
848 Tracing
849 M: Stefan Hajnoczi <stefanha@redhat.com>
850 S: Maintained
851 F: trace/
852 F: scripts/tracetool.py
853 F: scripts/tracetool/
854 F: docs/tracing.txt
855 T: git git://github.com/stefanha/qemu.git tracing
857 Checkpatch
858 M: Blue Swirl <blauwirbel@gmail.com>
859 S: Odd Fixes
860 F: scripts/checkpatch.pl
862 Seccomp
863 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
864 S: Supported
865 F: qemu-seccomp.c
866 F: include/sysemu/seccomp.h
868 Usermode Emulation
869 ------------------
870 BSD user
871 M: Blue Swirl <blauwirbel@gmail.com>
872 S: Maintained
873 F: bsd-user/
875 Linux user
876 M: Riku Voipio <riku.voipio@iki.fi>
877 S: Maintained
878 F: linux-user/
880 Tiny Code Generator (TCG)
881 -------------------------
882 Common code
883 M: qemu-devel@nongnu.org
884 M: Richard Henderson <rth@twiddle.net>
885 S: Maintained
886 F: tcg/
888 AArch64 target
889 M: Claudio Fontana <claudio.fontana@huawei.com>
890 M: Claudio Fontana <claudio.fontana@gmail.com>
891 S: Maintained
892 F: tcg/aarch64/
894 ARM target
895 M: Andrzej Zaborowski <balrogg@gmail.com>
896 S: Maintained
897 F: tcg/arm/
899 i386 target
900 M: qemu-devel@nongnu.org
901 S: Maintained
902 F: tcg/i386/
904 IA64 target
905 M: Aurelien Jarno <aurelien@aurel32.net>
906 S: Maintained
907 F: tcg/ia64/
909 MIPS target
910 M: Aurelien Jarno <aurelien@aurel32.net>
911 S: Maintained
912 F: tcg/mips/
915 M: Vassili Karpov (malc) <av1474@comtv.ru>
916 S: Maintained
917 F: tcg/ppc/
919 PPC64 target
920 M: Vassili Karpov (malc) <av1474@comtv.ru>
921 S: Maintained
922 F: tcg/ppc64/
924 S390 target
925 M: Alexander Graf <agraf@suse.de>
926 M: Richard Henderson <rth@twiddle.net>
927 S: Maintained
928 F: tcg/s390/
930 SPARC target
931 M: Blue Swirl <blauwirbel@gmail.com>
932 S: Maintained
933 F: tcg/sparc/
935 TCI target
936 M: Stefan Weil <sw@weilnetz.de>
937 S: Maintained
938 F: tcg/tci/
939 F: tci.c
941 Stable branches
942 ---------------
943 Stable 1.0
944 L: qemu-stable@nongnu.org
945 T: git git://git.qemu-project.org/qemu-stable-1.0.git
946 S: Orphan
948 Stable 0.15
949 L: qemu-stable@nongnu.org
950 M: Andreas Färber <afaerber@suse.de>
951 T: git git://git.qemu-project.org/qemu-stable-0.15.git
952 S: Supported
954 Stable 0.14
955 L: qemu-stable@nongnu.org
956 T: git git://git.qemu-project.org/qemu-stable-0.14.git
957 S: Orphan
959 Stable 0.10
960 L: qemu-stable@nongnu.org
961 T: git git://git.qemu-project.org/qemu-stable-0.10.git
962 S: Orphan
964 Block drivers
965 -------------
966 VMDK
967 M: Fam Zheng <famz@redhat.com>
968 S: Supported
969 F: block/vmdk.c
972 M: Josh Durgin <josh.durgin@inktank.com>
973 S: Supported
974 F: block/rbd.c
976 Sheepdog
977 M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
978 M: Liu Yuan <namei.unix@gmail.com>
979 L: sheepdog@lists.wpkg.org
980 S: Supported
981 F: block/sheepdog.c
983 VHDX
984 M: Jeff Cody <jcody@redhat.com>
985 S: Supported
986 F: block/vhdx*
989 M: Stefan Weil <sw@weilnetz.de>
990 S: Maintained
991 F: block/vdi.c
993 iSCSI
994 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
995 M: Paolo Bonzini <pbonzini@redhat.com>
996 M: Peter Lieven <pl@kamp.de>
997 S: Supported
998 F: block/iscsi.c
1001 M: Peter Lieven <pl@kamp.de>
1002 S: Maintained
1003 F: block/nfs.c
1006 M: Richard W.M. Jones <rjones@redhat.com>
1007 S: Supported
1008 F: block/ssh.c
1010 ARCHIPELAGO
1011 M: Chrysostomos Nanakos <cnanakos@grnet.gr>
1012 M: Chrysostomos Nanakos <chris@include.gr>
1013 S: Maintained
1014 F: block/archipelago.c