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