]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
ppc: Rename ELF_MACHINE to be PPC specific
[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/char/sclp*.[hc]
581 F: hw/s390x/s390-virtio-ccw.c
582 F: hw/s390x/css.[hc]
583 F: hw/s390x/sclp*.[hc]
584 F: hw/s390x/ipl*.[hc]
585 F: hw/s390x/*pci*.[hc]
586 F: hw/s390x/s390-skeys*.c
587 F: include/hw/s390x/
588 F: pc-bios/s390-ccw/
589 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
590
591 UniCore32 Machines
592 -------------
593 PKUnity-3 SoC initramfs-with-busybox
594 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
595 S: Maintained
596 F: hw/*/puv3*
597 F: hw/unicore32/
598
599 X86 Machines
600 ------------
601 PC
602 M: Michael S. Tsirkin <mst@redhat.com>
603 S: Supported
604 F: include/hw/i386/
605 F: hw/i386/
606 F: hw/pci-host/piix.c
607 F: hw/pci-host/q35.c
608 F: hw/pci-host/pam.c
609 F: include/hw/pci-host/q35.h
610 F: include/hw/pci-host/pam.h
611 F: hw/isa/piix4.c
612 F: hw/isa/lpc_ich9.c
613 F: hw/i2c/smbus_ich9.c
614 F: hw/acpi/piix4.c
615 F: hw/acpi/ich9.c
616 F: include/hw/acpi/ich9.h
617 F: include/hw/acpi/piix.h
618
619
620 Xtensa Machines
621 ---------------
622 sim
623 M: Max Filippov <jcmvbkbc@gmail.com>
624 S: Maintained
625 F: hw/xtensa/sim.c
626
627 XTFPGA (LX60, LX200, ML605, KC705)
628 M: Max Filippov <jcmvbkbc@gmail.com>
629 S: Maintained
630 F: hw/xtensa/xtfpga.c
631 F: hw/net/opencores_eth.c
632
633 Devices
634 -------
635 EDU
636 M: Jiri Slaby <jslaby@suse.cz>
637 S: Maintained
638 F: hw/misc/edu.c
639
640 IDE
641 M: John Snow <jsnow@redhat.com>
642 L: qemu-block@nongnu.org
643 S: Supported
644 F: include/hw/ide.h
645 F: hw/ide/
646 F: hw/block/block.c
647 F: hw/block/cdrom.c
648 F: hw/block/hd-geometry.c
649 F: tests/ide-test.c
650 F: tests/ahci-test.c
651 T: git git://github.com/jnsnow/qemu.git ide
652
653 Floppy
654 M: John Snow <jsnow@redhat.com>
655 L: qemu-block@nongnu.org
656 S: Supported
657 F: hw/block/fdc.c
658 F: include/hw/block/fdc.h
659 T: git git://github.com/jnsnow/qemu.git ide
660
661 OMAP
662 M: Peter Maydell <peter.maydell@linaro.org>
663 S: Maintained
664 F: hw/*/omap*
665
666 IPack
667 M: Alberto Garcia <berto@igalia.com>
668 S: Odd Fixes
669 F: hw/char/ipoctal232.c
670 F: hw/ipack/
671
672 PCI
673 M: Michael S. Tsirkin <mst@redhat.com>
674 S: Supported
675 F: include/hw/pci/*
676 F: hw/pci/*
677
678 ACPI/SMBIOS
679 M: Michael S. Tsirkin <mst@redhat.com>
680 M: Igor Mammedov <imammedo@redhat.com>
681 S: Supported
682 F: include/hw/acpi/*
683 F: include/hw/smbios/*
684 F: hw/mem/*
685 F: hw/acpi/*
686 F: hw/smbios/*
687 F: hw/i386/acpi-build.[hc]
688 F: hw/i386/*dsl
689 F: hw/arm/virt-acpi-build.c
690 F: include/hw/arm/virt-acpi-build.h
691 F: scripts/acpi*py
692
693 ppc4xx
694 M: Alexander Graf <agraf@suse.de>
695 L: qemu-ppc@nongnu.org
696 S: Odd Fixes
697 F: hw/ppc/ppc4*.c
698
699 ppce500
700 M: Alexander Graf <agraf@suse.de>
701 M: Scott Wood <scottwood@freescale.com>
702 L: qemu-ppc@nongnu.org
703 S: Supported
704 F: hw/ppc/e500*
705
706 Character devices
707 M: Paolo Bonzini <pbonzini@redhat.com>
708 S: Odd Fixes
709 F: hw/char/
710
711 Network devices
712 M: Jason Wang <jasowang@redhat.com>
713 S: Odd Fixes
714 F: hw/net/
715 T: git git://github.com/jasowang/qemu.git net
716
717 SCSI
718 M: Paolo Bonzini <pbonzini@redhat.com>
719 S: Supported
720 F: include/hw/scsi*
721 F: hw/scsi/*
722 T: git git://github.com/bonzini/qemu.git scsi-next
723
724 LSI53C895A
725 S: Orphan
726 F: hw/scsi/lsi53c895a.c
727
728 SSI
729 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
730 S: Maintained
731 F: hw/ssi/*
732 F: hw/block/m25p80.c
733 X: hw/ssi/xilinx_*
734
735 Xilinx SPI
736 M: Alistair Francis <alistair.francis@xilinx.com>
737 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
738 S: Maintained
739 F: hw/ssi/xilinx_*
740
741 USB
742 M: Gerd Hoffmann <kraxel@redhat.com>
743 S: Maintained
744 F: hw/usb/*
745 F: tests/usb-*-test.c
746
747 USB (serial adapter)
748 M: Gerd Hoffmann <kraxel@redhat.com>
749 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
750 S: Maintained
751 F: hw/usb/dev-serial.c
752
753 VFIO
754 M: Alex Williamson <alex.williamson@redhat.com>
755 S: Supported
756 F: hw/vfio/*
757
758 vhost
759 M: Michael S. Tsirkin <mst@redhat.com>
760 S: Supported
761 F: hw/*/*vhost*
762
763 virtio
764 M: Michael S. Tsirkin <mst@redhat.com>
765 S: Supported
766 F: hw/*/virtio*
767 F: net/vhost-user.c
768
769 virtio-9p
770 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
771 S: Supported
772 F: hw/9pfs/
773 F: fsdev/
774 F: tests/virtio-9p-test.c
775 T: git git://github.com/kvaneesh/QEMU.git
776
777 virtio-blk
778 M: Stefan Hajnoczi <stefanha@redhat.com>
779 L: qemu-block@nongnu.org
780 S: Supported
781 F: hw/block/virtio-blk.c
782 F: hw/block/dataplane/*
783 F: hw/virtio/dataplane/*
784 T: git git://github.com/stefanha/qemu.git block
785
786 virtio-ccw
787 M: Cornelia Huck <cornelia.huck@de.ibm.com>
788 M: Christian Borntraeger <borntraeger@de.ibm.com>
789 S: Supported
790 F: hw/s390x/virtio-ccw.[hc]
791 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
792
793 virtio-input
794 M: Gerd Hoffmann <kraxel@redhat.com>
795 S: Maintained
796 F: hw/input/virtio-input*.c
797 F: include/hw/virtio/virtio-input.h
798
799 virtio-serial
800 M: Amit Shah <amit.shah@redhat.com>
801 S: Supported
802 F: hw/char/virtio-serial-bus.c
803 F: hw/char/virtio-console.c
804 F: include/hw/virtio/virtio-serial.h
805
806 virtio-rng
807 M: Amit Shah <amit.shah@redhat.com>
808 S: Supported
809 F: hw/virtio/virtio-rng.c
810 F: include/hw/virtio/virtio-rng.h
811 F: backends/rng*.c
812
813 nvme
814 M: Keith Busch <keith.busch@intel.com>
815 L: qemu-block@nongnu.org
816 S: Supported
817 F: hw/block/nvme*
818 F: tests/nvme-test.c
819
820 megasas
821 M: Hannes Reinecke <hare@suse.de>
822 L: qemu-block@nongnu.org
823 S: Supported
824 F: hw/scsi/megasas.c
825 F: hw/scsi/mfi.h
826
827 Xilinx EDK
828 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
829 M: Alistair Francis <alistair.francis@xilinx.com>
830 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
831 S: Maintained
832 F: hw/*/xilinx_*
833 F: include/hw/xilinx.h
834
835 Vmware
836 M: Dmitry Fleytman <dmitry@daynix.com>
837 S: Maintained
838 F: hw/net/vmxnet*
839 F: hw/scsi/vmw_pvscsi*
840
841 Rocker
842 M: Scott Feldman <sfeldma@gmail.com>
843 M: Jiri Pirko <jiri@resnulli.us>
844 S: Maintained
845 F: hw/net/rocker/
846
847 Subsystems
848 ----------
849 Audio
850 M: Gerd Hoffmann <kraxel@redhat.com>
851 S: Maintained
852 F: audio/
853 F: hw/audio/
854 F: tests/ac97-test.c
855 F: tests/es1370-test.c
856 F: tests/intel-hda-test.c
857
858 Block layer core
859 M: Kevin Wolf <kwolf@redhat.com>
860 L: qemu-block@nongnu.org
861 S: Supported
862 F: block*
863 F: block/
864 F: hw/block/
865 F: include/block/
866 F: qemu-img*
867 F: qemu-io*
868 F: tests/qemu-iotests/
869 T: git git://repo.or.cz/qemu/kevin.git block
870
871 Block I/O path
872 M: Stefan Hajnoczi <stefanha@redhat.com>
873 L: qemu-block@nongnu.org
874 S: Supported
875 F: async.c
876 F: aio-*.c
877 F: block/io.c
878 F: migration/block*
879 T: git git://github.com/stefanha/qemu.git block
880
881 Block Jobs
882 M: Jeff Cody <jcody@redhat.com>
883 L: qemu-block@nongnu.org
884 S: Supported
885 F: blockjob.c
886 F: include/block/blockjob.h
887 F: block/backup.c
888 F: block/commit.c
889 F: block/stream.h
890 F: block/mirror.c
891 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
892
893 Block QAPI, monitor, command line
894 M: Markus Armbruster <armbru@redhat.com>
895 S: Supported
896 F: blockdev.c
897 F: block/qapi.c
898 F: qapi/block*.json
899 T: git git://repo.or.cz/qemu/armbru.git block-next
900
901 Character device backends
902 M: Paolo Bonzini <pbonzini@redhat.com>
903 S: Maintained
904 F: qemu-char.c
905 F: backends/msmouse.c
906 F: backends/testdev.c
907
908 Character Devices (Braille)
909 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
910 S: Maintained
911 F: backends/baum.c
912
913 Coverity model
914 M: Markus Armbruster <armbru@redhat.com>
915 S: Supported
916 F: scripts/coverity-model.c
917
918 CPU
919 M: Andreas Färber <afaerber@suse.de>
920 S: Supported
921 F: qom/cpu.c
922 F: include/qom/cpu.h
923 F: target-i386/cpu.c
924
925 ICC Bus
926 M: Igor Mammedov <imammedo@redhat.com>
927 S: Supported
928 F: include/hw/cpu/icc_bus.h
929 F: hw/cpu/icc_bus.c
930
931 Device Tree
932 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
933 M: Alexander Graf <agraf@suse.de>
934 S: Maintained
935 F: device_tree.[ch]
936
937 Error reporting
938 M: Markus Armbruster <armbru@redhat.com>
939 S: Supported
940 F: include/qapi/error.h
941 F: include/qemu/error-report.h
942 F: util/error.c
943 F: util/qemu-error.c
944
945 GDB stub
946 L: qemu-devel@nongnu.org
947 S: Odd Fixes
948 F: gdbstub*
949 F: gdb-xml/
950
951 Memory API
952 M: Paolo Bonzini <pbonzini@redhat.com>
953 S: Supported
954 F: include/exec/ioport.h
955 F: ioport.c
956 F: include/exec/memory.h
957 F: memory.c
958 F: include/exec/memory-internal.h
959 F: exec.c
960
961 SPICE
962 M: Gerd Hoffmann <kraxel@redhat.com>
963 S: Supported
964 F: include/ui/qemu-spice.h
965 F: ui/spice-*.c
966 F: audio/spiceaudio.c
967 F: hw/display/qxl*
968
969 Graphics
970 M: Gerd Hoffmann <kraxel@redhat.com>
971 S: Odd Fixes
972 F: ui/
973
974 Cocoa graphics
975 M: Andreas Färber <andreas.faerber@web.de>
976 M: Peter Maydell <peter.maydell@linaro.org>
977 S: Odd Fixes
978 F: ui/cocoa.m
979
980 Main loop
981 M: Paolo Bonzini <pbonzini@redhat.com>
982 S: Maintained
983 F: cpus.c
984 F: main-loop.c
985 F: qemu-timer.c
986 F: vl.c
987
988 Human Monitor (HMP)
989 M: Luiz Capitulino <lcapitulino@redhat.com>
990 S: Maintained
991 F: monitor.c
992 F: hmp.c
993 F: hmp-commands.hx
994 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
995
996 Network device backends
997 M: Jason Wang <jasowang@redhat.com>
998 S: Maintained
999 F: net/
1000 T: git git://github.com/jasowang/qemu.git net
1001
1002 Netmap network backend
1003 M: Luigi Rizzo <rizzo@iet.unipi.it>
1004 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1005 M: Vincenzo Maffione <v.maffione@gmail.com>
1006 W: http://info.iet.unipi.it/~luigi/netmap/
1007 S: Maintained
1008 F: net/netmap.c
1009
1010 Network Block Device (NBD)
1011 M: Paolo Bonzini <pbonzini@redhat.com>
1012 S: Odd Fixes
1013 F: block/nbd.c
1014 F: nbd.*
1015 F: qemu-nbd.c
1016 T: git git://github.com/bonzini/qemu.git nbd-next
1017
1018 NUMA
1019 M: Eduardo Habkost <ehabkost@redhat.com>
1020 S: Maintained
1021 F: numa.c
1022 F: include/sysemu/numa.h
1023 K: numa|NUMA
1024 K: srat|SRAT
1025 T: git git://github.com/ehabkost/qemu.git numa
1026
1027 QAPI
1028 M: Markus Armbruster <armbru@redhat.com>
1029 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1030 S: Supported
1031 F: qapi/
1032 X: qapi/*.json
1033 F: tests/qapi-schema/
1034 F: scripts/qapi*
1035 F: docs/qapi*
1036 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1037
1038 QAPI Schema
1039 M: Eric Blake <eblake@redhat.com>
1040 M: Markus Armbruster <armbru@redhat.com>
1041 S: Supported
1042 F: qapi-schema.json
1043 F: qapi/*.json
1044 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1045
1046 QObject
1047 M: Luiz Capitulino <lcapitulino@redhat.com>
1048 S: Maintained
1049 F: qobject/
1050 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1051
1052 QEMU Guest Agent
1053 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1054 S: Maintained
1055 F: qga/
1056 T: git git://github.com/mdroth/qemu.git qga
1057
1058 QOM
1059 M: Andreas Färber <afaerber@suse.de>
1060 S: Supported
1061 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1062 F: include/qom/
1063 X: include/qom/cpu.h
1064 F: qom/
1065 X: qom/cpu.c
1066 F: tests/qom-test.c
1067
1068 QMP
1069 M: Markus Armbruster <armbru@redhat.com>
1070 S: Supported
1071 F: qmp.c
1072 F: monitor.c
1073 F: qmp-commands.hx
1074 F: docs/qmp/
1075 F: scripts/qmp/
1076 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1077
1078 SLIRP
1079 M: Jan Kiszka <jan.kiszka@siemens.com>
1080 S: Maintained
1081 F: slirp/
1082 T: git git://git.kiszka.org/qemu.git queues/slirp
1083
1084 Tracing
1085 M: Stefan Hajnoczi <stefanha@redhat.com>
1086 S: Maintained
1087 F: trace/
1088 F: scripts/tracetool.py
1089 F: scripts/tracetool/
1090 F: docs/tracing.txt
1091 T: git git://github.com/stefanha/qemu.git tracing
1092
1093 Checkpatch
1094 M: Blue Swirl <blauwirbel@gmail.com>
1095 S: Odd Fixes
1096 F: scripts/checkpatch.pl
1097
1098 Migration
1099 M: Juan Quintela <quintela@redhat.com>
1100 M: Amit Shah <amit.shah@redhat.com>
1101 S: Maintained
1102 F: include/migration/
1103 F: migration/
1104 F: scripts/vmstate-static-checker.py
1105 F: tests/vmstate-static-checker-data/
1106
1107 Seccomp
1108 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1109 S: Supported
1110 F: qemu-seccomp.c
1111 F: include/sysemu/seccomp.h
1112
1113 Cryptography
1114 M: Daniel P. Berrange <berrange@redhat.com>
1115 S: Maintained
1116 F: crypto/
1117 F: include/crypto/
1118 F: tests/test-crypto-*
1119
1120 Usermode Emulation
1121 ------------------
1122 Overall
1123 M: Riku Voipio <riku.voipio@iki.fi>
1124 S: Maintained
1125 F: thunk.c
1126 F: user-exec.c
1127
1128 BSD user
1129 M: Blue Swirl <blauwirbel@gmail.com>
1130 S: Maintained
1131 F: bsd-user/
1132
1133 Linux user
1134 M: Riku Voipio <riku.voipio@iki.fi>
1135 S: Maintained
1136 F: linux-user/
1137
1138 Tiny Code Generator (TCG)
1139 -------------------------
1140 Common code
1141 M: Richard Henderson <rth@twiddle.net>
1142 S: Maintained
1143 F: tcg/
1144
1145 AArch64 target
1146 M: Claudio Fontana <claudio.fontana@huawei.com>
1147 M: Claudio Fontana <claudio.fontana@gmail.com>
1148 S: Maintained
1149 F: tcg/aarch64/
1150 F: disas/arm-a64.cc
1151 F: disas/libvixl/
1152
1153 ARM target
1154 M: Andrzej Zaborowski <balrogg@gmail.com>
1155 S: Maintained
1156 F: tcg/arm/
1157 F: disas/arm.c
1158
1159 i386 target
1160 L: qemu-devel@nongnu.org
1161 S: Maintained
1162 F: tcg/i386/
1163 F: disas/i386.c
1164
1165 IA64 target
1166 M: Aurelien Jarno <aurelien@aurel32.net>
1167 S: Maintained
1168 F: tcg/ia64/
1169 F: disas/ia64.c
1170
1171 MIPS target
1172 M: Aurelien Jarno <aurelien@aurel32.net>
1173 S: Maintained
1174 F: tcg/mips/
1175 F: disas/mips.c
1176
1177 PPC
1178 M: Vassili Karpov (malc) <av1474@comtv.ru>
1179 S: Maintained
1180 F: tcg/ppc/
1181 F: disas/ppc.c
1182
1183 S390 target
1184 M: Alexander Graf <agraf@suse.de>
1185 M: Richard Henderson <rth@twiddle.net>
1186 S: Maintained
1187 F: tcg/s390/
1188 F: disas/s390.c
1189
1190 SPARC target
1191 M: Blue Swirl <blauwirbel@gmail.com>
1192 S: Maintained
1193 F: tcg/sparc/
1194 F: disas/sparc.c
1195
1196 TCI target
1197 M: Stefan Weil <sw@weilnetz.de>
1198 S: Maintained
1199 F: tcg/tci/
1200 F: tci.c
1201 F: disas/tci.c
1202
1203 Stable branches
1204 ---------------
1205 Stable 1.0
1206 L: qemu-stable@nongnu.org
1207 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1208 S: Orphan
1209
1210 Stable 0.15
1211 L: qemu-stable@nongnu.org
1212 M: Andreas Färber <afaerber@suse.de>
1213 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1214 S: Supported
1215
1216 Stable 0.14
1217 L: qemu-stable@nongnu.org
1218 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1219 S: Orphan
1220
1221 Stable 0.10
1222 L: qemu-stable@nongnu.org
1223 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1224 S: Orphan
1225
1226 Block drivers
1227 -------------
1228 VMDK
1229 M: Fam Zheng <famz@redhat.com>
1230 L: qemu-block@nongnu.org
1231 S: Supported
1232 F: block/vmdk.c
1233
1234 RBD
1235 M: Josh Durgin <jdurgin@redhat.com>
1236 M: Jeff Cody <jcody@redhat.com>
1237 L: qemu-block@nongnu.org
1238 S: Supported
1239 F: block/rbd.c
1240 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1241
1242 Sheepdog
1243 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1244 M: Liu Yuan <namei.unix@gmail.com>
1245 M: Jeff Cody <jcody@redhat.com>
1246 L: qemu-block@nongnu.org
1247 L: sheepdog@lists.wpkg.org
1248 S: Supported
1249 F: block/sheepdog.c
1250 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1251
1252 VHDX
1253 M: Jeff Cody <jcody@redhat.com>
1254 L: qemu-block@nongnu.org
1255 S: Supported
1256 F: block/vhdx*
1257 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1258
1259 VDI
1260 M: Stefan Weil <sw@weilnetz.de>
1261 L: qemu-block@nongnu.org
1262 S: Maintained
1263 F: block/vdi.c
1264
1265 iSCSI
1266 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1267 M: Paolo Bonzini <pbonzini@redhat.com>
1268 M: Peter Lieven <pl@kamp.de>
1269 L: qemu-block@nongnu.org
1270 S: Supported
1271 F: block/iscsi.c
1272
1273 NFS
1274 M: Jeff Cody <jcody@redhat.com>
1275 M: Peter Lieven <pl@kamp.de>
1276 L: qemu-block@nongnu.org
1277 S: Maintained
1278 F: block/nfs.c
1279 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1280
1281 SSH
1282 M: Richard W.M. Jones <rjones@redhat.com>
1283 M: Jeff Cody <jcody@redhat.com>
1284 L: qemu-block@nongnu.org
1285 S: Supported
1286 F: block/ssh.c
1287 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1288
1289 ARCHIPELAGO
1290 M: Chrysostomos Nanakos <chris@include.gr>
1291 M: Jeff Cody <jcody@redhat.com>
1292 L: qemu-block@nongnu.org
1293 S: Maintained
1294 F: block/archipelago.c
1295 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1296
1297 CURL
1298 M: Jeff Cody <jcody@redhat.com>
1299 L: qemu-block@nongnu.org
1300 S: Supported
1301 F: block/curl.c
1302 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1303
1304 GLUSTER
1305 M: Jeff Cody <jcody@redhat.com>
1306 L: qemu-block@nongnu.org
1307 S: Supported
1308 F: block/gluster.c
1309 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1310
1311 Null Block Driver
1312 M: Fam Zheng <famz@redhat.com>
1313 L: qemu-block@nongnu.org
1314 S: Supported
1315 F: block/null.c
1316
1317 Bootdevice
1318 M: Gonglei <arei.gonglei@huawei.com>
1319 S: Maintained
1320 F: bootdevice.c
1321
1322 Quorum
1323 M: Alberto Garcia <berto@igalia.com>
1324 S: Supported
1325 F: block/quorum.c
1326 L: qemu-block@nongnu.org
1327
1328 blkverify
1329 M: Stefan Hajnoczi <stefanha@redhat.com>
1330 L: qemu-block@nongnu.org
1331 S: Supported
1332 F: block/blkverify.c
1333
1334 bochs
1335 M: Stefan Hajnoczi <stefanha@redhat.com>
1336 L: qemu-block@nongnu.org
1337 S: Supported
1338 F: block/bochs.c
1339
1340 cloop
1341 M: Stefan Hajnoczi <stefanha@redhat.com>
1342 L: qemu-block@nongnu.org
1343 S: Supported
1344 F: block/cloop.c
1345
1346 dmg
1347 M: Stefan Hajnoczi <stefanha@redhat.com>
1348 L: qemu-block@nongnu.org
1349 S: Supported
1350 F: block/dmg.c
1351
1352 parallels
1353 M: Stefan Hajnoczi <stefanha@redhat.com>
1354 M: Denis V. Lunev <den@openvz.org>
1355 L: qemu-block@nongnu.org
1356 S: Supported
1357 F: block/parallels.c
1358
1359 qed
1360 M: Stefan Hajnoczi <stefanha@redhat.com>
1361 L: qemu-block@nongnu.org
1362 S: Supported
1363 F: block/qed.c
1364
1365 raw
1366 M: Kevin Wolf <kwolf@redhat.com>
1367 L: qemu-block@nongnu.org
1368 S: Supported
1369 F: block/linux-aio.c
1370 F: block/raw-aio.h
1371 F: block/raw-posix.c
1372 F: block/raw-win32.c
1373 F: block/raw_bsd.c
1374 F: block/win32-aio.c
1375
1376 qcow2
1377 M: Kevin Wolf <kwolf@redhat.com>
1378 L: qemu-block@nongnu.org
1379 S: Supported
1380 F: block/qcow2*
1381
1382 qcow
1383 M: Kevin Wolf <kwolf@redhat.com>
1384 L: qemu-block@nongnu.org
1385 S: Supported
1386 F: block/qcow.c
1387
1388 blkdebug
1389 M: Kevin Wolf <kwolf@redhat.com>
1390 L: qemu-block@nongnu.org
1391 S: Supported
1392 F: block/blkdebug.c
1393
1394 vpc
1395 M: Kevin Wolf <kwolf@redhat.com>
1396 L: qemu-block@nongnu.org
1397 S: Supported
1398 F: block/vpc.c
1399
1400 vvfat
1401 M: Kevin Wolf <kwolf@redhat.com>
1402 L: qemu-block@nongnu.org
1403 S: Supported
1404 F: block/vvfat.c
1405
1406 Image format fuzzer
1407 M: Stefan Hajnoczi <stefanha@redhat.com>
1408 L: qemu-block@nongnu.org
1409 S: Supported
1410 F: tests/image-fuzzer/