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