iotests: add O_DIRECT alignment probing test
[qemu/qmp-unstable.git] / MAINTAINERS
blobd7c55b926bf0719437e36d050e32d53defcaf040
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>
54 M: Peter Maydell <peter.maydell@linaro.org>
56 Responsible Disclosure, Reporting Security Issues
57 ------------------------------
58 W: http://wiki.qemu.org/SecurityProcess
59 M: Michael S. Tsirkin <mst@redhat.com>
60 M: Anthony Liguori <aliguori@amazon.com>
61 L: secalert@redhat.com
63 Guest CPU cores (TCG):
64 ----------------------
65 Overall
66 L: qemu-devel@nongnu.org
67 S: Odd fixes
68 F: cpu-exec.c
69 F: cputlb.c
70 F: softmmu_template.h
71 F: translate-all.c
72 F: include/exec/cpu_ldst.h
73 F: include/exec/cpu_ldst_template.h
74 F: include/exec/helper*.h
76 Alpha
77 M: Richard Henderson <rth@twiddle.net>
78 S: Maintained
79 F: target-alpha/
80 F: hw/alpha/
81 F: tests/tcg/alpha/
83 ARM
84 M: Peter Maydell <peter.maydell@linaro.org>
85 S: Maintained
86 F: target-arm/
87 F: hw/arm/
88 F: hw/cpu/a*mpcore.c
90 CRIS
91 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
92 S: Maintained
93 F: target-cris/
94 F: hw/cris/
95 F: tests/tcg/cris/
97 LM32
98 M: Michael Walle <michael@walle.cc>
99 S: Maintained
100 F: target-lm32/
101 F: disas/lm32.c
102 F: hw/lm32/
103 F: hw/*/lm32_*
104 F: hw/*/milkymist-*
105 F: include/hw/char/lm32_juart.h
106 F: include/hw/lm32/
107 F: tests/tcg/lm32/
109 M68K
110 S: Orphan
111 F: target-m68k/
112 F: hw/m68k/
114 MicroBlaze
115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116 S: Maintained
117 F: target-microblaze/
118 F: hw/microblaze/
120 MIPS
121 M: Aurelien Jarno <aurelien@aurel32.net>
122 M: Leon Alrae <leon.alrae@imgtec.com>
123 S: Maintained
124 F: target-mips/
125 F: hw/mips/
126 F: tests/tcg/mips/
128 Moxie
129 M: Anthony Green <green@moxielogic.com>
130 S: Maintained
131 F: target-moxie/
133 OpenRISC
134 M: Jia Liu <proljc@gmail.com>
135 S: Maintained
136 F: target-openrisc/
137 F: hw/openrisc/
138 F: tests/tcg/openrisc/
140 PowerPC
141 M: Alexander Graf <agraf@suse.de>
142 L: qemu-ppc@nongnu.org
143 S: Maintained
144 F: target-ppc/
145 F: hw/ppc/
147 S390
148 M: Richard Henderson <rth@twiddle.net>
149 M: Alexander Graf <agraf@suse.de>
150 S: Maintained
151 F: target-s390x/
152 F: hw/s390x/
155 M: Aurelien Jarno <aurelien@aurel32.net>
156 S: Odd Fixes
157 F: target-sh4/
158 F: hw/sh4/
160 SPARC
161 M: Blue Swirl <blauwirbel@gmail.com>
162 S: Maintained
163 F: target-sparc/
164 F: hw/sparc/
165 F: hw/sparc64/
167 UniCore32
168 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
169 S: Maintained
170 F: target-unicore32/
171 F: hw/unicore32/
174 M: Paolo Bonzini <pbonzini@redhat.com>
175 M: Richard Henderson <rth@twiddle.net>
176 S: Odd Fixes
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 CRIS Machines
360 -------------
361 Axis Dev88
362 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
363 S: Maintained
364 F: hw/cris/axis_dev88.c
365 F: hw/*/etraxfs_*.c
367 LM32 Machines
368 -------------
369 EVR32 and uclinux BSP
370 M: Michael Walle <michael@walle.cc>
371 S: Maintained
372 F: hw/lm32/lm32_boards.c
374 milkymist
375 M: Michael Walle <michael@walle.cc>
376 S: Maintained
377 F: hw/lm32/milkymist.c
379 M68K Machines
380 -------------
381 an5206
382 S: Orphan
383 F: hw/m68k/an5206.c
385 dummy_m68k
386 S: Orphan
387 F: hw/m68k/dummy_m68k.c
389 mcf5208
390 S: Orphan
391 F: hw/m68k/mcf5208.c
393 MicroBlaze Machines
394 -------------------
395 petalogix_s3adsp1800
396 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
397 S: Maintained
398 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
400 petalogix_ml605
401 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
402 S: Maintained
403 F: hw/microblaze/petalogix_ml605_mmu.c
405 MIPS Machines
406 -------------
407 Jazz
408 M: Hervé Poussineau <hpoussin@reactos.org>
409 S: Maintained
410 F: hw/mips/mips_jazz.c
412 Malta
413 M: Aurelien Jarno <aurelien@aurel32.net>
414 S: Maintained
415 F: hw/mips/mips_malta.c
417 Mipssim
418 L: qemu-devel@nongnu.org
419 S: Orphan
420 F: hw/mips/mips_mipssim.c
422 R4000
423 M: Aurelien Jarno <aurelien@aurel32.net>
424 S: Maintained
425 F: hw/mips/mips_r4k.c
427 OpenRISC Machines
428 -----------------
429 or1k-sim
430 M: Jia Liu <proljc@gmail.com>
431 S: Maintained
432 F: hw/openrisc/openrisc_sim.c
434 PowerPC Machines
435 ----------------
437 M: Alexander Graf <agraf@suse.de>
438 L: qemu-ppc@nongnu.org
439 S: Odd Fixes
440 F: hw/ppc/ppc405_boards.c
442 Bamboo
443 M: Alexander Graf <agraf@suse.de>
444 L: qemu-ppc@nongnu.org
445 S: Odd Fixes
446 F: hw/ppc/ppc440_bamboo.c
448 e500
449 M: Alexander Graf <agraf@suse.de>
450 M: Scott Wood <scottwood@freescale.com>
451 L: qemu-ppc@nongnu.org
452 S: Supported
453 F: hw/ppc/e500.[hc]
454 F: hw/ppc/e500plat.c
456 mpc8544ds
457 M: Alexander Graf <agraf@suse.de>
458 M: Scott Wood <scottwood@freescale.com>
459 L: qemu-ppc@nongnu.org
460 S: Supported
461 F: hw/ppc/mpc8544ds.c
462 F: hw/ppc/mpc8544_guts.c
464 New World
465 M: Alexander Graf <agraf@suse.de>
466 L: qemu-ppc@nongnu.org
467 S: Maintained
468 F: hw/ppc/mac_newworld.c
469 F: hw/pci-host/uninorth.c
470 F: hw/pci-bridge/dec.[hc]
471 F: hw/misc/macio/
473 Old World
474 M: Alexander Graf <agraf@suse.de>
475 L: qemu-ppc@nongnu.org
476 S: Maintained
477 F: hw/ppc/mac_oldworld.c
478 F: hw/pci-host/grackle.c
479 F: hw/misc/macio/
481 PReP
482 M: Andreas Färber <andreas.faerber@web.de>
483 L: qemu-ppc@nongnu.org
484 S: Odd Fixes
485 F: hw/ppc/prep.c
486 F: hw/pci-host/prep.[hc]
487 F: hw/isa/pc87312.[hc]
489 sPAPR
490 M: Alexander Graf <agraf@suse.de>
491 L: qemu-ppc@nongnu.org
492 S: Supported
493 F: hw/*/spapr*
494 F: include/hw/*/spapr*
495 F: hw/*/xics*
496 F: include/hw/*/xics*
497 F: pc-bios/spapr-rtas/*
499 virtex_ml507
500 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
501 L: qemu-ppc@nongnu.org
502 S: Odd Fixes
503 F: hw/ppc/virtex_ml507.c
505 SH4 Machines
506 ------------
508 M: Magnus Damm <magnus.damm@gmail.com>
509 S: Maintained
510 F: hw/sh4/r2d.c
512 Shix
513 M: Magnus Damm <magnus.damm@gmail.com>
514 S: Orphan
515 F: hw/sh4/shix.c
517 SPARC Machines
518 --------------
519 Sun4m
520 M: Blue Swirl <blauwirbel@gmail.com>
521 S: Maintained
522 F: hw/sparc/sun4m.c
524 Sun4u
525 M: Blue Swirl <blauwirbel@gmail.com>
526 S: Maintained
527 F: hw/sparc64/sun4u.c
529 Leon3
530 M: Fabien Chouteau <chouteau@adacore.com>
531 S: Maintained
532 F: hw/sparc/leon3.c
533 F: hw/*/grlib*
535 S390 Machines
536 -------------
537 S390 Virtio
538 M: Alexander Graf <agraf@suse.de>
539 S: Maintained
540 F: hw/s390x/s390-*.c
541 X: hw/s390x/*pci*.[hc]
543 S390 Virtio-ccw
544 M: Cornelia Huck <cornelia.huck@de.ibm.com>
545 M: Christian Borntraeger <borntraeger@de.ibm.com>
546 M: Alexander Graf <agraf@suse.de>
547 S: Supported
548 F: hw/s390x/s390-virtio-ccw.c
549 F: hw/s390x/css.[hc]
550 F: hw/s390x/sclp*.[hc]
551 F: hw/s390x/ipl*.[hc]
552 F: hw/s390x/*pci*.[hc]
553 F: include/hw/s390x/
554 F: pc-bios/s390-ccw/
555 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
557 UniCore32 Machines
558 -------------
559 PKUnity-3 SoC initramfs-with-busybox
560 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
561 S: Maintained
562 F: hw/*/puv3*
563 F: hw/unicore32/
565 X86 Machines
566 ------------
568 M: Anthony Liguori <aliguori@amazon.com>
569 M: Michael S. Tsirkin <mst@redhat.com>
570 S: Supported
571 F: include/hw/i386/
572 F: hw/i386/
573 F: hw/pci-host/piix.c
574 F: hw/pci-host/q35.c
575 F: hw/pci-host/pam.c
576 F: include/hw/pci-host/q35.h
577 F: include/hw/pci-host/pam.h
578 F: hw/isa/piix4.c
579 F: hw/isa/lpc_ich9.c
580 F: hw/i2c/smbus_ich9.c
581 F: hw/acpi/piix4.c
582 F: hw/acpi/ich9.c
583 F: include/hw/acpi/ich9.h
584 F: include/hw/acpi/piix.h
587 Xtensa Machines
588 ---------------
590 M: Max Filippov <jcmvbkbc@gmail.com>
591 S: Maintained
592 F: hw/xtensa/sim.c
594 XTFPGA (LX60, LX200, ML605, KC705)
595 M: Max Filippov <jcmvbkbc@gmail.com>
596 S: Maintained
597 F: hw/xtensa/xtfpga.c
598 F: hw/net/opencores_eth.c
600 Devices
601 -------
603 M: Jiri Slaby <jslaby@suse.cz>
604 S: Maintained
605 F: hw/misc/edu.c
608 M: John Snow <jsnow@redhat.com>
609 L: qemu-block@nongnu.org
610 S: Supported
611 F: include/hw/ide.h
612 F: hw/ide/
613 F: hw/block/block.c
614 F: hw/block/cdrom.c
615 F: hw/block/hd-geometry.c
616 F: tests/ide-test.c
617 F: tests/ahci-test.c
618 T: git git://github.com/jnsnow/qemu.git ide
620 Floppy
621 M: John Snow <jsnow@redhat.com>
622 L: qemu-block@nongnu.org
623 S: Supported
624 F: hw/block/fdc.c
625 F: include/hw/block/fdc.h
626 T: git git://github.com/jnsnow/qemu.git ide
628 OMAP
629 M: Peter Maydell <peter.maydell@linaro.org>
630 S: Maintained
631 F: hw/*/omap*
634 M: Michael S. Tsirkin <mst@redhat.com>
635 S: Supported
636 F: include/hw/pci/*
637 F: hw/pci/*
638 F: hw/acpi/*
640 ppc4xx
641 M: Alexander Graf <agraf@suse.de>
642 L: qemu-ppc@nongnu.org
643 S: Odd Fixes
644 F: hw/ppc/ppc4*.c
646 ppce500
647 M: Alexander Graf <agraf@suse.de>
648 M: Scott Wood <scottwood@freescale.com>
649 L: qemu-ppc@nongnu.org
650 S: Supported
651 F: hw/ppc/e500*
653 SCSI
654 M: Paolo Bonzini <pbonzini@redhat.com>
655 S: Supported
656 F: include/hw/scsi*
657 F: hw/scsi/*
658 T: git git://github.com/bonzini/qemu.git scsi-next
660 LSI53C895A
661 S: Orphan
662 F: hw/scsi/lsi53c895a.c
665 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
666 S: Maintained
667 F: hw/ssi/*
668 F: hw/block/m25p80.c
671 M: Gerd Hoffmann <kraxel@redhat.com>
672 S: Maintained
673 F: hw/usb/*
674 F: tests/usb-*-test.c
676 USB (serial adapter)
677 M: Gerd Hoffmann <kraxel@redhat.com>
678 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
679 S: Maintained
680 F: hw/usb/dev-serial.c
682 VFIO
683 M: Alex Williamson <alex.williamson@redhat.com>
684 S: Supported
685 F: hw/vfio/*
687 vhost
688 M: Michael S. Tsirkin <mst@redhat.com>
689 S: Supported
690 F: hw/*/*vhost*
692 virtio
693 M: Anthony Liguori <aliguori@amazon.com>
694 M: Michael S. Tsirkin <mst@redhat.com>
695 S: Supported
696 F: hw/*/virtio*
698 virtio-9p
699 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
700 S: Supported
701 F: hw/9pfs/
702 F: fsdev/
703 F: tests/virtio-9p-test.c
704 T: git git://github.com/kvaneesh/QEMU.git
706 virtio-blk
707 M: Kevin Wolf <kwolf@redhat.com>
708 M: Stefan Hajnoczi <stefanha@redhat.com>
709 S: Supported
710 F: hw/block/virtio-blk.c
712 virtio-ccw
713 M: Cornelia Huck <cornelia.huck@de.ibm.com>
714 M: Christian Borntraeger <borntraeger@de.ibm.com>
715 S: Supported
716 F: hw/s390x/virtio-ccw.[hc]
717 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
719 virtio-serial
720 M: Amit Shah <amit.shah@redhat.com>
721 S: Supported
722 F: hw/char/virtio-serial-bus.c
723 F: hw/char/virtio-console.c
724 F: include/hw/virtio/virtio-serial.h
726 virtio-rng
727 M: Amit Shah <amit.shah@redhat.com>
728 S: Supported
729 F: hw/virtio/virtio-rng.c
730 F: include/hw/virtio/virtio-rng.h
731 F: backends/rng*.c
733 nvme
734 M: Keith Busch <keith.busch@intel.com>
735 S: Supported
736 F: hw/block/nvme*
737 F: tests/nvme-test.c
739 megasas
740 M: Hannes Reinecke <hare@suse.de>
741 S: Supported
742 F: hw/scsi/megasas.c
743 F: hw/scsi/mfi.h
745 Xilinx EDK
746 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
747 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
748 S: Maintained
749 F: hw/*/xilinx_*
750 F: include/hw/xilinx.h
752 Vmware
753 M: Dmitry Fleytman <dmitry@daynix.com>
754 S: Maintained
755 F: hw/net/vmxnet*
756 F: hw/scsi/vmw_pvscsi*
758 Subsystems
759 ----------
760 Audio
761 M: Vassili Karpov (malc) <av1474@comtv.ru>
762 M: Gerd Hoffmann <kraxel@redhat.com>
763 S: Maintained
764 F: audio/
765 F: hw/audio/
766 F: tests/ac97-test.c
767 F: tests/es1370-test.c
768 F: tests/intel-hda-test.c
770 Block
771 M: Kevin Wolf <kwolf@redhat.com>
772 M: Stefan Hajnoczi <stefanha@redhat.com>
773 S: Supported
774 F: async.c
775 F: aio-*.c
776 F: block*
777 F: block/
778 F: hw/block/
779 F: migration/block*
780 F: qemu-img*
781 F: qemu-io*
782 F: tests/image-fuzzer/
783 F: tests/qemu-iotests/
784 T: git git://repo.or.cz/qemu/kevin.git block
785 T: git git://github.com/stefanha/qemu.git block
787 Character Devices
788 M: Anthony Liguori <aliguori@amazon.com>
789 M: Paolo Bonzini <pbonzini@redhat.com>
790 S: Maintained
791 F: qemu-char.c
792 F: backends/msmouse.c
793 F: backends/testdev.c
795 Character Devices (Braille)
796 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
797 S: Maintained
798 F: backends/baum.c
800 Coverity model
801 M: Markus Armbruster <armbru@redhat.com>
802 S: Supported
803 F: scripts/coverity-model.c
806 M: Andreas Färber <afaerber@suse.de>
807 S: Supported
808 F: qom/cpu.c
809 F: include/qom/cpu.h
810 F: target-i386/cpu.c
812 ICC Bus
813 M: Igor Mammedov <imammedo@redhat.com>
814 S: Supported
815 F: include/hw/cpu/icc_bus.h
816 F: hw/cpu/icc_bus.c
818 Device Tree
819 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
820 M: Alexander Graf <agraf@suse.de>
821 S: Maintained
822 F: device_tree.[ch]
824 GDB stub
825 L: qemu-devel@nongnu.org
826 S: Odd Fixes
827 F: gdbstub*
828 F: gdb-xml/
830 Memory API
831 M: Paolo Bonzini <pbonzini@redhat.com>
832 S: Supported
833 F: include/exec/ioport.h
834 F: ioport.c
835 F: include/exec/memory.h
836 F: memory.c
837 F: include/exec/memory-internal.h
838 F: exec.c
840 SPICE
841 M: Gerd Hoffmann <kraxel@redhat.com>
842 S: Supported
843 F: include/ui/qemu-spice.h
844 F: ui/spice-*.c
845 F: audio/spiceaudio.c
846 F: hw/display/qxl*
848 Graphics
849 M: Anthony Liguori <aliguori@amazon.com>
850 M: Gerd Hoffmann <kraxel@redhat.com>
851 S: Odd Fixes
852 F: ui/
854 Cocoa graphics
855 M: Andreas Färber <andreas.faerber@web.de>
856 M: Peter Maydell <peter.maydell@linaro.org>
857 S: Odd Fixes
858 F: ui/cocoa.m
860 Main loop
861 M: Anthony Liguori <aliguori@amazon.com>
862 M: Paolo Bonzini <pbonzini@redhat.com>
863 S: Maintained
864 F: cpus.c
865 F: main-loop.c
866 F: qemu-timer.c
867 F: vl.c
869 Human Monitor (HMP)
870 M: Luiz Capitulino <lcapitulino@redhat.com>
871 S: Maintained
872 F: monitor.c
873 F: hmp.c
874 F: hmp-commands.hx
875 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
877 Network device layer
878 M: Anthony Liguori <aliguori@amazon.com>
879 M: Stefan Hajnoczi <stefanha@redhat.com>
880 M: Jason Wang <jasowang@redhat.com>
881 S: Maintained
882 F: net/
883 T: git git://github.com/stefanha/qemu.git net
885 Netmap network backend
886 M: Luigi Rizzo <rizzo@iet.unipi.it>
887 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
888 M: Vincenzo Maffione <v.maffione@gmail.com>
889 W: http://info.iet.unipi.it/~luigi/netmap/
890 S: Maintained
891 F: net/netmap.c
893 Network Block Device (NBD)
894 M: Paolo Bonzini <pbonzini@redhat.com>
895 S: Odd Fixes
896 F: block/nbd.c
897 F: nbd.*
898 F: qemu-nbd.c
899 T: git git://github.com/bonzini/qemu.git nbd-next
901 QAPI
902 M: Luiz Capitulino <lcapitulino@redhat.com>
903 M: Michael Roth <mdroth@linux.vnet.ibm.com>
904 S: Maintained
905 F: qapi/
906 F: tests/qapi-schema/
907 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
909 QAPI Schema
910 M: Eric Blake <eblake@redhat.com>
911 M: Luiz Capitulino <lcapitulino@redhat.com>
912 M: Markus Armbruster <armbru@redhat.com>
913 S: Supported
914 F: qapi-schema.json
915 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
917 QObject
918 M: Luiz Capitulino <lcapitulino@redhat.com>
919 S: Maintained
920 F: qobject/
921 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
923 QEMU Guest Agent
924 M: Michael Roth <mdroth@linux.vnet.ibm.com>
925 S: Maintained
926 F: qga/
927 T: git git://github.com/mdroth/qemu.git qga
930 M: Anthony Liguori <aliguori@amazon.com>
931 M: Andreas Färber <afaerber@suse.de>
932 S: Supported
933 T: git git://github.com/afaerber/qemu-cpu.git qom-next
934 F: include/qom/
935 X: include/qom/cpu.h
936 F: qom/
937 X: qom/cpu.c
938 F: tests/qom-test.c
941 M: Luiz Capitulino <lcapitulino@redhat.com>
942 S: Maintained
943 F: qmp.c
944 F: monitor.c
945 F: qmp-commands.hx
946 F: QMP/
947 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
949 SLIRP
950 M: Jan Kiszka <jan.kiszka@siemens.com>
951 S: Maintained
952 F: slirp/
953 T: git git://git.kiszka.org/qemu.git queues/slirp
955 Tracing
956 M: Stefan Hajnoczi <stefanha@redhat.com>
957 S: Maintained
958 F: trace/
959 F: scripts/tracetool.py
960 F: scripts/tracetool/
961 F: docs/tracing.txt
962 T: git git://github.com/stefanha/qemu.git tracing
964 Checkpatch
965 M: Blue Swirl <blauwirbel@gmail.com>
966 S: Odd Fixes
967 F: scripts/checkpatch.pl
969 Migration
970 M: Juan Quintela <quintela@redhat.com>
971 M: Amit Shah <amit.shah@redhat.com>
972 S: Maintained
973 F: include/migration/
974 F: migration/
975 F: savevm.c
976 F: arch_init.c
977 F: scripts/vmstate-static-checker.py
978 F: tests/vmstate-static-checker-data/
980 Seccomp
981 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
982 S: Supported
983 F: qemu-seccomp.c
984 F: include/sysemu/seccomp.h
986 Usermode Emulation
987 ------------------
988 Overall
989 M: Riku Voipio <riku.voipio@iki.fi>
990 S: Maintained
991 F: thunk.c
992 F: user-exec.c
994 BSD user
995 M: Blue Swirl <blauwirbel@gmail.com>
996 S: Maintained
997 F: bsd-user/
999 Linux user
1000 M: Riku Voipio <riku.voipio@iki.fi>
1001 S: Maintained
1002 F: linux-user/
1004 Tiny Code Generator (TCG)
1005 -------------------------
1006 Common code
1007 M: Richard Henderson <rth@twiddle.net>
1008 S: Maintained
1009 F: tcg/
1011 AArch64 target
1012 M: Claudio Fontana <claudio.fontana@huawei.com>
1013 M: Claudio Fontana <claudio.fontana@gmail.com>
1014 S: Maintained
1015 F: tcg/aarch64/
1017 ARM target
1018 M: Andrzej Zaborowski <balrogg@gmail.com>
1019 S: Maintained
1020 F: tcg/arm/
1022 i386 target
1023 L: qemu-devel@nongnu.org
1024 S: Maintained
1025 F: tcg/i386/
1027 IA64 target
1028 M: Aurelien Jarno <aurelien@aurel32.net>
1029 S: Maintained
1030 F: tcg/ia64/
1032 MIPS target
1033 M: Aurelien Jarno <aurelien@aurel32.net>
1034 S: Maintained
1035 F: tcg/mips/
1038 M: Vassili Karpov (malc) <av1474@comtv.ru>
1039 S: Maintained
1040 F: tcg/ppc/
1042 PPC64 target
1043 M: Vassili Karpov (malc) <av1474@comtv.ru>
1044 S: Maintained
1045 F: tcg/ppc64/
1047 S390 target
1048 M: Alexander Graf <agraf@suse.de>
1049 M: Richard Henderson <rth@twiddle.net>
1050 S: Maintained
1051 F: tcg/s390/
1053 SPARC target
1054 M: Blue Swirl <blauwirbel@gmail.com>
1055 S: Maintained
1056 F: tcg/sparc/
1058 TCI target
1059 M: Stefan Weil <sw@weilnetz.de>
1060 S: Maintained
1061 F: tcg/tci/
1062 F: tci.c
1064 Stable branches
1065 ---------------
1066 Stable 1.0
1067 L: qemu-stable@nongnu.org
1068 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1069 S: Orphan
1071 Stable 0.15
1072 L: qemu-stable@nongnu.org
1073 M: Andreas Färber <afaerber@suse.de>
1074 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1075 S: Supported
1077 Stable 0.14
1078 L: qemu-stable@nongnu.org
1079 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1080 S: Orphan
1082 Stable 0.10
1083 L: qemu-stable@nongnu.org
1084 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1085 S: Orphan
1087 Block drivers
1088 -------------
1089 VMDK
1090 M: Fam Zheng <famz@redhat.com>
1091 S: Supported
1092 F: block/vmdk.c
1095 M: Josh Durgin <josh.durgin@inktank.com>
1096 S: Supported
1097 F: block/rbd.c
1099 Sheepdog
1100 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1101 M: Liu Yuan <namei.unix@gmail.com>
1102 L: sheepdog@lists.wpkg.org
1103 S: Supported
1104 F: block/sheepdog.c
1106 VHDX
1107 M: Jeff Cody <jcody@redhat.com>
1108 S: Supported
1109 F: block/vhdx*
1112 M: Stefan Weil <sw@weilnetz.de>
1113 S: Maintained
1114 F: block/vdi.c
1116 iSCSI
1117 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1118 M: Paolo Bonzini <pbonzini@redhat.com>
1119 M: Peter Lieven <pl@kamp.de>
1120 S: Supported
1121 F: block/iscsi.c
1124 M: Peter Lieven <pl@kamp.de>
1125 S: Maintained
1126 F: block/nfs.c
1129 M: Richard W.M. Jones <rjones@redhat.com>
1130 S: Supported
1131 F: block/ssh.c
1133 ARCHIPELAGO
1134 M: Chrysostomos Nanakos <chris@include.gr>
1135 S: Maintained
1136 F: block/archipelago.c
1138 Bootdevice
1139 M: Gonglei <arei.gonglei@huawei.com>
1140 S: Maintained
1141 F: bootdevice.c