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