hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl
[qemu/qmp-unstable.git] / MAINTAINERS
blob82f21c5e2e0b8af04eb776891f89be096a10051c
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>
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
62 Guest CPU cores (TCG):
63 ----------------------
64 Overall
65 L: 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
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/
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
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/
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/
104 M68K
105 S: Orphan
106 F: target-m68k/
107 F: hw/m68k/
109 MicroBlaze
110 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
111 S: Maintained
112 F: target-microblaze/
113 F: hw/microblaze/
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/
122 Moxie
123 M: Anthony Green <green@moxielogic.com>
124 S: Maintained
125 F: target-moxie/
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/
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/
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/
149 M: Aurelien Jarno <aurelien@aurel32.net>
150 S: Odd Fixes
151 F: target-sh4/
152 F: hw/sh4/
154 SPARC
155 M: Blue Swirl <blauwirbel@gmail.com>
156 S: Maintained
157 F: target-sparc/
158 F: hw/sparc/
159 F: hw/sparc64/
161 UniCore32
162 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
163 S: Maintained
164 F: target-unicore32/
165 F: hw/unicore32/
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/
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/
182 TriCore
183 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
184 S: Maintained
185 F: target-tricore/
186 F: hw/tricore/
188 Guest CPU Cores (KVM):
189 ----------------------
191 Overall
192 M: Paolo Bonzini <pbonzini@redhat.com>
193 L: kvm@vger.kernel.org
194 S: Supported
195 F: kvm-*
196 F: */kvm.*
199 M: Peter Maydell <peter.maydell@linaro.org>
200 S: Maintained
201 F: target-arm/kvm.c
203 MIPS
204 M: James Hogan <james.hogan@imgtec.com>
205 S: Maintained
206 F: target-mips/kvm.c
209 M: Alexander Graf <agraf@suse.de>
210 S: Maintained
211 F: target-ppc/kvm.c
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
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
230 Guest CPU Cores (Xen):
231 ----------------------
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*
240 Hosts:
241 ------
243 LINUX
244 L: qemu-devel@nongnu.org
245 S: Maintained
246 F: linux-*
247 F: linux-headers/
249 POSIX
250 L: qemu-devel@nongnu.org
251 S: Maintained
252 F: *posix*
254 W32, W64
255 L: qemu-devel@nongnu.org
256 M: Stefan Weil <sw@weilnetz.de>
257 S: Maintained
258 F: *win32*
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
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*
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
283 Canon DIGIC
284 M: Antony Pavlov <antonynpavlov@gmail.com>
285 S: Maintained
286 F: include/hw/arm/digic.h
287 F: hw/*/digic*
289 Gumstix
290 L: qemu-devel@nongnu.org
291 S: Orphan
292 F: hw/arm/gumstix.c
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
300 Integrator CP
301 M: Peter Maydell <peter.maydell@linaro.org>
302 S: Maintained
303 F: hw/arm/integratorcp.c
305 Mainstone
306 L: qemu-devel@nongnu.org
307 S: Orphan
308 F: hw/arm/mainstone.c
310 Musicpal
311 M: Jan Kiszka <jan.kiszka@web.de>
312 S: Maintained
313 F: hw/arm/musicpal.c
315 nSeries
316 M: Andrzej Zaborowski <balrogg@gmail.com>
317 S: Maintained
318 F: hw/arm/nseries.c
320 Palm
321 M: Andrzej Zaborowski <balrogg@gmail.com>
322 S: Maintained
323 F: hw/arm/palm.c
325 Real View
326 M: Peter Maydell <peter.maydell@linaro.org>
327 S: Maintained
328 F: hw/arm/realview*
330 Spitz
331 M: Andrzej Zaborowski <balrogg@gmail.com>
332 S: Maintained
333 F: hw/arm/spitz.c
335 Stellaris
336 M: Peter Maydell <peter.maydell@linaro.org>
337 S: Maintained
338 F: hw/*/stellaris*
340 Versatile PB
341 M: Peter Maydell <peter.maydell@linaro.org>
342 S: Maintained
343 F: hw/*/versatile*
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
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
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
368 milkymist
369 M: Michael Walle <michael@walle.cc>
370 S: Maintained
371 F: hw/lm32/milkymist.c
373 M68K Machines
374 -------------
375 an5206
376 S: Orphan
377 F: hw/m68k/an5206.c
379 dummy_m68k
380 S: Orphan
381 F: hw/m68k/dummy_m68k.c
383 mcf5208
384 S: Orphan
385 F: hw/m68k/mcf5208.c
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
394 petalogix_ml605
395 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
396 S: Maintained
397 F: hw/microblaze/petalogix_ml605_mmu.c
399 MIPS Machines
400 -------------
401 Jazz
402 M: Hervé Poussineau <hpoussin@reactos.org>
403 S: Maintained
404 F: hw/mips/mips_jazz.c
406 Malta
407 M: Aurelien Jarno <aurelien@aurel32.net>
408 S: Maintained
409 F: hw/mips/mips_malta.c
411 Mipssim
412 L: qemu-devel@nongnu.org
413 S: Orphan
414 F: hw/mips/mips_mipssim.c
416 R4000
417 M: Aurelien Jarno <aurelien@aurel32.net>
418 S: Maintained
419 F: hw/mips/mips_r4k.c
421 OpenRISC Machines
422 -----------------
423 or1k-sim
424 M: Jia Liu <proljc@gmail.com>
425 S: Maintained
426 F: hw/openrisc/openrisc_sim.c
428 PowerPC Machines
429 ----------------
431 M: Alexander Graf <agraf@suse.de>
432 L: qemu-ppc@nongnu.org
433 S: Odd Fixes
434 F: hw/ppc/ppc405_boards.c
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
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
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
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/
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/
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]
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/*
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
499 SH4 Machines
500 ------------
502 M: Magnus Damm <magnus.damm@gmail.com>
503 S: Maintained
504 F: hw/sh4/r2d.c
506 Shix
507 M: Magnus Damm <magnus.damm@gmail.com>
508 S: Orphan
509 F: hw/sh4/shix.c
511 SPARC Machines
512 --------------
513 Sun4m
514 M: Blue Swirl <blauwirbel@gmail.com>
515 S: Maintained
516 F: hw/sparc/sun4m.c
518 Sun4u
519 M: Blue Swirl <blauwirbel@gmail.com>
520 S: Maintained
521 F: hw/sparc64/sun4u.c
523 Leon3
524 M: Fabien Chouteau <chouteau@adacore.com>
525 S: Maintained
526 F: hw/sparc/leon3.c
527 F: hw/*/grlib*
529 S390 Machines
530 -------------
531 S390 Virtio
532 M: Alexander Graf <agraf@suse.de>
533 S: Maintained
534 F: hw/s390x/s390-*.c
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
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/
557 X86 Machines
558 ------------
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
579 Xtensa Machines
580 ---------------
582 M: Max Filippov <jcmvbkbc@gmail.com>
583 S: Maintained
584 F: hw/xtensa/xtensa_sim.c
586 Avnet LX60
587 M: Max Filippov <jcmvbkbc@gmail.com>
588 S: Maintained
589 F: hw/xtensa/xtensa_lx60.c
591 Devices
592 -------
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/
600 OMAP
601 M: Peter Maydell <peter.maydell@linaro.org>
602 S: Maintained
603 F: hw/*/omap*
606 M: Michael S. Tsirkin <mst@redhat.com>
607 S: Supported
608 F: include/hw/pci/*
609 F: hw/pci/*
610 F: hw/acpi/*
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
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*
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
632 LSI53C895A
633 S: Orphan
634 F: hw/scsi/lsi53c895a.c
637 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
638 S: Maintained
639 F: hw/ssi/*
640 F: hw/block/m25p80.c
643 M: Gerd Hoffmann <kraxel@redhat.com>
644 S: Maintained
645 F: hw/usb/*
646 F: tests/usb-*-test.c
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
654 VFIO
655 M: Alex Williamson <alex.williamson@redhat.com>
656 S: Supported
657 F: hw/misc/vfio.c
659 vhost
660 M: Michael S. Tsirkin <mst@redhat.com>
661 S: Supported
662 F: hw/*/*vhost*
664 virtio
665 M: Anthony Liguori <aliguori@amazon.com>
666 M: Michael S. Tsirkin <mst@redhat.com>
667 S: Supported
668 F: hw/*/virtio*
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
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
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
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
697 nvme
698 M: Keith Busch <keith.busch@intel.com>
699 S: Supported
700 F: hw/block/nvme*
701 F: tests/nvme-test.c
703 megasas
704 M: Hannes Reinecke <hare@suse.de>
705 S: Supported
706 F: hw/scsi/megasas.c
707 F: hw/scsi/mfi.h
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
716 Vmware
717 M: Dmitry Fleytman <dmitry@daynix.com>
718 S: Maintained
719 F: hw/net/vmxnet*
720 F: hw/scsi/vmw_pvscsi*
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
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
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
754 Character Devices (Braille)
755 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
756 S: Maintained
757 F: backends/baum.c
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
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
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]
778 GDB stub
779 L: qemu-devel@nongnu.org
780 S: Odd Fixes
781 F: gdbstub*
782 F: gdb-xml/
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
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*
802 Graphics
803 M: Anthony Liguori <aliguori@amazon.com>
804 M: Gerd Hoffmann <kraxel@redhat.com>
805 S: Odd Fixes
806 F: ui/
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
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
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
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
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
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
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
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
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
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
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
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
905 Checkpatch
906 M: Blue Swirl <blauwirbel@gmail.com>
907 S: Odd Fixes
908 F: scripts/checkpatch.pl
910 Seccomp
911 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
912 S: Supported
913 F: qemu-seccomp.c
914 F: include/sysemu/seccomp.h
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
924 BSD user
925 M: Blue Swirl <blauwirbel@gmail.com>
926 S: Maintained
927 F: bsd-user/
929 Linux user
930 M: Riku Voipio <riku.voipio@iki.fi>
931 S: Maintained
932 F: linux-user/
934 Tiny Code Generator (TCG)
935 -------------------------
936 Common code
937 M: Richard Henderson <rth@twiddle.net>
938 S: Maintained
939 F: tcg/
941 AArch64 target
942 M: Claudio Fontana <claudio.fontana@huawei.com>
943 M: Claudio Fontana <claudio.fontana@gmail.com>
944 S: Maintained
945 F: tcg/aarch64/
947 ARM target
948 M: Andrzej Zaborowski <balrogg@gmail.com>
949 S: Maintained
950 F: tcg/arm/
952 i386 target
953 L: qemu-devel@nongnu.org
954 S: Maintained
955 F: tcg/i386/
957 IA64 target
958 M: Aurelien Jarno <aurelien@aurel32.net>
959 S: Maintained
960 F: tcg/ia64/
962 MIPS target
963 M: Aurelien Jarno <aurelien@aurel32.net>
964 S: Maintained
965 F: tcg/mips/
968 M: Vassili Karpov (malc) <av1474@comtv.ru>
969 S: Maintained
970 F: tcg/ppc/
972 PPC64 target
973 M: Vassili Karpov (malc) <av1474@comtv.ru>
974 S: Maintained
975 F: tcg/ppc64/
977 S390 target
978 M: Alexander Graf <agraf@suse.de>
979 M: Richard Henderson <rth@twiddle.net>
980 S: Maintained
981 F: tcg/s390/
983 SPARC target
984 M: Blue Swirl <blauwirbel@gmail.com>
985 S: Maintained
986 F: tcg/sparc/
988 TCI target
989 M: Stefan Weil <sw@weilnetz.de>
990 S: Maintained
991 F: tcg/tci/
992 F: tci.c
994 Stable branches
995 ---------------
996 Stable 1.0
997 L: qemu-stable@nongnu.org
998 T: git git://git.qemu-project.org/qemu-stable-1.0.git
999 S: Orphan
1001 Stable 0.15
1002 L: qemu-stable@nongnu.org
1003 M: Andreas Färber <afaerber@suse.de>
1004 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1005 S: Supported
1007 Stable 0.14
1008 L: qemu-stable@nongnu.org
1009 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1010 S: Orphan
1012 Stable 0.10
1013 L: qemu-stable@nongnu.org
1014 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1015 S: Orphan
1017 Block drivers
1018 -------------
1019 VMDK
1020 M: Fam Zheng <famz@redhat.com>
1021 S: Supported
1022 F: block/vmdk.c
1025 M: Josh Durgin <josh.durgin@inktank.com>
1026 S: Supported
1027 F: block/rbd.c
1029 Sheepdog
1030 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1031 M: Liu Yuan <namei.unix@gmail.com>
1032 L: sheepdog@lists.wpkg.org
1033 S: Supported
1034 F: block/sheepdog.c
1036 VHDX
1037 M: Jeff Cody <jcody@redhat.com>
1038 S: Supported
1039 F: block/vhdx*
1042 M: Stefan Weil <sw@weilnetz.de>
1043 S: Maintained
1044 F: block/vdi.c
1046 iSCSI
1047 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1048 M: Paolo Bonzini <pbonzini@redhat.com>
1049 M: Peter Lieven <pl@kamp.de>
1050 S: Supported
1051 F: block/iscsi.c
1054 M: Peter Lieven <pl@kamp.de>
1055 S: Maintained
1056 F: block/nfs.c
1059 M: Richard W.M. Jones <rjones@redhat.com>
1060 S: Supported
1061 F: block/ssh.c
1063 ARCHIPELAGO
1064 M: Chrysostomos Nanakos <cnanakos@grnet.gr>
1065 M: Chrysostomos Nanakos <chris@include.gr>
1066 S: Maintained
1067 F: block/archipelago.c