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