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