]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
MAINTAINERS: Add Fam Zheng as Null block driver maintainer
[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: 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: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
353 S: Maintained
354 F: hw/arm/xilinx_zynq.c
355 F: hw/misc/zynq_slcr.c
356 F: hw/*/cadence_*
357 F: hw/ssi/xilinx_spips.c
358
359 CRIS Machines
360 -------------
361 Axis Dev88
362 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
363 S: Maintained
364 F: hw/cris/axis_dev88.c
365 F: hw/*/etraxfs_*.c
366
367 LM32 Machines
368 -------------
369 EVR32 and uclinux BSP
370 M: Michael Walle <michael@walle.cc>
371 S: Maintained
372 F: hw/lm32/lm32_boards.c
373
374 milkymist
375 M: Michael Walle <michael@walle.cc>
376 S: Maintained
377 F: hw/lm32/milkymist.c
378
379 M68K Machines
380 -------------
381 an5206
382 S: Orphan
383 F: hw/m68k/an5206.c
384
385 dummy_m68k
386 S: Orphan
387 F: hw/m68k/dummy_m68k.c
388
389 mcf5208
390 S: Orphan
391 F: hw/m68k/mcf5208.c
392
393 MicroBlaze Machines
394 -------------------
395 petalogix_s3adsp1800
396 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
397 S: Maintained
398 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
399
400 petalogix_ml605
401 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
402 S: Maintained
403 F: hw/microblaze/petalogix_ml605_mmu.c
404
405 MIPS Machines
406 -------------
407 Jazz
408 M: Hervé Poussineau <hpoussin@reactos.org>
409 S: Maintained
410 F: hw/mips/mips_jazz.c
411
412 Malta
413 M: Aurelien Jarno <aurelien@aurel32.net>
414 S: Maintained
415 F: hw/mips/mips_malta.c
416
417 Mipssim
418 L: qemu-devel@nongnu.org
419 S: Orphan
420 F: hw/mips/mips_mipssim.c
421
422 R4000
423 M: Aurelien Jarno <aurelien@aurel32.net>
424 S: Maintained
425 F: hw/mips/mips_r4k.c
426
427 OpenRISC Machines
428 -----------------
429 or1k-sim
430 M: Jia Liu <proljc@gmail.com>
431 S: Maintained
432 F: hw/openrisc/openrisc_sim.c
433
434 PowerPC Machines
435 ----------------
436 405
437 M: Alexander Graf <agraf@suse.de>
438 L: qemu-ppc@nongnu.org
439 S: Odd Fixes
440 F: hw/ppc/ppc405_boards.c
441
442 Bamboo
443 M: Alexander Graf <agraf@suse.de>
444 L: qemu-ppc@nongnu.org
445 S: Odd Fixes
446 F: hw/ppc/ppc440_bamboo.c
447
448 e500
449 M: Alexander Graf <agraf@suse.de>
450 M: Scott Wood <scottwood@freescale.com>
451 L: qemu-ppc@nongnu.org
452 S: Supported
453 F: hw/ppc/e500.[hc]
454 F: hw/ppc/e500plat.c
455
456 mpc8544ds
457 M: Alexander Graf <agraf@suse.de>
458 M: Scott Wood <scottwood@freescale.com>
459 L: qemu-ppc@nongnu.org
460 S: Supported
461 F: hw/ppc/mpc8544ds.c
462 F: hw/ppc/mpc8544_guts.c
463
464 New World
465 M: Alexander Graf <agraf@suse.de>
466 L: qemu-ppc@nongnu.org
467 S: Maintained
468 F: hw/ppc/mac_newworld.c
469 F: hw/pci-host/uninorth.c
470 F: hw/pci-bridge/dec.[hc]
471 F: hw/misc/macio/
472
473 Old World
474 M: Alexander Graf <agraf@suse.de>
475 L: qemu-ppc@nongnu.org
476 S: Maintained
477 F: hw/ppc/mac_oldworld.c
478 F: hw/pci-host/grackle.c
479 F: hw/misc/macio/
480
481 PReP
482 M: Andreas Färber <andreas.faerber@web.de>
483 L: qemu-ppc@nongnu.org
484 S: Odd Fixes
485 F: hw/ppc/prep.c
486 F: hw/pci-host/prep.[hc]
487 F: hw/isa/pc87312.[hc]
488
489 sPAPR
490 M: Alexander Graf <agraf@suse.de>
491 L: qemu-ppc@nongnu.org
492 S: Supported
493 F: hw/*/spapr*
494 F: include/hw/*/spapr*
495 F: hw/*/xics*
496 F: include/hw/*/xics*
497 F: pc-bios/spapr-rtas/*
498
499 virtex_ml507
500 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
501 L: qemu-ppc@nongnu.org
502 S: Odd Fixes
503 F: hw/ppc/virtex_ml507.c
504
505 SH4 Machines
506 ------------
507 R2D
508 M: Magnus Damm <magnus.damm@gmail.com>
509 S: Maintained
510 F: hw/sh4/r2d.c
511
512 Shix
513 M: Magnus Damm <magnus.damm@gmail.com>
514 S: Orphan
515 F: hw/sh4/shix.c
516
517 SPARC Machines
518 --------------
519 Sun4m
520 M: Blue Swirl <blauwirbel@gmail.com>
521 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
522 S: Maintained
523 F: hw/sparc/sun4m.c
524
525 Sun4u
526 M: Blue Swirl <blauwirbel@gmail.com>
527 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
528 S: Maintained
529 F: hw/sparc64/sun4u.c
530
531 Leon3
532 M: Fabien Chouteau <chouteau@adacore.com>
533 S: Maintained
534 F: hw/sparc/leon3.c
535 F: hw/*/grlib*
536
537 S390 Machines
538 -------------
539 S390 Virtio
540 M: Alexander Graf <agraf@suse.de>
541 S: Maintained
542 F: hw/s390x/s390-*.c
543 X: hw/s390x/*pci*.[hc]
544
545 S390 Virtio-ccw
546 M: Cornelia Huck <cornelia.huck@de.ibm.com>
547 M: Christian Borntraeger <borntraeger@de.ibm.com>
548 M: Alexander Graf <agraf@suse.de>
549 S: Supported
550 F: hw/s390x/s390-virtio-ccw.c
551 F: hw/s390x/css.[hc]
552 F: hw/s390x/sclp*.[hc]
553 F: hw/s390x/ipl*.[hc]
554 F: hw/s390x/*pci*.[hc]
555 F: include/hw/s390x/
556 F: pc-bios/s390-ccw/
557 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
558
559 UniCore32 Machines
560 -------------
561 PKUnity-3 SoC initramfs-with-busybox
562 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
563 S: Maintained
564 F: hw/*/puv3*
565 F: hw/unicore32/
566
567 X86 Machines
568 ------------
569 PC
570 M: Michael S. Tsirkin <mst@redhat.com>
571 S: Supported
572 F: include/hw/i386/
573 F: hw/i386/
574 F: hw/pci-host/piix.c
575 F: hw/pci-host/q35.c
576 F: hw/pci-host/pam.c
577 F: include/hw/pci-host/q35.h
578 F: include/hw/pci-host/pam.h
579 F: hw/isa/piix4.c
580 F: hw/isa/lpc_ich9.c
581 F: hw/i2c/smbus_ich9.c
582 F: hw/acpi/piix4.c
583 F: hw/acpi/ich9.c
584 F: include/hw/acpi/ich9.h
585 F: include/hw/acpi/piix.h
586
587
588 Xtensa Machines
589 ---------------
590 sim
591 M: Max Filippov <jcmvbkbc@gmail.com>
592 S: Maintained
593 F: hw/xtensa/sim.c
594
595 XTFPGA (LX60, LX200, ML605, KC705)
596 M: Max Filippov <jcmvbkbc@gmail.com>
597 S: Maintained
598 F: hw/xtensa/xtfpga.c
599 F: hw/net/opencores_eth.c
600
601 Devices
602 -------
603 EDU
604 M: Jiri Slaby <jslaby@suse.cz>
605 S: Maintained
606 F: hw/misc/edu.c
607
608 IDE
609 M: John Snow <jsnow@redhat.com>
610 L: qemu-block@nongnu.org
611 S: Supported
612 F: include/hw/ide.h
613 F: hw/ide/
614 F: hw/block/block.c
615 F: hw/block/cdrom.c
616 F: hw/block/hd-geometry.c
617 F: tests/ide-test.c
618 F: tests/ahci-test.c
619 T: git git://github.com/jnsnow/qemu.git ide
620
621 Floppy
622 M: John Snow <jsnow@redhat.com>
623 L: qemu-block@nongnu.org
624 S: Supported
625 F: hw/block/fdc.c
626 F: include/hw/block/fdc.h
627 T: git git://github.com/jnsnow/qemu.git ide
628
629 OMAP
630 M: Peter Maydell <peter.maydell@linaro.org>
631 S: Maintained
632 F: hw/*/omap*
633
634 PCI
635 M: Michael S. Tsirkin <mst@redhat.com>
636 S: Supported
637 F: include/hw/pci/*
638 F: hw/pci/*
639 F: hw/acpi/*
640
641 ppc4xx
642 M: Alexander Graf <agraf@suse.de>
643 L: qemu-ppc@nongnu.org
644 S: Odd Fixes
645 F: hw/ppc/ppc4*.c
646
647 ppce500
648 M: Alexander Graf <agraf@suse.de>
649 M: Scott Wood <scottwood@freescale.com>
650 L: qemu-ppc@nongnu.org
651 S: Supported
652 F: hw/ppc/e500*
653
654 SCSI
655 M: Paolo Bonzini <pbonzini@redhat.com>
656 S: Supported
657 F: include/hw/scsi*
658 F: hw/scsi/*
659 T: git git://github.com/bonzini/qemu.git scsi-next
660
661 LSI53C895A
662 S: Orphan
663 F: hw/scsi/lsi53c895a.c
664
665 SSI
666 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
667 S: Maintained
668 F: hw/ssi/*
669 F: hw/block/m25p80.c
670
671 USB
672 M: Gerd Hoffmann <kraxel@redhat.com>
673 S: Maintained
674 F: hw/usb/*
675 F: tests/usb-*-test.c
676
677 USB (serial adapter)
678 M: Gerd Hoffmann <kraxel@redhat.com>
679 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
680 S: Maintained
681 F: hw/usb/dev-serial.c
682
683 VFIO
684 M: Alex Williamson <alex.williamson@redhat.com>
685 S: Supported
686 F: hw/vfio/*
687
688 vhost
689 M: Michael S. Tsirkin <mst@redhat.com>
690 S: Supported
691 F: hw/*/*vhost*
692
693 virtio
694 M: Michael S. Tsirkin <mst@redhat.com>
695 S: Supported
696 F: hw/*/virtio*
697
698 virtio-9p
699 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
700 S: Supported
701 F: hw/9pfs/
702 F: fsdev/
703 F: tests/virtio-9p-test.c
704 T: git git://github.com/kvaneesh/QEMU.git
705
706 virtio-blk
707 M: Kevin Wolf <kwolf@redhat.com>
708 M: Stefan Hajnoczi <stefanha@redhat.com>
709 S: Supported
710 F: hw/block/virtio-blk.c
711
712 virtio-ccw
713 M: Cornelia Huck <cornelia.huck@de.ibm.com>
714 M: Christian Borntraeger <borntraeger@de.ibm.com>
715 S: Supported
716 F: hw/s390x/virtio-ccw.[hc]
717 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
718
719 virtio-serial
720 M: Amit Shah <amit.shah@redhat.com>
721 S: Supported
722 F: hw/char/virtio-serial-bus.c
723 F: hw/char/virtio-console.c
724 F: include/hw/virtio/virtio-serial.h
725
726 virtio-rng
727 M: Amit Shah <amit.shah@redhat.com>
728 S: Supported
729 F: hw/virtio/virtio-rng.c
730 F: include/hw/virtio/virtio-rng.h
731 F: backends/rng*.c
732
733 nvme
734 M: Keith Busch <keith.busch@intel.com>
735 S: Supported
736 F: hw/block/nvme*
737 F: tests/nvme-test.c
738
739 megasas
740 M: Hannes Reinecke <hare@suse.de>
741 S: Supported
742 F: hw/scsi/megasas.c
743 F: hw/scsi/mfi.h
744
745 Xilinx EDK
746 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
747 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
748 S: Maintained
749 F: hw/*/xilinx_*
750 F: include/hw/xilinx.h
751
752 Vmware
753 M: Dmitry Fleytman <dmitry@daynix.com>
754 S: Maintained
755 F: hw/net/vmxnet*
756 F: hw/scsi/vmw_pvscsi*
757
758 Subsystems
759 ----------
760 Audio
761 M: Vassili Karpov (malc) <av1474@comtv.ru>
762 M: Gerd Hoffmann <kraxel@redhat.com>
763 S: Maintained
764 F: audio/
765 F: hw/audio/
766 F: tests/ac97-test.c
767 F: tests/es1370-test.c
768 F: tests/intel-hda-test.c
769
770 Block
771 M: Kevin Wolf <kwolf@redhat.com>
772 M: Stefan Hajnoczi <stefanha@redhat.com>
773 S: Supported
774 F: async.c
775 F: aio-*.c
776 F: block*
777 F: block/
778 F: hw/block/
779 F: migration/block*
780 F: qemu-img*
781 F: qemu-io*
782 F: tests/image-fuzzer/
783 F: tests/qemu-iotests/
784 T: git git://repo.or.cz/qemu/kevin.git block
785 T: git git://github.com/stefanha/qemu.git block
786
787 Block Jobs
788 M: Jeff Cody <jcody@redhat.com>
789 L: qemu-block@nongnu.org
790 S: Supported
791 F: blockjob.c
792 F: include/block/blockjob.h
793 F: block/backup.c
794 F: block/commit.c
795 F: block/stream.h
796 F: block/mirror.c
797 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
798
799 Character Devices
800 M: Paolo Bonzini <pbonzini@redhat.com>
801 S: Maintained
802 F: qemu-char.c
803 F: backends/msmouse.c
804 F: backends/testdev.c
805
806 Character Devices (Braille)
807 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
808 S: Maintained
809 F: backends/baum.c
810
811 Coverity model
812 M: Markus Armbruster <armbru@redhat.com>
813 S: Supported
814 F: scripts/coverity-model.c
815
816 CPU
817 M: Andreas Färber <afaerber@suse.de>
818 S: Supported
819 F: qom/cpu.c
820 F: include/qom/cpu.h
821 F: target-i386/cpu.c
822
823 ICC Bus
824 M: Igor Mammedov <imammedo@redhat.com>
825 S: Supported
826 F: include/hw/cpu/icc_bus.h
827 F: hw/cpu/icc_bus.c
828
829 Device Tree
830 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
831 M: Alexander Graf <agraf@suse.de>
832 S: Maintained
833 F: device_tree.[ch]
834
835 GDB stub
836 L: qemu-devel@nongnu.org
837 S: Odd Fixes
838 F: gdbstub*
839 F: gdb-xml/
840
841 Memory API
842 M: Paolo Bonzini <pbonzini@redhat.com>
843 S: Supported
844 F: include/exec/ioport.h
845 F: ioport.c
846 F: include/exec/memory.h
847 F: memory.c
848 F: include/exec/memory-internal.h
849 F: exec.c
850
851 SPICE
852 M: Gerd Hoffmann <kraxel@redhat.com>
853 S: Supported
854 F: include/ui/qemu-spice.h
855 F: ui/spice-*.c
856 F: audio/spiceaudio.c
857 F: hw/display/qxl*
858
859 Graphics
860 M: Gerd Hoffmann <kraxel@redhat.com>
861 S: Odd Fixes
862 F: ui/
863
864 Cocoa graphics
865 M: Andreas Färber <andreas.faerber@web.de>
866 M: Peter Maydell <peter.maydell@linaro.org>
867 S: Odd Fixes
868 F: ui/cocoa.m
869
870 Main loop
871 M: Paolo Bonzini <pbonzini@redhat.com>
872 S: Maintained
873 F: cpus.c
874 F: main-loop.c
875 F: qemu-timer.c
876 F: vl.c
877
878 Human Monitor (HMP)
879 M: Luiz Capitulino <lcapitulino@redhat.com>
880 S: Maintained
881 F: monitor.c
882 F: hmp.c
883 F: hmp-commands.hx
884 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
885
886 Network device layer
887 M: Stefan Hajnoczi <stefanha@redhat.com>
888 M: Jason Wang <jasowang@redhat.com>
889 S: Maintained
890 F: net/
891 T: git git://github.com/stefanha/qemu.git net
892
893 Netmap network backend
894 M: Luigi Rizzo <rizzo@iet.unipi.it>
895 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
896 M: Vincenzo Maffione <v.maffione@gmail.com>
897 W: http://info.iet.unipi.it/~luigi/netmap/
898 S: Maintained
899 F: net/netmap.c
900
901 Network Block Device (NBD)
902 M: Paolo Bonzini <pbonzini@redhat.com>
903 S: Odd Fixes
904 F: block/nbd.c
905 F: nbd.*
906 F: qemu-nbd.c
907 T: git git://github.com/bonzini/qemu.git nbd-next
908
909 NUMA
910 M: Eduardo Habkost <ehabkost@redhat.com>
911 S: Maintained
912 F: numa.c
913 F: include/sysemu/numa.h
914 K: numa|NUMA
915 K: srat|SRAT
916 T: git git://github.com/ehabkost/qemu.git numa
917
918 QAPI
919 M: Luiz Capitulino <lcapitulino@redhat.com>
920 M: Michael Roth <mdroth@linux.vnet.ibm.com>
921 S: Maintained
922 F: qapi/
923 F: tests/qapi-schema/
924 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
925
926 QAPI Schema
927 M: Eric Blake <eblake@redhat.com>
928 M: Luiz Capitulino <lcapitulino@redhat.com>
929 M: Markus Armbruster <armbru@redhat.com>
930 S: Supported
931 F: qapi-schema.json
932 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
933
934 QObject
935 M: Luiz Capitulino <lcapitulino@redhat.com>
936 S: Maintained
937 F: qobject/
938 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
939
940 QEMU Guest Agent
941 M: Michael Roth <mdroth@linux.vnet.ibm.com>
942 S: Maintained
943 F: qga/
944 T: git git://github.com/mdroth/qemu.git qga
945
946 QOM
947 M: Andreas Färber <afaerber@suse.de>
948 S: Supported
949 T: git git://github.com/afaerber/qemu-cpu.git qom-next
950 F: include/qom/
951 X: include/qom/cpu.h
952 F: qom/
953 X: qom/cpu.c
954 F: tests/qom-test.c
955
956 QMP
957 M: Luiz Capitulino <lcapitulino@redhat.com>
958 S: Maintained
959 F: qmp.c
960 F: monitor.c
961 F: qmp-commands.hx
962 F: QMP/
963 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
964
965 SLIRP
966 M: Jan Kiszka <jan.kiszka@siemens.com>
967 S: Maintained
968 F: slirp/
969 T: git git://git.kiszka.org/qemu.git queues/slirp
970
971 Tracing
972 M: Stefan Hajnoczi <stefanha@redhat.com>
973 S: Maintained
974 F: trace/
975 F: scripts/tracetool.py
976 F: scripts/tracetool/
977 F: docs/tracing.txt
978 T: git git://github.com/stefanha/qemu.git tracing
979
980 Checkpatch
981 M: Blue Swirl <blauwirbel@gmail.com>
982 S: Odd Fixes
983 F: scripts/checkpatch.pl
984
985 Migration
986 M: Juan Quintela <quintela@redhat.com>
987 M: Amit Shah <amit.shah@redhat.com>
988 S: Maintained
989 F: include/migration/
990 F: migration/
991 F: savevm.c
992 F: arch_init.c
993 F: scripts/vmstate-static-checker.py
994 F: tests/vmstate-static-checker-data/
995
996 Seccomp
997 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
998 S: Supported
999 F: qemu-seccomp.c
1000 F: include/sysemu/seccomp.h
1001
1002 Usermode Emulation
1003 ------------------
1004 Overall
1005 M: Riku Voipio <riku.voipio@iki.fi>
1006 S: Maintained
1007 F: thunk.c
1008 F: user-exec.c
1009
1010 BSD user
1011 M: Blue Swirl <blauwirbel@gmail.com>
1012 S: Maintained
1013 F: bsd-user/
1014
1015 Linux user
1016 M: Riku Voipio <riku.voipio@iki.fi>
1017 S: Maintained
1018 F: linux-user/
1019
1020 Tiny Code Generator (TCG)
1021 -------------------------
1022 Common code
1023 M: Richard Henderson <rth@twiddle.net>
1024 S: Maintained
1025 F: tcg/
1026
1027 AArch64 target
1028 M: Claudio Fontana <claudio.fontana@huawei.com>
1029 M: Claudio Fontana <claudio.fontana@gmail.com>
1030 S: Maintained
1031 F: tcg/aarch64/
1032
1033 ARM target
1034 M: Andrzej Zaborowski <balrogg@gmail.com>
1035 S: Maintained
1036 F: tcg/arm/
1037
1038 i386 target
1039 L: qemu-devel@nongnu.org
1040 S: Maintained
1041 F: tcg/i386/
1042
1043 IA64 target
1044 M: Aurelien Jarno <aurelien@aurel32.net>
1045 S: Maintained
1046 F: tcg/ia64/
1047
1048 MIPS target
1049 M: Aurelien Jarno <aurelien@aurel32.net>
1050 S: Maintained
1051 F: tcg/mips/
1052
1053 PPC
1054 M: Vassili Karpov (malc) <av1474@comtv.ru>
1055 S: Maintained
1056 F: tcg/ppc/
1057
1058 PPC64 target
1059 M: Vassili Karpov (malc) <av1474@comtv.ru>
1060 S: Maintained
1061 F: tcg/ppc64/
1062
1063 S390 target
1064 M: Alexander Graf <agraf@suse.de>
1065 M: Richard Henderson <rth@twiddle.net>
1066 S: Maintained
1067 F: tcg/s390/
1068
1069 SPARC target
1070 M: Blue Swirl <blauwirbel@gmail.com>
1071 S: Maintained
1072 F: tcg/sparc/
1073
1074 TCI target
1075 M: Stefan Weil <sw@weilnetz.de>
1076 S: Maintained
1077 F: tcg/tci/
1078 F: tci.c
1079
1080 Stable branches
1081 ---------------
1082 Stable 1.0
1083 L: qemu-stable@nongnu.org
1084 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1085 S: Orphan
1086
1087 Stable 0.15
1088 L: qemu-stable@nongnu.org
1089 M: Andreas Färber <afaerber@suse.de>
1090 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1091 S: Supported
1092
1093 Stable 0.14
1094 L: qemu-stable@nongnu.org
1095 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1096 S: Orphan
1097
1098 Stable 0.10
1099 L: qemu-stable@nongnu.org
1100 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1101 S: Orphan
1102
1103 Block drivers
1104 -------------
1105 VMDK
1106 M: Fam Zheng <famz@redhat.com>
1107 S: Supported
1108 F: block/vmdk.c
1109
1110 RBD
1111 M: Josh Durgin <josh.durgin@inktank.com>
1112 M: Jeff Cody <jcody@redhat.com>
1113 L: qemu-block@nongnu.org
1114 S: Supported
1115 F: block/rbd.c
1116 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1117
1118 Sheepdog
1119 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1120 M: Liu Yuan <namei.unix@gmail.com>
1121 M: Jeff Cody <jcody@redhat.com>
1122 L: qemu-block@nongnu.org
1123 L: sheepdog@lists.wpkg.org
1124 S: Supported
1125 F: block/sheepdog.c
1126 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1127
1128 VHDX
1129 M: Jeff Cody <jcody@redhat.com>
1130 L: qemu-block@nongnu.org
1131 S: Supported
1132 F: block/vhdx*
1133 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1134
1135 VDI
1136 M: Stefan Weil <sw@weilnetz.de>
1137 S: Maintained
1138 F: block/vdi.c
1139
1140 iSCSI
1141 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1142 M: Paolo Bonzini <pbonzini@redhat.com>
1143 M: Peter Lieven <pl@kamp.de>
1144 S: Supported
1145 F: block/iscsi.c
1146
1147 NFS
1148 M: Jeff Cody <jcody@redhat.com>
1149 M: Peter Lieven <pl@kamp.de>
1150 L: qemu-block@nongnu.org
1151 S: Maintained
1152 F: block/nfs.c
1153 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1154
1155 SSH
1156 M: Richard W.M. Jones <rjones@redhat.com>
1157 M: Jeff Cody <jcody@redhat.com>
1158 L: qemu-block@nongnu.org
1159 S: Supported
1160 F: block/ssh.c
1161 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1162
1163 ARCHIPELAGO
1164 M: Chrysostomos Nanakos <chris@include.gr>
1165 M: Jeff Cody <jcody@redhat.com>
1166 L: qemu-block@nongnu.org
1167 S: Maintained
1168 F: block/archipelago.c
1169 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1170
1171 CURL
1172 M: Jeff Cody <jcody@redhat.com>
1173 L: qemu-block@nongnu.org
1174 S: Supported
1175 F: block/curl.c
1176 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1177
1178 GLUSTER
1179 M: Jeff Cody <jcody@redhat.com>
1180 L: qemu-block@nongnu.org
1181 S: Supported
1182 F: block/gluster.c
1183 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1184
1185 Null Block Driver
1186 M: Fam Zheng <famz@redhat.com>
1187 L: qemu-block@nongnu.org
1188 S: Supported
1189 F: block/null.c
1190
1191 Bootdevice
1192 M: Gonglei <arei.gonglei@huawei.com>
1193 S: Maintained
1194 F: bootdevice.c
1195
1196 Quorum
1197 M: Alberto Garcia <berto@igalia.com>
1198 S: Supported
1199 F: block/quorum.c
1200 L: qemu-block@nongnu.org