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