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