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