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