]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150109.0' into...
[mirror_qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
8
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
11
12 Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
23 much other than throw the odd patch in. See below.
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
49
50
51 General Project Administration
52 ------------------------------
53 M: 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 S: Maintained
163 F: target-sparc/
164 F: hw/sparc/
165 F: hw/sparc64/
166
167 UniCore32
168 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
169 S: Maintained
170 F: target-unicore32/
171 F: hw/unicore32/
172
173 X86
174 M: Paolo Bonzini <pbonzini@redhat.com>
175 M: Richard Henderson <rth@twiddle.net>
176 S: Odd Fixes
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 S: Maintained
522 F: hw/sparc/sun4m.c
523
524 Sun4u
525 M: Blue Swirl <blauwirbel@gmail.com>
526 S: Maintained
527 F: hw/sparc64/sun4u.c
528
529 Leon3
530 M: Fabien Chouteau <chouteau@adacore.com>
531 S: Maintained
532 F: hw/sparc/leon3.c
533 F: hw/*/grlib*
534
535 S390 Machines
536 -------------
537 S390 Virtio
538 M: Alexander Graf <agraf@suse.de>
539 S: Maintained
540 F: hw/s390x/s390-*.c
541
542 S390 Virtio-ccw
543 M: Cornelia Huck <cornelia.huck@de.ibm.com>
544 M: Christian Borntraeger <borntraeger@de.ibm.com>
545 M: Alexander Graf <agraf@suse.de>
546 S: Supported
547 F: hw/s390x/s390-virtio-ccw.c
548 F: hw/s390x/css.[hc]
549 F: hw/s390x/sclp*.[hc]
550 F: hw/s390x/ipl*.[hc]
551 F: include/hw/s390x/
552 F: pc-bios/s390-ccw/
553 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
554
555 UniCore32 Machines
556 -------------
557 PKUnity-3 SoC initramfs-with-busybox
558 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
559 S: Maintained
560 F: hw/*/puv3*
561 F: hw/unicore32/
562
563 X86 Machines
564 ------------
565 PC
566 M: Anthony Liguori <aliguori@amazon.com>
567 M: Michael S. Tsirkin <mst@redhat.com>
568 S: Supported
569 F: include/hw/i386/
570 F: hw/i386/
571 F: hw/pci-host/piix.c
572 F: hw/pci-host/q35.c
573 F: hw/pci-host/pam.c
574 F: include/hw/pci-host/q35.h
575 F: include/hw/pci-host/pam.h
576 F: hw/isa/piix4.c
577 F: hw/isa/lpc_ich9.c
578 F: hw/i2c/smbus_ich9.c
579 F: hw/acpi/piix4.c
580 F: hw/acpi/ich9.c
581 F: include/hw/acpi/ich9.h
582 F: include/hw/acpi/piix.h
583
584
585 Xtensa Machines
586 ---------------
587 sim
588 M: Max Filippov <jcmvbkbc@gmail.com>
589 S: Maintained
590 F: hw/xtensa/sim.c
591
592 XTFPGA (LX60, LX200, ML605, KC705)
593 M: Max Filippov <jcmvbkbc@gmail.com>
594 S: Maintained
595 F: hw/xtensa/xtfpga.c
596 F: hw/net/opencores_eth.c
597
598 Devices
599 -------
600 IDE
601 M: Kevin Wolf <kwolf@redhat.com>
602 M: Stefan Hajnoczi <stefanha@redhat.com>
603 S: Odd Fixes
604 F: include/hw/ide.h
605 F: hw/ide/
606
607 OMAP
608 M: Peter Maydell <peter.maydell@linaro.org>
609 S: Maintained
610 F: hw/*/omap*
611
612 PCI
613 M: Michael S. Tsirkin <mst@redhat.com>
614 S: Supported
615 F: include/hw/pci/*
616 F: hw/pci/*
617 F: hw/acpi/*
618
619 ppc4xx
620 M: Alexander Graf <agraf@suse.de>
621 L: qemu-ppc@nongnu.org
622 S: Odd Fixes
623 F: hw/ppc/ppc4*.c
624
625 ppce500
626 M: Alexander Graf <agraf@suse.de>
627 M: Scott Wood <scottwood@freescale.com>
628 L: qemu-ppc@nongnu.org
629 S: Supported
630 F: hw/ppc/e500*
631
632 SCSI
633 M: Paolo Bonzini <pbonzini@redhat.com>
634 S: Supported
635 F: include/hw/scsi*
636 F: hw/scsi/*
637 T: git git://github.com/bonzini/qemu.git scsi-next
638
639 LSI53C895A
640 S: Orphan
641 F: hw/scsi/lsi53c895a.c
642
643 SSI
644 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
645 S: Maintained
646 F: hw/ssi/*
647 F: hw/block/m25p80.c
648
649 USB
650 M: Gerd Hoffmann <kraxel@redhat.com>
651 S: Maintained
652 F: hw/usb/*
653 F: tests/usb-*-test.c
654
655 USB (serial adapter)
656 M: Gerd Hoffmann <kraxel@redhat.com>
657 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
658 S: Maintained
659 F: hw/usb/dev-serial.c
660
661 VFIO
662 M: Alex Williamson <alex.williamson@redhat.com>
663 S: Supported
664 F: hw/vfio/*
665
666 vhost
667 M: Michael S. Tsirkin <mst@redhat.com>
668 S: Supported
669 F: hw/*/*vhost*
670
671 virtio
672 M: Anthony Liguori <aliguori@amazon.com>
673 M: Michael S. Tsirkin <mst@redhat.com>
674 S: Supported
675 F: hw/*/virtio*
676
677 virtio-9p
678 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
679 S: Supported
680 F: hw/9pfs/
681 F: fsdev/
682 F: tests/virtio-9p-test.c
683 T: git git://github.com/kvaneesh/QEMU.git
684
685 virtio-blk
686 M: Kevin Wolf <kwolf@redhat.com>
687 M: Stefan Hajnoczi <stefanha@redhat.com>
688 S: Supported
689 F: hw/block/virtio-blk.c
690
691 virtio-ccw
692 M: Cornelia Huck <cornelia.huck@de.ibm.com>
693 M: Christian Borntraeger <borntraeger@de.ibm.com>
694 S: Supported
695 F: hw/s390x/virtio-ccw.[hc]
696 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
697
698 virtio-serial
699 M: Amit Shah <amit.shah@redhat.com>
700 S: Supported
701 F: hw/char/virtio-serial-bus.c
702 F: hw/char/virtio-console.c
703 F: include/hw/virtio/virtio-serial.h
704
705 virtio-rng
706 M: Amit Shah <amit.shah@redhat.com>
707 S: Supported
708 F: hw/virtio/virtio-rng.c
709 F: include/hw/virtio/virtio-rng.h
710 F: backends/rng*.c
711
712 nvme
713 M: Keith Busch <keith.busch@intel.com>
714 S: Supported
715 F: hw/block/nvme*
716 F: tests/nvme-test.c
717
718 megasas
719 M: Hannes Reinecke <hare@suse.de>
720 S: Supported
721 F: hw/scsi/megasas.c
722 F: hw/scsi/mfi.h
723
724 Xilinx EDK
725 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
726 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
727 S: Maintained
728 F: hw/*/xilinx_*
729 F: include/hw/xilinx.h
730
731 Vmware
732 M: Dmitry Fleytman <dmitry@daynix.com>
733 S: Maintained
734 F: hw/net/vmxnet*
735 F: hw/scsi/vmw_pvscsi*
736
737 Subsystems
738 ----------
739 Audio
740 M: Vassili Karpov (malc) <av1474@comtv.ru>
741 M: Gerd Hoffmann <kraxel@redhat.com>
742 S: Maintained
743 F: audio/
744 F: hw/audio/
745 F: tests/ac97-test.c
746 F: tests/es1370-test.c
747 F: tests/intel-hda-test.c
748
749 Block
750 M: Kevin Wolf <kwolf@redhat.com>
751 M: Stefan Hajnoczi <stefanha@redhat.com>
752 S: Supported
753 F: async.c
754 F: aio-*.c
755 F: block*
756 F: block/
757 F: hw/block/
758 F: qemu-img*
759 F: qemu-io*
760 F: tests/image-fuzzer/
761 F: tests/qemu-iotests/
762 T: git git://repo.or.cz/qemu/kevin.git block
763 T: git git://github.com/stefanha/qemu.git block
764
765 Character Devices
766 M: Anthony Liguori <aliguori@amazon.com>
767 M: Paolo Bonzini <pbonzini@redhat.com>
768 S: Maintained
769 F: qemu-char.c
770 F: backends/msmouse.c
771 F: backends/testdev.c
772
773 Character Devices (Braille)
774 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
775 S: Maintained
776 F: backends/baum.c
777
778 CPU
779 M: Andreas Färber <afaerber@suse.de>
780 S: Supported
781 F: qom/cpu.c
782 F: include/qom/cpu.h
783 F: target-i386/cpu.c
784
785 ICC Bus
786 M: Igor Mammedov <imammedo@redhat.com>
787 S: Supported
788 F: include/hw/cpu/icc_bus.h
789 F: hw/cpu/icc_bus.c
790
791 Device Tree
792 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
793 M: Alexander Graf <agraf@suse.de>
794 S: Maintained
795 F: device_tree.[ch]
796
797 GDB stub
798 L: qemu-devel@nongnu.org
799 S: Odd Fixes
800 F: gdbstub*
801 F: gdb-xml/
802
803 Memory API
804 M: Paolo Bonzini <pbonzini@redhat.com>
805 S: Supported
806 F: include/exec/ioport.h
807 F: ioport.c
808 F: include/exec/memory.h
809 F: memory.c
810 F: include/exec/memory-internal.h
811 F: exec.c
812
813 SPICE
814 M: Gerd Hoffmann <kraxel@redhat.com>
815 S: Supported
816 F: include/ui/qemu-spice.h
817 F: ui/spice-*.c
818 F: audio/spiceaudio.c
819 F: hw/display/qxl*
820
821 Graphics
822 M: Anthony Liguori <aliguori@amazon.com>
823 M: Gerd Hoffmann <kraxel@redhat.com>
824 S: Odd Fixes
825 F: ui/
826
827 Cocoa graphics
828 M: Andreas Färber <andreas.faerber@web.de>
829 M: Peter Maydell <peter.maydell@linaro.org>
830 S: Odd Fixes
831 F: ui/cocoa.m
832
833 Main loop
834 M: Anthony Liguori <aliguori@amazon.com>
835 M: Paolo Bonzini <pbonzini@redhat.com>
836 S: Maintained
837 F: cpus.c
838 F: main-loop.c
839 F: qemu-timer.c
840 F: vl.c
841
842 Human Monitor (HMP)
843 M: Luiz Capitulino <lcapitulino@redhat.com>
844 S: Maintained
845 F: monitor.c
846 F: hmp.c
847 F: hmp-commands.hx
848 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
849
850 Network device layer
851 M: Anthony Liguori <aliguori@amazon.com>
852 M: Stefan Hajnoczi <stefanha@redhat.com>
853 S: Maintained
854 F: net/
855 T: git git://github.com/stefanha/qemu.git net
856
857 Netmap network backend
858 M: Luigi Rizzo <rizzo@iet.unipi.it>
859 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
860 M: Vincenzo Maffione <v.maffione@gmail.com>
861 W: http://info.iet.unipi.it/~luigi/netmap/
862 S: Maintained
863 F: net/netmap.c
864
865 Network Block Device (NBD)
866 M: Paolo Bonzini <pbonzini@redhat.com>
867 S: Odd Fixes
868 F: block/nbd.c
869 F: nbd.*
870 F: qemu-nbd.c
871 T: git git://github.com/bonzini/qemu.git nbd-next
872
873 QAPI
874 M: Luiz Capitulino <lcapitulino@redhat.com>
875 M: Michael Roth <mdroth@linux.vnet.ibm.com>
876 S: Maintained
877 F: qapi/
878 F: tests/qapi-schema/
879 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
880
881 QAPI Schema
882 M: Eric Blake <eblake@redhat.com>
883 M: Luiz Capitulino <lcapitulino@redhat.com>
884 M: Markus Armbruster <armbru@redhat.com>
885 S: Supported
886 F: qapi-schema.json
887 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
888
889 QObject
890 M: Luiz Capitulino <lcapitulino@redhat.com>
891 S: Maintained
892 F: qobject/
893 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
894
895 QEMU Guest Agent
896 M: Michael Roth <mdroth@linux.vnet.ibm.com>
897 S: Maintained
898 F: qga/
899 T: git git://github.com/mdroth/qemu.git qga
900
901 QOM
902 M: Anthony Liguori <aliguori@amazon.com>
903 M: Andreas Färber <afaerber@suse.de>
904 S: Supported
905 T: git git://github.com/afaerber/qemu-cpu.git qom-next
906 F: include/qom/
907 X: include/qom/cpu.h
908 F: qom/
909 X: qom/cpu.c
910 F: tests/qom-test.c
911
912 QMP
913 M: Luiz Capitulino <lcapitulino@redhat.com>
914 S: Maintained
915 F: qmp.c
916 F: monitor.c
917 F: qmp-commands.hx
918 F: QMP/
919 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
920
921 SLIRP
922 M: Jan Kiszka <jan.kiszka@siemens.com>
923 S: Maintained
924 F: slirp/
925 T: git git://git.kiszka.org/qemu.git queues/slirp
926
927 Tracing
928 M: Stefan Hajnoczi <stefanha@redhat.com>
929 S: Maintained
930 F: trace/
931 F: scripts/tracetool.py
932 F: scripts/tracetool/
933 F: docs/tracing.txt
934 T: git git://github.com/stefanha/qemu.git tracing
935
936 Checkpatch
937 M: Blue Swirl <blauwirbel@gmail.com>
938 S: Odd Fixes
939 F: scripts/checkpatch.pl
940
941 Migration
942 M: Juan Quintela <quintela@redhat.com>
943 M: Amit Shah <amit.shah@redhat.com>
944 S: Maintained
945 F: include/migration/
946 F: migration/
947 F: savevm.c
948 F: arch_init.c
949 F: scripts/vmstate-static-checker.py
950 F: tests/vmstate-static-checker-data/
951
952 Seccomp
953 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
954 S: Supported
955 F: qemu-seccomp.c
956 F: include/sysemu/seccomp.h
957
958 Usermode Emulation
959 ------------------
960 Overall
961 M: Riku Voipio <riku.voipio@iki.fi>
962 S: Maintained
963 F: thunk.c
964 F: user-exec.c
965
966 BSD user
967 M: Blue Swirl <blauwirbel@gmail.com>
968 S: Maintained
969 F: bsd-user/
970
971 Linux user
972 M: Riku Voipio <riku.voipio@iki.fi>
973 S: Maintained
974 F: linux-user/
975
976 Tiny Code Generator (TCG)
977 -------------------------
978 Common code
979 M: Richard Henderson <rth@twiddle.net>
980 S: Maintained
981 F: tcg/
982
983 AArch64 target
984 M: Claudio Fontana <claudio.fontana@huawei.com>
985 M: Claudio Fontana <claudio.fontana@gmail.com>
986 S: Maintained
987 F: tcg/aarch64/
988
989 ARM target
990 M: Andrzej Zaborowski <balrogg@gmail.com>
991 S: Maintained
992 F: tcg/arm/
993
994 i386 target
995 L: qemu-devel@nongnu.org
996 S: Maintained
997 F: tcg/i386/
998
999 IA64 target
1000 M: Aurelien Jarno <aurelien@aurel32.net>
1001 S: Maintained
1002 F: tcg/ia64/
1003
1004 MIPS target
1005 M: Aurelien Jarno <aurelien@aurel32.net>
1006 S: Maintained
1007 F: tcg/mips/
1008
1009 PPC
1010 M: Vassili Karpov (malc) <av1474@comtv.ru>
1011 S: Maintained
1012 F: tcg/ppc/
1013
1014 PPC64 target
1015 M: Vassili Karpov (malc) <av1474@comtv.ru>
1016 S: Maintained
1017 F: tcg/ppc64/
1018
1019 S390 target
1020 M: Alexander Graf <agraf@suse.de>
1021 M: Richard Henderson <rth@twiddle.net>
1022 S: Maintained
1023 F: tcg/s390/
1024
1025 SPARC target
1026 M: Blue Swirl <blauwirbel@gmail.com>
1027 S: Maintained
1028 F: tcg/sparc/
1029
1030 TCI target
1031 M: Stefan Weil <sw@weilnetz.de>
1032 S: Maintained
1033 F: tcg/tci/
1034 F: tci.c
1035
1036 Stable branches
1037 ---------------
1038 Stable 1.0
1039 L: qemu-stable@nongnu.org
1040 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1041 S: Orphan
1042
1043 Stable 0.15
1044 L: qemu-stable@nongnu.org
1045 M: Andreas Färber <afaerber@suse.de>
1046 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1047 S: Supported
1048
1049 Stable 0.14
1050 L: qemu-stable@nongnu.org
1051 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1052 S: Orphan
1053
1054 Stable 0.10
1055 L: qemu-stable@nongnu.org
1056 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1057 S: Orphan
1058
1059 Block drivers
1060 -------------
1061 VMDK
1062 M: Fam Zheng <famz@redhat.com>
1063 S: Supported
1064 F: block/vmdk.c
1065
1066 RBD
1067 M: Josh Durgin <josh.durgin@inktank.com>
1068 S: Supported
1069 F: block/rbd.c
1070
1071 Sheepdog
1072 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1073 M: Liu Yuan <namei.unix@gmail.com>
1074 L: sheepdog@lists.wpkg.org
1075 S: Supported
1076 F: block/sheepdog.c
1077
1078 VHDX
1079 M: Jeff Cody <jcody@redhat.com>
1080 S: Supported
1081 F: block/vhdx*
1082
1083 VDI
1084 M: Stefan Weil <sw@weilnetz.de>
1085 S: Maintained
1086 F: block/vdi.c
1087
1088 iSCSI
1089 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1090 M: Paolo Bonzini <pbonzini@redhat.com>
1091 M: Peter Lieven <pl@kamp.de>
1092 S: Supported
1093 F: block/iscsi.c
1094
1095 NFS
1096 M: Peter Lieven <pl@kamp.de>
1097 S: Maintained
1098 F: block/nfs.c
1099
1100 SSH
1101 M: Richard W.M. Jones <rjones@redhat.com>
1102 S: Supported
1103 F: block/ssh.c
1104
1105 ARCHIPELAGO
1106 M: Chrysostomos Nanakos <cnanakos@grnet.gr>
1107 M: Chrysostomos Nanakos <chris@include.gr>
1108 S: Maintained
1109 F: block/archipelago.c
1110
1111 Bootdevice
1112 M: Gonglei <arei.gonglei@huawei.com>
1113 S: Maintained
1114 F: bootdevice.c