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