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