ACPI: Add definitions for the SPCR table
[qemu/ar7.git] / MAINTAINERS
blob32c7ca4566d78ae54dc6cc8eaa37f800ff57c541
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 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
161 S: Maintained
162 F: target-sparc/
163 F: hw/sparc/
164 F: hw/sparc64/
166 UniCore32
167 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
168 S: Maintained
169 F: target-unicore32/
170 F: hw/unicore32/
173 M: Paolo Bonzini <pbonzini@redhat.com>
174 M: Richard Henderson <rth@twiddle.net>
175 M: Eduardo Habkost <ehabkost@redhat.com>
176 S: Maintained
177 F: target-i386/
178 F: hw/i386/
180 Xtensa
181 M: Max Filippov <jcmvbkbc@gmail.com>
182 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
183 S: Maintained
184 F: target-xtensa/
185 F: hw/xtensa/
186 F: tests/tcg/xtensa/
188 TriCore
189 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
190 S: Maintained
191 F: target-tricore/
192 F: hw/tricore/
194 Guest CPU Cores (KVM):
195 ----------------------
197 Overall
198 M: Paolo Bonzini <pbonzini@redhat.com>
199 L: kvm@vger.kernel.org
200 S: Supported
201 F: kvm-*
202 F: */kvm.*
205 M: Peter Maydell <peter.maydell@linaro.org>
206 S: Maintained
207 F: target-arm/kvm.c
209 MIPS
210 M: James Hogan <james.hogan@imgtec.com>
211 S: Maintained
212 F: target-mips/kvm.c
215 M: Alexander Graf <agraf@suse.de>
216 S: Maintained
217 F: target-ppc/kvm.c
219 S390
220 M: Christian Borntraeger <borntraeger@de.ibm.com>
221 M: Cornelia Huck <cornelia.huck@de.ibm.com>
222 M: Alexander Graf <agraf@suse.de>
223 S: Maintained
224 F: target-s390x/kvm.c
225 F: hw/intc/s390_flic.c
226 F: hw/intc/s390_flic_kvm.c
227 F: include/hw/s390x/s390_flic.h
230 M: Paolo Bonzini <pbonzini@redhat.com>
231 M: Marcelo Tosatti <mtosatti@redhat.com>
232 L: kvm@vger.kernel.org
233 S: Supported
234 F: target-i386/kvm.c
236 Guest CPU Cores (Xen):
237 ----------------------
240 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
241 L: xen-devel@lists.xensource.com
242 S: Supported
243 F: xen-*
244 F: */xen*
246 Hosts:
247 ------
249 LINUX
250 L: qemu-devel@nongnu.org
251 S: Maintained
252 F: linux-*
253 F: linux-headers/
255 POSIX
256 L: qemu-devel@nongnu.org
257 S: Maintained
258 F: *posix*
260 W32, W64
261 L: qemu-devel@nongnu.org
262 M: Stefan Weil <sw@weilnetz.de>
263 S: Maintained
264 F: *win32*
266 ARM Machines
267 ------------
268 Allwinner-a10
269 M: Li Guang <lig.fnst@cn.fujitsu.com>
270 S: Maintained
271 F: hw/*/allwinner-a10*
272 F: include/hw/*/allwinner-a10*
273 F: hw/arm/cubieboard.c
275 Exynos
276 M: Evgeny Voevodin <e.voevodin@samsung.com>
277 M: Maksim Kozlov <m.kozlov@samsung.com>
278 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
279 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
280 S: Maintained
281 F: hw/*/exynos*
283 Calxeda Highbank
284 M: Rob Herring <robh@kernel.org>
285 S: Maintained
286 F: hw/arm/highbank.c
287 F: hw/net/xgmac.c
289 Canon DIGIC
290 M: Antony Pavlov <antonynpavlov@gmail.com>
291 S: Maintained
292 F: include/hw/arm/digic.h
293 F: hw/*/digic*
295 Gumstix
296 L: qemu-devel@nongnu.org
297 S: Orphan
298 F: hw/arm/gumstix.c
300 i.MX31
301 M: Peter Chubb <peter.chubb@nicta.com.au>
302 S: Odd fixes
303 F: hw/*/imx*
304 F: hw/arm/kzm.c
306 Integrator CP
307 M: Peter Maydell <peter.maydell@linaro.org>
308 S: Maintained
309 F: hw/arm/integratorcp.c
311 Mainstone
312 L: qemu-devel@nongnu.org
313 S: Orphan
314 F: hw/arm/mainstone.c
316 Musicpal
317 M: Jan Kiszka <jan.kiszka@web.de>
318 S: Maintained
319 F: hw/arm/musicpal.c
321 nSeries
322 M: Andrzej Zaborowski <balrogg@gmail.com>
323 S: Maintained
324 F: hw/arm/nseries.c
326 Palm
327 M: Andrzej Zaborowski <balrogg@gmail.com>
328 S: Maintained
329 F: hw/arm/palm.c
331 Real View
332 M: Peter Maydell <peter.maydell@linaro.org>
333 S: Maintained
334 F: hw/arm/realview*
336 Spitz
337 M: Andrzej Zaborowski <balrogg@gmail.com>
338 S: Maintained
339 F: hw/arm/spitz.c
341 Stellaris
342 M: Peter Maydell <peter.maydell@linaro.org>
343 S: Maintained
344 F: hw/*/stellaris*
346 Versatile PB
347 M: Peter Maydell <peter.maydell@linaro.org>
348 S: Maintained
349 F: hw/*/versatile*
351 Xilinx Zynq
352 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
353 S: Maintained
354 F: hw/arm/xilinx_zynq.c
355 F: hw/misc/zynq_slcr.c
356 F: hw/*/cadence_*
357 F: hw/ssi/xilinx_spips.c
359 ARM ACPI Subsystem
360 M: Shannon Zhao <zhaoshenglong@huawei.com>
361 M: Shannon Zhao <shannon.zhao@linaro.org>
362 S: Maintained
363 F: hw/arm/virt-acpi-build.c
364 F: include/hw/arm/virt-acpi-build.h
366 CRIS Machines
367 -------------
368 Axis Dev88
369 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
370 S: Maintained
371 F: hw/cris/axis_dev88.c
372 F: hw/*/etraxfs_*.c
374 LM32 Machines
375 -------------
376 EVR32 and uclinux BSP
377 M: Michael Walle <michael@walle.cc>
378 S: Maintained
379 F: hw/lm32/lm32_boards.c
381 milkymist
382 M: Michael Walle <michael@walle.cc>
383 S: Maintained
384 F: hw/lm32/milkymist.c
386 M68K Machines
387 -------------
388 an5206
389 S: Orphan
390 F: hw/m68k/an5206.c
392 dummy_m68k
393 S: Orphan
394 F: hw/m68k/dummy_m68k.c
396 mcf5208
397 S: Orphan
398 F: hw/m68k/mcf5208.c
400 MicroBlaze Machines
401 -------------------
402 petalogix_s3adsp1800
403 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
404 S: Maintained
405 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
407 petalogix_ml605
408 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
409 S: Maintained
410 F: hw/microblaze/petalogix_ml605_mmu.c
412 MIPS Machines
413 -------------
414 Jazz
415 M: Hervé Poussineau <hpoussin@reactos.org>
416 S: Maintained
417 F: hw/mips/mips_jazz.c
419 Malta
420 M: Aurelien Jarno <aurelien@aurel32.net>
421 S: Maintained
422 F: hw/mips/mips_malta.c
424 Mipssim
425 L: qemu-devel@nongnu.org
426 S: Orphan
427 F: hw/mips/mips_mipssim.c
429 R4000
430 M: Aurelien Jarno <aurelien@aurel32.net>
431 S: Maintained
432 F: hw/mips/mips_r4k.c
434 OpenRISC Machines
435 -----------------
436 or1k-sim
437 M: Jia Liu <proljc@gmail.com>
438 S: Maintained
439 F: hw/openrisc/openrisc_sim.c
441 PowerPC Machines
442 ----------------
444 M: Alexander Graf <agraf@suse.de>
445 L: qemu-ppc@nongnu.org
446 S: Odd Fixes
447 F: hw/ppc/ppc405_boards.c
449 Bamboo
450 M: Alexander Graf <agraf@suse.de>
451 L: qemu-ppc@nongnu.org
452 S: Odd Fixes
453 F: hw/ppc/ppc440_bamboo.c
455 e500
456 M: Alexander Graf <agraf@suse.de>
457 M: Scott Wood <scottwood@freescale.com>
458 L: qemu-ppc@nongnu.org
459 S: Supported
460 F: hw/ppc/e500.[hc]
461 F: hw/ppc/e500plat.c
463 mpc8544ds
464 M: Alexander Graf <agraf@suse.de>
465 M: Scott Wood <scottwood@freescale.com>
466 L: qemu-ppc@nongnu.org
467 S: Supported
468 F: hw/ppc/mpc8544ds.c
469 F: hw/ppc/mpc8544_guts.c
471 New World
472 M: Alexander Graf <agraf@suse.de>
473 L: qemu-ppc@nongnu.org
474 S: Maintained
475 F: hw/ppc/mac_newworld.c
476 F: hw/pci-host/uninorth.c
477 F: hw/pci-bridge/dec.[hc]
478 F: hw/misc/macio/
480 Old World
481 M: Alexander Graf <agraf@suse.de>
482 L: qemu-ppc@nongnu.org
483 S: Maintained
484 F: hw/ppc/mac_oldworld.c
485 F: hw/pci-host/grackle.c
486 F: hw/misc/macio/
488 PReP
489 M: Andreas Färber <andreas.faerber@web.de>
490 L: qemu-ppc@nongnu.org
491 S: Odd Fixes
492 F: hw/ppc/prep.c
493 F: hw/pci-host/prep.[hc]
494 F: hw/isa/pc87312.[hc]
496 sPAPR (pseries)
497 M: David Gibson <david@gibson.dropbear.id.au>
498 M: Alexander Graf <agraf@suse.de>
499 L: qemu-ppc@nongnu.org
500 S: Supported
501 F: hw/*/spapr*
502 F: include/hw/*/spapr*
503 F: hw/*/xics*
504 F: include/hw/*/xics*
505 F: pc-bios/spapr-rtas/*
507 virtex_ml507
508 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
509 L: qemu-ppc@nongnu.org
510 S: Odd Fixes
511 F: hw/ppc/virtex_ml507.c
513 SH4 Machines
514 ------------
516 M: Magnus Damm <magnus.damm@gmail.com>
517 S: Maintained
518 F: hw/sh4/r2d.c
520 Shix
521 M: Magnus Damm <magnus.damm@gmail.com>
522 S: Orphan
523 F: hw/sh4/shix.c
525 SPARC Machines
526 --------------
527 Sun4m
528 M: Blue Swirl <blauwirbel@gmail.com>
529 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
530 S: Maintained
531 F: hw/sparc/sun4m.c
533 Sun4u
534 M: Blue Swirl <blauwirbel@gmail.com>
535 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
536 S: Maintained
537 F: hw/sparc64/sun4u.c
539 Leon3
540 M: Fabien Chouteau <chouteau@adacore.com>
541 S: Maintained
542 F: hw/sparc/leon3.c
543 F: hw/*/grlib*
545 S390 Machines
546 -------------
547 S390 Virtio
548 M: Alexander Graf <agraf@suse.de>
549 S: Maintained
550 F: hw/s390x/s390-*.c
551 X: hw/s390x/*pci*.[hc]
553 S390 Virtio-ccw
554 M: Cornelia Huck <cornelia.huck@de.ibm.com>
555 M: Christian Borntraeger <borntraeger@de.ibm.com>
556 M: Alexander Graf <agraf@suse.de>
557 S: Supported
558 F: hw/s390x/s390-virtio-ccw.c
559 F: hw/s390x/css.[hc]
560 F: hw/s390x/sclp*.[hc]
561 F: hw/s390x/ipl*.[hc]
562 F: hw/s390x/*pci*.[hc]
563 F: include/hw/s390x/
564 F: pc-bios/s390-ccw/
565 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
567 UniCore32 Machines
568 -------------
569 PKUnity-3 SoC initramfs-with-busybox
570 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
571 S: Maintained
572 F: hw/*/puv3*
573 F: hw/unicore32/
575 X86 Machines
576 ------------
578 M: Michael S. Tsirkin <mst@redhat.com>
579 S: Supported
580 F: include/hw/i386/
581 F: hw/i386/
582 F: hw/pci-host/piix.c
583 F: hw/pci-host/q35.c
584 F: hw/pci-host/pam.c
585 F: include/hw/pci-host/q35.h
586 F: include/hw/pci-host/pam.h
587 F: hw/isa/piix4.c
588 F: hw/isa/lpc_ich9.c
589 F: hw/i2c/smbus_ich9.c
590 F: hw/acpi/piix4.c
591 F: hw/acpi/ich9.c
592 F: include/hw/acpi/ich9.h
593 F: include/hw/acpi/piix.h
596 Xtensa Machines
597 ---------------
599 M: Max Filippov <jcmvbkbc@gmail.com>
600 S: Maintained
601 F: hw/xtensa/sim.c
603 XTFPGA (LX60, LX200, ML605, KC705)
604 M: Max Filippov <jcmvbkbc@gmail.com>
605 S: Maintained
606 F: hw/xtensa/xtfpga.c
607 F: hw/net/opencores_eth.c
609 Devices
610 -------
612 M: Jiri Slaby <jslaby@suse.cz>
613 S: Maintained
614 F: hw/misc/edu.c
617 M: John Snow <jsnow@redhat.com>
618 L: qemu-block@nongnu.org
619 S: Supported
620 F: include/hw/ide.h
621 F: hw/ide/
622 F: hw/block/block.c
623 F: hw/block/cdrom.c
624 F: hw/block/hd-geometry.c
625 F: tests/ide-test.c
626 F: tests/ahci-test.c
627 T: git git://github.com/jnsnow/qemu.git ide
629 Floppy
630 M: John Snow <jsnow@redhat.com>
631 L: qemu-block@nongnu.org
632 S: Supported
633 F: hw/block/fdc.c
634 F: include/hw/block/fdc.h
635 T: git git://github.com/jnsnow/qemu.git ide
637 OMAP
638 M: Peter Maydell <peter.maydell@linaro.org>
639 S: Maintained
640 F: hw/*/omap*
643 M: Michael S. Tsirkin <mst@redhat.com>
644 S: Supported
645 F: include/hw/pci/*
646 F: hw/pci/*
647 F: hw/acpi/*
649 ppc4xx
650 M: Alexander Graf <agraf@suse.de>
651 L: qemu-ppc@nongnu.org
652 S: Odd Fixes
653 F: hw/ppc/ppc4*.c
655 ppce500
656 M: Alexander Graf <agraf@suse.de>
657 M: Scott Wood <scottwood@freescale.com>
658 L: qemu-ppc@nongnu.org
659 S: Supported
660 F: hw/ppc/e500*
662 SCSI
663 M: Paolo Bonzini <pbonzini@redhat.com>
664 S: Supported
665 F: include/hw/scsi*
666 F: hw/scsi/*
667 T: git git://github.com/bonzini/qemu.git scsi-next
669 LSI53C895A
670 S: Orphan
671 F: hw/scsi/lsi53c895a.c
674 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
675 S: Maintained
676 F: hw/ssi/*
677 F: hw/block/m25p80.c
680 M: Gerd Hoffmann <kraxel@redhat.com>
681 S: Maintained
682 F: hw/usb/*
683 F: tests/usb-*-test.c
685 USB (serial adapter)
686 M: Gerd Hoffmann <kraxel@redhat.com>
687 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
688 S: Maintained
689 F: hw/usb/dev-serial.c
691 VFIO
692 M: Alex Williamson <alex.williamson@redhat.com>
693 S: Supported
694 F: hw/vfio/*
696 vhost
697 M: Michael S. Tsirkin <mst@redhat.com>
698 S: Supported
699 F: hw/*/*vhost*
701 virtio
702 M: Michael S. Tsirkin <mst@redhat.com>
703 S: Supported
704 F: hw/*/virtio*
706 virtio-9p
707 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
708 S: Supported
709 F: hw/9pfs/
710 F: fsdev/
711 F: tests/virtio-9p-test.c
712 T: git git://github.com/kvaneesh/QEMU.git
714 virtio-blk
715 M: Stefan Hajnoczi <stefanha@redhat.com>
716 L: qemu-block@nongnu.org
717 S: Supported
718 F: hw/block/virtio-blk.c
719 F: hw/block/dataplane/*
720 F: hw/virtio/dataplane/*
721 T: git git://github.com/stefanha/qemu.git block
723 virtio-ccw
724 M: Cornelia Huck <cornelia.huck@de.ibm.com>
725 M: Christian Borntraeger <borntraeger@de.ibm.com>
726 S: Supported
727 F: hw/s390x/virtio-ccw.[hc]
728 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
730 virtio-serial
731 M: Amit Shah <amit.shah@redhat.com>
732 S: Supported
733 F: hw/char/virtio-serial-bus.c
734 F: hw/char/virtio-console.c
735 F: include/hw/virtio/virtio-serial.h
737 virtio-rng
738 M: Amit Shah <amit.shah@redhat.com>
739 S: Supported
740 F: hw/virtio/virtio-rng.c
741 F: include/hw/virtio/virtio-rng.h
742 F: backends/rng*.c
744 nvme
745 M: Keith Busch <keith.busch@intel.com>
746 L: qemu-block@nongnu.org
747 S: Supported
748 F: hw/block/nvme*
749 F: tests/nvme-test.c
751 megasas
752 M: Hannes Reinecke <hare@suse.de>
753 L: qemu-block@nongnu.org
754 S: Supported
755 F: hw/scsi/megasas.c
756 F: hw/scsi/mfi.h
758 Xilinx EDK
759 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
760 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
761 S: Maintained
762 F: hw/*/xilinx_*
763 F: include/hw/xilinx.h
765 Vmware
766 M: Dmitry Fleytman <dmitry@daynix.com>
767 S: Maintained
768 F: hw/net/vmxnet*
769 F: hw/scsi/vmw_pvscsi*
771 Rocker
772 M: Scott Feldman <sfeldma@gmail.com>
773 M: Jiri Pirko <jiri@resnulli.us>
774 S: Maintained
775 F: hw/net/rocker/
777 Subsystems
778 ----------
779 Audio
780 M: Gerd Hoffmann <kraxel@redhat.com>
781 S: Maintained
782 F: audio/
783 F: hw/audio/
784 F: tests/ac97-test.c
785 F: tests/es1370-test.c
786 F: tests/intel-hda-test.c
788 Block layer core
789 M: Kevin Wolf <kwolf@redhat.com>
790 L: qemu-block@nongnu.org
791 S: Supported
792 F: block*
793 F: block/
794 F: hw/block/
795 F: include/block/
796 F: qemu-img*
797 F: qemu-io*
798 F: tests/qemu-iotests/
799 T: git git://repo.or.cz/qemu/kevin.git block
801 Block I/O path
802 M: Stefan Hajnoczi <stefanha@redhat.com>
803 L: qemu-block@nongnu.org
804 S: Supported
805 F: async.c
806 F: aio-*.c
807 F: block/io.c
808 F: migration/block*
809 T: git git://github.com/stefanha/qemu.git block
811 Block Jobs
812 M: Jeff Cody <jcody@redhat.com>
813 L: qemu-block@nongnu.org
814 S: Supported
815 F: blockjob.c
816 F: include/block/blockjob.h
817 F: block/backup.c
818 F: block/commit.c
819 F: block/stream.h
820 F: block/mirror.c
821 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
823 Block QAPI, monitor, command line
824 M: Markus Armbruster <armbru@redhat.com>
825 S: Supported
826 F: blockdev.c
827 F: block/qapi.c
828 F: qapi/block*.json
829 T: git git://repo.or.cz/qemu/armbru.git block-next
831 Character Devices
832 M: Paolo Bonzini <pbonzini@redhat.com>
833 S: Maintained
834 F: qemu-char.c
835 F: backends/msmouse.c
836 F: backends/testdev.c
838 Character Devices (Braille)
839 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
840 S: Maintained
841 F: backends/baum.c
843 Coverity model
844 M: Markus Armbruster <armbru@redhat.com>
845 S: Supported
846 F: scripts/coverity-model.c
849 M: Andreas Färber <afaerber@suse.de>
850 S: Supported
851 F: qom/cpu.c
852 F: include/qom/cpu.h
853 F: target-i386/cpu.c
855 ICC Bus
856 M: Igor Mammedov <imammedo@redhat.com>
857 S: Supported
858 F: include/hw/cpu/icc_bus.h
859 F: hw/cpu/icc_bus.c
861 Device Tree
862 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
863 M: Alexander Graf <agraf@suse.de>
864 S: Maintained
865 F: device_tree.[ch]
867 GDB stub
868 L: qemu-devel@nongnu.org
869 S: Odd Fixes
870 F: gdbstub*
871 F: gdb-xml/
873 Memory API
874 M: Paolo Bonzini <pbonzini@redhat.com>
875 S: Supported
876 F: include/exec/ioport.h
877 F: ioport.c
878 F: include/exec/memory.h
879 F: memory.c
880 F: include/exec/memory-internal.h
881 F: exec.c
883 SPICE
884 M: Gerd Hoffmann <kraxel@redhat.com>
885 S: Supported
886 F: include/ui/qemu-spice.h
887 F: ui/spice-*.c
888 F: audio/spiceaudio.c
889 F: hw/display/qxl*
891 Graphics
892 M: Gerd Hoffmann <kraxel@redhat.com>
893 S: Odd Fixes
894 F: ui/
896 Cocoa graphics
897 M: Andreas Färber <andreas.faerber@web.de>
898 M: Peter Maydell <peter.maydell@linaro.org>
899 S: Odd Fixes
900 F: ui/cocoa.m
902 Main loop
903 M: Paolo Bonzini <pbonzini@redhat.com>
904 S: Maintained
905 F: cpus.c
906 F: main-loop.c
907 F: qemu-timer.c
908 F: vl.c
910 Human Monitor (HMP)
911 M: Luiz Capitulino <lcapitulino@redhat.com>
912 S: Maintained
913 F: monitor.c
914 F: hmp.c
915 F: hmp-commands.hx
916 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
918 Network device layer
919 M: Stefan Hajnoczi <stefanha@redhat.com>
920 M: Jason Wang <jasowang@redhat.com>
921 S: Maintained
922 F: net/
923 T: git git://github.com/stefanha/qemu.git net
925 Netmap network backend
926 M: Luigi Rizzo <rizzo@iet.unipi.it>
927 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
928 M: Vincenzo Maffione <v.maffione@gmail.com>
929 W: http://info.iet.unipi.it/~luigi/netmap/
930 S: Maintained
931 F: net/netmap.c
933 Network Block Device (NBD)
934 M: Paolo Bonzini <pbonzini@redhat.com>
935 S: Odd Fixes
936 F: block/nbd.c
937 F: nbd.*
938 F: qemu-nbd.c
939 T: git git://github.com/bonzini/qemu.git nbd-next
941 NUMA
942 M: Eduardo Habkost <ehabkost@redhat.com>
943 S: Maintained
944 F: numa.c
945 F: include/sysemu/numa.h
946 K: numa|NUMA
947 K: srat|SRAT
948 T: git git://github.com/ehabkost/qemu.git numa
950 QAPI
951 M: Markus Armbruster <armbru@redhat.com>
952 M: Michael Roth <mdroth@linux.vnet.ibm.com>
953 S: Supported
954 F: qapi/
955 F: tests/qapi-schema/
956 T: git git://repo.or.cz/qemu/armbru.git qapi-next
958 QAPI Schema
959 M: Eric Blake <eblake@redhat.com>
960 M: Markus Armbruster <armbru@redhat.com>
961 S: Supported
962 F: qapi-schema.json
963 T: git git://repo.or.cz/qemu/armbru.git qapi-next
965 QObject
966 M: Luiz Capitulino <lcapitulino@redhat.com>
967 S: Maintained
968 F: qobject/
969 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
971 QEMU Guest Agent
972 M: Michael Roth <mdroth@linux.vnet.ibm.com>
973 S: Maintained
974 F: qga/
975 T: git git://github.com/mdroth/qemu.git qga
978 M: Andreas Färber <afaerber@suse.de>
979 S: Supported
980 T: git git://github.com/afaerber/qemu-cpu.git qom-next
981 F: include/qom/
982 X: include/qom/cpu.h
983 F: qom/
984 X: qom/cpu.c
985 F: tests/qom-test.c
988 M: Markus Armbruster <armbru@redhat.com>
989 S: Supported
990 F: qmp.c
991 F: monitor.c
992 F: qmp-commands.hx
993 F: docs/qmp/
994 F: scripts/qmp/
995 T: git git://repo.or.cz/qemu/armbru.git qapi-next
997 SLIRP
998 M: Jan Kiszka <jan.kiszka@siemens.com>
999 S: Maintained
1000 F: slirp/
1001 T: git git://git.kiszka.org/qemu.git queues/slirp
1003 Tracing
1004 M: Stefan Hajnoczi <stefanha@redhat.com>
1005 S: Maintained
1006 F: trace/
1007 F: scripts/tracetool.py
1008 F: scripts/tracetool/
1009 F: docs/tracing.txt
1010 T: git git://github.com/stefanha/qemu.git tracing
1012 Checkpatch
1013 M: Blue Swirl <blauwirbel@gmail.com>
1014 S: Odd Fixes
1015 F: scripts/checkpatch.pl
1017 Migration
1018 M: Juan Quintela <quintela@redhat.com>
1019 M: Amit Shah <amit.shah@redhat.com>
1020 S: Maintained
1021 F: include/migration/
1022 F: migration/
1023 F: scripts/vmstate-static-checker.py
1024 F: tests/vmstate-static-checker-data/
1026 Seccomp
1027 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1028 S: Supported
1029 F: qemu-seccomp.c
1030 F: include/sysemu/seccomp.h
1032 Usermode Emulation
1033 ------------------
1034 Overall
1035 M: Riku Voipio <riku.voipio@iki.fi>
1036 S: Maintained
1037 F: thunk.c
1038 F: user-exec.c
1040 BSD user
1041 M: Blue Swirl <blauwirbel@gmail.com>
1042 S: Maintained
1043 F: bsd-user/
1045 Linux user
1046 M: Riku Voipio <riku.voipio@iki.fi>
1047 S: Maintained
1048 F: linux-user/
1050 Tiny Code Generator (TCG)
1051 -------------------------
1052 Common code
1053 M: Richard Henderson <rth@twiddle.net>
1054 S: Maintained
1055 F: tcg/
1057 AArch64 target
1058 M: Claudio Fontana <claudio.fontana@huawei.com>
1059 M: Claudio Fontana <claudio.fontana@gmail.com>
1060 S: Maintained
1061 F: tcg/aarch64/
1063 ARM target
1064 M: Andrzej Zaborowski <balrogg@gmail.com>
1065 S: Maintained
1066 F: tcg/arm/
1068 i386 target
1069 L: qemu-devel@nongnu.org
1070 S: Maintained
1071 F: tcg/i386/
1073 IA64 target
1074 M: Aurelien Jarno <aurelien@aurel32.net>
1075 S: Maintained
1076 F: tcg/ia64/
1078 MIPS target
1079 M: Aurelien Jarno <aurelien@aurel32.net>
1080 S: Maintained
1081 F: tcg/mips/
1084 M: Vassili Karpov (malc) <av1474@comtv.ru>
1085 S: Maintained
1086 F: tcg/ppc/
1088 PPC64 target
1089 M: Vassili Karpov (malc) <av1474@comtv.ru>
1090 S: Maintained
1091 F: tcg/ppc64/
1093 S390 target
1094 M: Alexander Graf <agraf@suse.de>
1095 M: Richard Henderson <rth@twiddle.net>
1096 S: Maintained
1097 F: tcg/s390/
1099 SPARC target
1100 M: Blue Swirl <blauwirbel@gmail.com>
1101 S: Maintained
1102 F: tcg/sparc/
1104 TCI target
1105 M: Stefan Weil <sw@weilnetz.de>
1106 S: Maintained
1107 F: tcg/tci/
1108 F: tci.c
1110 Stable branches
1111 ---------------
1112 Stable 1.0
1113 L: qemu-stable@nongnu.org
1114 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1115 S: Orphan
1117 Stable 0.15
1118 L: qemu-stable@nongnu.org
1119 M: Andreas Färber <afaerber@suse.de>
1120 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1121 S: Supported
1123 Stable 0.14
1124 L: qemu-stable@nongnu.org
1125 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1126 S: Orphan
1128 Stable 0.10
1129 L: qemu-stable@nongnu.org
1130 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1131 S: Orphan
1133 Block drivers
1134 -------------
1135 VMDK
1136 M: Fam Zheng <famz@redhat.com>
1137 L: qemu-block@nongnu.org
1138 S: Supported
1139 F: block/vmdk.c
1142 M: Josh Durgin <josh.durgin@inktank.com>
1143 M: Jeff Cody <jcody@redhat.com>
1144 L: qemu-block@nongnu.org
1145 S: Supported
1146 F: block/rbd.c
1147 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1149 Sheepdog
1150 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1151 M: Liu Yuan <namei.unix@gmail.com>
1152 M: Jeff Cody <jcody@redhat.com>
1153 L: qemu-block@nongnu.org
1154 L: sheepdog@lists.wpkg.org
1155 S: Supported
1156 F: block/sheepdog.c
1157 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1159 VHDX
1160 M: Jeff Cody <jcody@redhat.com>
1161 L: qemu-block@nongnu.org
1162 S: Supported
1163 F: block/vhdx*
1164 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1167 M: Stefan Weil <sw@weilnetz.de>
1168 L: qemu-block@nongnu.org
1169 S: Maintained
1170 F: block/vdi.c
1172 iSCSI
1173 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1174 M: Paolo Bonzini <pbonzini@redhat.com>
1175 M: Peter Lieven <pl@kamp.de>
1176 L: qemu-block@nongnu.org
1177 S: Supported
1178 F: block/iscsi.c
1181 M: Jeff Cody <jcody@redhat.com>
1182 M: Peter Lieven <pl@kamp.de>
1183 L: qemu-block@nongnu.org
1184 S: Maintained
1185 F: block/nfs.c
1186 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1189 M: Richard W.M. Jones <rjones@redhat.com>
1190 M: Jeff Cody <jcody@redhat.com>
1191 L: qemu-block@nongnu.org
1192 S: Supported
1193 F: block/ssh.c
1194 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1196 ARCHIPELAGO
1197 M: Chrysostomos Nanakos <chris@include.gr>
1198 M: Jeff Cody <jcody@redhat.com>
1199 L: qemu-block@nongnu.org
1200 S: Maintained
1201 F: block/archipelago.c
1202 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1204 CURL
1205 M: Jeff Cody <jcody@redhat.com>
1206 L: qemu-block@nongnu.org
1207 S: Supported
1208 F: block/curl.c
1209 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1211 GLUSTER
1212 M: Jeff Cody <jcody@redhat.com>
1213 L: qemu-block@nongnu.org
1214 S: Supported
1215 F: block/gluster.c
1216 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1218 Null Block Driver
1219 M: Fam Zheng <famz@redhat.com>
1220 L: qemu-block@nongnu.org
1221 S: Supported
1222 F: block/null.c
1224 Bootdevice
1225 M: Gonglei <arei.gonglei@huawei.com>
1226 S: Maintained
1227 F: bootdevice.c
1229 Quorum
1230 M: Alberto Garcia <berto@igalia.com>
1231 S: Supported
1232 F: block/quorum.c
1233 L: qemu-block@nongnu.org
1235 blkverify
1236 M: Stefan Hajnoczi <stefanha@redhat.com>
1237 L: qemu-block@nongnu.org
1238 S: Supported
1239 F: block/blkverify.c
1241 bochs
1242 M: Stefan Hajnoczi <stefanha@redhat.com>
1243 L: qemu-block@nongnu.org
1244 S: Supported
1245 F: block/bochs.c
1247 cloop
1248 M: Stefan Hajnoczi <stefanha@redhat.com>
1249 L: qemu-block@nongnu.org
1250 S: Supported
1251 F: block/cloop.c
1254 M: Stefan Hajnoczi <stefanha@redhat.com>
1255 L: qemu-block@nongnu.org
1256 S: Supported
1257 F: block/dmg.c
1259 parallels
1260 M: Stefan Hajnoczi <stefanha@redhat.com>
1261 L: qemu-block@nongnu.org
1262 S: Supported
1263 F: block/parallels.c
1266 M: Stefan Hajnoczi <stefanha@redhat.com>
1267 L: qemu-block@nongnu.org
1268 S: Supported
1269 F: block/qed.c
1272 M: Kevin Wolf <kwolf@redhat.com>
1273 L: qemu-block@nongnu.org
1274 S: Supported
1275 F: block/linux-aio.c
1276 F: block/raw-aio.h
1277 F: block/raw-posix.c
1278 F: block/raw-win32.c
1279 F: block/raw_bsd.c
1280 F: block/win32-aio.c
1282 qcow2
1283 M: Kevin Wolf <kwolf@redhat.com>
1284 L: qemu-block@nongnu.org
1285 S: Supported
1286 F: block/qcow2*
1288 qcow
1289 M: Kevin Wolf <kwolf@redhat.com>
1290 L: qemu-block@nongnu.org
1291 S: Supported
1292 F: block/qcow.c
1294 blkdebug
1295 M: Kevin Wolf <kwolf@redhat.com>
1296 L: qemu-block@nongnu.org
1297 S: Supported
1298 F: block/blkdebug.c
1301 M: Kevin Wolf <kwolf@redhat.com>
1302 L: qemu-block@nongnu.org
1303 S: Supported
1304 F: block/vpc.c
1306 vvfat
1307 M: Kevin Wolf <kwolf@redhat.com>
1308 L: qemu-block@nongnu.org
1309 S: Supported
1310 F: block/vvfat.c
1312 Image format fuzzer
1313 M: Stefan Hajnoczi <stefanha@redhat.com>
1314 L: qemu-block@nongnu.org
1315 S: Supported
1316 F: tests/image-fuzzer/