]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
[mirror_qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
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.
8
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.
11
12 Descriptions of section entries:
13
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.
49
50
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
54
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
60
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
73
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/
80
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
87
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/
94
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/
106
107 M68K
108 S: Orphan
109 F: target-m68k/
110 F: hw/m68k/
111
112 MicroBlaze
113 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
114 S: Maintained
115 F: target-microblaze/
116 F: hw/microblaze/
117
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/
125
126 Moxie
127 M: Anthony Green <green@moxielogic.com>
128 S: Maintained
129 F: target-moxie/
130
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/
137
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/
144
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/
151
152 SH4
153 M: Aurelien Jarno <aurelien@aurel32.net>
154 S: Odd Fixes
155 F: target-sh4/
156 F: hw/sh4/
157
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/
165
166 UniCore32
167 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
168 S: Maintained
169 F: target-unicore32/
170 F: hw/unicore32/
171
172 X86
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/
179
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/
187
188 TriCore
189 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
190 S: Maintained
191 F: target-tricore/
192 F: hw/tricore/
193
194 Guest CPU Cores (KVM):
195 ----------------------
196
197 Overall
198 M: Paolo Bonzini <pbonzini@redhat.com>
199 L: kvm@vger.kernel.org
200 S: Supported
201 F: kvm-*
202 F: */kvm.*
203
204 ARM
205 M: Peter Maydell <peter.maydell@linaro.org>
206 S: Maintained
207 F: target-arm/kvm.c
208
209 MIPS
210 M: James Hogan <james.hogan@imgtec.com>
211 S: Maintained
212 F: target-mips/kvm.c
213
214 PPC
215 M: Alexander Graf <agraf@suse.de>
216 S: Maintained
217 F: target-ppc/kvm.c
218
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
228
229 X86
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
235
236 Guest CPU Cores (Xen):
237 ----------------------
238
239 X86
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*
245
246 Hosts:
247 ------
248
249 LINUX
250 L: qemu-devel@nongnu.org
251 S: Maintained
252 F: linux-*
253 F: linux-headers/
254
255 POSIX
256 L: qemu-devel@nongnu.org
257 S: Maintained
258 F: *posix*
259
260 W32, W64
261 L: qemu-devel@nongnu.org
262 M: Stefan Weil <sw@weilnetz.de>
263 S: Maintained
264 F: *win32*
265
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
274
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*
282
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
288
289 Canon DIGIC
290 M: Antony Pavlov <antonynpavlov@gmail.com>
291 S: Maintained
292 F: include/hw/arm/digic.h
293 F: hw/*/digic*
294
295 Gumstix
296 L: qemu-devel@nongnu.org
297 S: Orphan
298 F: hw/arm/gumstix.c
299
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
305
306 Integrator CP
307 M: Peter Maydell <peter.maydell@linaro.org>
308 S: Maintained
309 F: hw/arm/integratorcp.c
310
311 Mainstone
312 L: qemu-devel@nongnu.org
313 S: Orphan
314 F: hw/arm/mainstone.c
315
316 Musicpal
317 M: Jan Kiszka <jan.kiszka@web.de>
318 S: Maintained
319 F: hw/arm/musicpal.c
320
321 nSeries
322 M: Andrzej Zaborowski <balrogg@gmail.com>
323 S: Maintained
324 F: hw/arm/nseries.c
325
326 Palm
327 M: Andrzej Zaborowski <balrogg@gmail.com>
328 S: Maintained
329 F: hw/arm/palm.c
330
331 Real View
332 M: Peter Maydell <peter.maydell@linaro.org>
333 S: Maintained
334 F: hw/arm/realview*
335
336 Spitz
337 M: Andrzej Zaborowski <balrogg@gmail.com>
338 S: Maintained
339 F: hw/arm/spitz.c
340
341 Stellaris
342 M: Peter Maydell <peter.maydell@linaro.org>
343 S: Maintained
344 F: hw/*/stellaris*
345
346 Versatile PB
347 M: Peter Maydell <peter.maydell@linaro.org>
348 S: Maintained
349 F: hw/*/versatile*
350
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
358
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
365
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
373
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
380
381 milkymist
382 M: Michael Walle <michael@walle.cc>
383 S: Maintained
384 F: hw/lm32/milkymist.c
385
386 M68K Machines
387 -------------
388 an5206
389 S: Orphan
390 F: hw/m68k/an5206.c
391
392 dummy_m68k
393 S: Orphan
394 F: hw/m68k/dummy_m68k.c
395
396 mcf5208
397 S: Orphan
398 F: hw/m68k/mcf5208.c
399
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
406
407 petalogix_ml605
408 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
409 S: Maintained
410 F: hw/microblaze/petalogix_ml605_mmu.c
411
412 MIPS Machines
413 -------------
414 Jazz
415 M: Hervé Poussineau <hpoussin@reactos.org>
416 S: Maintained
417 F: hw/mips/mips_jazz.c
418
419 Malta
420 M: Aurelien Jarno <aurelien@aurel32.net>
421 S: Maintained
422 F: hw/mips/mips_malta.c
423
424 Mipssim
425 L: qemu-devel@nongnu.org
426 S: Orphan
427 F: hw/mips/mips_mipssim.c
428
429 R4000
430 M: Aurelien Jarno <aurelien@aurel32.net>
431 S: Maintained
432 F: hw/mips/mips_r4k.c
433
434 OpenRISC Machines
435 -----------------
436 or1k-sim
437 M: Jia Liu <proljc@gmail.com>
438 S: Maintained
439 F: hw/openrisc/openrisc_sim.c
440
441 PowerPC Machines
442 ----------------
443 405
444 M: Alexander Graf <agraf@suse.de>
445 L: qemu-ppc@nongnu.org
446 S: Odd Fixes
447 F: hw/ppc/ppc405_boards.c
448
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
454
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
462
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
470
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/
479
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/
487
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]
495
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/*
506
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
512
513 SH4 Machines
514 ------------
515 R2D
516 M: Magnus Damm <magnus.damm@gmail.com>
517 S: Maintained
518 F: hw/sh4/r2d.c
519
520 Shix
521 M: Magnus Damm <magnus.damm@gmail.com>
522 S: Orphan
523 F: hw/sh4/shix.c
524
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
532
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
538
539 Leon3
540 M: Fabien Chouteau <chouteau@adacore.com>
541 S: Maintained
542 F: hw/sparc/leon3.c
543 F: hw/*/grlib*
544
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]
552
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
566
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/
574
575 X86 Machines
576 ------------
577 PC
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
594
595
596 Xtensa Machines
597 ---------------
598 sim
599 M: Max Filippov <jcmvbkbc@gmail.com>
600 S: Maintained
601 F: hw/xtensa/sim.c
602
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
608
609 Devices
610 -------
611 EDU
612 M: Jiri Slaby <jslaby@suse.cz>
613 S: Maintained
614 F: hw/misc/edu.c
615
616 IDE
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
628
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
636
637 OMAP
638 M: Peter Maydell <peter.maydell@linaro.org>
639 S: Maintained
640 F: hw/*/omap*
641
642 PCI
643 M: Michael S. Tsirkin <mst@redhat.com>
644 S: Supported
645 F: include/hw/pci/*
646 F: hw/pci/*
647
648 ACPI/SMBIOS
649 M: Michael S. Tsirkin <mst@redhat.com>
650 M: Igor Mammedov <imammedo@redhat.com>
651 S: Supported
652 F: include/hw/acpi/*
653 F: include/hw/smbios/*
654 F: hw/mem/*
655 F: hw/acpi/*
656 F: hw/smbios/*
657 F: hw/i386/acpi-build.[hc]
658 F: hw/i386/*dsl
659 F: hw/arm/virt-acpi-build.c
660 F: include/hw/arm/virt-acpi-build.h
661 F: scripts/acpi*py
662
663 ppc4xx
664 M: Alexander Graf <agraf@suse.de>
665 L: qemu-ppc@nongnu.org
666 S: Odd Fixes
667 F: hw/ppc/ppc4*.c
668
669 ppce500
670 M: Alexander Graf <agraf@suse.de>
671 M: Scott Wood <scottwood@freescale.com>
672 L: qemu-ppc@nongnu.org
673 S: Supported
674 F: hw/ppc/e500*
675
676 SCSI
677 M: Paolo Bonzini <pbonzini@redhat.com>
678 S: Supported
679 F: include/hw/scsi*
680 F: hw/scsi/*
681 T: git git://github.com/bonzini/qemu.git scsi-next
682
683 LSI53C895A
684 S: Orphan
685 F: hw/scsi/lsi53c895a.c
686
687 SSI
688 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
689 S: Maintained
690 F: hw/ssi/*
691 F: hw/block/m25p80.c
692
693 USB
694 M: Gerd Hoffmann <kraxel@redhat.com>
695 S: Maintained
696 F: hw/usb/*
697 F: tests/usb-*-test.c
698
699 USB (serial adapter)
700 M: Gerd Hoffmann <kraxel@redhat.com>
701 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
702 S: Maintained
703 F: hw/usb/dev-serial.c
704
705 VFIO
706 M: Alex Williamson <alex.williamson@redhat.com>
707 S: Supported
708 F: hw/vfio/*
709
710 vhost
711 M: Michael S. Tsirkin <mst@redhat.com>
712 S: Supported
713 F: hw/*/*vhost*
714
715 virtio
716 M: Michael S. Tsirkin <mst@redhat.com>
717 S: Supported
718 F: hw/*/virtio*
719 F: net/vhost-user.c
720
721 virtio-9p
722 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
723 S: Supported
724 F: hw/9pfs/
725 F: fsdev/
726 F: tests/virtio-9p-test.c
727 T: git git://github.com/kvaneesh/QEMU.git
728
729 virtio-blk
730 M: Stefan Hajnoczi <stefanha@redhat.com>
731 L: qemu-block@nongnu.org
732 S: Supported
733 F: hw/block/virtio-blk.c
734 F: hw/block/dataplane/*
735 F: hw/virtio/dataplane/*
736 T: git git://github.com/stefanha/qemu.git block
737
738 virtio-ccw
739 M: Cornelia Huck <cornelia.huck@de.ibm.com>
740 M: Christian Borntraeger <borntraeger@de.ibm.com>
741 S: Supported
742 F: hw/s390x/virtio-ccw.[hc]
743 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
744
745 virtio-input
746 M: Gerd Hoffmann <kraxel@redhat.com>
747 S: Maintained
748 F: hw/input/virtio-input*.c
749 F: include/hw/virtio/virtio-input.h
750
751 virtio-serial
752 M: Amit Shah <amit.shah@redhat.com>
753 S: Supported
754 F: hw/char/virtio-serial-bus.c
755 F: hw/char/virtio-console.c
756 F: include/hw/virtio/virtio-serial.h
757
758 virtio-rng
759 M: Amit Shah <amit.shah@redhat.com>
760 S: Supported
761 F: hw/virtio/virtio-rng.c
762 F: include/hw/virtio/virtio-rng.h
763 F: backends/rng*.c
764
765 nvme
766 M: Keith Busch <keith.busch@intel.com>
767 L: qemu-block@nongnu.org
768 S: Supported
769 F: hw/block/nvme*
770 F: tests/nvme-test.c
771
772 megasas
773 M: Hannes Reinecke <hare@suse.de>
774 L: qemu-block@nongnu.org
775 S: Supported
776 F: hw/scsi/megasas.c
777 F: hw/scsi/mfi.h
778
779 Xilinx EDK
780 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
781 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
782 S: Maintained
783 F: hw/*/xilinx_*
784 F: include/hw/xilinx.h
785
786 Vmware
787 M: Dmitry Fleytman <dmitry@daynix.com>
788 S: Maintained
789 F: hw/net/vmxnet*
790 F: hw/scsi/vmw_pvscsi*
791
792 Rocker
793 M: Scott Feldman <sfeldma@gmail.com>
794 M: Jiri Pirko <jiri@resnulli.us>
795 S: Maintained
796 F: hw/net/rocker/
797
798 Subsystems
799 ----------
800 Audio
801 M: Gerd Hoffmann <kraxel@redhat.com>
802 S: Maintained
803 F: audio/
804 F: hw/audio/
805 F: tests/ac97-test.c
806 F: tests/es1370-test.c
807 F: tests/intel-hda-test.c
808
809 Block layer core
810 M: Kevin Wolf <kwolf@redhat.com>
811 L: qemu-block@nongnu.org
812 S: Supported
813 F: block*
814 F: block/
815 F: hw/block/
816 F: include/block/
817 F: qemu-img*
818 F: qemu-io*
819 F: tests/qemu-iotests/
820 T: git git://repo.or.cz/qemu/kevin.git block
821
822 Block I/O path
823 M: Stefan Hajnoczi <stefanha@redhat.com>
824 L: qemu-block@nongnu.org
825 S: Supported
826 F: async.c
827 F: aio-*.c
828 F: block/io.c
829 F: migration/block*
830 T: git git://github.com/stefanha/qemu.git block
831
832 Block Jobs
833 M: Jeff Cody <jcody@redhat.com>
834 L: qemu-block@nongnu.org
835 S: Supported
836 F: blockjob.c
837 F: include/block/blockjob.h
838 F: block/backup.c
839 F: block/commit.c
840 F: block/stream.h
841 F: block/mirror.c
842 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
843
844 Block QAPI, monitor, command line
845 M: Markus Armbruster <armbru@redhat.com>
846 S: Supported
847 F: blockdev.c
848 F: block/qapi.c
849 F: qapi/block*.json
850 T: git git://repo.or.cz/qemu/armbru.git block-next
851
852 Character Devices
853 M: Paolo Bonzini <pbonzini@redhat.com>
854 S: Maintained
855 F: qemu-char.c
856 F: backends/msmouse.c
857 F: backends/testdev.c
858
859 Character Devices (Braille)
860 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
861 S: Maintained
862 F: backends/baum.c
863
864 Coverity model
865 M: Markus Armbruster <armbru@redhat.com>
866 S: Supported
867 F: scripts/coverity-model.c
868
869 CPU
870 M: Andreas Färber <afaerber@suse.de>
871 S: Supported
872 F: qom/cpu.c
873 F: include/qom/cpu.h
874 F: target-i386/cpu.c
875
876 ICC Bus
877 M: Igor Mammedov <imammedo@redhat.com>
878 S: Supported
879 F: include/hw/cpu/icc_bus.h
880 F: hw/cpu/icc_bus.c
881
882 Device Tree
883 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
884 M: Alexander Graf <agraf@suse.de>
885 S: Maintained
886 F: device_tree.[ch]
887
888 GDB stub
889 L: qemu-devel@nongnu.org
890 S: Odd Fixes
891 F: gdbstub*
892 F: gdb-xml/
893
894 Memory API
895 M: Paolo Bonzini <pbonzini@redhat.com>
896 S: Supported
897 F: include/exec/ioport.h
898 F: ioport.c
899 F: include/exec/memory.h
900 F: memory.c
901 F: include/exec/memory-internal.h
902 F: exec.c
903
904 SPICE
905 M: Gerd Hoffmann <kraxel@redhat.com>
906 S: Supported
907 F: include/ui/qemu-spice.h
908 F: ui/spice-*.c
909 F: audio/spiceaudio.c
910 F: hw/display/qxl*
911
912 Graphics
913 M: Gerd Hoffmann <kraxel@redhat.com>
914 S: Odd Fixes
915 F: ui/
916
917 Cocoa graphics
918 M: Andreas Färber <andreas.faerber@web.de>
919 M: Peter Maydell <peter.maydell@linaro.org>
920 S: Odd Fixes
921 F: ui/cocoa.m
922
923 Main loop
924 M: Paolo Bonzini <pbonzini@redhat.com>
925 S: Maintained
926 F: cpus.c
927 F: main-loop.c
928 F: qemu-timer.c
929 F: vl.c
930
931 Human Monitor (HMP)
932 M: Luiz Capitulino <lcapitulino@redhat.com>
933 S: Maintained
934 F: monitor.c
935 F: hmp.c
936 F: hmp-commands.hx
937 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
938
939 Network device layer
940 M: Stefan Hajnoczi <stefanha@redhat.com>
941 M: Jason Wang <jasowang@redhat.com>
942 S: Maintained
943 F: net/
944 T: git git://github.com/stefanha/qemu.git net
945
946 Netmap network backend
947 M: Luigi Rizzo <rizzo@iet.unipi.it>
948 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
949 M: Vincenzo Maffione <v.maffione@gmail.com>
950 W: http://info.iet.unipi.it/~luigi/netmap/
951 S: Maintained
952 F: net/netmap.c
953
954 Network Block Device (NBD)
955 M: Paolo Bonzini <pbonzini@redhat.com>
956 S: Odd Fixes
957 F: block/nbd.c
958 F: nbd.*
959 F: qemu-nbd.c
960 T: git git://github.com/bonzini/qemu.git nbd-next
961
962 NUMA
963 M: Eduardo Habkost <ehabkost@redhat.com>
964 S: Maintained
965 F: numa.c
966 F: include/sysemu/numa.h
967 K: numa|NUMA
968 K: srat|SRAT
969 T: git git://github.com/ehabkost/qemu.git numa
970
971 QAPI
972 M: Markus Armbruster <armbru@redhat.com>
973 M: Michael Roth <mdroth@linux.vnet.ibm.com>
974 S: Supported
975 F: qapi/
976 X: qapi/*.json
977 F: tests/qapi-schema/
978 F: scripts/qapi*
979 F: docs/qapi*
980 T: git git://repo.or.cz/qemu/armbru.git qapi-next
981
982 QAPI Schema
983 M: Eric Blake <eblake@redhat.com>
984 M: Markus Armbruster <armbru@redhat.com>
985 S: Supported
986 F: qapi-schema.json
987 F: qapi/*.json
988 T: git git://repo.or.cz/qemu/armbru.git qapi-next
989
990 QObject
991 M: Luiz Capitulino <lcapitulino@redhat.com>
992 S: Maintained
993 F: qobject/
994 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
995
996 QEMU Guest Agent
997 M: Michael Roth <mdroth@linux.vnet.ibm.com>
998 S: Maintained
999 F: qga/
1000 T: git git://github.com/mdroth/qemu.git qga
1001
1002 QOM
1003 M: Andreas Färber <afaerber@suse.de>
1004 S: Supported
1005 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1006 F: include/qom/
1007 X: include/qom/cpu.h
1008 F: qom/
1009 X: qom/cpu.c
1010 F: tests/qom-test.c
1011
1012 QMP
1013 M: Markus Armbruster <armbru@redhat.com>
1014 S: Supported
1015 F: qmp.c
1016 F: monitor.c
1017 F: qmp-commands.hx
1018 F: docs/qmp/
1019 F: scripts/qmp/
1020 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1021
1022 SLIRP
1023 M: Jan Kiszka <jan.kiszka@siemens.com>
1024 S: Maintained
1025 F: slirp/
1026 T: git git://git.kiszka.org/qemu.git queues/slirp
1027
1028 Tracing
1029 M: Stefan Hajnoczi <stefanha@redhat.com>
1030 S: Maintained
1031 F: trace/
1032 F: scripts/tracetool.py
1033 F: scripts/tracetool/
1034 F: docs/tracing.txt
1035 T: git git://github.com/stefanha/qemu.git tracing
1036
1037 Checkpatch
1038 M: Blue Swirl <blauwirbel@gmail.com>
1039 S: Odd Fixes
1040 F: scripts/checkpatch.pl
1041
1042 Migration
1043 M: Juan Quintela <quintela@redhat.com>
1044 M: Amit Shah <amit.shah@redhat.com>
1045 S: Maintained
1046 F: include/migration/
1047 F: migration/
1048 F: scripts/vmstate-static-checker.py
1049 F: tests/vmstate-static-checker-data/
1050
1051 Seccomp
1052 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1053 S: Supported
1054 F: qemu-seccomp.c
1055 F: include/sysemu/seccomp.h
1056
1057 Cryptography
1058 M: Daniel P. Berrange <berrange@redhat.com>
1059 S: Maintained
1060 F: crypto/
1061 F: include/crypto/
1062 F: tests/test-crypto-*
1063
1064 Usermode Emulation
1065 ------------------
1066 Overall
1067 M: Riku Voipio <riku.voipio@iki.fi>
1068 S: Maintained
1069 F: thunk.c
1070 F: user-exec.c
1071
1072 BSD user
1073 M: Blue Swirl <blauwirbel@gmail.com>
1074 S: Maintained
1075 F: bsd-user/
1076
1077 Linux user
1078 M: Riku Voipio <riku.voipio@iki.fi>
1079 S: Maintained
1080 F: linux-user/
1081
1082 Tiny Code Generator (TCG)
1083 -------------------------
1084 Common code
1085 M: Richard Henderson <rth@twiddle.net>
1086 S: Maintained
1087 F: tcg/
1088
1089 AArch64 target
1090 M: Claudio Fontana <claudio.fontana@huawei.com>
1091 M: Claudio Fontana <claudio.fontana@gmail.com>
1092 S: Maintained
1093 F: tcg/aarch64/
1094
1095 ARM target
1096 M: Andrzej Zaborowski <balrogg@gmail.com>
1097 S: Maintained
1098 F: tcg/arm/
1099
1100 i386 target
1101 L: qemu-devel@nongnu.org
1102 S: Maintained
1103 F: tcg/i386/
1104
1105 IA64 target
1106 M: Aurelien Jarno <aurelien@aurel32.net>
1107 S: Maintained
1108 F: tcg/ia64/
1109
1110 MIPS target
1111 M: Aurelien Jarno <aurelien@aurel32.net>
1112 S: Maintained
1113 F: tcg/mips/
1114
1115 PPC
1116 M: Vassili Karpov (malc) <av1474@comtv.ru>
1117 S: Maintained
1118 F: tcg/ppc/
1119
1120 PPC64 target
1121 M: Vassili Karpov (malc) <av1474@comtv.ru>
1122 S: Maintained
1123 F: tcg/ppc64/
1124
1125 S390 target
1126 M: Alexander Graf <agraf@suse.de>
1127 M: Richard Henderson <rth@twiddle.net>
1128 S: Maintained
1129 F: tcg/s390/
1130
1131 SPARC target
1132 M: Blue Swirl <blauwirbel@gmail.com>
1133 S: Maintained
1134 F: tcg/sparc/
1135
1136 TCI target
1137 M: Stefan Weil <sw@weilnetz.de>
1138 S: Maintained
1139 F: tcg/tci/
1140 F: tci.c
1141
1142 Stable branches
1143 ---------------
1144 Stable 1.0
1145 L: qemu-stable@nongnu.org
1146 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1147 S: Orphan
1148
1149 Stable 0.15
1150 L: qemu-stable@nongnu.org
1151 M: Andreas Färber <afaerber@suse.de>
1152 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1153 S: Supported
1154
1155 Stable 0.14
1156 L: qemu-stable@nongnu.org
1157 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1158 S: Orphan
1159
1160 Stable 0.10
1161 L: qemu-stable@nongnu.org
1162 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1163 S: Orphan
1164
1165 Block drivers
1166 -------------
1167 VMDK
1168 M: Fam Zheng <famz@redhat.com>
1169 L: qemu-block@nongnu.org
1170 S: Supported
1171 F: block/vmdk.c
1172
1173 RBD
1174 M: Josh Durgin <jdurgin@redhat.com>
1175 M: Jeff Cody <jcody@redhat.com>
1176 L: qemu-block@nongnu.org
1177 S: Supported
1178 F: block/rbd.c
1179 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1180
1181 Sheepdog
1182 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1183 M: Liu Yuan <namei.unix@gmail.com>
1184 M: Jeff Cody <jcody@redhat.com>
1185 L: qemu-block@nongnu.org
1186 L: sheepdog@lists.wpkg.org
1187 S: Supported
1188 F: block/sheepdog.c
1189 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1190
1191 VHDX
1192 M: Jeff Cody <jcody@redhat.com>
1193 L: qemu-block@nongnu.org
1194 S: Supported
1195 F: block/vhdx*
1196 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1197
1198 VDI
1199 M: Stefan Weil <sw@weilnetz.de>
1200 L: qemu-block@nongnu.org
1201 S: Maintained
1202 F: block/vdi.c
1203
1204 iSCSI
1205 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1206 M: Paolo Bonzini <pbonzini@redhat.com>
1207 M: Peter Lieven <pl@kamp.de>
1208 L: qemu-block@nongnu.org
1209 S: Supported
1210 F: block/iscsi.c
1211
1212 NFS
1213 M: Jeff Cody <jcody@redhat.com>
1214 M: Peter Lieven <pl@kamp.de>
1215 L: qemu-block@nongnu.org
1216 S: Maintained
1217 F: block/nfs.c
1218 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1219
1220 SSH
1221 M: Richard W.M. Jones <rjones@redhat.com>
1222 M: Jeff Cody <jcody@redhat.com>
1223 L: qemu-block@nongnu.org
1224 S: Supported
1225 F: block/ssh.c
1226 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1227
1228 ARCHIPELAGO
1229 M: Chrysostomos Nanakos <chris@include.gr>
1230 M: Jeff Cody <jcody@redhat.com>
1231 L: qemu-block@nongnu.org
1232 S: Maintained
1233 F: block/archipelago.c
1234 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1235
1236 CURL
1237 M: Jeff Cody <jcody@redhat.com>
1238 L: qemu-block@nongnu.org
1239 S: Supported
1240 F: block/curl.c
1241 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1242
1243 GLUSTER
1244 M: Jeff Cody <jcody@redhat.com>
1245 L: qemu-block@nongnu.org
1246 S: Supported
1247 F: block/gluster.c
1248 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1249
1250 Null Block Driver
1251 M: Fam Zheng <famz@redhat.com>
1252 L: qemu-block@nongnu.org
1253 S: Supported
1254 F: block/null.c
1255
1256 Bootdevice
1257 M: Gonglei <arei.gonglei@huawei.com>
1258 S: Maintained
1259 F: bootdevice.c
1260
1261 Quorum
1262 M: Alberto Garcia <berto@igalia.com>
1263 S: Supported
1264 F: block/quorum.c
1265 L: qemu-block@nongnu.org
1266
1267 blkverify
1268 M: Stefan Hajnoczi <stefanha@redhat.com>
1269 L: qemu-block@nongnu.org
1270 S: Supported
1271 F: block/blkverify.c
1272
1273 bochs
1274 M: Stefan Hajnoczi <stefanha@redhat.com>
1275 L: qemu-block@nongnu.org
1276 S: Supported
1277 F: block/bochs.c
1278
1279 cloop
1280 M: Stefan Hajnoczi <stefanha@redhat.com>
1281 L: qemu-block@nongnu.org
1282 S: Supported
1283 F: block/cloop.c
1284
1285 dmg
1286 M: Stefan Hajnoczi <stefanha@redhat.com>
1287 L: qemu-block@nongnu.org
1288 S: Supported
1289 F: block/dmg.c
1290
1291 parallels
1292 M: Stefan Hajnoczi <stefanha@redhat.com>
1293 L: qemu-block@nongnu.org
1294 S: Supported
1295 F: block/parallels.c
1296
1297 qed
1298 M: Stefan Hajnoczi <stefanha@redhat.com>
1299 L: qemu-block@nongnu.org
1300 S: Supported
1301 F: block/qed.c
1302
1303 raw
1304 M: Kevin Wolf <kwolf@redhat.com>
1305 L: qemu-block@nongnu.org
1306 S: Supported
1307 F: block/linux-aio.c
1308 F: block/raw-aio.h
1309 F: block/raw-posix.c
1310 F: block/raw-win32.c
1311 F: block/raw_bsd.c
1312 F: block/win32-aio.c
1313
1314 qcow2
1315 M: Kevin Wolf <kwolf@redhat.com>
1316 L: qemu-block@nongnu.org
1317 S: Supported
1318 F: block/qcow2*
1319
1320 qcow
1321 M: Kevin Wolf <kwolf@redhat.com>
1322 L: qemu-block@nongnu.org
1323 S: Supported
1324 F: block/qcow.c
1325
1326 blkdebug
1327 M: Kevin Wolf <kwolf@redhat.com>
1328 L: qemu-block@nongnu.org
1329 S: Supported
1330 F: block/blkdebug.c
1331
1332 vpc
1333 M: Kevin Wolf <kwolf@redhat.com>
1334 L: qemu-block@nongnu.org
1335 S: Supported
1336 F: block/vpc.c
1337
1338 vvfat
1339 M: Kevin Wolf <kwolf@redhat.com>
1340 L: qemu-block@nongnu.org
1341 S: Supported
1342 F: block/vvfat.c
1343
1344 Image format fuzzer
1345 M: Stefan Hajnoczi <stefanha@redhat.com>
1346 L: qemu-block@nongnu.org
1347 S: Supported
1348 F: tests/image-fuzzer/