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