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