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