net: cadence_gem: Make phy respond to broadcast
[qemu.git] / MAINTAINERS
blobc66946ff07dca063d61f707e8a10e486b35c9159
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@xilinx.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@xilinx.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@xilinx.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 F: tests/virtio-9p-test.c
627 T: git git://github.com/kvaneesh/QEMU.git
629 virtio-blk
630 M: Kevin Wolf <kwolf@redhat.com>
631 M: Stefan Hajnoczi <stefanha@redhat.com>
632 S: Supported
633 F: hw/block/virtio-blk.c
635 virtio-ccw
636 M: Cornelia Huck <cornelia.huck@de.ibm.com>
637 M: Christian Borntraeger <borntraeger@de.ibm.com>
638 S: Supported
639 F: hw/s390x/virtio-ccw.[hc]
640 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
642 virtio-serial
643 M: Amit Shah <amit.shah@redhat.com>
644 S: Supported
645 F: hw/char/virtio-serial-bus.c
646 F: hw/char/virtio-console.c
648 nvme
649 M: Keith Busch <keith.busch@intel.com>
650 S: Supported
651 F: hw/block/nvme*
652 F: tests/nvme-test.c
654 Xilinx EDK
655 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
656 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
657 S: Maintained
658 F: hw/*/xilinx_*
659 F: include/hw/xilinx.h
661 Subsystems
662 ----------
663 Audio
664 M: Vassili Karpov (malc) <av1474@comtv.ru>
665 M: Gerd Hoffmann <kraxel@redhat.com>
666 S: Maintained
667 F: audio/
668 F: hw/audio/
670 Block
671 M: Kevin Wolf <kwolf@redhat.com>
672 M: Stefan Hajnoczi <stefanha@redhat.com>
673 S: Supported
674 F: block*
675 F: block/
676 F: hw/block/
677 T: git git://repo.or.cz/qemu/kevin.git block
678 T: git git://github.com/stefanha/qemu.git block
680 Character Devices
681 M: Anthony Liguori <aliguori@amazon.com>
682 S: Maintained
683 F: qemu-char.c
686 M: Andreas Färber <afaerber@suse.de>
687 S: Supported
688 F: qom/cpu.c
689 F: include/qom/cpu.h
690 F: target-i386/cpu.c
692 ICC Bus
693 M: Igor Mammedov <imammedo@redhat.com>
694 S: Supported
695 F: include/hw/cpu/icc_bus.h
696 F: hw/cpu/icc_bus.c
698 Device Tree
699 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
700 M: Alexander Graf <agraf@suse.de>
701 S: Maintained
702 F: device_tree.[ch]
704 GDB stub
705 M: qemu-devel@nongnu.org
706 S: Odd Fixes
707 F: gdbstub*
708 F: gdb-xml/
710 SPICE
711 M: Gerd Hoffmann <kraxel@redhat.com>
712 S: Supported
713 F: include/ui/qemu-spice.h
714 F: ui/spice-*.c
715 F: audio/spiceaudio.c
716 F: hw/display/qxl*
718 Graphics
719 M: Anthony Liguori <aliguori@amazon.com>
720 M: Gerd Hoffmann <kraxel@redhat.com>
721 S: Odd Fixes
722 F: ui/
724 Cocoa graphics
725 M: Andreas Färber <andreas.faerber@web.de>
726 M: Peter Maydell <peter.maydell@linaro.org>
727 S: Odd Fixes
728 F: ui/cocoa.m
730 Main loop
731 M: Anthony Liguori <aliguori@amazon.com>
732 S: Supported
733 F: vl.c
735 Human Monitor (HMP)
736 M: Luiz Capitulino <lcapitulino@redhat.com>
737 S: Maintained
738 F: monitor.c
739 F: hmp.c
740 F: hmp-commands.hx
741 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
743 Network device layer
744 M: Anthony Liguori <aliguori@amazon.com>
745 M: Stefan Hajnoczi <stefanha@redhat.com>
746 S: Maintained
747 F: net/
748 T: git git://github.com/stefanha/qemu.git net
750 Netmap network backend
751 M: Luigi Rizzo <rizzo@iet.unipi.it>
752 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
753 M: Vincenzo Maffione <v.maffione@gmail.com>
754 W: http://info.iet.unipi.it/~luigi/netmap/
755 S: Maintained
756 F: net/netmap.c
758 Network Block Device (NBD)
759 M: Paolo Bonzini <pbonzini@redhat.com>
760 S: Odd Fixes
761 F: block/nbd.c
762 F: nbd.*
763 F: qemu-nbd.c
764 T: git git://github.com/bonzini/qemu.git nbd-next
766 QAPI
767 M: Luiz Capitulino <lcapitulino@redhat.com>
768 M: Michael Roth <mdroth@linux.vnet.ibm.com>
769 S: Maintained
770 F: qapi/
771 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
773 QAPI Schema
774 M: Eric Blake <eblake@redhat.com>
775 M: Luiz Capitulino <lcapitulino@redhat.com>
776 M: Markus Armbruster <armbru@redhat.com>
777 S: Supported
778 F: qapi-schema.json
779 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
782 M: Luiz Capitulino <lcapitulino@redhat.com>
783 S: Maintained
784 F: qmp.c
785 F: monitor.c
786 F: qmp-commands.hx
787 F: QMP/
788 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
790 SLIRP
791 M: Jan Kiszka <jan.kiszka@siemens.com>
792 S: Maintained
793 F: slirp/
794 T: git git://git.kiszka.org/qemu.git queues/slirp
796 Tracing
797 M: Stefan Hajnoczi <stefanha@redhat.com>
798 S: Maintained
799 F: trace/
800 F: scripts/tracetool.py
801 F: scripts/tracetool/
802 F: docs/tracing.txt
803 T: git git://github.com/stefanha/qemu.git tracing
805 Checkpatch
806 M: Blue Swirl <blauwirbel@gmail.com>
807 S: Odd Fixes
808 F: scripts/checkpatch.pl
810 Seccomp
811 M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
812 S: Supported
813 F: qemu-seccomp.c
814 F: include/sysemu/seccomp.h
816 Usermode Emulation
817 ------------------
818 BSD user
819 M: Blue Swirl <blauwirbel@gmail.com>
820 S: Maintained
821 F: bsd-user/
823 Linux user
824 M: Riku Voipio <riku.voipio@iki.fi>
825 S: Maintained
826 F: linux-user/
828 Tiny Code Generator (TCG)
829 -------------------------
830 Common code
831 M: qemu-devel@nongnu.org
832 M: Richard Henderson <rth@twiddle.net>
833 S: Maintained
834 F: tcg/
836 AArch64 target
837 M: Claudio Fontana <claudio.fontana@huawei.com>
838 M: Claudio Fontana <claudio.fontana@gmail.com>
839 S: Maintained
840 F: tcg/aarch64/
842 ARM target
843 M: Andrzej Zaborowski <balrogg@gmail.com>
844 S: Maintained
845 F: tcg/arm/
847 i386 target
848 M: qemu-devel@nongnu.org
849 S: Maintained
850 F: tcg/i386/
852 IA64 target
853 M: Aurelien Jarno <aurelien@aurel32.net>
854 S: Maintained
855 F: tcg/ia64/
857 MIPS target
858 M: Aurelien Jarno <aurelien@aurel32.net>
859 S: Maintained
860 F: tcg/mips/
863 M: Vassili Karpov (malc) <av1474@comtv.ru>
864 S: Maintained
865 F: tcg/ppc/
867 PPC64 target
868 M: Vassili Karpov (malc) <av1474@comtv.ru>
869 S: Maintained
870 F: tcg/ppc64/
872 S390 target
873 M: Alexander Graf <agraf@suse.de>
874 M: Richard Henderson <rth@twiddle.net>
875 S: Maintained
876 F: tcg/s390/
878 SPARC target
879 M: Blue Swirl <blauwirbel@gmail.com>
880 S: Maintained
881 F: tcg/sparc/
883 TCI target
884 M: Stefan Weil <sw@weilnetz.de>
885 S: Maintained
886 F: tcg/tci/
887 F: tci.c
889 Stable branches
890 ---------------
891 Stable 1.0
892 L: qemu-stable@nongnu.org
893 T: git git://git.qemu-project.org/qemu-stable-1.0.git
894 S: Orphan
896 Stable 0.15
897 L: qemu-stable@nongnu.org
898 M: Andreas Färber <afaerber@suse.de>
899 T: git git://git.qemu-project.org/qemu-stable-0.15.git
900 S: Supported
902 Stable 0.14
903 L: qemu-stable@nongnu.org
904 T: git git://git.qemu-project.org/qemu-stable-0.14.git
905 S: Orphan
907 Stable 0.10
908 L: qemu-stable@nongnu.org
909 T: git git://git.qemu-project.org/qemu-stable-0.10.git
910 S: Orphan
912 Block drivers
913 -------------
914 VMDK
915 M: Fam Zheng <famz@redhat.com>
916 S: Supported
917 F: block/vmdk.c
920 M: Josh Durgin <josh.durgin@inktank.com>
921 S: Supported
922 F: block/rbd.c
924 Sheepdog
925 M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
926 M: Liu Yuan <namei.unix@gmail.com>
927 L: sheepdog@lists.wpkg.org
928 S: Supported
929 F: block/sheepdog.c
931 VHDX
932 M: Jeff Cody <jcody@redhat.com>
933 S: Supported
934 F: block/vhdx*
937 M: Stefan Weil <sw@weilnetz.de>
938 S: Maintained
939 F: block/vdi.c
941 iSCSI
942 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
943 M: Paolo Bonzini <pbonzini@redhat.com>
944 M: Peter Lieven <pl@kamp.de>
945 S: Supported
946 F: block/iscsi.c
949 M: Peter Lieven <pl@kamp.de>
950 S: Maintained
951 F: block/nfs.c
954 M: Richard W.M. Jones <rjones@redhat.com>
955 S: Supported
956 F: block/ssh.c