os-posix: remove confused errno
[qemu.git] / MAINTAINERS
blob206bf7ea458269276a06638d0daa6fc2fc031e90
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.[hc]
204 M: Marcelo Tosatti <mtosatti@redhat.com>
205 L: kvm@vger.kernel.org
206 S: Supported
207 F: target-i386/kvm.c
209 Guest CPU Cores (Xen):
210 ----------------------
213 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
214 L: xen-devel@lists.xensource.com
215 S: Supported
216 F: xen-*
217 F: */xen*
219 Hosts:
220 ------
222 LINUX
223 L: qemu-devel@nongnu.org
224 S: Maintained
225 F: linux-*
226 F: linux-headers/
228 POSIX
229 L: qemu-devel@nongnu.org
230 S: Maintained
231 F: *posix*
233 W32, W64
234 L: qemu-devel@nongnu.org
235 M: Stefan Weil <sw@weilnetz.de>
236 S: Maintained
237 F: *win32*
239 ARM Machines
240 ------------
241 Allwinner-a10
242 M: Li Guang <lig.fnst@cn.fujitsu.com>
243 S: Maintained
244 F: hw/*/allwinner-a10*
245 F: include/hw/*/allwinner-a10*
246 F: hw/arm/cubieboard.c
248 Exynos
249 M: Evgeny Voevodin <e.voevodin@samsung.com>
250 M: Maksim Kozlov <m.kozlov@samsung.com>
251 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
252 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
253 S: Maintained
254 F: hw/*/exynos*
256 Calxeda Highbank
257 M: Rob Herring <robh@kernel.org>
258 S: Maintained
259 F: hw/arm/highbank.c
260 F: hw/net/xgmac.c
262 Canon DIGIC
263 M: Antony Pavlov <antonynpavlov@gmail.com>
264 S: Maintained
265 F: include/hw/arm/digic.h
266 F: hw/*/digic*
268 Gumstix
269 M: qemu-devel@nongnu.org
270 S: Orphan
271 F: hw/arm/gumstix.c
273 i.MX31
274 M: Peter Chubb <peter.chubb@nicta.com.au>
275 S: Odd fixes
276 F: hw/*/imx*
277 F: hw/arm/kzm.c
279 Integrator CP
280 M: Peter Maydell <peter.maydell@linaro.org>
281 S: Maintained
282 F: hw/arm/integratorcp.c
284 Mainstone
285 M: qemu-devel@nongnu.org
286 S: Orphan
287 F: hw/arm/mainstone.c
289 Musicpal
290 M: Jan Kiszka <jan.kiszka@web.de>
291 S: Maintained
292 F: hw/arm/musicpal.c
294 nSeries
295 M: Andrzej Zaborowski <balrogg@gmail.com>
296 S: Maintained
297 F: hw/arm/nseries.c
299 Palm
300 M: Andrzej Zaborowski <balrogg@gmail.com>
301 S: Maintained
302 F: hw/arm/palm.c
304 Real View
305 M: Peter Maydell <peter.maydell@linaro.org>
306 S: Maintained
307 F: hw/arm/realview*
309 Spitz
310 M: Andrzej Zaborowski <balrogg@gmail.com>
311 S: Maintained
312 F: hw/arm/spitz.c
314 Stellaris
315 M: Peter Maydell <peter.maydell@linaro.org>
316 S: Maintained
317 F: hw/*/stellaris*
319 Versatile PB
320 M: Peter Maydell <peter.maydell@linaro.org>
321 S: Maintained
322 F: hw/*/versatile*
324 Xilinx Zynq
325 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
326 S: Maintained
327 F: hw/arm/xilinx_zynq.c
328 F: hw/misc/zynq_slcr.c
329 F: hw/*/cadence_*
330 F: hw/ssi/xilinx_spips.c
332 CRIS Machines
333 -------------
334 Axis Dev88
335 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
336 S: Maintained
337 F: hw/cris/axis_dev88.c
338 F: hw/*/etraxfs_*.c
340 LM32 Machines
341 -------------
342 EVR32 and uclinux BSP
343 M: Michael Walle <michael@walle.cc>
344 S: Maintained
345 F: hw/lm32/lm32_boards.c
347 milkymist
348 M: Michael Walle <michael@walle.cc>
349 S: Maintained
350 F: hw/lm32/milkymist.c
352 M68K Machines
353 -------------
354 an5206
355 S: Orphan
356 F: hw/m68k/an5206.c
358 dummy_m68k
359 S: Orphan
360 F: hw/m68k/dummy_m68k.c
362 mcf5208
363 S: Orphan
364 F: hw/m68k/mcf5208.c
366 MicroBlaze Machines
367 -------------------
368 petalogix_s3adsp1800
369 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
370 S: Maintained
371 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
373 petalogix_ml605
374 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
375 S: Maintained
376 F: hw/microblaze/petalogix_ml605_mmu.c
378 MIPS Machines
379 -------------
380 Jazz
381 M: Hervé Poussineau <hpoussin@reactos.org>
382 S: Maintained
383 F: hw/mips/mips_jazz.c
385 Malta
386 M: Aurelien Jarno <aurelien@aurel32.net>
387 S: Maintained
388 F: hw/mips/mips_malta.c
390 Mipssim
391 M: qemu-devel@nongnu.org
392 S: Orphan
393 F: hw/mips/mips_mipssim.c
395 R4000
396 M: Aurelien Jarno <aurelien@aurel32.net>
397 S: Maintained
398 F: hw/mips/mips_r4k.c
400 OpenRISC Machines
401 -----------------
402 or1k-sim
403 M: Jia Liu <proljc@gmail.com>
404 S: Maintained
405 F: hw/openrisc/openrisc_sim.c
407 PowerPC Machines
408 ----------------
410 M: Alexander Graf <agraf@suse.de>
411 L: qemu-ppc@nongnu.org
412 S: Odd Fixes
413 F: hw/ppc/ppc405_boards.c
415 Bamboo
416 M: Alexander Graf <agraf@suse.de>
417 L: qemu-ppc@nongnu.org
418 S: Odd Fixes
419 F: hw/ppc/ppc440_bamboo.c
421 e500
422 M: Alexander Graf <agraf@suse.de>
423 M: Scott Wood <scottwood@freescale.com>
424 L: qemu-ppc@nongnu.org
425 S: Supported
426 F: hw/ppc/e500.[hc]
427 F: hw/ppc/e500plat.c
429 mpc8544ds
430 M: Alexander Graf <agraf@suse.de>
431 M: Scott Wood <scottwood@freescale.com>
432 L: qemu-ppc@nongnu.org
433 S: Supported
434 F: hw/ppc/mpc8544ds.c
435 F: hw/ppc/mpc8544_guts.c
437 New World
438 M: Alexander Graf <agraf@suse.de>
439 L: qemu-ppc@nongnu.org
440 S: Maintained
441 F: hw/ppc/mac_newworld.c
442 F: hw/pci-host/uninorth.c
443 F: hw/pci-bridge/dec.[hc]
444 F: hw/misc/macio/
446 Old World
447 M: Alexander Graf <agraf@suse.de>
448 L: qemu-ppc@nongnu.org
449 S: Maintained
450 F: hw/ppc/mac_oldworld.c
451 F: hw/pci-host/grackle.c
452 F: hw/misc/macio/
454 PReP
455 M: Andreas Färber <andreas.faerber@web.de>
456 L: qemu-ppc@nongnu.org
457 S: Odd Fixes
458 F: hw/ppc/prep.c
459 F: hw/pci-host/prep.[hc]
460 F: hw/isa/pc87312.[hc]
462 sPAPR
463 M: Alexander Graf <agraf@suse.de>
464 L: qemu-ppc@nongnu.org
465 S: Supported
466 F: hw/*/spapr*
467 F: include/hw/*/spapr*
468 F: hw/*/xics*
469 F: include/hw/*/xics*
470 F: pc-bios/spapr-rtas/*
472 virtex_ml507
473 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
474 L: qemu-ppc@nongnu.org
475 S: Odd Fixes
476 F: hw/ppc/virtex_ml507.c
478 SH4 Machines
479 ------------
481 M: Magnus Damm <magnus.damm@gmail.com>
482 S: Maintained
483 F: hw/sh4/r2d.c
485 Shix
486 M: Magnus Damm <magnus.damm@gmail.com>
487 S: Orphan
488 F: hw/sh4/shix.c
490 SPARC Machines
491 --------------
492 Sun4m
493 M: Blue Swirl <blauwirbel@gmail.com>
494 S: Maintained
495 F: hw/sparc/sun4m.c
497 Sun4u
498 M: Blue Swirl <blauwirbel@gmail.com>
499 S: Maintained
500 F: hw/sparc64/sun4u.c
502 Leon3
503 M: Fabien Chouteau <chouteau@adacore.com>
504 S: Maintained
505 F: hw/sparc/leon3.c
506 F: hw/*/grlib*
508 S390 Machines
509 -------------
510 S390 Virtio
511 M: Alexander Graf <agraf@suse.de>
512 S: Maintained
513 F: hw/s390x/s390-*.c
515 S390 Virtio-ccw
516 M: Cornelia Huck <cornelia.huck@de.ibm.com>
517 M: Christian Borntraeger <borntraeger@de.ibm.com>
518 M: Alexander Graf <agraf@suse.de>
519 S: Supported
520 F: hw/s390x/s390-virtio-ccw.c
521 F: hw/s390x/css.[hc]
522 F: hw/s390x/sclp*.[hc]
523 F: hw/s390x/ipl*.[hc]
524 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
526 UniCore32 Machines
527 -------------
528 PKUnity-3 SoC initramfs-with-busybox
529 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
530 S: Maintained
531 F: hw/*/puv3*
532 F: hw/unicore32/
534 X86 Machines
535 ------------
537 M: Anthony Liguori <aliguori@amazon.com>
538 M: Michael S. Tsirkin <mst@redhat.com>
539 S: Supported
540 F: include/hw/i386/
541 F: hw/i386/
542 F: hw/pci-host/piix.c
543 F: hw/pci-host/q35.c
544 F: hw/pci-host/pam.c
545 F: include/hw/pci-host/q35.h
546 F: include/hw/pci-host/pam.h
547 F: hw/isa/piix4.c
548 F: hw/isa/lpc_ich9.c
549 F: hw/i2c/smbus_ich9.c
550 F: hw/acpi/piix4.c
551 F: hw/acpi/ich9.c
552 F: include/hw/acpi/ich9.h
553 F: include/hw/acpi/piix.h
556 Xtensa Machines
557 ---------------
559 M: Max Filippov <jcmvbkbc@gmail.com>
560 S: Maintained
561 F: hw/xtensa/xtensa_sim.c
563 Avnet LX60
564 M: Max Filippov <jcmvbkbc@gmail.com>
565 S: Maintained
566 F: hw/xtensa/xtensa_lx60.c
568 Devices
569 -------
571 M: Kevin Wolf <kwolf@redhat.com>
572 M: Stefan Hajnoczi <stefanha@redhat.com>
573 S: Odd Fixes
574 F: include/hw/ide.h
575 F: hw/ide/
577 OMAP
578 M: Peter Maydell <peter.maydell@linaro.org>
579 S: Maintained
580 F: hw/*/omap*
583 M: Michael S. Tsirkin <mst@redhat.com>
584 S: Supported
585 F: include/hw/pci/*
586 F: hw/pci/*
587 F: hw/acpi/*
589 ppc4xx
590 M: Alexander Graf <agraf@suse.de>
591 L: qemu-ppc@nongnu.org
592 S: Odd Fixes
593 F: hw/ppc/ppc4*.c
595 ppce500
596 M: Alexander Graf <agraf@suse.de>
597 M: Scott Wood <scottwood@freescale.com>
598 L: qemu-ppc@nongnu.org
599 S: Supported
600 F: hw/ppc/e500*
602 SCSI
603 M: Paolo Bonzini <pbonzini@redhat.com>
604 S: Supported
605 F: include/hw/scsi*
606 F: hw/scsi/*
607 T: git git://github.com/bonzini/qemu.git scsi-next
609 LSI53C895A
610 S: Orphan
611 F: hw/scsi/lsi53c895a.c
614 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
615 S: Maintained
616 F: hw/ssi/*
617 F: hw/block/m25p80.c
620 M: Gerd Hoffmann <kraxel@redhat.com>
621 S: Maintained
622 F: hw/usb/*
623 F: tests/usb-*-test.c
625 VFIO
626 M: Alex Williamson <alex.williamson@redhat.com>
627 S: Supported
628 F: hw/misc/vfio.c
630 vhost
631 M: Michael S. Tsirkin <mst@redhat.com>
632 S: Supported
633 F: hw/*/*vhost*
635 virtio
636 M: Anthony Liguori <aliguori@amazon.com>
637 M: Michael S. Tsirkin <mst@redhat.com>
638 S: Supported
639 F: hw/*/virtio*
641 virtio-9p
642 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
643 S: Supported
644 F: hw/9pfs/
645 F: fsdev/
646 F: tests/virtio-9p-test.c
647 T: git git://github.com/kvaneesh/QEMU.git
649 virtio-blk
650 M: Kevin Wolf <kwolf@redhat.com>
651 M: Stefan Hajnoczi <stefanha@redhat.com>
652 S: Supported
653 F: hw/block/virtio-blk.c
655 virtio-ccw
656 M: Cornelia Huck <cornelia.huck@de.ibm.com>
657 M: Christian Borntraeger <borntraeger@de.ibm.com>
658 S: Supported
659 F: hw/s390x/virtio-ccw.[hc]
660 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
662 virtio-serial
663 M: Amit Shah <amit.shah@redhat.com>
664 S: Supported
665 F: hw/char/virtio-serial-bus.c
666 F: hw/char/virtio-console.c
668 nvme
669 M: Keith Busch <keith.busch@intel.com>
670 S: Supported
671 F: hw/block/nvme*
672 F: tests/nvme-test.c
674 megasas
675 M: Hannes Reinecke <hare@suse.de>
676 S: Supported
677 F: hw/scsi/megasas.c
678 F: hw/scsi/mfi.h
680 Xilinx EDK
681 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
682 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
683 S: Maintained
684 F: hw/*/xilinx_*
685 F: include/hw/xilinx.h
687 Vmware
688 M: Dmitry Fleytman <dmitry@daynix.com>
689 S: Maintained
690 F: hw/net/vmxnet*
691 F: hw/scsi/vmw_pvscsi*
693 Subsystems
694 ----------
695 Audio
696 M: Vassili Karpov (malc) <av1474@comtv.ru>
697 M: Gerd Hoffmann <kraxel@redhat.com>
698 S: Maintained
699 F: audio/
700 F: hw/audio/
701 F: tests/ac97-test.c
702 F: tests/es1370-test.c
703 F: tests/intel-hda-test.c
705 Block
706 M: Kevin Wolf <kwolf@redhat.com>
707 M: Stefan Hajnoczi <stefanha@redhat.com>
708 S: Supported
709 F: block*
710 F: block/
711 F: hw/block/
712 F: qemu-img*
713 F: qemu-io*
714 T: git git://repo.or.cz/qemu/kevin.git block
715 T: git git://github.com/stefanha/qemu.git block
717 Character Devices
718 M: Anthony Liguori <aliguori@amazon.com>
719 S: Maintained
720 F: qemu-char.c
723 M: Andreas Färber <afaerber@suse.de>
724 S: Supported
725 F: qom/cpu.c
726 F: include/qom/cpu.h
727 F: target-i386/cpu.c
729 ICC Bus
730 M: Igor Mammedov <imammedo@redhat.com>
731 S: Supported
732 F: include/hw/cpu/icc_bus.h
733 F: hw/cpu/icc_bus.c
735 Device Tree
736 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
737 M: Alexander Graf <agraf@suse.de>
738 S: Maintained
739 F: device_tree.[ch]
741 GDB stub
742 M: qemu-devel@nongnu.org
743 S: Odd Fixes
744 F: gdbstub*
745 F: gdb-xml/
747 Memory API
748 M: Paolo Bonzini <pbonzini@redhat.com>
749 S: Supported
750 F: include/exec/ioport.h
751 F: ioport.c
752 F: include/exec/memory.h
753 F: memory.c
754 F: include/exec/memory-internal.h
755 F: exec.c
757 SPICE
758 M: Gerd Hoffmann <kraxel@redhat.com>
759 S: Supported
760 F: include/ui/qemu-spice.h
761 F: ui/spice-*.c
762 F: audio/spiceaudio.c
763 F: hw/display/qxl*
765 Graphics
766 M: Anthony Liguori <aliguori@amazon.com>
767 M: Gerd Hoffmann <kraxel@redhat.com>
768 S: Odd Fixes
769 F: ui/
771 Cocoa graphics
772 M: Andreas Färber <andreas.faerber@web.de>
773 M: Peter Maydell <peter.maydell@linaro.org>
774 S: Odd Fixes
775 F: ui/cocoa.m
777 Main loop
778 M: Anthony Liguori <aliguori@amazon.com>
779 S: Supported
780 F: vl.c
782 Human Monitor (HMP)
783 M: Luiz Capitulino <lcapitulino@redhat.com>
784 S: Maintained
785 F: monitor.c
786 F: hmp.c
787 F: hmp-commands.hx
788 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
790 Network device layer
791 M: Anthony Liguori <aliguori@amazon.com>
792 M: Stefan Hajnoczi <stefanha@redhat.com>
793 S: Maintained
794 F: net/
795 T: git git://github.com/stefanha/qemu.git net
797 Netmap network backend
798 M: Luigi Rizzo <rizzo@iet.unipi.it>
799 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
800 M: Vincenzo Maffione <v.maffione@gmail.com>
801 W: http://info.iet.unipi.it/~luigi/netmap/
802 S: Maintained
803 F: net/netmap.c
805 Network Block Device (NBD)
806 M: Paolo Bonzini <pbonzini@redhat.com>
807 S: Odd Fixes
808 F: block/nbd.c
809 F: nbd.*
810 F: qemu-nbd.c
811 T: git git://github.com/bonzini/qemu.git nbd-next
813 QAPI
814 M: Luiz Capitulino <lcapitulino@redhat.com>
815 M: Michael Roth <mdroth@linux.vnet.ibm.com>
816 S: Maintained
817 F: qapi/
818 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
820 QAPI Schema
821 M: Eric Blake <eblake@redhat.com>
822 M: Luiz Capitulino <lcapitulino@redhat.com>
823 M: Markus Armbruster <armbru@redhat.com>
824 S: Supported
825 F: qapi-schema.json
826 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
829 M: Anthony Liguori <aliguori@amazon.com>
830 M: Andreas Färber <afaerber@suse.de>
831 S: Supported
832 T: git git://github.com/afaerber/qemu-cpu.git qom-next
833 F: include/qom/
834 X: include/qom/cpu.h
835 F: qom/
836 X: qom/cpu.c
837 F: tests/qom-test.c
840 M: Luiz Capitulino <lcapitulino@redhat.com>
841 S: Maintained
842 F: qmp.c
843 F: monitor.c
844 F: qmp-commands.hx
845 F: QMP/
846 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
848 SLIRP
849 M: Jan Kiszka <jan.kiszka@siemens.com>
850 S: Maintained
851 F: slirp/
852 T: git git://git.kiszka.org/qemu.git queues/slirp
854 Tracing
855 M: Stefan Hajnoczi <stefanha@redhat.com>
856 S: Maintained
857 F: trace/
858 F: scripts/tracetool.py
859 F: scripts/tracetool/
860 F: docs/tracing.txt
861 T: git git://github.com/stefanha/qemu.git tracing
863 Checkpatch
864 M: Blue Swirl <blauwirbel@gmail.com>
865 S: Odd Fixes
866 F: scripts/checkpatch.pl
868 Seccomp
869 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
870 S: Supported
871 F: qemu-seccomp.c
872 F: include/sysemu/seccomp.h
874 Usermode Emulation
875 ------------------
876 BSD user
877 M: Blue Swirl <blauwirbel@gmail.com>
878 S: Maintained
879 F: bsd-user/
881 Linux user
882 M: Riku Voipio <riku.voipio@iki.fi>
883 S: Maintained
884 F: linux-user/
886 Tiny Code Generator (TCG)
887 -------------------------
888 Common code
889 M: qemu-devel@nongnu.org
890 M: Richard Henderson <rth@twiddle.net>
891 S: Maintained
892 F: tcg/
894 AArch64 target
895 M: Claudio Fontana <claudio.fontana@huawei.com>
896 M: Claudio Fontana <claudio.fontana@gmail.com>
897 S: Maintained
898 F: tcg/aarch64/
900 ARM target
901 M: Andrzej Zaborowski <balrogg@gmail.com>
902 S: Maintained
903 F: tcg/arm/
905 i386 target
906 M: qemu-devel@nongnu.org
907 S: Maintained
908 F: tcg/i386/
910 IA64 target
911 M: Aurelien Jarno <aurelien@aurel32.net>
912 S: Maintained
913 F: tcg/ia64/
915 MIPS target
916 M: Aurelien Jarno <aurelien@aurel32.net>
917 S: Maintained
918 F: tcg/mips/
921 M: Vassili Karpov (malc) <av1474@comtv.ru>
922 S: Maintained
923 F: tcg/ppc/
925 PPC64 target
926 M: Vassili Karpov (malc) <av1474@comtv.ru>
927 S: Maintained
928 F: tcg/ppc64/
930 S390 target
931 M: Alexander Graf <agraf@suse.de>
932 M: Richard Henderson <rth@twiddle.net>
933 S: Maintained
934 F: tcg/s390/
936 SPARC target
937 M: Blue Swirl <blauwirbel@gmail.com>
938 S: Maintained
939 F: tcg/sparc/
941 TCI target
942 M: Stefan Weil <sw@weilnetz.de>
943 S: Maintained
944 F: tcg/tci/
945 F: tci.c
947 Stable branches
948 ---------------
949 Stable 1.0
950 L: qemu-stable@nongnu.org
951 T: git git://git.qemu-project.org/qemu-stable-1.0.git
952 S: Orphan
954 Stable 0.15
955 L: qemu-stable@nongnu.org
956 M: Andreas Färber <afaerber@suse.de>
957 T: git git://git.qemu-project.org/qemu-stable-0.15.git
958 S: Supported
960 Stable 0.14
961 L: qemu-stable@nongnu.org
962 T: git git://git.qemu-project.org/qemu-stable-0.14.git
963 S: Orphan
965 Stable 0.10
966 L: qemu-stable@nongnu.org
967 T: git git://git.qemu-project.org/qemu-stable-0.10.git
968 S: Orphan
970 Block drivers
971 -------------
972 VMDK
973 M: Fam Zheng <famz@redhat.com>
974 S: Supported
975 F: block/vmdk.c
978 M: Josh Durgin <josh.durgin@inktank.com>
979 S: Supported
980 F: block/rbd.c
982 Sheepdog
983 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
984 M: Liu Yuan <namei.unix@gmail.com>
985 L: sheepdog@lists.wpkg.org
986 S: Supported
987 F: block/sheepdog.c
989 VHDX
990 M: Jeff Cody <jcody@redhat.com>
991 S: Supported
992 F: block/vhdx*
995 M: Stefan Weil <sw@weilnetz.de>
996 S: Maintained
997 F: block/vdi.c
999 iSCSI
1000 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1001 M: Paolo Bonzini <pbonzini@redhat.com>
1002 M: Peter Lieven <pl@kamp.de>
1003 S: Supported
1004 F: block/iscsi.c
1007 M: Peter Lieven <pl@kamp.de>
1008 S: Maintained
1009 F: block/nfs.c
1012 M: Richard W.M. Jones <rjones@redhat.com>
1013 S: Supported
1014 F: block/ssh.c
1016 ARCHIPELAGO
1017 M: Chrysostomos Nanakos <cnanakos@grnet.gr>
1018 M: Chrysostomos Nanakos <chris@include.gr>
1019 S: Maintained
1020 F: block/archipelago.c