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