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