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