x86: Fix x86_64 'g' packet response to gdb from 32-bit mode.
[qemu/ar7.git] / MAINTAINERS
blob585cd5abd7065cf969b9b459de4433646661f84f
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         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.
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
55 All patches CC here
56 L: qemu-devel@nongnu.org
57 F: *
58 F: */
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
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
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
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/
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
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/
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
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/
147 M68K
148 M: Laurent Vivier <laurent@vivier.eu>
149 S: Maintained
150 F: target/m68k/
151 F: disas/m68k.c
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
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
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
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/
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
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
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/
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
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/
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
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/
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/
257 Guest CPU Cores (KVM):
258 ----------------------
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
269 M: Peter Maydell <peter.maydell@linaro.org>
270 L: qemu-arm@nongnu.org
271 S: Maintained
272 F: target/arm/kvm.c
274 MIPS
275 M: James Hogan <james.hogan@imgtec.com>
276 S: Maintained
277 F: target/mips/kvm.c
280 M: Alexander Graf <agraf@suse.de>
281 S: Maintained
282 F: target/ppc/kvm.c
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
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
306 Guest CPU Cores (Xen):
307 ----------------------
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
326 Hosts:
327 ------
329 LINUX
330 L: qemu-devel@nongnu.org
331 S: Maintained
332 F: linux-*
333 F: linux-headers/
335 POSIX
336 L: qemu-devel@nongnu.org
337 S: Maintained
338 F: *posix*
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
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
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
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
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
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
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*
413 Gumstix
414 L: qemu-devel@nongnu.org
415 L: qemu-arm@nongnu.org
416 S: Orphan
417 F: hw/arm/gumstix.c
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
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
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
441 nSeries
442 M: Andrzej Zaborowski <balrogg@gmail.com>
443 L: qemu-arm@nongnu.org
444 S: Maintained
445 F: hw/arm/nseries.c
447 Palm
448 M: Andrzej Zaborowski <balrogg@gmail.com>
449 L: qemu-arm@nongnu.org
450 S: Maintained
451 F: hw/arm/palm.c
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
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
474 Stellaris
475 M: Peter Maydell <peter.maydell@linaro.org>
476 L: qemu-arm@nongnu.org
477 S: Maintained
478 F: hw/*/stellaris*
480 Versatile PB
481 M: Peter Maydell <peter.maydell@linaro.org>
482 L: qemu-arm@nongnu.org
483 S: Maintained
484 F: hw/*/versatile*
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_*
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
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 F: include/hw/arm/virt-acpi-build.h
513 STM32F205
514 M: Alistair Francis <alistair@alistair23.me>
515 S: Maintained
516 F: hw/arm/stm32f205_soc.c
517 F: hw/misc/stm32f2xx_syscfg.c
518 F: hw/char/stm32f2xx_usart.c
519 F: hw/timer/stm32f2xx_timer.c
520 F: hw/adc/*
521 F: hw/ssi/stm32f2xx_spi.c
523 Netduino 2
524 M: Alistair Francis <alistair@alistair23.me>
525 S: Maintained
526 F: hw/arm/netduino2.c
528 CRIS Machines
529 -------------
530 Axis Dev88
531 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
532 S: Maintained
533 F: hw/cris/axis_dev88.c
534 F: hw/*/etraxfs_*.c
536 LM32 Machines
537 -------------
538 EVR32 and uclinux BSP
539 M: Michael Walle <michael@walle.cc>
540 S: Maintained
541 F: hw/lm32/lm32_boards.c
543 milkymist
544 M: Michael Walle <michael@walle.cc>
545 S: Maintained
546 F: hw/lm32/milkymist.c
548 M68K Machines
549 -------------
550 an5206
551 S: Orphan
552 F: hw/m68k/an5206.c
553 F: hw/m68k/mcf5206.c
555 dummy_m68k
556 S: Orphan
557 F: hw/m68k/dummy_m68k.c
559 mcf5208
560 S: Orphan
561 F: hw/m68k/mcf5208.c
562 F: hw/m68k/mcf_intc.c
563 F: hw/char/mcf_uart.c
564 F: hw/net/mcf_fec.c
566 MicroBlaze Machines
567 -------------------
568 petalogix_s3adsp1800
569 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570 S: Maintained
571 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
573 petalogix_ml605
574 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
575 S: Maintained
576 F: hw/microblaze/petalogix_ml605_mmu.c
578 MIPS Machines
579 -------------
580 Jazz
581 M: HervĂ© Poussineau <hpoussin@reactos.org>
582 S: Maintained
583 F: hw/mips/mips_jazz.c
585 Malta
586 M: Aurelien Jarno <aurelien@aurel32.net>
587 S: Maintained
588 F: hw/mips/mips_malta.c
590 Mipssim
591 L: qemu-devel@nongnu.org
592 S: Orphan
593 F: hw/mips/mips_mipssim.c
595 R4000
596 M: Aurelien Jarno <aurelien@aurel32.net>
597 S: Maintained
598 F: hw/mips/mips_r4k.c
600 OpenRISC Machines
601 -----------------
602 or1k-sim
603 M: Jia Liu <proljc@gmail.com>
604 S: Maintained
605 F: hw/openrisc/openrisc_sim.c
607 PowerPC Machines
608 ----------------
610 M: Alexander Graf <agraf@suse.de>
611 L: qemu-ppc@nongnu.org
612 S: Odd Fixes
613 F: hw/ppc/ppc405_boards.c
615 Bamboo
616 M: Alexander Graf <agraf@suse.de>
617 L: qemu-ppc@nongnu.org
618 S: Odd Fixes
619 F: hw/ppc/ppc440_bamboo.c
621 e500
622 M: Alexander Graf <agraf@suse.de>
623 M: Scott Wood <scottwood@freescale.com>
624 L: qemu-ppc@nongnu.org
625 S: Supported
626 F: hw/ppc/e500.[hc]
627 F: hw/ppc/e500plat.c
628 F: include/hw/ppc/ppc_e500.h
629 F: include/hw/pci-host/ppce500.h
630 F: pc-bios/u-boot.e500
632 mpc8544ds
633 M: Alexander Graf <agraf@suse.de>
634 M: Scott Wood <scottwood@freescale.com>
635 L: qemu-ppc@nongnu.org
636 S: Supported
637 F: hw/ppc/mpc8544ds.c
638 F: hw/ppc/mpc8544_guts.c
640 New World
641 M: Alexander Graf <agraf@suse.de>
642 L: qemu-ppc@nongnu.org
643 S: Maintained
644 F: hw/ppc/mac_newworld.c
645 F: hw/pci-host/uninorth.c
646 F: hw/pci-bridge/dec.[hc]
647 F: hw/misc/macio/
648 F: include/hw/ppc/mac_dbdma.h
649 F: hw/nvram/mac_nvram.c
651 Old World
652 M: Alexander Graf <agraf@suse.de>
653 L: qemu-ppc@nongnu.org
654 S: Maintained
655 F: hw/ppc/mac_oldworld.c
656 F: hw/pci-host/grackle.c
657 F: hw/misc/macio/
658 F: hw/intc/heathrow_pic.c
660 PReP
661 L: qemu-devel@nongnu.org
662 L: qemu-ppc@nongnu.org
663 S: Odd Fixes
664 F: hw/ppc/prep.c
665 F: hw/pci-host/prep.[hc]
666 F: hw/isa/pc87312.[hc]
667 F: pc-bios/ppc_rom.bin
669 sPAPR
670 M: David Gibson <david@gibson.dropbear.id.au>
671 M: Alexander Graf <agraf@suse.de>
672 L: qemu-ppc@nongnu.org
673 S: Supported
674 F: hw/*/spapr*
675 F: include/hw/*/spapr*
676 F: hw/*/xics*
677 F: include/hw/*/xics*
678 F: pc-bios/spapr-rtas/*
679 F: pc-bios/spapr-rtas.bin
680 F: pc-bios/slof.bin
681 F: pc-bios/skiboot.lid
682 F: docs/specs/ppc-spapr-hcalls.txt
683 F: docs/specs/ppc-spapr-hotplug.txt
684 F: tests/spapr*
685 F: tests/libqos/*spapr*
686 F: tests/rtas*
687 F: tests/libqos/rtas*
689 virtex_ml507
690 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
691 L: qemu-ppc@nongnu.org
692 S: Odd Fixes
693 F: hw/ppc/virtex_ml507.c
695 SH4 Machines
696 ------------
698 M: Magnus Damm <magnus.damm@gmail.com>
699 S: Maintained
700 F: hw/sh4/r2d.c
701 F: hw/intc/sh_intc.c
702 F: hw/timer/sh_timer.c
704 Shix
705 M: Magnus Damm <magnus.damm@gmail.com>
706 S: Odd Fixes
707 F: hw/sh4/shix.c
709 SPARC Machines
710 --------------
711 Sun4m
712 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
713 S: Maintained
714 F: hw/sparc/sun4m.c
715 F: hw/dma/sparc32_dma.c
716 F: hw/dma/sun4m_iommu.c
717 F: hw/misc/eccmemctl.c
718 F: hw/misc/slavio_misc.c
719 F: include/hw/sparc/sparc32_dma.h
720 F: include/hw/sparc/sun4m.h
721 F: pc-bios/openbios-sparc32
723 Sun4u
724 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
725 S: Maintained
726 F: hw/sparc64/sun4u.c
727 F: pc-bios/openbios-sparc64
729 Leon3
730 M: Fabien Chouteau <chouteau@adacore.com>
731 S: Maintained
732 F: hw/sparc/leon3.c
733 F: hw/*/grlib*
734 F: include/hw/sparc/grlib.h
736 S390 Machines
737 -------------
738 S390 Virtio-ccw
739 M: Cornelia Huck <cornelia.huck@de.ibm.com>
740 M: Christian Borntraeger <borntraeger@de.ibm.com>
741 M: Alexander Graf <agraf@suse.de>
742 S: Supported
743 F: hw/char/sclp*.[hc]
744 F: hw/s390x/
745 F: include/hw/s390x/
746 F: pc-bios/s390-ccw/
747 F: hw/watchdog/wdt_diag288.c
748 F: include/hw/watchdog/wdt_diag288.h
749 F: pc-bios/s390-ccw.img
750 F: default-configs/s390x-softmmu.mak
751 T: git git://github.com/cohuck/qemu.git s390-next
752 T: git git://github.com/borntraeger/qemu.git s390-next
754 UniCore32 Machines
755 -------------
756 PKUnity-3 SoC initramfs-with-busybox
757 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
758 S: Maintained
759 F: hw/*/puv3*
760 F: hw/unicore32/
762 X86 Machines
763 ------------
765 M: Michael S. Tsirkin <mst@redhat.com>
766 S: Supported
767 F: include/hw/i386/
768 F: hw/i386/
769 F: hw/pci-host/piix.c
770 F: hw/pci-host/q35.c
771 F: hw/pci-host/pam.c
772 F: include/hw/pci-host/q35.h
773 F: include/hw/pci-host/pam.h
774 F: hw/isa/piix4.c
775 F: hw/isa/lpc_ich9.c
776 F: hw/i2c/smbus_ich9.c
777 F: hw/acpi/piix4.c
778 F: hw/acpi/ich9.c
779 F: include/hw/acpi/ich9.h
780 F: include/hw/acpi/piix4.h
781 F: hw/misc/sga.c
783 PC Chipset
784 M: Michael S. Tsirkin <mst@redhat.com>
785 M: Paolo Bonzini <pbonzini@redhat.com>
786 S: Support
787 F: hw/char/debugcon.c
788 F: hw/char/parallel.c
789 F: hw/char/serial*
790 F: hw/dma/i8257*
791 F: hw/i2c/pm_smbus.c
792 F: hw/intc/apic*
793 F: hw/intc/ioapic*
794 F: hw/intc/i8259*
795 F: hw/misc/debugexit.c
796 F: hw/misc/pc-testdev.c
797 F: hw/timer/hpet*
798 F: hw/timer/i8254*
799 F: hw/timer/mc146818rtc*
800 F: include/hw/i2c/pm_smbus.h
801 F: include/hw/timer/hpet.h
802 F: include/hw/timer/i8254*
803 F: include/hw/timer/mc146818rtc*
805 Machine core
806 M: Eduardo Habkost <ehabkost@redhat.com>
807 M: Marcel Apfelbaum <marcel@redhat.com>
808 S: Supported
809 F: hw/core/machine.c
810 F: include/hw/boards.h
812 Xtensa Machines
813 ---------------
815 M: Max Filippov <jcmvbkbc@gmail.com>
816 S: Maintained
817 F: hw/xtensa/sim.c
819 XTFPGA (LX60, LX200, ML605, KC705)
820 M: Max Filippov <jcmvbkbc@gmail.com>
821 S: Maintained
822 F: hw/xtensa/xtfpga.c
823 F: hw/net/opencores_eth.c
825 Devices
826 -------
828 M: Jiri Slaby <jslaby@suse.cz>
829 S: Maintained
830 F: hw/misc/edu.c
833 M: John Snow <jsnow@redhat.com>
834 L: qemu-block@nongnu.org
835 S: Supported
836 F: include/hw/ide.h
837 F: include/hw/ide/
838 F: hw/ide/
839 F: hw/block/block.c
840 F: hw/block/cdrom.c
841 F: hw/block/hd-geometry.c
842 F: tests/ide-test.c
843 F: tests/ahci-test.c
844 F: tests/libqos/ahci*
845 T: git git://github.com/jnsnow/qemu.git ide
847 Floppy
848 M: John Snow <jsnow@redhat.com>
849 L: qemu-block@nongnu.org
850 S: Supported
851 F: hw/block/fdc.c
852 F: include/hw/block/fdc.h
853 F: tests/fdc-test.c
854 T: git git://github.com/jnsnow/qemu.git ide
856 OMAP
857 M: Peter Maydell <peter.maydell@linaro.org>
858 S: Maintained
859 F: hw/*/omap*
860 F: include/hw/arm/omap.h
862 IPack
863 M: Alberto Garcia <berto@igalia.com>
864 S: Odd Fixes
865 F: hw/char/ipoctal232.c
866 F: hw/ipack/
869 M: Michael S. Tsirkin <mst@redhat.com>
870 M: Marcel Apfelbaum <marcel@redhat.com>
871 S: Supported
872 F: include/hw/pci/*
873 F: hw/misc/pci-testdev.c
874 F: hw/pci/*
875 F: hw/pci-bridge/*
877 ACPI/SMBIOS
878 M: Michael S. Tsirkin <mst@redhat.com>
879 M: Igor Mammedov <imammedo@redhat.com>
880 S: Supported
881 F: include/hw/acpi/*
882 F: include/hw/smbios/*
883 F: hw/mem/*
884 F: hw/acpi/*
885 F: hw/smbios/*
886 F: hw/i386/acpi-build.[hc]
887 F: hw/arm/virt-acpi-build.c
888 F: include/hw/arm/virt-acpi-build.h
890 ppc4xx
891 M: Alexander Graf <agraf@suse.de>
892 L: qemu-ppc@nongnu.org
893 S: Odd Fixes
894 F: hw/ppc/ppc4*.c
895 F: include/hw/ppc/ppc4xx.h
897 ppce500
898 M: Alexander Graf <agraf@suse.de>
899 M: Scott Wood <scottwood@freescale.com>
900 L: qemu-ppc@nongnu.org
901 S: Supported
902 F: hw/ppc/e500*
903 F: hw/pci-host/ppce500.c
904 F: hw/net/fsl_etsec/
906 Character devices
907 M: Paolo Bonzini <pbonzini@redhat.com>
908 S: Odd Fixes
909 F: hw/char/
911 Network devices
912 M: Jason Wang <jasowang@redhat.com>
913 S: Odd Fixes
914 F: hw/net/
915 F: tests/virtio-net-test.c
916 T: git git://github.com/jasowang/qemu.git net
918 SCSI
919 M: Paolo Bonzini <pbonzini@redhat.com>
920 S: Supported
921 F: include/hw/scsi/*
922 F: hw/scsi/*
923 F: tests/virtio-scsi-test.c
924 T: git git://github.com/bonzini/qemu.git scsi-next
926 LSI53C895A
927 S: Orphan
928 F: hw/scsi/lsi53c895a.c
931 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
932 S: Maintained
933 F: hw/ssi/*
934 F: hw/block/m25p80.c
935 X: hw/ssi/xilinx_*
937 Xilinx SPI
938 M: Alistair Francis <alistair.francis@xilinx.com>
939 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
940 S: Maintained
941 F: hw/ssi/xilinx_*
944 M: Gerd Hoffmann <kraxel@redhat.com>
945 S: Maintained
946 F: hw/usb/*
947 F: tests/usb-*-test.c
948 F: docs/usb2.txt
949 F: docs/usb-storage.txt
950 F: include/hw/usb.h
951 F: include/hw/usb/
953 USB (serial adapter)
954 M: Gerd Hoffmann <kraxel@redhat.com>
955 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
956 S: Maintained
957 F: hw/usb/dev-serial.c
959 VFIO
960 M: Alex Williamson <alex.williamson@redhat.com>
961 S: Supported
962 F: hw/vfio/*
963 F: include/hw/vfio/
965 vhost
966 M: Michael S. Tsirkin <mst@redhat.com>
967 S: Supported
968 F: hw/*/*vhost*
970 virtio
971 M: Michael S. Tsirkin <mst@redhat.com>
972 S: Supported
973 F: hw/*/virtio*
974 F: hw/virtio/Makefile.objs
975 F: hw/virtio/trace-events
976 F: net/vhost-user.c
977 F: include/hw/virtio/
978 F: tests/virtio-balloon-test.c
980 virtio-9p
981 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
982 M: Greg Kurz <groug@kaod.org>
983 S: Supported
984 F: hw/9pfs/
985 F: fsdev/
986 F: tests/virtio-9p-test.c
987 T: git git://github.com/kvaneesh/QEMU.git
988 T: git git://github.com/gkurz/qemu.git 9p-next
990 virtio-blk
991 M: Stefan Hajnoczi <stefanha@redhat.com>
992 L: qemu-block@nongnu.org
993 S: Supported
994 F: hw/block/virtio-blk.c
995 F: hw/block/dataplane/*
996 F: tests/virtio-blk-test.c
997 T: git git://github.com/stefanha/qemu.git block
999 virtio-ccw
1000 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1001 M: Christian Borntraeger <borntraeger@de.ibm.com>
1002 S: Supported
1003 F: hw/s390x/virtio-ccw.[hc]
1004 T: git git://github.com/cohuck/qemu.git s390-next
1005 T: git git://github.com/borntraeger/qemu.git s390-next
1007 virtio-input
1008 M: Gerd Hoffmann <kraxel@redhat.com>
1009 S: Maintained
1010 F: hw/input/virtio-input*.c
1011 F: include/hw/virtio/virtio-input.h
1013 virtio-serial
1014 M: Amit Shah <amit.shah@redhat.com>
1015 S: Supported
1016 F: hw/char/virtio-serial-bus.c
1017 F: hw/char/virtio-console.c
1018 F: include/hw/virtio/virtio-serial.h
1019 F: tests/virtio-console-test.c
1020 F: tests/virtio-serial-test.c
1022 virtio-rng
1023 M: Amit Shah <amit.shah@redhat.com>
1024 S: Supported
1025 F: hw/virtio/virtio-rng.c
1026 F: include/hw/virtio/virtio-rng.h
1027 F: include/sysemu/rng*.h
1028 F: backends/rng*.c
1029 F: tests/virtio-rng-test.c
1031 virtio-crypto
1032 M: Gonglei <arei.gonglei@huawei.com>
1033 S: Supported
1034 F: hw/virtio/virtio-crypto.c
1035 F: hw/virtio/virtio-crypto-pci.c
1036 F: include/hw/virtio/virtio-crypto.h
1038 nvme
1039 M: Keith Busch <keith.busch@intel.com>
1040 L: qemu-block@nongnu.org
1041 S: Supported
1042 F: hw/block/nvme*
1043 F: tests/nvme-test.c
1045 megasas
1046 M: Hannes Reinecke <hare@suse.de>
1047 L: qemu-block@nongnu.org
1048 S: Supported
1049 F: hw/scsi/megasas.c
1050 F: hw/scsi/mfi.h
1052 Network packet abstractions
1053 M: Dmitry Fleytman <dmitry@daynix.com>
1054 S: Maintained
1055 F: include/net/eth.h
1056 F: net/eth.c
1057 F: hw/net/net_rx_pkt*
1058 F: hw/net/net_tx_pkt*
1060 Vmware
1061 M: Dmitry Fleytman <dmitry@daynix.com>
1062 S: Maintained
1063 F: hw/net/vmxnet*
1064 F: hw/scsi/vmw_pvscsi*
1066 Rocker
1067 M: Jiri Pirko <jiri@resnulli.us>
1068 S: Maintained
1069 F: hw/net/rocker/
1070 F: tests/rocker/
1071 F: docs/specs/rocker.txt
1073 NVDIMM
1074 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1075 S: Maintained
1076 F: hw/acpi/nvdimm.c
1077 F: hw/mem/nvdimm.c
1078 F: include/hw/mem/nvdimm.h
1080 e1000x
1081 M: Dmitry Fleytman <dmitry@daynix.com>
1082 S: Maintained
1083 F: hw/net/e1000x*
1085 e1000e
1086 M: Dmitry Fleytman <dmitry@daynix.com>
1087 S: Maintained
1088 F: hw/net/e1000e*
1090 Generic Loader
1091 M: Alistair Francis <alistair.francis@xilinx.com>
1092 S: Maintained
1093 F: hw/core/generic-loader.c
1094 F: include/hw/core/generic-loader.h
1096 CHRP NVRAM
1097 M: Thomas Huth <thuth@redhat.com>
1098 S: Maintained
1099 F: hw/nvram/chrp_nvram.c
1100 F: include/hw/nvram/chrp_nvram.h
1101 F: tests/prom-env-test.c
1103 Subsystems
1104 ----------
1105 Audio
1106 M: Gerd Hoffmann <kraxel@redhat.com>
1107 S: Maintained
1108 F: audio/
1109 F: hw/audio/
1110 F: include/hw/audio/
1111 F: tests/ac97-test.c
1112 F: tests/es1370-test.c
1113 F: tests/intel-hda-test.c
1115 Block layer core
1116 M: Kevin Wolf <kwolf@redhat.com>
1117 M: Max Reitz <mreitz@redhat.com>
1118 L: qemu-block@nongnu.org
1119 S: Supported
1120 F: block*
1121 F: block/
1122 F: hw/block/
1123 F: include/block/
1124 F: qemu-img*
1125 F: qemu-io*
1126 F: tests/qemu-iotests/
1127 T: git git://repo.or.cz/qemu/kevin.git block
1129 Block I/O path
1130 M: Stefan Hajnoczi <stefanha@redhat.com>
1131 M: Fam Zheng <famz@redhat.com>
1132 L: qemu-block@nongnu.org
1133 S: Supported
1134 F: async.c
1135 F: aio-*.c
1136 F: block/io.c
1137 F: migration/block*
1138 F: include/block/aio.h
1139 T: git git://github.com/stefanha/qemu.git block
1141 Block Jobs
1142 M: Jeff Cody <jcody@redhat.com>
1143 L: qemu-block@nongnu.org
1144 S: Supported
1145 F: blockjob.c
1146 F: include/block/blockjob.h
1147 F: block/backup.c
1148 F: block/commit.c
1149 F: block/stream.c
1150 F: block/mirror.c
1151 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1153 Block QAPI, monitor, command line
1154 M: Markus Armbruster <armbru@redhat.com>
1155 S: Supported
1156 F: blockdev.c
1157 F: block/qapi.c
1158 F: qapi/block*.json
1159 T: git git://repo.or.cz/qemu/armbru.git block-next
1161 Dirty Bitmaps
1162 M: Fam Zheng <famz@redhat.com>
1163 M: John Snow <jsnow@redhat.com>
1164 L: qemu-block@nongnu.org
1165 S: Supported
1166 F: util/hbitmap.c
1167 F: block/dirty-bitmap.c
1168 F: include/qemu/hbitmap.h
1169 F: include/block/dirty-bitmap.h
1170 F: tests/test-hbitmap.c
1171 F: docs/bitmaps.md
1172 T: git git://github.com/famz/qemu.git bitmaps
1173 T: git git://github.com/jnsnow/qemu.git bitmaps
1175 Character device backends
1176 M: Paolo Bonzini <pbonzini@redhat.com>
1177 S: Maintained
1178 F: qemu-char.c
1179 F: backends/msmouse.c
1180 F: backends/testdev.c
1182 Character Devices (Braille)
1183 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1184 S: Maintained
1185 F: backends/baum.c
1187 Coverity model
1188 M: Markus Armbruster <armbru@redhat.com>
1189 S: Supported
1190 F: scripts/coverity-model.c
1193 L: qemu-devel@nongnu.org
1194 S: Supported
1195 F: qom/cpu.c
1196 F: include/qom/cpu.h
1198 Device Tree
1199 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1200 M: Alexander Graf <agraf@suse.de>
1201 S: Maintained
1202 F: device_tree.c
1203 F: include/sysemu/device_tree.h
1205 Error reporting
1206 M: Markus Armbruster <armbru@redhat.com>
1207 S: Supported
1208 F: include/qapi/error.h
1209 F: include/qemu/error-report.h
1210 F: util/error.c
1211 F: util/qemu-error.c
1213 GDB stub
1214 L: qemu-devel@nongnu.org
1215 S: Odd Fixes
1216 F: gdbstub*
1217 F: gdb-xml/
1219 Memory API
1220 M: Paolo Bonzini <pbonzini@redhat.com>
1221 S: Supported
1222 F: include/exec/ioport.h
1223 F: ioport.c
1224 F: include/exec/memory.h
1225 F: include/exec/ram_addr.h
1226 F: memory.c
1227 F: include/exec/memory-internal.h
1228 F: exec.c
1230 SPICE
1231 M: Gerd Hoffmann <kraxel@redhat.com>
1232 S: Supported
1233 F: include/ui/qemu-spice.h
1234 F: include/ui/spice-display.h
1235 F: ui/spice-*.c
1236 F: audio/spiceaudio.c
1237 F: hw/display/qxl*
1239 Graphics
1240 M: Gerd Hoffmann <kraxel@redhat.com>
1241 S: Odd Fixes
1242 F: ui/
1243 F: include/ui/
1245 Cocoa graphics
1246 M: Peter Maydell <peter.maydell@linaro.org>
1247 S: Odd Fixes
1248 F: ui/cocoa.m
1250 Main loop
1251 M: Paolo Bonzini <pbonzini@redhat.com>
1252 S: Maintained
1253 F: cpus.c
1254 F: main-loop.c
1255 F: qemu-timer.c
1256 F: vl.c
1258 Human Monitor (HMP)
1259 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1260 S: Maintained
1261 F: monitor.c
1262 F: hmp.[ch]
1263 F: hmp-commands*.hx
1264 F: include/monitor/hmp-target.h
1266 Network device backends
1267 M: Jason Wang <jasowang@redhat.com>
1268 S: Maintained
1269 F: net/
1270 F: include/net/
1271 T: git git://github.com/jasowang/qemu.git net
1273 Netmap network backend
1274 M: Luigi Rizzo <rizzo@iet.unipi.it>
1275 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1276 M: Vincenzo Maffione <v.maffione@gmail.com>
1277 W: http://info.iet.unipi.it/~luigi/netmap/
1278 S: Maintained
1279 F: net/netmap.c
1281 Network Block Device (NBD)
1282 M: Paolo Bonzini <pbonzini@redhat.com>
1283 S: Odd Fixes
1284 F: block/nbd*
1285 F: nbd/
1286 F: include/block/nbd*
1287 F: qemu-nbd.c
1288 T: git git://github.com/bonzini/qemu.git nbd-next
1290 NUMA
1291 M: Eduardo Habkost <ehabkost@redhat.com>
1292 S: Maintained
1293 F: numa.c
1294 F: include/sysemu/numa.h
1295 T: git git://github.com/ehabkost/qemu.git numa
1297 Host Memory Backends
1298 M: Eduardo Habkost <ehabkost@redhat.com>
1299 M: Igor Mammedov <imammedo@redhat.com>
1300 S: Maintained
1301 F: backends/hostmem*.c
1302 F: include/sysemu/hostmem.h
1304 Cryptodev Backends
1305 M: Gonglei <arei.gonglei@huawei.com>
1306 S: Maintained
1307 F: include/sysemu/cryptodev*.h
1308 F: backends/cryptodev*.c
1310 QAPI
1311 M: Markus Armbruster <armbru@redhat.com>
1312 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1313 S: Supported
1314 F: qapi/
1315 X: qapi/*.json
1316 F: include/qapi/
1317 X: include/qapi/qmp/
1318 F: include/qapi/qmp/dispatch.h
1319 F: tests/qapi-schema/
1320 F: tests/test-*-visitor.c
1321 F: tests/test-qmp-*.c
1322 F: scripts/qapi*
1323 F: docs/qapi*
1324 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1326 QAPI Schema
1327 M: Eric Blake <eblake@redhat.com>
1328 M: Markus Armbruster <armbru@redhat.com>
1329 S: Supported
1330 F: qapi-schema.json
1331 F: qapi/*.json
1332 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1334 QObject
1335 M: Markus Armbruster <armbru@redhat.com>
1336 S: Supported
1337 F: qobject/
1338 F: include/qapi/qmp/
1339 X: include/qapi/qmp/dispatch.h
1340 F: tests/check-qdict.c
1341 F: tests/check-qfloat.c
1342 F: tests/check-qint.c
1343 F: tests/check-qjson.c
1344 F: tests/check-qlist.c
1345 F: tests/check-qstring.c
1346 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1348 QEMU Guest Agent
1349 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1350 S: Maintained
1351 F: qga/
1352 T: git git://github.com/mdroth/qemu.git qga
1355 M: Andreas Färber <afaerber@suse.de>
1356 S: Supported
1357 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1358 F: include/qom/
1359 X: include/qom/cpu.h
1360 F: qom/
1361 X: qom/cpu.c
1362 F: tests/check-qom-interface.c
1363 F: tests/check-qom-proplist.c
1364 F: tests/qom-test.c
1367 M: Markus Armbruster <armbru@redhat.com>
1368 S: Supported
1369 F: qmp.c
1370 F: monitor.c
1371 F: docs/*qmp-*
1372 F: scripts/qmp/
1373 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1375 Register API
1376 M: Alistair Francis <alistair.francis@xilinx.com>
1377 S: Maintained
1378 F: hw/core/register.c
1379 F: include/hw/register.h
1381 SLIRP
1382 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1383 M: Jan Kiszka <jan.kiszka@siemens.com>
1384 S: Maintained
1385 F: slirp/
1386 F: net/slirp.c
1387 F: include/net/slirp.h
1388 T: git git://git.kiszka.org/qemu.git queues/slirp
1390 Stubs
1391 M: Paolo Bonzini <pbonzini@redhat.com>
1392 S: Maintained
1393 F: stubs/
1395 Tracing
1396 M: Stefan Hajnoczi <stefanha@redhat.com>
1397 S: Maintained
1398 F: trace/
1399 F: scripts/tracetool.py
1400 F: scripts/tracetool/
1401 F: docs/tracing.txt
1402 T: git git://github.com/stefanha/qemu.git tracing
1404 Checkpatch
1405 S: Odd Fixes
1406 F: scripts/checkpatch.pl
1408 Migration
1409 M: Juan Quintela <quintela@redhat.com>
1410 M: Amit Shah <amit.shah@redhat.com>
1411 S: Maintained
1412 F: include/migration/
1413 F: migration/
1414 F: scripts/vmstate-static-checker.py
1415 F: tests/vmstate-static-checker-data/
1416 F: docs/migration.txt
1418 Seccomp
1419 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1420 S: Supported
1421 F: qemu-seccomp.c
1422 F: include/sysemu/seccomp.h
1424 Cryptography
1425 M: Daniel P. Berrange <berrange@redhat.com>
1426 S: Maintained
1427 F: crypto/
1428 F: include/crypto/
1429 F: tests/test-crypto-*
1431 Coroutines
1432 M: Stefan Hajnoczi <stefanha@redhat.com>
1433 M: Kevin Wolf <kwolf@redhat.com>
1434 F: util/*coroutine*
1435 F: include/qemu/coroutine*
1436 F: tests/test-coroutine.c
1438 Buffers
1439 M: Daniel P. Berrange <berrange@redhat.com>
1440 S: Odd fixes
1441 F: util/buffer.c
1442 F: include/qemu/buffer.h
1444 I/O Channels
1445 M: Daniel P. Berrange <berrange@redhat.com>
1446 S: Maintained
1447 F: io/
1448 F: include/io/
1449 F: tests/test-io-*
1451 Sockets
1452 M: Daniel P. Berrange <berrange@redhat.com>
1453 M: Gerd Hoffmann <kraxel@redhat.com>
1454 M: Paolo Bonzini <pbonzini@redhat.com>
1455 S: Maintained
1456 F: include/qemu/sockets.h
1457 F: util/qemu-sockets.c
1459 Throttling infrastructure
1460 M: Alberto Garcia <berto@igalia.com>
1461 S: Supported
1462 F: block/throttle-groups.c
1463 F: include/block/throttle-groups.h
1464 F: include/qemu/throttle.h
1465 F: util/throttle.c
1466 L: qemu-block@nongnu.org
1468 UUID
1469 M: Fam Zheng <famz@redhat.com>
1470 S: Supported
1471 F: util/uuid.c
1472 F: include/qemu/uuid.h
1473 F: tests/test-uuid.c
1475 COLO Framework
1476 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1477 S: Maintained
1478 F: migration/colo*
1479 F: include/migration/colo.h
1480 F: include/migration/failover.h
1481 F: docs/COLO-FT.txt
1483 COLO Proxy
1484 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1485 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1486 S: Supported
1487 F: docs/colo-proxy.txt
1488 F: net/colo*
1489 F: net/filter-rewriter.c
1490 F: net/filter-mirror.c
1492 Usermode Emulation
1493 ------------------
1494 Overall
1495 M: Riku Voipio <riku.voipio@iki.fi>
1496 S: Maintained
1497 F: thunk.c
1498 F: user-exec.c
1500 BSD user
1501 S: Orphan
1502 F: bsd-user/
1503 F: default-configs/*-bsd-user.mak
1505 Linux user
1506 M: Riku Voipio <riku.voipio@iki.fi>
1507 S: Maintained
1508 F: linux-user/
1509 F: default-configs/*-linux-user.mak
1511 Tiny Code Generator (TCG)
1512 -------------------------
1513 Common code
1514 M: Richard Henderson <rth@twiddle.net>
1515 S: Maintained
1516 F: tcg/
1518 AArch64 target
1519 M: Claudio Fontana <claudio.fontana@huawei.com>
1520 M: Claudio Fontana <claudio.fontana@gmail.com>
1521 S: Maintained
1522 L: qemu-arm@nongnu.org
1523 F: tcg/aarch64/
1524 F: disas/arm-a64.cc
1525 F: disas/libvixl/
1527 ARM target
1528 M: Andrzej Zaborowski <balrogg@gmail.com>
1529 S: Maintained
1530 L: qemu-arm@nongnu.org
1531 F: tcg/arm/
1532 F: disas/arm.c
1534 i386 target
1535 L: qemu-devel@nongnu.org
1536 S: Maintained
1537 F: tcg/i386/
1538 F: disas/i386.c
1540 IA64 target
1541 M: Aurelien Jarno <aurelien@aurel32.net>
1542 S: Maintained
1543 F: tcg/ia64/
1544 F: disas/ia64.c
1546 MIPS target
1547 M: Aurelien Jarno <aurelien@aurel32.net>
1548 S: Maintained
1549 F: tcg/mips/
1550 F: disas/mips.c
1553 M: Richard Henderson <rth@twiddle.net>
1554 S: Odd Fixes
1555 F: tcg/ppc/
1556 F: disas/ppc.c
1558 S390 target
1559 M: Alexander Graf <agraf@suse.de>
1560 M: Richard Henderson <rth@twiddle.net>
1561 S: Maintained
1562 F: tcg/s390/
1563 F: disas/s390.c
1565 SPARC target
1566 S: Odd Fixes
1567 F: tcg/sparc/
1568 F: disas/sparc.c
1570 TCI target
1571 M: Stefan Weil <sw@weilnetz.de>
1572 S: Maintained
1573 F: tcg/tci/
1574 F: tci.c
1575 F: disas/tci.c
1577 Block drivers
1578 -------------
1579 VMDK
1580 M: Fam Zheng <famz@redhat.com>
1581 L: qemu-block@nongnu.org
1582 S: Supported
1583 F: block/vmdk.c
1586 M: Josh Durgin <jdurgin@redhat.com>
1587 M: Jeff Cody <jcody@redhat.com>
1588 L: qemu-block@nongnu.org
1589 S: Supported
1590 F: block/rbd.c
1591 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1593 Sheepdog
1594 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1595 M: Liu Yuan <namei.unix@gmail.com>
1596 M: Jeff Cody <jcody@redhat.com>
1597 L: qemu-block@nongnu.org
1598 L: sheepdog@lists.wpkg.org
1599 S: Supported
1600 F: block/sheepdog.c
1601 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1603 VHDX
1604 M: Jeff Cody <jcody@redhat.com>
1605 L: qemu-block@nongnu.org
1606 S: Supported
1607 F: block/vhdx*
1608 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1611 M: Stefan Weil <sw@weilnetz.de>
1612 L: qemu-block@nongnu.org
1613 S: Maintained
1614 F: block/vdi.c
1616 iSCSI
1617 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1618 M: Paolo Bonzini <pbonzini@redhat.com>
1619 M: Peter Lieven <pl@kamp.de>
1620 L: qemu-block@nongnu.org
1621 S: Supported
1622 F: block/iscsi.c
1625 M: Jeff Cody <jcody@redhat.com>
1626 M: Peter Lieven <pl@kamp.de>
1627 L: qemu-block@nongnu.org
1628 S: Maintained
1629 F: block/nfs.c
1630 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1633 M: Richard W.M. Jones <rjones@redhat.com>
1634 M: Jeff Cody <jcody@redhat.com>
1635 L: qemu-block@nongnu.org
1636 S: Supported
1637 F: block/ssh.c
1638 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1640 ARCHIPELAGO
1641 M: Chrysostomos Nanakos <chris@include.gr>
1642 M: Jeff Cody <jcody@redhat.com>
1643 L: qemu-block@nongnu.org
1644 S: Maintained
1645 F: block/archipelago.c
1646 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1648 CURL
1649 M: Jeff Cody <jcody@redhat.com>
1650 L: qemu-block@nongnu.org
1651 S: Supported
1652 F: block/curl.c
1653 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1655 GLUSTER
1656 M: Jeff Cody <jcody@redhat.com>
1657 L: qemu-block@nongnu.org
1658 S: Supported
1659 F: block/gluster.c
1660 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1662 Null Block Driver
1663 M: Fam Zheng <famz@redhat.com>
1664 L: qemu-block@nongnu.org
1665 S: Supported
1666 F: block/null.c
1668 Bootdevice
1669 M: Gonglei <arei.gonglei@huawei.com>
1670 S: Maintained
1671 F: bootdevice.c
1673 Quorum
1674 M: Alberto Garcia <berto@igalia.com>
1675 S: Supported
1676 F: block/quorum.c
1677 L: qemu-block@nongnu.org
1679 blkverify
1680 M: Stefan Hajnoczi <stefanha@redhat.com>
1681 L: qemu-block@nongnu.org
1682 S: Supported
1683 F: block/blkverify.c
1685 bochs
1686 M: Stefan Hajnoczi <stefanha@redhat.com>
1687 L: qemu-block@nongnu.org
1688 S: Supported
1689 F: block/bochs.c
1691 cloop
1692 M: Stefan Hajnoczi <stefanha@redhat.com>
1693 L: qemu-block@nongnu.org
1694 S: Supported
1695 F: block/cloop.c
1698 M: Stefan Hajnoczi <stefanha@redhat.com>
1699 L: qemu-block@nongnu.org
1700 S: Supported
1701 F: block/dmg.c
1703 parallels
1704 M: Stefan Hajnoczi <stefanha@redhat.com>
1705 M: Denis V. Lunev <den@openvz.org>
1706 L: qemu-block@nongnu.org
1707 S: Supported
1708 F: block/parallels.c
1709 F: docs/specs/parallels.txt
1712 M: Stefan Hajnoczi <stefanha@redhat.com>
1713 L: qemu-block@nongnu.org
1714 S: Supported
1715 F: block/qed.c
1718 M: Kevin Wolf <kwolf@redhat.com>
1719 L: qemu-block@nongnu.org
1720 S: Supported
1721 F: block/linux-aio.c
1722 F: include/block/raw-aio.h
1723 F: block/raw-posix.c
1724 F: block/raw-win32.c
1725 F: block/raw_bsd.c
1726 F: block/win32-aio.c
1728 qcow2
1729 M: Kevin Wolf <kwolf@redhat.com>
1730 M: Max Reitz <mreitz@redhat.com>
1731 L: qemu-block@nongnu.org
1732 S: Supported
1733 F: block/qcow2*
1735 qcow
1736 M: Kevin Wolf <kwolf@redhat.com>
1737 L: qemu-block@nongnu.org
1738 S: Supported
1739 F: block/qcow.c
1741 blkdebug
1742 M: Kevin Wolf <kwolf@redhat.com>
1743 M: Max Reitz <mreitz@redhat.com>
1744 L: qemu-block@nongnu.org
1745 S: Supported
1746 F: block/blkdebug.c
1749 M: Kevin Wolf <kwolf@redhat.com>
1750 L: qemu-block@nongnu.org
1751 S: Supported
1752 F: block/vpc.c
1754 vvfat
1755 M: Kevin Wolf <kwolf@redhat.com>
1756 L: qemu-block@nongnu.org
1757 S: Supported
1758 F: block/vvfat.c
1760 Image format fuzzer
1761 M: Stefan Hajnoczi <stefanha@redhat.com>
1762 L: qemu-block@nongnu.org
1763 S: Supported
1764 F: tests/image-fuzzer/
1766 Replication
1767 M: Wen Congyang <wency@cn.fujitsu.com>
1768 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1769 S: Supported
1770 F: replication*
1771 F: block/replication.c
1772 F: tests/test-replication.c
1773 F: docs/block-replication.txt
1775 Build and test automation
1776 -------------------------
1777 M: Alex BennĂ©e <alex.bennee@linaro.org>
1778 L: qemu-devel@nongnu.org
1779 S: Supported
1780 F: .travis.yml
1782 Documentation
1783 -------------
1784 Build system architecture
1785 M: Daniel P. Berrange <berrange@redhat.com>
1786 S: Odd Fixes
1787 F: docs/build-system.txt
1789 Docker testing
1790 --------------
1791 Docker based testing framework and cases
1792 M: Fam Zheng <famz@redhat.com>
1793 S: Maintained
1794 F: tests/docker/