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