]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
NUMA: Add numa_info structure to contain numa nodes info
[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: Rob Herring <robh@kernel.org>
247 S: Maintained
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 megasas
663 M: Hannes Reinecke <hare@suse.de>
664 S: Supported
665 F: hw/scsi/megasas.c
666 F: hw/scsi/mfi.h
667
668 Xilinx EDK
669 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
670 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
671 S: Maintained
672 F: hw/*/xilinx_*
673 F: include/hw/xilinx.h
674
675 Subsystems
676 ----------
677 Audio
678 M: Vassili Karpov (malc) <av1474@comtv.ru>
679 M: Gerd Hoffmann <kraxel@redhat.com>
680 S: Maintained
681 F: audio/
682 F: hw/audio/
683 F: tests/ac97-test.c
684 F: tests/es1370-test.c
685 F: tests/intel-hda-test.c
686
687 Block
688 M: Kevin Wolf <kwolf@redhat.com>
689 M: Stefan Hajnoczi <stefanha@redhat.com>
690 S: Supported
691 F: block*
692 F: block/
693 F: hw/block/
694 F: qemu-img*
695 F: qemu-io*
696 T: git git://repo.or.cz/qemu/kevin.git block
697 T: git git://github.com/stefanha/qemu.git block
698
699 Character Devices
700 M: Anthony Liguori <aliguori@amazon.com>
701 S: Maintained
702 F: qemu-char.c
703
704 CPU
705 M: Andreas Färber <afaerber@suse.de>
706 S: Supported
707 F: qom/cpu.c
708 F: include/qom/cpu.h
709 F: target-i386/cpu.c
710
711 ICC Bus
712 M: Igor Mammedov <imammedo@redhat.com>
713 S: Supported
714 F: include/hw/cpu/icc_bus.h
715 F: hw/cpu/icc_bus.c
716
717 Device Tree
718 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
719 M: Alexander Graf <agraf@suse.de>
720 S: Maintained
721 F: device_tree.[ch]
722
723 GDB stub
724 M: qemu-devel@nongnu.org
725 S: Odd Fixes
726 F: gdbstub*
727 F: gdb-xml/
728
729 Memory API
730 M: Paolo Bonzini <pbonzini@redhat.com>
731 S: Supported
732 F: include/exec/ioport.h
733 F: ioport.c
734 F: include/exec/memory.h
735 F: memory.c
736 F: include/exec/memory-internal.h
737 F: exec.c
738
739 SPICE
740 M: Gerd Hoffmann <kraxel@redhat.com>
741 S: Supported
742 F: include/ui/qemu-spice.h
743 F: ui/spice-*.c
744 F: audio/spiceaudio.c
745 F: hw/display/qxl*
746
747 Graphics
748 M: Anthony Liguori <aliguori@amazon.com>
749 M: Gerd Hoffmann <kraxel@redhat.com>
750 S: Odd Fixes
751 F: ui/
752
753 Cocoa graphics
754 M: Andreas Färber <andreas.faerber@web.de>
755 M: Peter Maydell <peter.maydell@linaro.org>
756 S: Odd Fixes
757 F: ui/cocoa.m
758
759 Main loop
760 M: Anthony Liguori <aliguori@amazon.com>
761 S: Supported
762 F: vl.c
763
764 Human Monitor (HMP)
765 M: Luiz Capitulino <lcapitulino@redhat.com>
766 S: Maintained
767 F: monitor.c
768 F: hmp.c
769 F: hmp-commands.hx
770 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
771
772 Network device layer
773 M: Anthony Liguori <aliguori@amazon.com>
774 M: Stefan Hajnoczi <stefanha@redhat.com>
775 S: Maintained
776 F: net/
777 T: git git://github.com/stefanha/qemu.git net
778
779 Netmap network backend
780 M: Luigi Rizzo <rizzo@iet.unipi.it>
781 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
782 M: Vincenzo Maffione <v.maffione@gmail.com>
783 W: http://info.iet.unipi.it/~luigi/netmap/
784 S: Maintained
785 F: net/netmap.c
786
787 Network Block Device (NBD)
788 M: Paolo Bonzini <pbonzini@redhat.com>
789 S: Odd Fixes
790 F: block/nbd.c
791 F: nbd.*
792 F: qemu-nbd.c
793 T: git git://github.com/bonzini/qemu.git nbd-next
794
795 QAPI
796 M: Luiz Capitulino <lcapitulino@redhat.com>
797 M: Michael Roth <mdroth@linux.vnet.ibm.com>
798 S: Maintained
799 F: qapi/
800 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
801
802 QAPI Schema
803 M: Eric Blake <eblake@redhat.com>
804 M: Luiz Capitulino <lcapitulino@redhat.com>
805 M: Markus Armbruster <armbru@redhat.com>
806 S: Supported
807 F: qapi-schema.json
808 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
809
810 QOM
811 M: Anthony Liguori <aliguori@amazon.com>
812 M: Andreas Färber <afaerber@suse.de>
813 S: Supported
814 T: git git://github.com/afaerber/qemu-cpu.git qom-next
815 F: include/qom/
816 X: include/qom/cpu.h
817 F: qom/
818 X: qom/cpu.c
819 F: tests/qom-test.c
820
821 QMP
822 M: Luiz Capitulino <lcapitulino@redhat.com>
823 S: Maintained
824 F: qmp.c
825 F: monitor.c
826 F: qmp-commands.hx
827 F: QMP/
828 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
829
830 SLIRP
831 M: Jan Kiszka <jan.kiszka@siemens.com>
832 S: Maintained
833 F: slirp/
834 T: git git://git.kiszka.org/qemu.git queues/slirp
835
836 Tracing
837 M: Stefan Hajnoczi <stefanha@redhat.com>
838 S: Maintained
839 F: trace/
840 F: scripts/tracetool.py
841 F: scripts/tracetool/
842 F: docs/tracing.txt
843 T: git git://github.com/stefanha/qemu.git tracing
844
845 Checkpatch
846 M: Blue Swirl <blauwirbel@gmail.com>
847 S: Odd Fixes
848 F: scripts/checkpatch.pl
849
850 Seccomp
851 M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
852 S: Supported
853 F: qemu-seccomp.c
854 F: include/sysemu/seccomp.h
855
856 Usermode Emulation
857 ------------------
858 BSD user
859 M: Blue Swirl <blauwirbel@gmail.com>
860 S: Maintained
861 F: bsd-user/
862
863 Linux user
864 M: Riku Voipio <riku.voipio@iki.fi>
865 S: Maintained
866 F: linux-user/
867
868 Tiny Code Generator (TCG)
869 -------------------------
870 Common code
871 M: qemu-devel@nongnu.org
872 M: Richard Henderson <rth@twiddle.net>
873 S: Maintained
874 F: tcg/
875
876 AArch64 target
877 M: Claudio Fontana <claudio.fontana@huawei.com>
878 M: Claudio Fontana <claudio.fontana@gmail.com>
879 S: Maintained
880 F: tcg/aarch64/
881
882 ARM target
883 M: Andrzej Zaborowski <balrogg@gmail.com>
884 S: Maintained
885 F: tcg/arm/
886
887 i386 target
888 M: qemu-devel@nongnu.org
889 S: Maintained
890 F: tcg/i386/
891
892 IA64 target
893 M: Aurelien Jarno <aurelien@aurel32.net>
894 S: Maintained
895 F: tcg/ia64/
896
897 MIPS target
898 M: Aurelien Jarno <aurelien@aurel32.net>
899 S: Maintained
900 F: tcg/mips/
901
902 PPC
903 M: Vassili Karpov (malc) <av1474@comtv.ru>
904 S: Maintained
905 F: tcg/ppc/
906
907 PPC64 target
908 M: Vassili Karpov (malc) <av1474@comtv.ru>
909 S: Maintained
910 F: tcg/ppc64/
911
912 S390 target
913 M: Alexander Graf <agraf@suse.de>
914 M: Richard Henderson <rth@twiddle.net>
915 S: Maintained
916 F: tcg/s390/
917
918 SPARC target
919 M: Blue Swirl <blauwirbel@gmail.com>
920 S: Maintained
921 F: tcg/sparc/
922
923 TCI target
924 M: Stefan Weil <sw@weilnetz.de>
925 S: Maintained
926 F: tcg/tci/
927 F: tci.c
928
929 Stable branches
930 ---------------
931 Stable 1.0
932 L: qemu-stable@nongnu.org
933 T: git git://git.qemu-project.org/qemu-stable-1.0.git
934 S: Orphan
935
936 Stable 0.15
937 L: qemu-stable@nongnu.org
938 M: Andreas Färber <afaerber@suse.de>
939 T: git git://git.qemu-project.org/qemu-stable-0.15.git
940 S: Supported
941
942 Stable 0.14
943 L: qemu-stable@nongnu.org
944 T: git git://git.qemu-project.org/qemu-stable-0.14.git
945 S: Orphan
946
947 Stable 0.10
948 L: qemu-stable@nongnu.org
949 T: git git://git.qemu-project.org/qemu-stable-0.10.git
950 S: Orphan
951
952 Block drivers
953 -------------
954 VMDK
955 M: Fam Zheng <famz@redhat.com>
956 S: Supported
957 F: block/vmdk.c
958
959 RBD
960 M: Josh Durgin <josh.durgin@inktank.com>
961 S: Supported
962 F: block/rbd.c
963
964 Sheepdog
965 M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
966 M: Liu Yuan <namei.unix@gmail.com>
967 L: sheepdog@lists.wpkg.org
968 S: Supported
969 F: block/sheepdog.c
970
971 VHDX
972 M: Jeff Cody <jcody@redhat.com>
973 S: Supported
974 F: block/vhdx*
975
976 VDI
977 M: Stefan Weil <sw@weilnetz.de>
978 S: Maintained
979 F: block/vdi.c
980
981 iSCSI
982 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
983 M: Paolo Bonzini <pbonzini@redhat.com>
984 M: Peter Lieven <pl@kamp.de>
985 S: Supported
986 F: block/iscsi.c
987
988 NFS
989 M: Peter Lieven <pl@kamp.de>
990 S: Maintained
991 F: block/nfs.c
992
993 SSH
994 M: Richard W.M. Jones <rjones@redhat.com>
995 S: Supported
996 F: block/ssh.c