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