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