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