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