]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
ppc/prep: update MAINTAINERS file
[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: Peter Maydell <peter.maydell@linaro.org>
54
55 All patches CC here
56 L: qemu-devel@nongnu.org
57 F: *
58 F: */
59
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
63 M: Michael S. Tsirkin <mst@redhat.com>
64 L: secalert@redhat.com
65
66 Trivial patches
67 ---------------
68 Trivial patches
69 M: Michael Tokarev <mjt@tls.msk.ru>
70 M: Laurent Vivier <laurent@vivier.eu>
71 S: Maintained
72 L: qemu-trivial@nongnu.org
73 K: ^Subject:.*(?i)trivial
74 T: git git://git.corpit.ru/qemu.git trivial-patches
75 T: git git://github.com/vivier/qemu.git trivial-patches
76
77 Guest CPU cores (TCG):
78 ----------------------
79 Overall
80 L: qemu-devel@nongnu.org
81 M: Paolo Bonzini <pbonzini@redhat.com>
82 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83 M: Richard Henderson <rth@twiddle.net>
84 S: Maintained
85 F: cpu-exec.c
86 F: cpu-exec-common.c
87 F: cpus.c
88 F: cputlb.c
89 F: exec.c
90 F: softmmu_template.h
91 F: translate-all.*
92 F: translate-common.c
93 F: include/exec/cpu*.h
94 F: include/exec/exec-all.h
95 F: include/exec/helper*.h
96 F: include/exec/tb-hash.h
97 F: include/sysemu/cpus.h
98
99 FPU emulation
100 M: Aurelien Jarno <aurelien@aurel32.net>
101 M: Peter Maydell <peter.maydell@linaro.org>
102 S: Odd Fixes
103 F: fpu/
104 F: include/fpu/
105
106 Alpha
107 M: Richard Henderson <rth@twiddle.net>
108 S: Maintained
109 F: target/alpha/
110 F: hw/alpha/
111 F: tests/tcg/alpha/
112 F: disas/alpha.c
113
114 ARM
115 M: Peter Maydell <peter.maydell@linaro.org>
116 L: qemu-arm@nongnu.org
117 S: Maintained
118 F: target/arm/
119 F: hw/arm/
120 F: hw/cpu/a*mpcore.c
121 F: include/hw/cpu/a*mpcore.h
122 F: disas/arm.c
123 F: disas/arm-a64.cc
124 F: disas/libvixl/
125
126 CRIS
127 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
128 S: Maintained
129 F: target/cris/
130 F: hw/cris/
131 F: include/hw/cris/
132 F: tests/tcg/cris/
133 F: disas/cris.c
134
135 HPPA (PA-RISC)
136 M: Richard Henderson <rth@twiddle.net>
137 S: Maintained
138 F: target/hppa/
139 F: disas/hppa.c
140
141 LM32
142 M: Michael Walle <michael@walle.cc>
143 S: Maintained
144 F: target/lm32/
145 F: disas/lm32.c
146 F: hw/lm32/
147 F: hw/*/lm32_*
148 F: hw/*/milkymist-*
149 F: include/hw/char/lm32_juart.h
150 F: include/hw/lm32/
151 F: tests/tcg/lm32/
152
153 M68K
154 M: Laurent Vivier <laurent@vivier.eu>
155 S: Maintained
156 F: target/m68k/
157 F: disas/m68k.c
158
159 MicroBlaze
160 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
161 S: Maintained
162 F: target/microblaze/
163 F: hw/microblaze/
164 F: disas/microblaze.c
165
166 MIPS
167 M: Aurelien Jarno <aurelien@aurel32.net>
168 M: Yongbok Kim <yongbok.kim@imgtec.com>
169 S: Maintained
170 F: target/mips/
171 F: hw/mips/
172 F: hw/misc/mips_*
173 F: hw/intc/mips_gic.c
174 F: hw/timer/mips_gictimer.c
175 F: include/hw/mips/
176 F: include/hw/misc/mips_*
177 F: include/hw/intc/mips_gic.h
178 F: include/hw/timer/mips_gictimer.h
179 F: tests/tcg/mips/
180 F: disas/mips.c
181
182 Moxie
183 M: Anthony Green <green@moxielogic.com>
184 S: Maintained
185 F: target/moxie/
186 F: disas/moxie.c
187 F: hw/moxie/
188 F: default-configs/moxie-softmmu.mak
189
190 NiosII
191 M: Chris Wulff <crwulff@gmail.com>
192 M: Marek Vasut <marex@denx.de>
193 S: Maintained
194 F: target/nios2/
195 F: hw/nios2/
196 F: disas/nios2.c
197
198 OpenRISC
199 M: Jia Liu <proljc@gmail.com>
200 S: Maintained
201 F: target/openrisc/
202 F: hw/openrisc/
203 F: tests/tcg/openrisc/
204
205 PowerPC
206 M: David Gibson <david@gibson.dropbear.id.au>
207 M: Alexander Graf <agraf@suse.de>
208 L: qemu-ppc@nongnu.org
209 S: Maintained
210 F: target/ppc/
211 F: hw/ppc/
212 F: include/hw/ppc/
213 F: disas/ppc.c
214
215 S390
216 M: Richard Henderson <rth@twiddle.net>
217 M: Alexander Graf <agraf@suse.de>
218 S: Maintained
219 F: target/s390x/
220 F: hw/s390x/
221 F: disas/s390.c
222
223 SH4
224 M: Aurelien Jarno <aurelien@aurel32.net>
225 S: Odd Fixes
226 F: target/sh4/
227 F: hw/sh4/
228 F: disas/sh4.c
229 F: include/hw/sh4/
230
231 SPARC
232 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
233 M: Artyom Tarasenko <atar4qemu@gmail.com>
234 S: Maintained
235 F: target/sparc/
236 F: hw/sparc/
237 F: hw/sparc64/
238 F: disas/sparc.c
239
240 UniCore32
241 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
242 S: Maintained
243 F: target/unicore32/
244 F: hw/unicore32/
245 F: include/hw/unicore32/
246
247 X86
248 M: Paolo Bonzini <pbonzini@redhat.com>
249 M: Richard Henderson <rth@twiddle.net>
250 M: Eduardo Habkost <ehabkost@redhat.com>
251 S: Maintained
252 F: target/i386/
253 F: hw/i386/
254 F: disas/i386.c
255
256 Xtensa
257 M: Max Filippov <jcmvbkbc@gmail.com>
258 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
259 S: Maintained
260 F: target/xtensa/
261 F: hw/xtensa/
262 F: tests/tcg/xtensa/
263
264 TriCore
265 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
266 S: Maintained
267 F: target/tricore/
268 F: hw/tricore/
269 F: include/hw/tricore/
270
271 Guest CPU Cores (KVM):
272 ----------------------
273
274 Overall
275 M: Paolo Bonzini <pbonzini@redhat.com>
276 L: kvm@vger.kernel.org
277 S: Supported
278 F: kvm-*
279 F: */kvm.*
280 F: include/sysemu/kvm*.h
281
282 ARM
283 M: Peter Maydell <peter.maydell@linaro.org>
284 L: qemu-arm@nongnu.org
285 S: Maintained
286 F: target/arm/kvm.c
287
288 MIPS
289 M: James Hogan <james.hogan@imgtec.com>
290 S: Maintained
291 F: target/mips/kvm.c
292
293 PPC
294 M: Alexander Graf <agraf@suse.de>
295 S: Maintained
296 F: target/ppc/kvm.c
297
298 S390
299 M: Christian Borntraeger <borntraeger@de.ibm.com>
300 M: Cornelia Huck <cornelia.huck@de.ibm.com>
301 M: Alexander Graf <agraf@suse.de>
302 S: Maintained
303 F: target/s390x/kvm.c
304 F: target/s390x/ioinst.[ch]
305 F: target/s390x/machine.c
306 F: hw/intc/s390_flic.c
307 F: hw/intc/s390_flic_kvm.c
308 F: include/hw/s390x/s390_flic.h
309 F: gdb-xml/s390*.xml
310 T: git git://github.com/cohuck/qemu.git s390-next
311 T: git git://github.com/borntraeger/qemu.git s390-next
312
313 X86
314 M: Paolo Bonzini <pbonzini@redhat.com>
315 M: Marcelo Tosatti <mtosatti@redhat.com>
316 L: kvm@vger.kernel.org
317 S: Supported
318 F: target/i386/kvm.c
319
320 Guest CPU Cores (Xen):
321 ----------------------
322
323 X86
324 M: Stefano Stabellini <sstabellini@kernel.org>
325 M: Anthony Perard <anthony.perard@citrix.com>
326 L: xen-devel@lists.xensource.com
327 S: Supported
328 F: xen-*
329 F: */xen*
330 F: hw/char/xen_console.c
331 F: hw/display/xenfb.c
332 F: hw/net/xen_nic.c
333 F: hw/block/xen_*
334 F: hw/xen/
335 F: hw/xenpv/
336 F: hw/i386/xen/
337 F: include/hw/xen/
338 F: include/sysemu/xen-mapcache.h
339
340 Hosts:
341 ------
342
343 LINUX
344 L: qemu-devel@nongnu.org
345 S: Maintained
346 F: linux-*
347 F: linux-headers/
348
349 POSIX
350 L: qemu-devel@nongnu.org
351 S: Maintained
352 F: *posix*
353
354 W32, W64
355 L: qemu-devel@nongnu.org
356 M: Stefan Weil <sw@weilnetz.de>
357 S: Maintained
358 F: *win32*
359 F: */*win32*
360 F: include/*/*win32*
361 X: qga/*win32*
362 F: qemu.nsi
363
364 ARM Machines
365 ------------
366 Allwinner-a10
367 M: Beniamino Galvani <b.galvani@gmail.com>
368 L: qemu-arm@nongnu.org
369 S: Maintained
370 F: hw/*/allwinner*
371 F: include/hw/*/allwinner*
372 F: hw/arm/cubieboard.c
373
374 ARM PrimeCell
375 M: Peter Maydell <peter.maydell@linaro.org>
376 L: qemu-arm@nongnu.org
377 S: Maintained
378 F: hw/char/pl011.c
379 F: hw/display/pl110*
380 F: hw/dma/pl080.c
381 F: hw/dma/pl330.c
382 F: hw/gpio/pl061.c
383 F: hw/input/pl050.c
384 F: hw/intc/pl190.c
385 F: hw/sd/pl181.c
386 F: hw/timer/pl031.c
387 F: include/hw/arm/primecell.h
388
389 ARM cores
390 M: Peter Maydell <peter.maydell@linaro.org>
391 L: qemu-arm@nongnu.org
392 S: Maintained
393 F: hw/intc/arm*
394 F: hw/intc/gic_internal.h
395 F: hw/misc/a9scu.c
396 F: hw/misc/arm11scu.c
397 F: hw/timer/a9gtimer*
398 F: hw/timer/arm_*
399 F: include/hw/arm/arm.h
400 F: include/hw/intc/arm*
401 F: include/hw/misc/a9scu.h
402 F: include/hw/misc/arm11scu.h
403 F: include/hw/timer/a9gtimer.h
404 F: include/hw/timer/arm_mptimer.h
405
406 Exynos
407 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
408 L: qemu-arm@nongnu.org
409 S: Maintained
410 F: hw/*/exynos*
411 F: include/hw/arm/exynos4210.h
412
413 Calxeda Highbank
414 M: Rob Herring <robh@kernel.org>
415 L: qemu-arm@nongnu.org
416 S: Maintained
417 F: hw/arm/highbank.c
418 F: hw/net/xgmac.c
419
420 Canon DIGIC
421 M: Antony Pavlov <antonynpavlov@gmail.com>
422 L: qemu-arm@nongnu.org
423 S: Maintained
424 F: include/hw/arm/digic.h
425 F: hw/*/digic*
426
427 Gumstix
428 L: qemu-devel@nongnu.org
429 L: qemu-arm@nongnu.org
430 S: Orphan
431 F: hw/arm/gumstix.c
432
433 i.MX31
434 M: Peter Chubb <peter.chubb@nicta.com.au>
435 L: qemu-arm@nongnu.org
436 S: Odd fixes
437 F: hw/*/imx*
438 F: include/hw/*/imx*
439 F: hw/arm/kzm.c
440 F: include/hw/arm/fsl-imx31.h
441
442 Integrator CP
443 M: Peter Maydell <peter.maydell@linaro.org>
444 L: qemu-arm@nongnu.org
445 S: Maintained
446 F: hw/arm/integratorcp.c
447 F: hw/misc/arm_integrator_debug.c
448
449 Musicpal
450 M: Jan Kiszka <jan.kiszka@web.de>
451 L: qemu-arm@nongnu.org
452 S: Maintained
453 F: hw/arm/musicpal.c
454
455 nSeries
456 M: Andrzej Zaborowski <balrogg@gmail.com>
457 L: qemu-arm@nongnu.org
458 S: Maintained
459 F: hw/arm/nseries.c
460
461 Palm
462 M: Andrzej Zaborowski <balrogg@gmail.com>
463 L: qemu-arm@nongnu.org
464 S: Maintained
465 F: hw/arm/palm.c
466
467 Real View
468 M: Peter Maydell <peter.maydell@linaro.org>
469 L: qemu-arm@nongnu.org
470 S: Maintained
471 F: hw/arm/realview*
472 F: hw/cpu/realview_mpcore.c
473 F: hw/intc/realview_gic.c
474 F: include/hw/intc/realview_gic.h
475
476 PXA2XX
477 M: Andrzej Zaborowski <balrogg@gmail.com>
478 L: qemu-arm@nongnu.org
479 S: Maintained
480 F: hw/arm/mainstone.c
481 F: hw/arm/spitz.c
482 F: hw/arm/tosa.c
483 F: hw/arm/z2.c
484 F: hw/*/pxa2xx*
485 F: hw/misc/mst_fpga.c
486 F: include/hw/arm/pxa.h
487
488 Stellaris
489 M: Peter Maydell <peter.maydell@linaro.org>
490 L: qemu-arm@nongnu.org
491 S: Maintained
492 F: hw/*/stellaris*
493
494 Versatile PB
495 M: Peter Maydell <peter.maydell@linaro.org>
496 L: qemu-arm@nongnu.org
497 S: Maintained
498 F: hw/*/versatile*
499
500 Xilinx Zynq
501 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
502 M: Alistair Francis <alistair.francis@xilinx.com>
503 L: qemu-arm@nongnu.org
504 S: Maintained
505 F: hw/*/xilinx_*
506 F: hw/*/cadence_*
507 F: hw/misc/zynq*
508 F: include/hw/misc/zynq*
509 X: hw/ssi/xilinx_*
510
511 Xilinx ZynqMP
512 M: Alistair Francis <alistair.francis@xilinx.com>
513 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
514 L: qemu-arm@nongnu.org
515 S: Maintained
516 F: hw/*/xlnx*.c
517 F: include/hw/*/xlnx*.h
518
519 ARM ACPI Subsystem
520 M: Shannon Zhao <zhaoshenglong@huawei.com>
521 M: Shannon Zhao <shannon.zhao@linaro.org>
522 L: qemu-arm@nongnu.org
523 S: Maintained
524 F: hw/arm/virt-acpi-build.c
525
526 STM32F205
527 M: Alistair Francis <alistair@alistair23.me>
528 S: Maintained
529 F: hw/arm/stm32f205_soc.c
530 F: hw/misc/stm32f2xx_syscfg.c
531 F: hw/char/stm32f2xx_usart.c
532 F: hw/timer/stm32f2xx_timer.c
533 F: hw/adc/*
534 F: hw/ssi/stm32f2xx_spi.c
535
536 Netduino 2
537 M: Alistair Francis <alistair@alistair23.me>
538 S: Maintained
539 F: hw/arm/netduino2.c
540
541 CRIS Machines
542 -------------
543 Axis Dev88
544 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
545 S: Maintained
546 F: hw/cris/axis_dev88.c
547 F: hw/*/etraxfs_*.c
548
549 LM32 Machines
550 -------------
551 EVR32 and uclinux BSP
552 M: Michael Walle <michael@walle.cc>
553 S: Maintained
554 F: hw/lm32/lm32_boards.c
555
556 milkymist
557 M: Michael Walle <michael@walle.cc>
558 S: Maintained
559 F: hw/lm32/milkymist.c
560
561 M68K Machines
562 -------------
563 an5206
564 S: Orphan
565 F: hw/m68k/an5206.c
566 F: hw/m68k/mcf5206.c
567
568 dummy_m68k
569 S: Orphan
570 F: hw/m68k/dummy_m68k.c
571
572 mcf5208
573 S: Orphan
574 F: hw/m68k/mcf5208.c
575 F: hw/m68k/mcf_intc.c
576 F: hw/char/mcf_uart.c
577 F: hw/net/mcf_fec.c
578
579 MicroBlaze Machines
580 -------------------
581 petalogix_s3adsp1800
582 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
583 S: Maintained
584 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
585
586 petalogix_ml605
587 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
588 S: Maintained
589 F: hw/microblaze/petalogix_ml605_mmu.c
590
591 MIPS Machines
592 -------------
593 Jazz
594 M: Hervé Poussineau <hpoussin@reactos.org>
595 S: Maintained
596 F: hw/mips/mips_jazz.c
597
598 Malta
599 M: Aurelien Jarno <aurelien@aurel32.net>
600 S: Maintained
601 F: hw/mips/mips_malta.c
602
603 Mipssim
604 L: qemu-devel@nongnu.org
605 S: Orphan
606 F: hw/mips/mips_mipssim.c
607
608 R4000
609 M: Aurelien Jarno <aurelien@aurel32.net>
610 S: Maintained
611 F: hw/mips/mips_r4k.c
612
613 OpenRISC Machines
614 -----------------
615 or1k-sim
616 M: Jia Liu <proljc@gmail.com>
617 S: Maintained
618 F: hw/openrisc/openrisc_sim.c
619
620 PowerPC Machines
621 ----------------
622 405
623 M: Alexander Graf <agraf@suse.de>
624 L: qemu-ppc@nongnu.org
625 S: Odd Fixes
626 F: hw/ppc/ppc405_boards.c
627
628 Bamboo
629 M: Alexander Graf <agraf@suse.de>
630 L: qemu-ppc@nongnu.org
631 S: Odd Fixes
632 F: hw/ppc/ppc440_bamboo.c
633
634 e500
635 M: Alexander Graf <agraf@suse.de>
636 M: Scott Wood <scottwood@freescale.com>
637 L: qemu-ppc@nongnu.org
638 S: Supported
639 F: hw/ppc/e500.[hc]
640 F: hw/ppc/e500plat.c
641 F: include/hw/ppc/ppc_e500.h
642 F: include/hw/pci-host/ppce500.h
643 F: pc-bios/u-boot.e500
644
645 mpc8544ds
646 M: Alexander Graf <agraf@suse.de>
647 M: Scott Wood <scottwood@freescale.com>
648 L: qemu-ppc@nongnu.org
649 S: Supported
650 F: hw/ppc/mpc8544ds.c
651 F: hw/ppc/mpc8544_guts.c
652
653 New World
654 M: Alexander Graf <agraf@suse.de>
655 L: qemu-ppc@nongnu.org
656 S: Maintained
657 F: hw/ppc/mac_newworld.c
658 F: hw/pci-host/uninorth.c
659 F: hw/pci-bridge/dec.[hc]
660 F: hw/misc/macio/
661 F: include/hw/ppc/mac_dbdma.h
662 F: hw/nvram/mac_nvram.c
663
664 Old World
665 M: Alexander Graf <agraf@suse.de>
666 L: qemu-ppc@nongnu.org
667 S: Maintained
668 F: hw/ppc/mac_oldworld.c
669 F: hw/pci-host/grackle.c
670 F: hw/misc/macio/
671 F: hw/intc/heathrow_pic.c
672
673 PReP
674 M: Hervé Poussineau <hpoussin@reactos.org>
675 L: qemu-devel@nongnu.org
676 L: qemu-ppc@nongnu.org
677 S: Maintained
678 F: hw/ppc/prep.c
679 F: hw/ppc/prep_systemio.c
680 F: hw/ppc/rs6000_mc.c
681 F: hw/pci-host/prep.[hc]
682 F: hw/isa/pc87312.[hc]
683 F: pc-bios/ppc_rom.bin
684
685 sPAPR
686 M: David Gibson <david@gibson.dropbear.id.au>
687 M: Alexander Graf <agraf@suse.de>
688 L: qemu-ppc@nongnu.org
689 S: Supported
690 F: hw/*/spapr*
691 F: include/hw/*/spapr*
692 F: hw/*/xics*
693 F: include/hw/*/xics*
694 F: pc-bios/spapr-rtas/*
695 F: pc-bios/spapr-rtas.bin
696 F: pc-bios/slof.bin
697 F: pc-bios/skiboot.lid
698 F: docs/specs/ppc-spapr-hcalls.txt
699 F: docs/specs/ppc-spapr-hotplug.txt
700 F: tests/spapr*
701 F: tests/libqos/*spapr*
702 F: tests/rtas*
703 F: tests/libqos/rtas*
704
705 virtex_ml507
706 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
707 L: qemu-ppc@nongnu.org
708 S: Odd Fixes
709 F: hw/ppc/virtex_ml507.c
710
711 SH4 Machines
712 ------------
713 R2D
714 M: Magnus Damm <magnus.damm@gmail.com>
715 S: Maintained
716 F: hw/sh4/r2d.c
717 F: hw/intc/sh_intc.c
718 F: hw/timer/sh_timer.c
719
720 Shix
721 M: Magnus Damm <magnus.damm@gmail.com>
722 S: Odd Fixes
723 F: hw/sh4/shix.c
724
725 SPARC Machines
726 --------------
727 Sun4m
728 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
729 S: Maintained
730 F: hw/sparc/sun4m.c
731 F: hw/dma/sparc32_dma.c
732 F: hw/dma/sun4m_iommu.c
733 F: hw/misc/eccmemctl.c
734 F: hw/misc/slavio_misc.c
735 F: include/hw/sparc/sparc32_dma.h
736 F: include/hw/sparc/sun4m.h
737 F: pc-bios/openbios-sparc32
738
739 Sun4u
740 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
741 S: Maintained
742 F: hw/sparc64/sun4u.c
743 F: pc-bios/openbios-sparc64
744
745 Sun4v
746 M: Artyom Tarasenko <atar4qemu@gmail.com>
747 S: Maintained
748 F: hw/sparc64/sun4v.c
749 F: hw/timer/sun4v-rtc.c
750 F: include/hw/timer/sun4v-rtc.h
751
752 Leon3
753 M: Fabien Chouteau <chouteau@adacore.com>
754 S: Maintained
755 F: hw/sparc/leon3.c
756 F: hw/*/grlib*
757 F: include/hw/sparc/grlib.h
758
759 S390 Machines
760 -------------
761 S390 Virtio-ccw
762 M: Cornelia Huck <cornelia.huck@de.ibm.com>
763 M: Christian Borntraeger <borntraeger@de.ibm.com>
764 M: Alexander Graf <agraf@suse.de>
765 S: Supported
766 F: hw/char/sclp*.[hc]
767 F: hw/s390x/
768 F: include/hw/s390x/
769 F: pc-bios/s390-ccw/
770 F: hw/watchdog/wdt_diag288.c
771 F: include/hw/watchdog/wdt_diag288.h
772 F: pc-bios/s390-ccw.img
773 F: default-configs/s390x-softmmu.mak
774 T: git git://github.com/cohuck/qemu.git s390-next
775 T: git git://github.com/borntraeger/qemu.git s390-next
776
777 UniCore32 Machines
778 -------------
779 PKUnity-3 SoC initramfs-with-busybox
780 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
781 S: Maintained
782 F: hw/*/puv3*
783 F: hw/unicore32/
784
785 X86 Machines
786 ------------
787 PC
788 M: Michael S. Tsirkin <mst@redhat.com>
789 S: Supported
790 F: include/hw/i386/
791 F: hw/i386/
792 F: hw/pci-host/piix.c
793 F: hw/pci-host/q35.c
794 F: hw/pci-host/pam.c
795 F: include/hw/pci-host/q35.h
796 F: include/hw/pci-host/pam.h
797 F: hw/isa/piix4.c
798 F: hw/isa/lpc_ich9.c
799 F: hw/i2c/smbus_ich9.c
800 F: hw/acpi/piix4.c
801 F: hw/acpi/ich9.c
802 F: include/hw/acpi/ich9.h
803 F: include/hw/acpi/piix4.h
804 F: hw/misc/sga.c
805
806 PC Chipset
807 M: Michael S. Tsirkin <mst@redhat.com>
808 M: Paolo Bonzini <pbonzini@redhat.com>
809 S: Support
810 F: hw/char/debugcon.c
811 F: hw/char/parallel.c
812 F: hw/char/serial*
813 F: hw/dma/i8257*
814 F: hw/i2c/pm_smbus.c
815 F: hw/intc/apic*
816 F: hw/intc/ioapic*
817 F: hw/intc/i8259*
818 F: hw/misc/debugexit.c
819 F: hw/misc/pc-testdev.c
820 F: hw/timer/hpet*
821 F: hw/timer/i8254*
822 F: hw/timer/mc146818rtc*
823 F: include/hw/i2c/pm_smbus.h
824 F: include/hw/timer/hpet.h
825 F: include/hw/timer/i8254*
826 F: include/hw/timer/mc146818rtc*
827
828 Machine core
829 M: Eduardo Habkost <ehabkost@redhat.com>
830 M: Marcel Apfelbaum <marcel@redhat.com>
831 S: Supported
832 F: hw/core/machine.c
833 F: hw/core/null-machine.c
834 F: include/hw/boards.h
835
836 Xtensa Machines
837 ---------------
838 sim
839 M: Max Filippov <jcmvbkbc@gmail.com>
840 S: Maintained
841 F: hw/xtensa/sim.c
842
843 XTFPGA (LX60, LX200, ML605, KC705)
844 M: Max Filippov <jcmvbkbc@gmail.com>
845 S: Maintained
846 F: hw/xtensa/xtfpga.c
847 F: hw/net/opencores_eth.c
848
849 Devices
850 -------
851 EDU
852 M: Jiri Slaby <jslaby@suse.cz>
853 S: Maintained
854 F: hw/misc/edu.c
855
856 IDE
857 M: John Snow <jsnow@redhat.com>
858 L: qemu-block@nongnu.org
859 S: Supported
860 F: include/hw/ide.h
861 F: include/hw/ide/
862 F: hw/ide/
863 F: hw/block/block.c
864 F: hw/block/cdrom.c
865 F: hw/block/hd-geometry.c
866 F: tests/ide-test.c
867 F: tests/ahci-test.c
868 F: tests/libqos/ahci*
869 T: git git://github.com/jnsnow/qemu.git ide
870
871 Floppy
872 M: John Snow <jsnow@redhat.com>
873 L: qemu-block@nongnu.org
874 S: Supported
875 F: hw/block/fdc.c
876 F: include/hw/block/fdc.h
877 F: tests/fdc-test.c
878 T: git git://github.com/jnsnow/qemu.git ide
879
880 OMAP
881 M: Peter Maydell <peter.maydell@linaro.org>
882 S: Maintained
883 F: hw/*/omap*
884 F: include/hw/arm/omap.h
885
886 IPack
887 M: Alberto Garcia <berto@igalia.com>
888 S: Odd Fixes
889 F: hw/char/ipoctal232.c
890 F: hw/ipack/
891
892 PCI
893 M: Michael S. Tsirkin <mst@redhat.com>
894 M: Marcel Apfelbaum <marcel@redhat.com>
895 S: Supported
896 F: include/hw/pci/*
897 F: hw/misc/pci-testdev.c
898 F: hw/pci/*
899 F: hw/pci-bridge/*
900
901 ACPI/SMBIOS
902 M: Michael S. Tsirkin <mst@redhat.com>
903 M: Igor Mammedov <imammedo@redhat.com>
904 S: Supported
905 F: include/hw/acpi/*
906 F: include/hw/smbios/*
907 F: hw/mem/*
908 F: hw/acpi/*
909 F: hw/smbios/*
910 F: hw/i386/acpi-build.[hc]
911 F: hw/arm/virt-acpi-build.c
912
913 ppc4xx
914 M: Alexander Graf <agraf@suse.de>
915 L: qemu-ppc@nongnu.org
916 S: Odd Fixes
917 F: hw/ppc/ppc4*.c
918 F: include/hw/ppc/ppc4xx.h
919
920 ppce500
921 M: Alexander Graf <agraf@suse.de>
922 M: Scott Wood <scottwood@freescale.com>
923 L: qemu-ppc@nongnu.org
924 S: Supported
925 F: hw/ppc/e500*
926 F: hw/pci-host/ppce500.c
927 F: hw/net/fsl_etsec/
928
929 Character devices
930 M: Paolo Bonzini <pbonzini@redhat.com>
931 S: Odd Fixes
932 F: hw/char/
933
934 Network devices
935 M: Jason Wang <jasowang@redhat.com>
936 S: Odd Fixes
937 F: hw/net/
938 F: tests/virtio-net-test.c
939 T: git git://github.com/jasowang/qemu.git net
940
941 SCSI
942 M: Paolo Bonzini <pbonzini@redhat.com>
943 S: Supported
944 F: include/hw/scsi/*
945 F: hw/scsi/*
946 F: tests/virtio-scsi-test.c
947 T: git git://github.com/bonzini/qemu.git scsi-next
948
949 LSI53C895A
950 S: Orphan
951 F: hw/scsi/lsi53c895a.c
952
953 SSI
954 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
955 S: Maintained
956 F: hw/ssi/*
957 F: hw/block/m25p80.c
958 X: hw/ssi/xilinx_*
959
960 Xilinx SPI
961 M: Alistair Francis <alistair.francis@xilinx.com>
962 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
963 S: Maintained
964 F: hw/ssi/xilinx_*
965
966 USB
967 M: Gerd Hoffmann <kraxel@redhat.com>
968 S: Maintained
969 F: hw/usb/*
970 F: tests/usb-*-test.c
971 F: docs/usb2.txt
972 F: docs/usb-storage.txt
973 F: include/hw/usb.h
974 F: include/hw/usb/
975
976 USB (serial adapter)
977 M: Gerd Hoffmann <kraxel@redhat.com>
978 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
979 S: Maintained
980 F: hw/usb/dev-serial.c
981
982 VFIO
983 M: Alex Williamson <alex.williamson@redhat.com>
984 S: Supported
985 F: hw/vfio/*
986 F: include/hw/vfio/
987
988 vhost
989 M: Michael S. Tsirkin <mst@redhat.com>
990 S: Supported
991 F: hw/*/*vhost*
992
993 virtio
994 M: Michael S. Tsirkin <mst@redhat.com>
995 S: Supported
996 F: hw/*/virtio*
997 F: hw/virtio/Makefile.objs
998 F: hw/virtio/trace-events
999 F: net/vhost-user.c
1000 F: include/hw/virtio/
1001 F: tests/virtio-balloon-test.c
1002
1003 virtio-9p
1004 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1005 M: Greg Kurz <groug@kaod.org>
1006 S: Supported
1007 F: hw/9pfs/
1008 F: fsdev/
1009 F: tests/virtio-9p-test.c
1010 T: git git://github.com/kvaneesh/QEMU.git
1011 T: git git://github.com/gkurz/qemu.git 9p-next
1012
1013 virtio-blk
1014 M: Stefan Hajnoczi <stefanha@redhat.com>
1015 L: qemu-block@nongnu.org
1016 S: Supported
1017 F: hw/block/virtio-blk.c
1018 F: hw/block/dataplane/*
1019 F: tests/virtio-blk-test.c
1020 T: git git://github.com/stefanha/qemu.git block
1021
1022 virtio-ccw
1023 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1024 M: Christian Borntraeger <borntraeger@de.ibm.com>
1025 S: Supported
1026 F: hw/s390x/virtio-ccw.[hc]
1027 T: git git://github.com/cohuck/qemu.git s390-next
1028 T: git git://github.com/borntraeger/qemu.git s390-next
1029
1030 virtio-input
1031 M: Gerd Hoffmann <kraxel@redhat.com>
1032 S: Maintained
1033 F: hw/input/virtio-input*.c
1034 F: include/hw/virtio/virtio-input.h
1035
1036 virtio-serial
1037 M: Amit Shah <amit.shah@redhat.com>
1038 S: Supported
1039 F: hw/char/virtio-serial-bus.c
1040 F: hw/char/virtio-console.c
1041 F: include/hw/virtio/virtio-serial.h
1042 F: tests/virtio-console-test.c
1043 F: tests/virtio-serial-test.c
1044
1045 virtio-rng
1046 M: Amit Shah <amit.shah@redhat.com>
1047 S: Supported
1048 F: hw/virtio/virtio-rng.c
1049 F: include/hw/virtio/virtio-rng.h
1050 F: include/sysemu/rng*.h
1051 F: backends/rng*.c
1052 F: tests/virtio-rng-test.c
1053
1054 virtio-crypto
1055 M: Gonglei <arei.gonglei@huawei.com>
1056 S: Supported
1057 F: hw/virtio/virtio-crypto.c
1058 F: hw/virtio/virtio-crypto-pci.c
1059 F: include/hw/virtio/virtio-crypto.h
1060
1061 nvme
1062 M: Keith Busch <keith.busch@intel.com>
1063 L: qemu-block@nongnu.org
1064 S: Supported
1065 F: hw/block/nvme*
1066 F: tests/nvme-test.c
1067
1068 megasas
1069 M: Hannes Reinecke <hare@suse.de>
1070 L: qemu-block@nongnu.org
1071 S: Supported
1072 F: hw/scsi/megasas.c
1073 F: hw/scsi/mfi.h
1074
1075 Network packet abstractions
1076 M: Dmitry Fleytman <dmitry@daynix.com>
1077 S: Maintained
1078 F: include/net/eth.h
1079 F: net/eth.c
1080 F: hw/net/net_rx_pkt*
1081 F: hw/net/net_tx_pkt*
1082
1083 Vmware
1084 M: Dmitry Fleytman <dmitry@daynix.com>
1085 S: Maintained
1086 F: hw/net/vmxnet*
1087 F: hw/scsi/vmw_pvscsi*
1088
1089 Rocker
1090 M: Jiri Pirko <jiri@resnulli.us>
1091 S: Maintained
1092 F: hw/net/rocker/
1093 F: tests/rocker/
1094 F: docs/specs/rocker.txt
1095
1096 NVDIMM
1097 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1098 S: Maintained
1099 F: hw/acpi/nvdimm.c
1100 F: hw/mem/nvdimm.c
1101 F: include/hw/mem/nvdimm.h
1102
1103 e1000x
1104 M: Dmitry Fleytman <dmitry@daynix.com>
1105 S: Maintained
1106 F: hw/net/e1000x*
1107
1108 e1000e
1109 M: Dmitry Fleytman <dmitry@daynix.com>
1110 S: Maintained
1111 F: hw/net/e1000e*
1112
1113 Generic Loader
1114 M: Alistair Francis <alistair.francis@xilinx.com>
1115 S: Maintained
1116 F: hw/core/generic-loader.c
1117 F: include/hw/core/generic-loader.h
1118
1119 CHRP NVRAM
1120 M: Thomas Huth <thuth@redhat.com>
1121 S: Maintained
1122 F: hw/nvram/chrp_nvram.c
1123 F: include/hw/nvram/chrp_nvram.h
1124 F: tests/prom-env-test.c
1125
1126 Subsystems
1127 ----------
1128 Audio
1129 M: Gerd Hoffmann <kraxel@redhat.com>
1130 S: Maintained
1131 F: audio/
1132 F: hw/audio/
1133 F: include/hw/audio/
1134 F: tests/ac97-test.c
1135 F: tests/es1370-test.c
1136 F: tests/intel-hda-test.c
1137
1138 Block layer core
1139 M: Kevin Wolf <kwolf@redhat.com>
1140 M: Max Reitz <mreitz@redhat.com>
1141 L: qemu-block@nongnu.org
1142 S: Supported
1143 F: block*
1144 F: block/
1145 F: hw/block/
1146 F: include/block/
1147 F: qemu-img*
1148 F: qemu-io*
1149 F: tests/qemu-iotests/
1150 T: git git://repo.or.cz/qemu/kevin.git block
1151
1152 Block I/O path
1153 M: Stefan Hajnoczi <stefanha@redhat.com>
1154 M: Fam Zheng <famz@redhat.com>
1155 L: qemu-block@nongnu.org
1156 S: Supported
1157 F: async.c
1158 F: aio-*.c
1159 F: block/io.c
1160 F: migration/block*
1161 F: include/block/aio.h
1162 T: git git://github.com/stefanha/qemu.git block
1163
1164 Block Jobs
1165 M: Jeff Cody <jcody@redhat.com>
1166 L: qemu-block@nongnu.org
1167 S: Supported
1168 F: blockjob.c
1169 F: include/block/blockjob.h
1170 F: block/backup.c
1171 F: block/commit.c
1172 F: block/stream.c
1173 F: block/mirror.c
1174 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1175
1176 Block QAPI, monitor, command line
1177 M: Markus Armbruster <armbru@redhat.com>
1178 S: Supported
1179 F: blockdev.c
1180 F: block/qapi.c
1181 F: qapi/block*.json
1182 T: git git://repo.or.cz/qemu/armbru.git block-next
1183
1184 Dirty Bitmaps
1185 M: Fam Zheng <famz@redhat.com>
1186 M: John Snow <jsnow@redhat.com>
1187 L: qemu-block@nongnu.org
1188 S: Supported
1189 F: util/hbitmap.c
1190 F: block/dirty-bitmap.c
1191 F: include/qemu/hbitmap.h
1192 F: include/block/dirty-bitmap.h
1193 F: tests/test-hbitmap.c
1194 F: docs/bitmaps.md
1195 T: git git://github.com/famz/qemu.git bitmaps
1196 T: git git://github.com/jnsnow/qemu.git bitmaps
1197
1198 Character device backends
1199 M: Paolo Bonzini <pbonzini@redhat.com>
1200 S: Maintained
1201 F: qemu-char.c
1202 F: backends/msmouse.c
1203 F: backends/testdev.c
1204
1205 Character Devices (Braille)
1206 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1207 S: Maintained
1208 F: backends/baum.c
1209
1210 Coverity model
1211 M: Markus Armbruster <armbru@redhat.com>
1212 S: Supported
1213 F: scripts/coverity-model.c
1214
1215 CPU
1216 L: qemu-devel@nongnu.org
1217 S: Supported
1218 F: qom/cpu.c
1219 F: include/qom/cpu.h
1220
1221 Device Tree
1222 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1223 M: Alexander Graf <agraf@suse.de>
1224 S: Maintained
1225 F: device_tree.c
1226 F: include/sysemu/device_tree.h
1227
1228 Error reporting
1229 M: Markus Armbruster <armbru@redhat.com>
1230 S: Supported
1231 F: include/qapi/error.h
1232 F: include/qemu/error-report.h
1233 F: util/error.c
1234 F: util/qemu-error.c
1235
1236 GDB stub
1237 L: qemu-devel@nongnu.org
1238 S: Odd Fixes
1239 F: gdbstub*
1240 F: gdb-xml/
1241
1242 Memory API
1243 M: Paolo Bonzini <pbonzini@redhat.com>
1244 S: Supported
1245 F: include/exec/ioport.h
1246 F: ioport.c
1247 F: include/exec/memory.h
1248 F: include/exec/ram_addr.h
1249 F: memory.c
1250 F: include/exec/memory-internal.h
1251 F: exec.c
1252
1253 SPICE
1254 M: Gerd Hoffmann <kraxel@redhat.com>
1255 S: Supported
1256 F: include/ui/qemu-spice.h
1257 F: include/ui/spice-display.h
1258 F: ui/spice-*.c
1259 F: audio/spiceaudio.c
1260 F: hw/display/qxl*
1261
1262 Graphics
1263 M: Gerd Hoffmann <kraxel@redhat.com>
1264 S: Odd Fixes
1265 F: ui/
1266 F: include/ui/
1267
1268 Cocoa graphics
1269 M: Peter Maydell <peter.maydell@linaro.org>
1270 S: Odd Fixes
1271 F: ui/cocoa.m
1272
1273 Main loop
1274 M: Paolo Bonzini <pbonzini@redhat.com>
1275 S: Maintained
1276 F: cpus.c
1277 F: main-loop.c
1278 F: qemu-timer.c
1279 F: vl.c
1280
1281 Human Monitor (HMP)
1282 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1283 S: Maintained
1284 F: monitor.c
1285 F: hmp.[ch]
1286 F: hmp-commands*.hx
1287 F: include/monitor/hmp-target.h
1288
1289 Network device backends
1290 M: Jason Wang <jasowang@redhat.com>
1291 S: Maintained
1292 F: net/
1293 F: include/net/
1294 T: git git://github.com/jasowang/qemu.git net
1295
1296 Netmap network backend
1297 M: Luigi Rizzo <rizzo@iet.unipi.it>
1298 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1299 M: Vincenzo Maffione <v.maffione@gmail.com>
1300 W: http://info.iet.unipi.it/~luigi/netmap/
1301 S: Maintained
1302 F: net/netmap.c
1303
1304 Network Block Device (NBD)
1305 M: Paolo Bonzini <pbonzini@redhat.com>
1306 S: Odd Fixes
1307 F: block/nbd*
1308 F: nbd/
1309 F: include/block/nbd*
1310 F: qemu-nbd.c
1311 T: git git://github.com/bonzini/qemu.git nbd-next
1312
1313 NUMA
1314 M: Eduardo Habkost <ehabkost@redhat.com>
1315 S: Maintained
1316 F: numa.c
1317 F: include/sysemu/numa.h
1318 T: git git://github.com/ehabkost/qemu.git numa
1319
1320 Host Memory Backends
1321 M: Eduardo Habkost <ehabkost@redhat.com>
1322 M: Igor Mammedov <imammedo@redhat.com>
1323 S: Maintained
1324 F: backends/hostmem*.c
1325 F: include/sysemu/hostmem.h
1326
1327 Cryptodev Backends
1328 M: Gonglei <arei.gonglei@huawei.com>
1329 S: Maintained
1330 F: include/sysemu/cryptodev*.h
1331 F: backends/cryptodev*.c
1332
1333 QAPI
1334 M: Markus Armbruster <armbru@redhat.com>
1335 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1336 S: Supported
1337 F: qapi/
1338 X: qapi/*.json
1339 F: include/qapi/
1340 X: include/qapi/qmp/
1341 F: include/qapi/qmp/dispatch.h
1342 F: tests/qapi-schema/
1343 F: tests/test-*-visitor.c
1344 F: tests/test-qmp-*.c
1345 F: scripts/qapi*
1346 F: docs/qapi*
1347 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1348
1349 QAPI Schema
1350 M: Eric Blake <eblake@redhat.com>
1351 M: Markus Armbruster <armbru@redhat.com>
1352 S: Supported
1353 F: qapi-schema.json
1354 F: qapi/*.json
1355 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1356
1357 QObject
1358 M: Markus Armbruster <armbru@redhat.com>
1359 S: Supported
1360 F: qobject/
1361 F: include/qapi/qmp/
1362 X: include/qapi/qmp/dispatch.h
1363 F: tests/check-qdict.c
1364 F: tests/check-qfloat.c
1365 F: tests/check-qint.c
1366 F: tests/check-qjson.c
1367 F: tests/check-qlist.c
1368 F: tests/check-qstring.c
1369 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1370
1371 QEMU Guest Agent
1372 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1373 S: Maintained
1374 F: qga/
1375 T: git git://github.com/mdroth/qemu.git qga
1376
1377 QOM
1378 M: Andreas Färber <afaerber@suse.de>
1379 S: Supported
1380 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1381 F: include/qom/
1382 X: include/qom/cpu.h
1383 F: qom/
1384 X: qom/cpu.c
1385 F: tests/check-qom-interface.c
1386 F: tests/check-qom-proplist.c
1387 F: tests/qom-test.c
1388
1389 QMP
1390 M: Markus Armbruster <armbru@redhat.com>
1391 S: Supported
1392 F: qmp.c
1393 F: monitor.c
1394 F: docs/*qmp-*
1395 F: scripts/qmp/
1396 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1397
1398 Register API
1399 M: Alistair Francis <alistair.francis@xilinx.com>
1400 S: Maintained
1401 F: hw/core/register.c
1402 F: include/hw/register.h
1403
1404 SLIRP
1405 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1406 M: Jan Kiszka <jan.kiszka@siemens.com>
1407 S: Maintained
1408 F: slirp/
1409 F: net/slirp.c
1410 F: include/net/slirp.h
1411 T: git git://git.kiszka.org/qemu.git queues/slirp
1412
1413 Stubs
1414 M: Paolo Bonzini <pbonzini@redhat.com>
1415 S: Maintained
1416 F: stubs/
1417
1418 Tracing
1419 M: Stefan Hajnoczi <stefanha@redhat.com>
1420 S: Maintained
1421 F: trace/
1422 F: scripts/tracetool.py
1423 F: scripts/tracetool/
1424 F: docs/tracing.txt
1425 T: git git://github.com/stefanha/qemu.git tracing
1426
1427 Checkpatch
1428 S: Odd Fixes
1429 F: scripts/checkpatch.pl
1430
1431 Migration
1432 M: Juan Quintela <quintela@redhat.com>
1433 M: Amit Shah <amit.shah@redhat.com>
1434 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1435 S: Maintained
1436 F: include/migration/
1437 F: migration/
1438 F: scripts/vmstate-static-checker.py
1439 F: tests/vmstate-static-checker-data/
1440 F: docs/migration.txt
1441
1442 Seccomp
1443 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1444 S: Supported
1445 F: qemu-seccomp.c
1446 F: include/sysemu/seccomp.h
1447
1448 Cryptography
1449 M: Daniel P. Berrange <berrange@redhat.com>
1450 S: Maintained
1451 F: crypto/
1452 F: include/crypto/
1453 F: tests/test-crypto-*
1454
1455 Coroutines
1456 M: Stefan Hajnoczi <stefanha@redhat.com>
1457 M: Kevin Wolf <kwolf@redhat.com>
1458 F: util/*coroutine*
1459 F: include/qemu/coroutine*
1460 F: tests/test-coroutine.c
1461
1462 Buffers
1463 M: Daniel P. Berrange <berrange@redhat.com>
1464 S: Odd fixes
1465 F: util/buffer.c
1466 F: include/qemu/buffer.h
1467
1468 I/O Channels
1469 M: Daniel P. Berrange <berrange@redhat.com>
1470 S: Maintained
1471 F: io/
1472 F: include/io/
1473 F: tests/test-io-*
1474
1475 Sockets
1476 M: Daniel P. Berrange <berrange@redhat.com>
1477 M: Gerd Hoffmann <kraxel@redhat.com>
1478 M: Paolo Bonzini <pbonzini@redhat.com>
1479 S: Maintained
1480 F: include/qemu/sockets.h
1481 F: util/qemu-sockets.c
1482
1483 Throttling infrastructure
1484 M: Alberto Garcia <berto@igalia.com>
1485 S: Supported
1486 F: block/throttle-groups.c
1487 F: include/block/throttle-groups.h
1488 F: include/qemu/throttle.h
1489 F: util/throttle.c
1490 L: qemu-block@nongnu.org
1491
1492 UUID
1493 M: Fam Zheng <famz@redhat.com>
1494 S: Supported
1495 F: util/uuid.c
1496 F: include/qemu/uuid.h
1497 F: tests/test-uuid.c
1498
1499 COLO Framework
1500 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1501 S: Maintained
1502 F: migration/colo*
1503 F: include/migration/colo.h
1504 F: include/migration/failover.h
1505 F: docs/COLO-FT.txt
1506
1507 COLO Proxy
1508 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1509 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1510 S: Supported
1511 F: docs/colo-proxy.txt
1512 F: net/colo*
1513 F: net/filter-rewriter.c
1514 F: net/filter-mirror.c
1515
1516 Usermode Emulation
1517 ------------------
1518 Overall
1519 M: Riku Voipio <riku.voipio@iki.fi>
1520 S: Maintained
1521 F: thunk.c
1522 F: user-exec.c
1523 F: user-exec-stub.c
1524
1525 BSD user
1526 S: Orphan
1527 F: bsd-user/
1528 F: default-configs/*-bsd-user.mak
1529
1530 Linux user
1531 M: Riku Voipio <riku.voipio@iki.fi>
1532 S: Maintained
1533 F: linux-user/
1534 F: default-configs/*-linux-user.mak
1535
1536 Tiny Code Generator (TCG)
1537 -------------------------
1538 Common code
1539 M: Richard Henderson <rth@twiddle.net>
1540 S: Maintained
1541 F: tcg/
1542
1543 AArch64 target
1544 M: Claudio Fontana <claudio.fontana@huawei.com>
1545 M: Claudio Fontana <claudio.fontana@gmail.com>
1546 S: Maintained
1547 L: qemu-arm@nongnu.org
1548 F: tcg/aarch64/
1549 F: disas/arm-a64.cc
1550 F: disas/libvixl/
1551
1552 ARM target
1553 M: Andrzej Zaborowski <balrogg@gmail.com>
1554 S: Maintained
1555 L: qemu-arm@nongnu.org
1556 F: tcg/arm/
1557 F: disas/arm.c
1558
1559 i386 target
1560 L: qemu-devel@nongnu.org
1561 S: Maintained
1562 F: tcg/i386/
1563 F: disas/i386.c
1564
1565 IA64 target
1566 M: Aurelien Jarno <aurelien@aurel32.net>
1567 S: Maintained
1568 F: tcg/ia64/
1569 F: disas/ia64.c
1570
1571 MIPS target
1572 M: Aurelien Jarno <aurelien@aurel32.net>
1573 S: Maintained
1574 F: tcg/mips/
1575 F: disas/mips.c
1576
1577 PPC
1578 M: Richard Henderson <rth@twiddle.net>
1579 S: Odd Fixes
1580 F: tcg/ppc/
1581 F: disas/ppc.c
1582
1583 S390 target
1584 M: Alexander Graf <agraf@suse.de>
1585 M: Richard Henderson <rth@twiddle.net>
1586 S: Maintained
1587 F: tcg/s390/
1588 F: disas/s390.c
1589
1590 SPARC target
1591 S: Odd Fixes
1592 F: tcg/sparc/
1593 F: disas/sparc.c
1594
1595 TCI target
1596 M: Stefan Weil <sw@weilnetz.de>
1597 S: Maintained
1598 F: tcg/tci/
1599 F: tci.c
1600 F: disas/tci.c
1601
1602 Block drivers
1603 -------------
1604 VMDK
1605 M: Fam Zheng <famz@redhat.com>
1606 L: qemu-block@nongnu.org
1607 S: Supported
1608 F: block/vmdk.c
1609
1610 RBD
1611 M: Josh Durgin <jdurgin@redhat.com>
1612 M: Jeff Cody <jcody@redhat.com>
1613 L: qemu-block@nongnu.org
1614 S: Supported
1615 F: block/rbd.c
1616 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1617
1618 Sheepdog
1619 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1620 M: Liu Yuan <namei.unix@gmail.com>
1621 M: Jeff Cody <jcody@redhat.com>
1622 L: qemu-block@nongnu.org
1623 L: sheepdog@lists.wpkg.org
1624 S: Supported
1625 F: block/sheepdog.c
1626 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1627
1628 VHDX
1629 M: Jeff Cody <jcody@redhat.com>
1630 L: qemu-block@nongnu.org
1631 S: Supported
1632 F: block/vhdx*
1633 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1634
1635 VDI
1636 M: Stefan Weil <sw@weilnetz.de>
1637 L: qemu-block@nongnu.org
1638 S: Maintained
1639 F: block/vdi.c
1640
1641 iSCSI
1642 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1643 M: Paolo Bonzini <pbonzini@redhat.com>
1644 M: Peter Lieven <pl@kamp.de>
1645 L: qemu-block@nongnu.org
1646 S: Supported
1647 F: block/iscsi.c
1648 F: block/iscsi-opts.c
1649
1650 NFS
1651 M: Jeff Cody <jcody@redhat.com>
1652 M: Peter Lieven <pl@kamp.de>
1653 L: qemu-block@nongnu.org
1654 S: Maintained
1655 F: block/nfs.c
1656 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1657
1658 SSH
1659 M: Richard W.M. Jones <rjones@redhat.com>
1660 M: Jeff Cody <jcody@redhat.com>
1661 L: qemu-block@nongnu.org
1662 S: Supported
1663 F: block/ssh.c
1664 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1665
1666 ARCHIPELAGO
1667 M: Chrysostomos Nanakos <chris@include.gr>
1668 M: Jeff Cody <jcody@redhat.com>
1669 L: qemu-block@nongnu.org
1670 S: Maintained
1671 F: block/archipelago.c
1672 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1673
1674 CURL
1675 M: Jeff Cody <jcody@redhat.com>
1676 L: qemu-block@nongnu.org
1677 S: Supported
1678 F: block/curl.c
1679 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1680
1681 GLUSTER
1682 M: Jeff Cody <jcody@redhat.com>
1683 L: qemu-block@nongnu.org
1684 S: Supported
1685 F: block/gluster.c
1686 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1687
1688 Null Block Driver
1689 M: Fam Zheng <famz@redhat.com>
1690 L: qemu-block@nongnu.org
1691 S: Supported
1692 F: block/null.c
1693
1694 Bootdevice
1695 M: Gonglei <arei.gonglei@huawei.com>
1696 S: Maintained
1697 F: bootdevice.c
1698
1699 Quorum
1700 M: Alberto Garcia <berto@igalia.com>
1701 S: Supported
1702 F: block/quorum.c
1703 L: qemu-block@nongnu.org
1704
1705 blkverify
1706 M: Stefan Hajnoczi <stefanha@redhat.com>
1707 L: qemu-block@nongnu.org
1708 S: Supported
1709 F: block/blkverify.c
1710
1711 bochs
1712 M: Stefan Hajnoczi <stefanha@redhat.com>
1713 L: qemu-block@nongnu.org
1714 S: Supported
1715 F: block/bochs.c
1716
1717 cloop
1718 M: Stefan Hajnoczi <stefanha@redhat.com>
1719 L: qemu-block@nongnu.org
1720 S: Supported
1721 F: block/cloop.c
1722
1723 dmg
1724 M: Stefan Hajnoczi <stefanha@redhat.com>
1725 L: qemu-block@nongnu.org
1726 S: Supported
1727 F: block/dmg.c
1728
1729 parallels
1730 M: Stefan Hajnoczi <stefanha@redhat.com>
1731 M: Denis V. Lunev <den@openvz.org>
1732 L: qemu-block@nongnu.org
1733 S: Supported
1734 F: block/parallels.c
1735 F: docs/specs/parallels.txt
1736
1737 qed
1738 M: Stefan Hajnoczi <stefanha@redhat.com>
1739 L: qemu-block@nongnu.org
1740 S: Supported
1741 F: block/qed.c
1742
1743 raw
1744 M: Kevin Wolf <kwolf@redhat.com>
1745 L: qemu-block@nongnu.org
1746 S: Supported
1747 F: block/linux-aio.c
1748 F: include/block/raw-aio.h
1749 F: block/raw-format.c
1750 F: block/file-posix.c
1751 F: block/file-win32.c
1752 F: block/win32-aio.c
1753
1754 qcow2
1755 M: Kevin Wolf <kwolf@redhat.com>
1756 M: Max Reitz <mreitz@redhat.com>
1757 L: qemu-block@nongnu.org
1758 S: Supported
1759 F: block/qcow2*
1760
1761 qcow
1762 M: Kevin Wolf <kwolf@redhat.com>
1763 L: qemu-block@nongnu.org
1764 S: Supported
1765 F: block/qcow.c
1766
1767 blkdebug
1768 M: Kevin Wolf <kwolf@redhat.com>
1769 M: Max Reitz <mreitz@redhat.com>
1770 L: qemu-block@nongnu.org
1771 S: Supported
1772 F: block/blkdebug.c
1773
1774 vpc
1775 M: Kevin Wolf <kwolf@redhat.com>
1776 L: qemu-block@nongnu.org
1777 S: Supported
1778 F: block/vpc.c
1779
1780 vvfat
1781 M: Kevin Wolf <kwolf@redhat.com>
1782 L: qemu-block@nongnu.org
1783 S: Supported
1784 F: block/vvfat.c
1785
1786 Image format fuzzer
1787 M: Stefan Hajnoczi <stefanha@redhat.com>
1788 L: qemu-block@nongnu.org
1789 S: Supported
1790 F: tests/image-fuzzer/
1791
1792 Replication
1793 M: Wen Congyang <wency@cn.fujitsu.com>
1794 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1795 S: Supported
1796 F: replication*
1797 F: block/replication.c
1798 F: tests/test-replication.c
1799 F: docs/block-replication.txt
1800
1801 Build and test automation
1802 -------------------------
1803 M: Alex Bennée <alex.bennee@linaro.org>
1804 L: qemu-devel@nongnu.org
1805 S: Supported
1806 F: .travis.yml
1807
1808 Documentation
1809 -------------
1810 Build system architecture
1811 M: Daniel P. Berrange <berrange@redhat.com>
1812 S: Odd Fixes
1813 F: docs/build-system.txt
1814
1815 Docker testing
1816 --------------
1817 Docker based testing framework and cases
1818 M: Fam Zheng <famz@redhat.com>
1819 S: Maintained
1820 F: tests/docker/