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