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