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