tests: test-announce-self: fix memory leak
[qemu/ar7.git] / MAINTAINERS
blobcf09a4c127187ce134f1c11dbdd8c6dbaf376480
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            Maintainers are looking after a certain area and must be CCed on
16            patches. They are considered the main contact point.
17         R: Designated reviewer: FullName <address@domain>
18            These reviewers should be CCed on patches.
19            Reviewers are familiar with the subject matter and provide feedback
20            even though they are not maintainers.
21         L: Mailing list that is relevant to this area
22            These lists should be CCed on patches.
23         W: Web-page with status/info
24         Q: Patchwork web based patch tracking system site
25         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26         S: Status, one of the following:
27            Supported:   Someone is actually paid to look after this.
28            Maintained:  Someone actually looks after it.
29            Odd Fixes:   It has a maintainer but they don't have time to do
30                         much other than throw the odd patch in. See below.
31            Orphan:      No current maintainer [but maybe you could take the
32                         role as you write your new code].
33            Obsolete:    Old code. Something tagged obsolete generally means
34                         it has been replaced by a better system and you
35                         should be using that.
36         F: Files and directories with wildcard patterns.
37            A trailing slash includes all files and subdirectory files.
38            F:   drivers/net/    all files in and below drivers/net
39            F:   drivers/net/*   all files in drivers/net, but not below
40            F:   */net/*         all files in "any top level directory"/net
41            One pattern per line.  Multiple F: lines acceptable.
42         X: Files and directories that are NOT maintained, same rules as F:
43            Files exclusions are tested before file matches.
44            Can be useful for excluding a specific subdirectory, for instance:
45            F:   net/
46            X:   net/ipv6/
47            matches all files in and below net excluding net/ipv6/
48         K: Keyword perl extended regex pattern to match content in a
49            patch or file.  For instance:
50            K: of_get_profile
51               matches patches or files that contain "of_get_profile"
52            K: \b(printk|pr_(info|err))\b
53               matches patches or files that contain one or more of the words
54               printk, pr_info or pr_err
55            One regex pattern per line.  Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
67 Responsible Disclosure, Reporting Security Issues
68 ------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
84 Architecture support
85 --------------------
86 S390
87 M: Cornelia Huck <cohuck@redhat.com>
88 S: Supported
89 F: default-configs/s390x-softmmu.mak
90 F: gdb-xml/s390*.xml
91 F: hw/char/sclp*.[hc]
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
95 F: hw/s390x/
96 F: hw/vfio/ap.c
97 F: hw/vfio/ccw.c
98 F: hw/watchdog/wdt_diag288.c
99 F: include/hw/s390x/
100 F: include/hw/watchdog/wdt_diag288.h
101 F: pc-bios/s390-ccw/
102 F: pc-bios/s390-ccw.img
103 F: target/s390x/
104 F: docs/vfio-ap.txt
105 K: ^Subject:.*(?i)s390x?
106 T: git https://github.com/cohuck/qemu.git s390-next
107 L: qemu-s390x@nongnu.org
109 Guest CPU cores (TCG):
110 ----------------------
111 Overall
112 L: qemu-devel@nongnu.org
113 M: Richard Henderson <rth@twiddle.net>
114 R: Paolo Bonzini <pbonzini@redhat.com>
115 S: Maintained
116 F: cpus.c
117 F: exec.c
118 F: accel/tcg/
119 F: accel/stubs/tcg-stub.c
120 F: include/exec/cpu*.h
121 F: include/exec/exec-all.h
122 F: include/exec/helper*.h
123 F: include/exec/tb-hash.h
124 F: include/sysemu/cpus.h
126 FPU emulation
127 M: Aurelien Jarno <aurelien@aurel32.net>
128 M: Peter Maydell <peter.maydell@linaro.org>
129 M: Alex Bennée <alex.bennee@linaro.org>
130 S: Maintained
131 F: fpu/
132 F: include/fpu/
133 F: tests/fp/
135 Alpha
136 M: Richard Henderson <rth@twiddle.net>
137 S: Maintained
138 F: target/alpha/
139 F: tests/tcg/alpha/
140 F: disas/alpha.c
143 M: Peter Maydell <peter.maydell@linaro.org>
144 L: qemu-arm@nongnu.org
145 S: Maintained
146 F: target/arm/
147 F: tests/tcg/arm/
148 F: tests/tcg/aarch64/
149 F: hw/arm/
150 F: hw/cpu/a*mpcore.c
151 F: include/hw/cpu/a*mpcore.h
152 F: disas/arm.c
153 F: disas/arm-a64.cc
154 F: disas/libvixl/
156 ARM SMMU
157 M: Eric Auger <eric.auger@redhat.com>
158 L: qemu-arm@nongnu.org
159 S: Maintained
160 F: hw/arm/smmu*
161 F: include/hw/arm/smmu*
163 CRIS
164 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
165 S: Maintained
166 F: target/cris/
167 F: hw/cris/
168 F: include/hw/cris/
169 F: tests/tcg/cris/
170 F: disas/cris.c
172 HPPA (PA-RISC)
173 M: Richard Henderson <rth@twiddle.net>
174 S: Maintained
175 F: target/hppa/
176 F: hw/hppa/
177 F: disas/hppa.c
179 LM32
180 M: Michael Walle <michael@walle.cc>
181 S: Maintained
182 F: target/lm32/
183 F: disas/lm32.c
184 F: hw/lm32/
185 F: hw/*/lm32_*
186 F: hw/*/milkymist-*
187 F: include/hw/display/milkymist_tmu2.h
188 F: include/hw/char/lm32_juart.h
189 F: include/hw/lm32/
190 F: tests/tcg/lm32/
192 M68K
193 M: Laurent Vivier <laurent@vivier.eu>
194 S: Maintained
195 F: target/m68k/
196 F: disas/m68k.c
198 MicroBlaze
199 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
200 S: Maintained
201 F: target/microblaze/
202 F: hw/microblaze/
203 F: disas/microblaze.c
205 MIPS
206 M: Aurelien Jarno <aurelien@aurel32.net>
207 M: Aleksandar Markovic <amarkovic@wavecomp.com>
208 R: Aleksandar Rikalo <arikalo@wavecomp.com>
209 S: Maintained
210 F: target/mips/
211 F: default-configs/*mips*
212 F: disas/mips.c
213 F: disas/nanomips.cpp
214 F: disas/nanomips.h
215 F: hw/intc/mips_gic.c
216 F: hw/mips/
217 F: hw/misc/mips_*
218 F: hw/timer/mips_gictimer.c
219 F: include/hw/intc/mips_gic.h
220 F: include/hw/mips/
221 F: include/hw/misc/mips_*
222 F: include/hw/timer/mips_gictimer.h
223 F: tests/tcg/mips/
224 K: ^Subject:.*(?i)mips
226 Moxie
227 M: Anthony Green <green@moxielogic.com>
228 S: Maintained
229 F: target/moxie/
230 F: disas/moxie.c
231 F: hw/moxie/
232 F: default-configs/moxie-softmmu.mak
234 NiosII
235 M: Chris Wulff <crwulff@gmail.com>
236 M: Marek Vasut <marex@denx.de>
237 S: Maintained
238 F: target/nios2/
239 F: hw/nios2/
240 F: hw/intc/nios2_iic.c
241 F: disas/nios2.c
242 F: default-configs/nios2-softmmu.mak
244 OpenRISC
245 M: Stafford Horne <shorne@gmail.com>
246 S: Odd Fixes
247 F: target/openrisc/
248 F: hw/openrisc/
249 F: tests/tcg/openrisc/
251 PowerPC
252 M: David Gibson <david@gibson.dropbear.id.au>
253 L: qemu-ppc@nongnu.org
254 S: Maintained
255 F: target/ppc/
256 F: hw/ppc/
257 F: include/hw/ppc/
258 F: disas/ppc.c
260 RISC-V
261 M: Palmer Dabbelt <palmer@sifive.com>
262 M: Alistair Francis <Alistair.Francis@wdc.com>
263 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
264 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
265 L: qemu-riscv@nongnu.org
266 S: Supported
267 F: target/riscv/
268 F: hw/riscv/
269 F: include/hw/riscv/
270 F: linux-user/host/riscv32/
271 F: linux-user/host/riscv64/
273 S390
274 M: Richard Henderson <rth@twiddle.net>
275 M: David Hildenbrand <david@redhat.com>
276 S: Maintained
277 F: target/s390x/
278 F: hw/s390x/
279 F: disas/s390.c
280 F: tests/tcg/s390x/
281 L: qemu-s390x@nongnu.org
284 M: Aurelien Jarno <aurelien@aurel32.net>
285 S: Odd Fixes
286 F: target/sh4/
287 F: hw/sh4/
288 F: disas/sh4.c
289 F: include/hw/sh4/
291 SPARC
292 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
293 M: Artyom Tarasenko <atar4qemu@gmail.com>
294 S: Maintained
295 F: target/sparc/
296 F: hw/sparc/
297 F: hw/sparc64/
298 F: include/hw/sparc/sparc64.h
299 F: disas/sparc.c
301 UniCore32
302 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
303 S: Maintained
304 F: target/unicore32/
305 F: hw/unicore32/
306 F: include/hw/unicore32/
309 M: Paolo Bonzini <pbonzini@redhat.com>
310 M: Richard Henderson <rth@twiddle.net>
311 M: Eduardo Habkost <ehabkost@redhat.com>
312 S: Maintained
313 F: target/i386/
314 F: tests/tcg/i386/
315 F: tests/tcg/x86_64/
316 F: hw/i386/
317 F: disas/i386.c
318 F: docs/qemu-cpu-models.texi
319 T: git https://github.com/ehabkost/qemu.git x86-next
321 Xtensa
322 M: Max Filippov <jcmvbkbc@gmail.com>
323 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
324 S: Maintained
325 F: target/xtensa/
326 F: hw/xtensa/
327 F: tests/tcg/xtensa/
328 F: disas/xtensa.c
329 F: include/hw/xtensa/xtensa-isa.h
330 F: default-configs/xtensa*.mak
332 TriCore
333 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
334 S: Maintained
335 F: target/tricore/
336 F: hw/tricore/
337 F: include/hw/tricore/
339 Multiarch Linux User Tests
340 M: Alex Bennée <alex.bennee@linaro.org>
341 S: Maintained
342 F: tests/tcg/multiarch/
344 Guest CPU Cores (KVM):
345 ----------------------
347 Overall
348 M: Paolo Bonzini <pbonzini@redhat.com>
349 L: kvm@vger.kernel.org
350 S: Supported
351 F: */kvm.*
352 F: accel/kvm/
353 F: accel/stubs/kvm-stub.c
354 F: include/hw/kvm/
355 F: include/sysemu/kvm*.h
356 F: scripts/kvm/kvm_flightrecorder
359 M: Peter Maydell <peter.maydell@linaro.org>
360 L: qemu-arm@nongnu.org
361 S: Maintained
362 F: target/arm/kvm.c
364 MIPS
365 M: James Hogan <jhogan@kernel.org>
366 R: Aleksandar Rikalo <arikalo@wavecomp.com>
367 S: Maintained
368 F: target/mips/kvm.c
371 M: David Gibson <david@gibson.dropbear.id.au>
372 S: Maintained
373 F: target/ppc/kvm.c
375 S390
376 M: Halil Pasic <pasic@linux.ibm.com>
377 M: Cornelia Huck <cohuck@redhat.com>
378 M: Christian Borntraeger <borntraeger@de.ibm.com>
379 S: Supported
380 F: target/s390x/kvm.c
381 F: target/s390x/kvm_s390x.h
382 F: target/s390x/kvm-stub.c
383 F: target/s390x/ioinst.[ch]
384 F: target/s390x/machine.c
385 F: target/s390x/sigp.c
386 F: hw/intc/s390_flic.c
387 F: hw/intc/s390_flic_kvm.c
388 F: include/hw/s390x/s390_flic.h
389 F: gdb-xml/s390*.xml
390 T: git https://github.com/cohuck/qemu.git s390-next
391 T: git https://github.com/borntraeger/qemu.git s390-next
392 L: qemu-s390x@nongnu.org
395 M: Paolo Bonzini <pbonzini@redhat.com>
396 M: Marcelo Tosatti <mtosatti@redhat.com>
397 L: kvm@vger.kernel.org
398 S: Supported
399 F: target/i386/kvm.c
400 F: scripts/kvm/vmxcap
402 Guest CPU Cores (Xen):
403 ----------------------
406 M: Stefano Stabellini <sstabellini@kernel.org>
407 M: Anthony Perard <anthony.perard@citrix.com>
408 M: Paul Durrant <paul.durrant@citrix.com>
409 L: xen-devel@lists.xenproject.org
410 S: Supported
411 F: */xen*
412 F: hw/9pfs/xen-9p-backend.c
413 F: hw/char/xen_console.c
414 F: hw/display/xenfb.c
415 F: hw/net/xen_nic.c
416 F: hw/block/xen*
417 F: hw/block/dataplane/xen*
418 F: hw/xen/
419 F: hw/xenpv/
420 F: hw/i386/xen/
421 F: include/hw/block/dataplane/xen*
422 F: include/hw/xen/
423 F: include/sysemu/xen-mapcache.h
425 Hosts:
426 ------
428 LINUX
429 M: Michael S. Tsirkin <mst@redhat.com>
430 M: Cornelia Huck <cohuck@redhat.com>
431 M: Paolo Bonzini <pbonzini@redhat.com>
432 S: Maintained
433 F: linux-headers/
434 F: scripts/update-linux-headers.sh
436 POSIX
437 M: Paolo Bonzini <pbonzini@redhat.com>
438 S: Maintained
439 F: os-posix.c
440 F: include/sysemu/os-posix.h
441 F: util/*posix*.c
442 F: include/qemu/*posix*.h
444 NETBSD
445 L: qemu-devel@nongnu.org
446 M: Kamil Rytarowski <kamil@netbsd.org>
447 S: Maintained
448 K: ^Subject:.*(?i)NetBSD
450 OPENBSD
451 L: qemu-devel@nongnu.org
452 M: Brad Smith <brad@comstyle.com>
453 S: Maintained
454 K: ^Subject:.*(?i)OpenBSD
456 W32, W64
457 L: qemu-devel@nongnu.org
458 M: Stefan Weil <sw@weilnetz.de>
459 S: Maintained
460 F: *win32*
461 F: */*win32*
462 F: include/*/*win32*
463 X: qga/*win32*
464 F: qemu.nsi
466 Alpha Machines
467 M: Richard Henderson <rth@twiddle.net>
468 S: Maintained
469 F: hw/alpha/
470 F: hw/isa/smc37c669-superio.c
472 ARM Machines
473 ------------
474 Allwinner-a10
475 M: Beniamino Galvani <b.galvani@gmail.com>
476 M: Peter Maydell <peter.maydell@linaro.org>
477 L: qemu-arm@nongnu.org
478 S: Odd Fixes
479 F: hw/*/allwinner*
480 F: include/hw/*/allwinner*
481 F: hw/arm/cubieboard.c
483 ARM PrimeCell and CMSDK devices
484 M: Peter Maydell <peter.maydell@linaro.org>
485 L: qemu-arm@nongnu.org
486 S: Maintained
487 F: hw/char/pl011.c
488 F: include/hw/char/pl011.h
489 F: hw/display/pl110*
490 F: hw/dma/pl080.c
491 F: include/hw/dma/pl080.h
492 F: hw/dma/pl330.c
493 F: hw/gpio/pl061.c
494 F: hw/input/pl050.c
495 F: hw/intc/pl190.c
496 F: hw/sd/pl181.c
497 F: hw/ssi/pl022.c
498 F: include/hw/ssi/pl022.h
499 F: hw/timer/pl031.c
500 F: include/hw/timer/pl031.h
501 F: include/hw/arm/primecell.h
502 F: hw/timer/cmsdk-apb-timer.c
503 F: include/hw/timer/cmsdk-apb-timer.h
504 F: hw/timer/cmsdk-apb-dualtimer.c
505 F: include/hw/timer/cmsdk-apb-dualtimer.h
506 F: hw/char/cmsdk-apb-uart.c
507 F: include/hw/char/cmsdk-apb-uart.h
508 F: hw/watchdog/cmsdk-apb-watchdog.c
509 F: include/hw/watchdog/cmsdk-apb-watchdog.h
510 F: hw/misc/tz-ppc.c
511 F: include/hw/misc/tz-ppc.h
512 F: hw/misc/tz-mpc.c
513 F: include/hw/misc/tz-mpc.h
514 F: hw/misc/tz-msc.c
515 F: include/hw/misc/tz-msc.h
517 ARM cores
518 M: Peter Maydell <peter.maydell@linaro.org>
519 L: qemu-arm@nongnu.org
520 S: Maintained
521 F: hw/intc/arm*
522 F: hw/intc/gic_internal.h
523 F: hw/misc/a9scu.c
524 F: hw/misc/arm11scu.c
525 F: hw/misc/arm_l2x0.c
526 F: hw/timer/a9gtimer*
527 F: hw/timer/arm*
528 F: include/hw/arm/arm*.h
529 F: include/hw/intc/arm*
530 F: include/hw/misc/a9scu.h
531 F: include/hw/misc/arm11scu.h
532 F: include/hw/timer/a9gtimer.h
533 F: include/hw/timer/arm_mptimer.h
534 F: include/hw/timer/armv7m_systick.h
535 F: tests/test-arm-mptimer.c
537 Exynos
538 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
539 M: Peter Maydell <peter.maydell@linaro.org>
540 L: qemu-arm@nongnu.org
541 S: Odd Fixes
542 F: hw/*/exynos*
543 F: include/hw/arm/exynos4210.h
545 Calxeda Highbank
546 M: Rob Herring <robh@kernel.org>
547 M: Peter Maydell <peter.maydell@linaro.org>
548 L: qemu-arm@nongnu.org
549 S: Odd Fixes
550 F: hw/arm/highbank.c
551 F: hw/net/xgmac.c
553 Canon DIGIC
554 M: Antony Pavlov <antonynpavlov@gmail.com>
555 M: Peter Maydell <peter.maydell@linaro.org>
556 L: qemu-arm@nongnu.org
557 S: Odd Fixes
558 F: include/hw/arm/digic.h
559 F: hw/*/digic*
560 F: include/hw/*/digic*
562 Gumstix
563 M: Peter Maydell <peter.maydell@linaro.org>
564 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
565 L: qemu-devel@nongnu.org
566 L: qemu-arm@nongnu.org
567 S: Odd Fixes
568 F: hw/arm/gumstix.c
570 i.MX25 PDK
571 M: Peter Maydell <peter.maydell@linaro.org>
572 R: Jean-Christophe Dubois <jcd@tribudubois.net>
573 L: qemu-arm@nongnu.org
574 S: Odd Fixes
575 F: hw/arm/fsl-imx25.c
576 F: hw/arm/imx25_pdk.c
577 F: hw/misc/imx25_ccm.c
578 F: include/hw/arm/fsl-imx25.h
579 F: include/hw/misc/imx25_ccm.h
581 i.MX31 (kzm)
582 M: Peter Chubb <peter.chubb@nicta.com.au>
583 M: Peter Maydell <peter.maydell@linaro.org>
584 L: qemu-arm@nongnu.org
585 S: Odd Fixes
586 F: hw/arm/kzm.c
587 F: hw/*/imx_*
588 F: hw/*/*imx31*
589 F: include/hw/*/imx_*
590 F: include/hw/*/*imx31*
592 Integrator CP
593 M: Peter Maydell <peter.maydell@linaro.org>
594 L: qemu-arm@nongnu.org
595 S: Maintained
596 F: hw/arm/integratorcp.c
597 F: hw/misc/arm_integrator_debug.c
598 F: include/hw/misc/arm_integrator_debug.h
600 MCIMX6UL EVK / i.MX6ul
601 M: Peter Maydell <peter.maydell@linaro.org>
602 R: Jean-Christophe Dubois <jcd@tribudubois.net>
603 L: qemu-arm@nongnu.org
604 S: Odd Fixes
605 F: hw/arm/mcimx6ul-evk.c
606 F: hw/arm/fsl-imx6ul.c
607 F: hw/misc/imx6ul_ccm.c
608 F: include/hw/arm/fsl-imx6ul.h
609 F: include/hw/misc/imx6ul_ccm.h
611 MCIMX7D SABRE / i.MX7
612 M: Peter Maydell <peter.maydell@linaro.org>
613 R: Andrey Smirnov <andrew.smirnov@gmail.com>
614 L: qemu-arm@nongnu.org
615 S: Odd Fixes
616 F: hw/arm/mcimx7d-sabre.c
617 F: hw/arm/fsl-imx7.c
618 F: hw/misc/imx7_*.c
619 F: include/hw/arm/fsl-imx7.h
620 F: include/hw/misc/imx7_*.h
621 F: hw/pci-host/designware.c
622 F: include/hw/pci-host/designware.h
624 MPS2
625 M: Peter Maydell <peter.maydell@linaro.org>
626 L: qemu-arm@nongnu.org
627 S: Maintained
628 F: hw/arm/mps2.c
629 F: hw/arm/mps2-tz.c
630 F: hw/misc/mps2-*.c
631 F: include/hw/misc/mps2-*.h
632 F: hw/arm/armsse.c
633 F: include/hw/arm/armsse.h
634 F: hw/misc/iotkit-secctl.c
635 F: include/hw/misc/iotkit-secctl.h
636 F: hw/misc/iotkit-sysctl.c
637 F: include/hw/misc/iotkit-sysctl.h
638 F: hw/misc/iotkit-sysinfo.c
639 F: include/hw/misc/iotkit-sysinfo.h
640 F: hw/misc/armsse-cpuid.c
641 F: include/hw/misc/armsse-cpuid.h
642 F: hw/misc/armsse-mhu.c
643 F: include/hw/misc/armsse-mhu.h
645 Musca
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
648 S: Maintained
649 F: hw/arm/musca.c
651 Musicpal
652 M: Jan Kiszka <jan.kiszka@web.de>
653 M: Peter Maydell <peter.maydell@linaro.org>
654 L: qemu-arm@nongnu.org
655 S: Odd Fixes
656 F: hw/arm/musicpal.c
658 nSeries
659 M: Andrzej Zaborowski <balrogg@gmail.com>
660 M: Peter Maydell <peter.maydell@linaro.org>
661 L: qemu-arm@nongnu.org
662 S: Odd Fixes
663 F: hw/arm/nseries.c
664 F: hw/input/lm832x.c
665 F: hw/input/tsc2005.c
666 F: hw/misc/cbus.c
667 F: hw/timer/twl92230.c
669 Palm
670 M: Andrzej Zaborowski <balrogg@gmail.com>
671 M: Peter Maydell <peter.maydell@linaro.org>
672 L: qemu-arm@nongnu.org
673 S: Odd Fixes
674 F: hw/arm/palm.c
675 F: hw/input/tsc210x.c
677 Raspberry Pi
678 M: Peter Maydell <peter.maydell@linaro.org>
679 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
680 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
681 L: qemu-arm@nongnu.org
682 S: Odd Fixes
683 F: hw/arm/raspi.c
684 F: hw/arm/raspi_platform.h
685 F: hw/*/bcm283*
686 F: include/hw/arm/raspi*
687 F: include/hw/*/bcm283*
689 Real View
690 M: Peter Maydell <peter.maydell@linaro.org>
691 L: qemu-arm@nongnu.org
692 S: Maintained
693 F: hw/arm/realview*
694 F: hw/cpu/realview_mpcore.c
695 F: hw/intc/realview_gic.c
696 F: include/hw/intc/realview_gic.h
698 PXA2XX
699 M: Andrzej Zaborowski <balrogg@gmail.com>
700 M: Peter Maydell <peter.maydell@linaro.org>
701 L: qemu-arm@nongnu.org
702 S: Odd Fixes
703 F: hw/arm/mainstone.c
704 F: hw/arm/spitz.c
705 F: hw/arm/tosa.c
706 F: hw/arm/z2.c
707 F: hw/*/pxa2xx*
708 F: hw/display/tc6393xb.c
709 F: hw/gpio/max7310.c
710 F: hw/gpio/zaurus.c
711 F: hw/misc/mst_fpga.c
712 F: hw/misc/max111x.c
713 F: include/hw/arm/pxa.h
714 F: include/hw/arm/sharpsl.h
716 SABRELITE / i.MX6
717 M: Peter Maydell <peter.maydell@linaro.org>
718 R: Jean-Christophe Dubois <jcd@tribudubois.net>
719 L: qemu-arm@nongnu.org
720 S: Odd Fixes
721 F: hw/arm/sabrelite.c
722 F: hw/arm/fsl-imx6.c
723 F: hw/misc/imx6_*.c
724 F: hw/ssi/imx_spi.c
725 F: include/hw/arm/fsl-imx6.h
726 F: include/hw/misc/imx6_*.h
727 F: include/hw/ssi/imx_spi.h
729 Sharp SL-5500 (Collie) PDA
730 M: Peter Maydell <peter.maydell@linaro.org>
731 L: qemu-arm@nongnu.org
732 S: Odd Fixes
733 F: hw/arm/collie.c
734 F: hw/arm/strongarm*
736 Stellaris
737 M: Peter Maydell <peter.maydell@linaro.org>
738 L: qemu-arm@nongnu.org
739 S: Maintained
740 F: hw/*/stellaris*
742 Versatile Express
743 M: Peter Maydell <peter.maydell@linaro.org>
744 L: qemu-arm@nongnu.org
745 S: Maintained
746 F: hw/arm/vexpress.c
748 Versatile PB
749 M: Peter Maydell <peter.maydell@linaro.org>
750 L: qemu-arm@nongnu.org
751 S: Maintained
752 F: hw/*/versatile*
753 F: hw/misc/arm_sysctl.c
755 Virt
756 M: Peter Maydell <peter.maydell@linaro.org>
757 L: qemu-arm@nongnu.org
758 S: Maintained
759 F: hw/arm/virt*
760 F: include/hw/arm/virt.h
762 Xilinx Zynq
763 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
764 M: Alistair Francis <alistair@alistair23.me>
765 M: Peter Maydell <peter.maydell@linaro.org>
766 L: qemu-arm@nongnu.org
767 S: Maintained
768 F: hw/*/xilinx_*
769 F: hw/*/cadence_*
770 F: hw/misc/zynq*
771 F: include/hw/misc/zynq*
772 X: hw/ssi/xilinx_*
774 Xilinx ZynqMP
775 M: Alistair Francis <alistair@alistair23.me>
776 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
777 M: Peter Maydell <peter.maydell@linaro.org>
778 L: qemu-arm@nongnu.org
779 S: Maintained
780 F: hw/*/xlnx*.c
781 F: include/hw/*/xlnx*.h
782 F: include/hw/ssi/xilinx_spips.h
783 F: hw/display/dpcd.c
784 F: include/hw/display/dpcd.h
786 ARM ACPI Subsystem
787 M: Shannon Zhao <shannon.zhaosl@gmail.com>
788 L: qemu-arm@nongnu.org
789 S: Maintained
790 F: hw/arm/virt-acpi-build.c
792 STM32F205
793 M: Alistair Francis <alistair@alistair23.me>
794 M: Peter Maydell <peter.maydell@linaro.org>
795 S: Maintained
796 F: hw/arm/stm32f205_soc.c
797 F: hw/misc/stm32f2xx_syscfg.c
798 F: hw/char/stm32f2xx_usart.c
799 F: hw/timer/stm32f2xx_timer.c
800 F: hw/adc/*
801 F: hw/ssi/stm32f2xx_spi.c
802 F: include/hw/*/stm32*.h
804 Netduino 2
805 M: Alistair Francis <alistair@alistair23.me>
806 M: Peter Maydell <peter.maydell@linaro.org>
807 S: Maintained
808 F: hw/arm/netduino2.c
810 SmartFusion2
811 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
812 M: Peter Maydell <peter.maydell@linaro.org>
813 S: Maintained
814 F: hw/arm/msf2-soc.c
815 F: hw/misc/msf2-sysreg.c
816 F: hw/timer/mss-timer.c
817 F: hw/ssi/mss-spi.c
818 F: include/hw/arm/msf2-soc.h
819 F: include/hw/misc/msf2-sysreg.h
820 F: include/hw/timer/mss-timer.h
821 F: include/hw/ssi/mss-spi.h
823 Emcraft M2S-FG484
824 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
825 M: Peter Maydell <peter.maydell@linaro.org>
826 S: Maintained
827 F: hw/arm/msf2-som.c
829 ASPEED BMCs
830 M: Cédric Le Goater <clg@kaod.org>
831 M: Peter Maydell <peter.maydell@linaro.org>
832 R: Andrew Jeffery <andrew@aj.id.au>
833 R: Joel Stanley <joel@jms.id.au>
834 L: qemu-arm@nongnu.org
835 S: Maintained
836 F: hw/*/*aspeed*
837 F: hw/misc/pca9552.c
838 F: include/hw/*/*aspeed*
839 F: include/hw/misc/pca9552*.h
840 F: hw/net/ftgmac100.c
841 F: include/hw/net/ftgmac100.h
843 NRF51
844 M: Joel Stanley <joel@jms.id.au>
845 M: Peter Maydell <peter.maydell@linaro.org>
846 L: qemu-arm@nongnu.org
847 S: Maintained
848 F: hw/*/nrf51*.c
849 F: hw/*/microbit*.c
850 F: include/hw/*/nrf51*.h
851 F: include/hw/*/microbit*.h
852 F: tests/microbit-test.c
854 CRIS Machines
855 -------------
856 Axis Dev88
857 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
858 S: Maintained
859 F: hw/cris/axis_dev88.c
860 F: hw/*/etraxfs_*.c
862 HP-PARISC Machines
863 ------------------
864 Dino
865 M: Richard Henderson <rth@twiddle.net>
866 R: Helge Deller <deller@gmx.de>
867 S: Odd Fixes
868 F: hw/hppa/
869 F: pc-bios/hppa-firmware.img
871 LM32 Machines
872 -------------
873 EVR32 and uclinux BSP
874 M: Michael Walle <michael@walle.cc>
875 S: Maintained
876 F: hw/lm32/lm32_boards.c
878 milkymist
879 M: Michael Walle <michael@walle.cc>
880 S: Maintained
881 F: hw/lm32/milkymist.c
883 M68K Machines
884 -------------
885 an5206
886 M: Thomas Huth <huth@tuxfamily.org>
887 S: Odd Fixes
888 F: hw/m68k/an5206.c
889 F: hw/m68k/mcf5206.c
891 mcf5208
892 M: Thomas Huth <huth@tuxfamily.org>
893 S: Odd Fixes
894 F: hw/m68k/mcf5208.c
895 F: hw/m68k/mcf_intc.c
896 F: hw/char/mcf_uart.c
897 F: hw/net/mcf_fec.c
898 F: include/hw/m68k/mcf*.h
900 MicroBlaze Machines
901 -------------------
902 petalogix_s3adsp1800
903 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
904 S: Maintained
905 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
906 F: include/hw/char/xilinx_uartlite.h
908 petalogix_ml605
909 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
910 S: Maintained
911 F: hw/microblaze/petalogix_ml605_mmu.c
913 MIPS Machines
914 -------------
915 Jazz
916 M: Hervé Poussineau <hpoussin@reactos.org>
917 R: Aleksandar Rikalo <arikalo@wavecomp.com>
918 S: Maintained
919 F: hw/mips/mips_jazz.c
920 F: hw/display/jazz_led.c
921 F: hw/dma/rc4030.c
923 Malta
924 M: Aurelien Jarno <aurelien@aurel32.net>
925 R: Aleksandar Rikalo <arikalo@wavecomp.com>
926 S: Maintained
927 F: hw/mips/mips_malta.c
929 Mipssim
930 M: Aleksandar Markovic <amarkovic@wavecomp.com>
931 R: Aleksandar Rikalo <arikalo@wavecomp.com>
932 S: Odd Fixes
933 F: hw/mips/mips_mipssim.c
934 F: hw/net/mipsnet.c
936 R4000
937 M: Aurelien Jarno <aurelien@aurel32.net>
938 R: Aleksandar Rikalo <arikalo@wavecomp.com>
939 S: Maintained
940 F: hw/mips/mips_r4k.c
942 Fulong 2E
943 M: Aleksandar Markovic <amarkovic@wavecomp.com>
944 R: Aleksandar Rikalo <arikalo@wavecomp.com>
945 S: Odd Fixes
946 F: hw/mips/mips_fulong2e.c
947 F: hw/isa/vt82c686.c
948 F: hw/pci-host/bonito.c
949 F: include/hw/isa/vt82c686.h
951 Boston
952 M: Paul Burton <pburton@wavecomp.com>
953 R: Aleksandar Rikalo <arikalo@wavecomp.com>
954 S: Maintained
955 F: hw/core/loader-fit.c
956 F: hw/mips/boston.c
957 F: hw/pci-host/xilinx-pcie.c
958 F: include/hw/pci-host/xilinx-pcie.h
960 OpenRISC Machines
961 -----------------
962 or1k-sim
963 M: Jia Liu <proljc@gmail.com>
964 S: Maintained
965 F: hw/openrisc/openrisc_sim.c
967 PowerPC Machines
968 ----------------
970 M: David Gibson <david@gibson.dropbear.id.au>
971 L: qemu-ppc@nongnu.org
972 S: Odd Fixes
973 F: hw/ppc/ppc405_boards.c
975 Bamboo
976 M: David Gibson <david@gibson.dropbear.id.au>
977 L: qemu-ppc@nongnu.org
978 S: Odd Fixes
979 F: hw/ppc/ppc440_bamboo.c
981 e500
982 M: David Gibson <david@gibson.dropbear.id.au>
983 L: qemu-ppc@nongnu.org
984 S: Odd Fixes
985 F: hw/ppc/e500*
986 F: hw/gpio/mpc8xxx.c
987 F: hw/net/fsl_etsec/
988 F: hw/pci-host/ppce500.c
989 F: include/hw/ppc/ppc_e500.h
990 F: include/hw/pci-host/ppce500.h
991 F: pc-bios/u-boot.e500
993 mpc8544ds
994 M: David Gibson <david@gibson.dropbear.id.au>
995 L: qemu-ppc@nongnu.org
996 S: Odd Fixes
997 F: hw/ppc/mpc8544ds.c
998 F: hw/ppc/mpc8544_guts.c
1000 New World (mac99)
1001 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1002 R: David Gibson <david@gibson.dropbear.id.au>
1003 L: qemu-ppc@nongnu.org
1004 S: Odd Fixes
1005 F: hw/ppc/mac_newworld.c
1006 F: hw/pci-host/uninorth.c
1007 F: hw/pci-bridge/dec.[hc]
1008 F: hw/misc/macio/
1009 F: hw/misc/mos6522.c
1010 F: hw/nvram/mac_nvram.c
1011 F: hw/input/adb*
1012 F: include/hw/misc/macio/
1013 F: include/hw/misc/mos6522.h
1014 F: include/hw/ppc/mac_dbdma.h
1015 F: include/hw/pci-host/uninorth.h
1016 F: include/hw/input/adb*
1017 F: pc-bios/qemu_vga.ndrv
1019 Old World (g3beige)
1020 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1021 R: David Gibson <david@gibson.dropbear.id.au>
1022 L: qemu-ppc@nongnu.org
1023 S: Odd Fixes
1024 F: hw/ppc/mac_oldworld.c
1025 F: hw/pci-host/grackle.c
1026 F: hw/misc/macio/
1027 F: hw/intc/heathrow_pic.c
1028 F: hw/input/adb*
1029 F: include/hw/intc/heathrow_pic.h
1030 F: include/hw/input/adb*
1031 F: pc-bios/qemu_vga.ndrv
1033 PReP
1034 M: Hervé Poussineau <hpoussin@reactos.org>
1035 L: qemu-devel@nongnu.org
1036 L: qemu-ppc@nongnu.org
1037 S: Maintained
1038 F: hw/ppc/prep.c
1039 F: hw/ppc/prep_systemio.c
1040 F: hw/ppc/rs6000_mc.c
1041 F: hw/pci-host/prep.[hc]
1042 F: hw/isa/i82378.c
1043 F: hw/isa/pc87312.c
1044 F: hw/dma/i82374.c
1045 F: hw/timer/m48t59-isa.c
1046 F: include/hw/isa/pc87312.h
1047 F: include/hw/timer/m48t59.h
1048 F: pc-bios/ppc_rom.bin
1050 sPAPR
1051 M: David Gibson <david@gibson.dropbear.id.au>
1052 L: qemu-ppc@nongnu.org
1053 S: Supported
1054 F: hw/*/spapr*
1055 F: include/hw/*/spapr*
1056 F: hw/*/xics*
1057 F: include/hw/*/xics*
1058 F: pc-bios/spapr-rtas/*
1059 F: pc-bios/spapr-rtas.bin
1060 F: pc-bios/slof.bin
1061 F: pc-bios/skiboot.lid
1062 F: docs/specs/ppc-spapr-hcalls.txt
1063 F: docs/specs/ppc-spapr-hotplug.txt
1064 F: tests/spapr*
1065 F: tests/libqos/*spapr*
1066 F: tests/rtas*
1067 F: tests/libqos/rtas*
1069 virtex_ml507
1070 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1071 L: qemu-ppc@nongnu.org
1072 S: Odd Fixes
1073 F: hw/ppc/virtex_ml507.c
1075 sam460ex
1076 M: BALATON Zoltan <balaton@eik.bme.hu>
1077 L: qemu-ppc@nongnu.org
1078 S: Maintained
1079 F: hw/ppc/sam460ex.c
1080 F: hw/ppc/ppc440_pcix.c
1081 F: hw/display/sm501*
1082 F: hw/ide/sii3112.c
1083 F: hw/timer/m41t80.c
1084 F: pc-bios/canyonlands.dt[sb]
1085 F: pc-bios/u-boot-sam460ex-20100605.bin
1086 F: roms/u-boot-sam460ex
1088 SH4 Machines
1089 ------------
1091 M: Magnus Damm <magnus.damm@gmail.com>
1092 S: Maintained
1093 F: hw/sh4/r2d.c
1094 F: hw/intc/sh_intc.c
1095 F: hw/timer/sh_timer.c
1097 Shix
1098 M: Magnus Damm <magnus.damm@gmail.com>
1099 S: Odd Fixes
1100 F: hw/sh4/shix.c
1102 SPARC Machines
1103 --------------
1104 Sun4m
1105 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1106 S: Maintained
1107 F: hw/sparc/sun4m.c
1108 F: hw/sparc/sun4m_iommu.c
1109 F: hw/display/cg3.c
1110 F: hw/display/tcx.c
1111 F: hw/dma/sparc32_dma.c
1112 F: hw/misc/eccmemctl.c
1113 F: hw/*/slavio_*.c
1114 F: include/hw/nvram/sun_nvram.h
1115 F: include/hw/sparc/sparc32_dma.h
1116 F: include/hw/sparc/sun4m_iommu.h
1117 F: pc-bios/openbios-sparc32
1119 Sun4u
1120 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1121 S: Maintained
1122 F: hw/sparc64/sun4u.c
1123 F: hw/sparc64/sun4u_iommu.c
1124 F: include/hw/sparc/sun4u_iommu.h
1125 F: hw/pci-host/sabre.c
1126 F: include/hw/pci-host/sabre.h
1127 F: hw/pci-bridge/simba.c
1128 F: include/hw/pci-bridge/simba.h
1129 F: pc-bios/openbios-sparc64
1131 Sun4v
1132 M: Artyom Tarasenko <atar4qemu@gmail.com>
1133 S: Maintained
1134 F: hw/sparc64/niagara.c
1135 F: hw/timer/sun4v-rtc.c
1136 F: include/hw/timer/sun4v-rtc.h
1138 Leon3
1139 M: Fabien Chouteau <chouteau@adacore.com>
1140 S: Maintained
1141 F: hw/sparc/leon3.c
1142 F: hw/*/grlib*
1143 F: include/hw/sparc/grlib.h
1145 S390 Machines
1146 -------------
1147 S390 Virtio-ccw
1148 M: Cornelia Huck <cohuck@redhat.com>
1149 M: Halil Pasic <pasic@linux.ibm.com>
1150 M: Christian Borntraeger <borntraeger@de.ibm.com>
1151 S: Supported
1152 F: hw/char/sclp*.[hc]
1153 F: hw/char/terminal3270.c
1154 F: hw/s390x/
1155 F: include/hw/s390x/
1156 F: hw/watchdog/wdt_diag288.c
1157 F: include/hw/watchdog/wdt_diag288.h
1158 F: default-configs/s390x-softmmu.mak
1159 T: git https://github.com/cohuck/qemu.git s390-next
1160 T: git https://github.com/borntraeger/qemu.git s390-next
1161 L: qemu-s390x@nongnu.org
1163 S390-ccw boot
1164 M: Christian Borntraeger <borntraeger@de.ibm.com>
1165 M: Thomas Huth <thuth@redhat.com>
1166 S: Supported
1167 F: hw/s390x/ipl.*
1168 F: pc-bios/s390-ccw/
1169 F: pc-bios/s390-ccw.img
1170 T: git https://github.com/borntraeger/qemu.git s390-next
1171 L: qemu-s390x@nongnu.org
1173 S390 PCI
1174 M: Collin Walling <walling@linux.ibm.com>
1175 S: Supported
1176 F: hw/s390x/s390-pci*
1177 L: qemu-s390x@nongnu.org
1179 UniCore32 Machines
1180 -------------
1181 PKUnity-3 SoC initramfs-with-busybox
1182 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1183 S: Maintained
1184 F: hw/*/puv3*
1185 F: hw/unicore32/
1187 X86 Machines
1188 ------------
1190 M: Michael S. Tsirkin <mst@redhat.com>
1191 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1192 S: Supported
1193 F: include/hw/i386/
1194 F: hw/i386/
1195 F: hw/pci-host/piix.c
1196 F: hw/pci-host/q35.c
1197 F: hw/pci-host/pam.c
1198 F: include/hw/pci-host/q35.h
1199 F: include/hw/pci-host/pam.h
1200 F: hw/isa/piix4.c
1201 F: hw/isa/lpc_ich9.c
1202 F: hw/i2c/smbus_ich9.c
1203 F: hw/acpi/piix4.c
1204 F: hw/acpi/ich9.c
1205 F: include/hw/acpi/ich9.h
1206 F: include/hw/acpi/piix4.h
1207 F: hw/misc/sga.c
1208 F: hw/isa/apm.c
1209 F: include/hw/isa/apm.h
1210 F: tests/test-x86-cpuid.c
1211 F: tests/test-x86-cpuid-compat.c
1213 PC Chipset
1214 M: Michael S. Tsirkin <mst@redhat.com>
1215 M: Paolo Bonzini <pbonzini@redhat.com>
1216 S: Supported
1217 F: hw/char/debugcon.c
1218 F: hw/char/parallel*
1219 F: hw/char/serial*
1220 F: hw/dma/i8257*
1221 F: hw/i2c/pm_smbus.c
1222 F: hw/input/pckbd.c
1223 F: hw/intc/apic*
1224 F: hw/intc/ioapic*
1225 F: hw/intc/i8259*
1226 F: hw/isa/isa-superio.c
1227 F: hw/misc/debugexit.c
1228 F: hw/misc/pc-testdev.c
1229 F: hw/timer/hpet*
1230 F: hw/timer/i8254*
1231 F: hw/timer/mc146818rtc*
1232 F: hw/watchdog/wdt_ib700.c
1233 F: hw/watchdog/wdt_i6300esb.c
1234 F: include/hw/display/vga.h
1235 F: include/hw/char/parallel.h
1236 F: include/hw/dma/i8257.h
1237 F: include/hw/i2c/pm_smbus.h
1238 F: include/hw/input/i8042.h
1239 F: include/hw/isa/i8259_internal.h
1240 F: include/hw/isa/superio.h
1241 F: include/hw/timer/hpet.h
1242 F: include/hw/timer/i8254*
1243 F: include/hw/timer/mc146818rtc*
1245 Machine core
1246 M: Eduardo Habkost <ehabkost@redhat.com>
1247 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1248 S: Supported
1249 F: hw/core/machine.c
1250 F: hw/core/null-machine.c
1251 F: hw/cpu/cluster.c
1252 F: include/hw/boards.h
1253 F: include/hw/cpu/cluster.h
1254 T: git https://github.com/ehabkost/qemu.git machine-next
1256 Xtensa Machines
1257 ---------------
1259 M: Max Filippov <jcmvbkbc@gmail.com>
1260 S: Maintained
1261 F: hw/xtensa/sim.c
1263 XTFPGA (LX60, LX200, ML605, KC705)
1264 M: Max Filippov <jcmvbkbc@gmail.com>
1265 S: Maintained
1266 F: hw/xtensa/xtfpga.c
1267 F: hw/net/opencores_eth.c
1269 Devices
1270 -------
1272 M: Jiri Slaby <jslaby@suse.cz>
1273 S: Maintained
1274 F: hw/misc/edu.c
1277 M: John Snow <jsnow@redhat.com>
1278 L: qemu-block@nongnu.org
1279 S: Supported
1280 F: include/hw/ide.h
1281 F: include/hw/ide/
1282 F: hw/ide/
1283 F: hw/block/block.c
1284 F: hw/block/cdrom.c
1285 F: hw/block/hd-geometry.c
1286 F: tests/ide-test.c
1287 F: tests/ahci-test.c
1288 F: tests/cdrom-test.c
1289 F: tests/libqos/ahci*
1290 T: git https://github.com/jnsnow/qemu.git ide
1292 IPMI
1293 M: Corey Minyard <minyard@acm.org>
1294 S: Maintained
1295 F: include/hw/ipmi/*
1296 F: hw/ipmi/*
1297 F: hw/smbios/smbios_type_38.c
1298 F: tests/ipmi*
1299 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1301 Floppy
1302 M: John Snow <jsnow@redhat.com>
1303 L: qemu-block@nongnu.org
1304 S: Supported
1305 F: hw/block/fdc.c
1306 F: include/hw/block/fdc.h
1307 F: tests/fdc-test.c
1308 T: git https://github.com/jnsnow/qemu.git ide
1310 OMAP
1311 M: Peter Maydell <peter.maydell@linaro.org>
1312 S: Maintained
1313 F: hw/*/omap*
1314 F: include/hw/arm/omap.h
1316 IPack
1317 M: Alberto Garcia <berto@igalia.com>
1318 S: Odd Fixes
1319 F: hw/char/ipoctal232.c
1320 F: hw/ipack/
1323 M: Michael S. Tsirkin <mst@redhat.com>
1324 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1325 S: Supported
1326 F: include/hw/pci/*
1327 F: hw/misc/pci-testdev.c
1328 F: hw/pci/*
1329 F: hw/pci-bridge/*
1330 F: docs/pci*
1331 F: docs/specs/*pci*
1332 F: default-configs/pci.mak
1334 ACPI/SMBIOS
1335 M: Michael S. Tsirkin <mst@redhat.com>
1336 M: Igor Mammedov <imammedo@redhat.com>
1337 S: Supported
1338 F: include/hw/acpi/*
1339 F: include/hw/firmware/smbios.h
1340 F: hw/mem/*
1341 F: hw/acpi/*
1342 F: hw/smbios/*
1343 F: hw/i386/acpi-build.[hc]
1344 F: hw/arm/virt-acpi-build.c
1345 F: tests/bios-tables-test.c
1346 F: tests/acpi-utils.[hc]
1347 F: tests/data/acpi/
1349 ppc4xx
1350 M: David Gibson <david@gibson.dropbear.id.au>
1351 L: qemu-ppc@nongnu.org
1352 S: Odd Fixes
1353 F: hw/ppc/ppc4*.c
1354 F: hw/i2c/ppc4xx_i2c.c
1355 F: include/hw/ppc/ppc4xx.h
1356 F: include/hw/i2c/ppc4xx_i2c.h
1358 Character devices
1359 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1360 R: Paolo Bonzini <pbonzini@redhat.com>
1361 S: Odd Fixes
1362 F: hw/char/
1364 Network devices
1365 M: Jason Wang <jasowang@redhat.com>
1366 S: Odd Fixes
1367 F: hw/net/
1368 F: include/hw/net/
1369 F: tests/virtio-net-test.c
1370 T: git https://github.com/jasowang/qemu.git net
1372 SCSI
1373 M: Paolo Bonzini <pbonzini@redhat.com>
1374 R: Fam Zheng <fam@euphon.net>
1375 S: Supported
1376 F: include/hw/scsi/*
1377 F: hw/scsi/*
1378 F: tests/virtio-scsi-test.c
1379 T: git https://github.com/bonzini/qemu.git scsi-next
1382 M: Alistair Francis <alistair@alistair23.me>
1383 S: Maintained
1384 F: hw/ssi/*
1385 F: hw/block/m25p80.c
1386 F: include/hw/ssi/ssi.h
1387 X: hw/ssi/xilinx_*
1388 F: tests/m25p80-test.c
1390 Xilinx SPI
1391 M: Alistair Francis <alistair@alistair23.me>
1392 S: Maintained
1393 F: hw/ssi/xilinx_*
1395 SD (Secure Card)
1396 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1397 S: Odd Fixes
1398 F: include/hw/sd/sd*
1399 F: hw/sd/core.c
1400 F: hw/sd/sd*
1401 F: tests/sd*
1404 M: Gerd Hoffmann <kraxel@redhat.com>
1405 S: Maintained
1406 F: hw/usb/*
1407 F: tests/usb-*-test.c
1408 F: docs/usb2.txt
1409 F: docs/usb-storage.txt
1410 F: include/hw/usb.h
1411 F: include/hw/usb/
1412 F: default-configs/usb.mak
1414 USB (serial adapter)
1415 M: Gerd Hoffmann <kraxel@redhat.com>
1416 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1417 S: Maintained
1418 F: hw/usb/dev-serial.c
1420 VFIO
1421 M: Alex Williamson <alex.williamson@redhat.com>
1422 S: Supported
1423 F: hw/vfio/*
1424 F: include/hw/vfio/
1426 vfio-ccw
1427 M: Cornelia Huck <cohuck@redhat.com>
1428 M: Eric Farman <farman@linux.ibm.com>
1429 M: Farhan Ali <alifm@linux.ibm.com>
1430 S: Supported
1431 F: hw/vfio/ccw.c
1432 F: hw/s390x/s390-ccw.c
1433 F: include/hw/s390x/s390-ccw.h
1434 T: git https://github.com/cohuck/qemu.git s390-next
1435 L: qemu-s390x@nongnu.org
1437 vfio-ap
1438 M: Christian Borntraeger <borntraeger@de.ibm.com>
1439 M: Tony Krowiak <akrowiak@linux.ibm.com>
1440 M: Halil Pasic <pasic@linux.ibm.com>
1441 M: Pierre Morel <pmorel@linux.ibm.com>
1442 S: Supported
1443 F: hw/s390x/ap-device.c
1444 F: hw/s390x/ap-bridge.c
1445 F: include/hw/s390x/ap-device.h
1446 F: include/hw/s390x/ap-bridge.h
1447 F: hw/vfio/ap.c
1448 F: docs/vfio-ap.txt
1449 L: qemu-s390x@nongnu.org
1451 vhost
1452 M: Michael S. Tsirkin <mst@redhat.com>
1453 S: Supported
1454 F: hw/*/*vhost*
1455 F: docs/interop/vhost-user.txt
1456 F: contrib/vhost-user-*/
1458 virtio
1459 M: Michael S. Tsirkin <mst@redhat.com>
1460 S: Supported
1461 F: hw/*/virtio*
1462 F: hw/virtio/Makefile.objs
1463 F: hw/virtio/trace-events
1464 F: net/vhost-user.c
1465 F: include/hw/virtio/
1466 F: tests/virtio-balloon-test.c
1468 virtio-9p
1469 M: Greg Kurz <groug@kaod.org>
1470 S: Supported
1471 F: hw/9pfs/
1472 F: fsdev/
1473 F: tests/virtio-9p-test.c
1474 T: git https://github.com/gkurz/qemu.git 9p-next
1476 virtio-blk
1477 M: Stefan Hajnoczi <stefanha@redhat.com>
1478 L: qemu-block@nongnu.org
1479 S: Supported
1480 F: hw/block/virtio-blk.c
1481 F: hw/block/dataplane/*
1482 F: tests/virtio-blk-test.c
1483 T: git https://github.com/stefanha/qemu.git block
1485 virtio-ccw
1486 M: Cornelia Huck <cohuck@redhat.com>
1487 M: Halil Pasic <pasic@linux.ibm.com>
1488 S: Supported
1489 F: hw/s390x/virtio-ccw*.[hc]
1490 F: hw/s390x/vhost-vsock-ccw.c
1491 T: git https://github.com/cohuck/qemu.git s390-next
1492 T: git https://github.com/borntraeger/qemu.git s390-next
1493 L: qemu-s390x@nongnu.org
1495 virtio-input
1496 M: Gerd Hoffmann <kraxel@redhat.com>
1497 S: Maintained
1498 F: hw/input/virtio-input*.c
1499 F: include/hw/virtio/virtio-input.h
1501 virtio-serial
1502 M: Amit Shah <amit@kernel.org>
1503 S: Supported
1504 F: hw/char/virtio-serial-bus.c
1505 F: hw/char/virtio-console.c
1506 F: include/hw/virtio/virtio-serial.h
1507 F: tests/virtio-console-test.c
1508 F: tests/virtio-serial-test.c
1510 virtio-rng
1511 M: Amit Shah <amit@kernel.org>
1512 S: Supported
1513 F: hw/virtio/virtio-rng.c
1514 F: include/hw/virtio/virtio-rng.h
1515 F: include/sysemu/rng*.h
1516 F: backends/rng*.c
1517 F: tests/virtio-rng-test.c
1519 virtio-crypto
1520 M: Gonglei <arei.gonglei@huawei.com>
1521 S: Supported
1522 F: hw/virtio/virtio-crypto.c
1523 F: hw/virtio/virtio-crypto-pci.c
1524 F: include/hw/virtio/virtio-crypto.h
1526 nvme
1527 M: Keith Busch <keith.busch@intel.com>
1528 L: qemu-block@nongnu.org
1529 S: Supported
1530 F: hw/block/nvme*
1531 F: tests/nvme-test.c
1533 megasas
1534 M: Hannes Reinecke <hare@suse.com>
1535 L: qemu-block@nongnu.org
1536 S: Supported
1537 F: hw/scsi/megasas.c
1538 F: hw/scsi/mfi.h
1539 F: tests/megasas-test.c
1541 Network packet abstractions
1542 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1543 S: Maintained
1544 F: include/net/eth.h
1545 F: net/eth.c
1546 F: hw/net/net_rx_pkt*
1547 F: hw/net/net_tx_pkt*
1549 Vmware
1550 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1551 S: Maintained
1552 F: hw/net/vmxnet*
1553 F: hw/scsi/vmw_pvscsi*
1554 F: tests/vmxnet3-test.c
1556 Rocker
1557 M: Jiri Pirko <jiri@resnulli.us>
1558 S: Maintained
1559 F: hw/net/rocker/
1560 F: tests/rocker/
1561 F: docs/specs/rocker.txt
1563 NVDIMM
1564 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1565 S: Maintained
1566 F: hw/acpi/nvdimm.c
1567 F: hw/mem/nvdimm.c
1568 F: include/hw/mem/nvdimm.h
1569 F: docs/nvdimm.txt
1571 e1000x
1572 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1573 S: Maintained
1574 F: hw/net/e1000x*
1576 e1000e
1577 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1578 S: Maintained
1579 F: hw/net/e1000e*
1581 eepro100
1582 M: Stefan Weil <sw@weilnetz.de>
1583 S: Maintained
1584 F: hw/net/eepro100.c
1586 Generic Loader
1587 M: Alistair Francis <alistair@alistair23.me>
1588 S: Maintained
1589 F: hw/core/generic-loader.c
1590 F: include/hw/core/generic-loader.h
1591 F: docs/generic-loader.txt
1593 Intel Hexadecimal Object File Loader
1594 M: Su Hang <suhang16@mails.ucas.ac.cn>
1595 S: Maintained
1596 F: tests/hexloader-test.c
1597 F: tests/data/hex-loader/test.hex
1599 CHRP NVRAM
1600 M: Thomas Huth <thuth@redhat.com>
1601 S: Maintained
1602 F: hw/nvram/chrp_nvram.c
1603 F: include/hw/nvram/chrp_nvram.h
1604 F: tests/prom-env-test.c
1606 VM Generation ID
1607 M: Ben Warren <ben@skyportsystems.com>
1608 S: Maintained
1609 F: hw/acpi/vmgenid.c
1610 F: include/hw/acpi/vmgenid.h
1611 F: docs/specs/vmgenid.txt
1612 F: tests/vmgenid-test.c
1613 F: stubs/vmgenid.c
1615 Unimplemented device
1616 M: Peter Maydell <peter.maydell@linaro.org>
1617 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1618 S: Maintained
1619 F: include/hw/misc/unimp.h
1620 F: hw/misc/unimp.c
1622 Standard VGA
1623 M: Gerd Hoffmann <kraxel@redhat.com>
1624 S: Maintained
1625 F: hw/display/vga*
1626 F: hw/display/bochs-display.c
1627 F: include/hw/display/vga.h
1628 F: include/hw/display/bochs-vbe.h
1630 ramfb
1631 M: Gerd Hoffmann <kraxel@redhat.com>
1632 S: Maintained
1633 F: hw/display/ramfb*.c
1634 F: include/hw/display/ramfb.h
1636 virtio-gpu
1637 M: Gerd Hoffmann <kraxel@redhat.com>
1638 S: Maintained
1639 F: hw/display/virtio-gpu*
1640 F: hw/display/virtio-vga.c
1641 F: include/hw/virtio/virtio-gpu.h
1643 Cirrus VGA
1644 M: Gerd Hoffmann <kraxel@redhat.com>
1645 S: Odd Fixes
1646 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1647 F: hw/display/cirrus*
1649 EDID Generator
1650 M: Gerd Hoffmann <kraxel@redhat.com>
1651 S: Maintained
1652 F: hw/display/edid*
1653 F: include/hw/display/edid.h
1654 F: qemu-edid.c
1656 Firmware configuration (fw_cfg)
1657 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1658 R: Laszlo Ersek <lersek@redhat.com>
1659 R: Gerd Hoffmann <kraxel@redhat.com>
1660 S: Supported
1661 F: docs/specs/fw_cfg.txt
1662 F: hw/nvram/fw_cfg.c
1663 F: include/hw/nvram/fw_cfg.h
1664 F: include/standard-headers/linux/qemu_fw_cfg.h
1665 F: tests/libqos/fw_cfg.c
1666 F: tests/fw_cfg-test.c
1667 T: git https://github.com/philmd/qemu.git fw_cfg-next
1669 XIVE
1670 M: David Gibson <david@gibson.dropbear.id.au>
1671 M: Cédric Le Goater <clg@kaod.org>
1672 L: qemu-ppc@nongnu.org
1673 S: Supported
1674 F: hw/*/*xive*
1675 F: include/hw/*/*xive*
1677 Subsystems
1678 ----------
1679 Audio
1680 M: Gerd Hoffmann <kraxel@redhat.com>
1681 S: Maintained
1682 F: audio/
1683 F: hw/audio/
1684 F: include/hw/audio/
1685 F: tests/ac97-test.c
1686 F: tests/es1370-test.c
1687 F: tests/intel-hda-test.c
1689 Block layer core
1690 M: Kevin Wolf <kwolf@redhat.com>
1691 M: Max Reitz <mreitz@redhat.com>
1692 L: qemu-block@nongnu.org
1693 S: Supported
1694 F: block*
1695 F: block/
1696 F: hw/block/
1697 F: include/block/
1698 F: qemu-img*
1699 F: qemu-io*
1700 F: tests/qemu-iotests/
1701 F: util/qemu-progress.c
1702 F: qobject/block-qdict.c
1703 F: tests/check-block-qdict.c
1704 T: git https://repo.or.cz/qemu/kevin.git block
1706 Block I/O path
1707 M: Stefan Hajnoczi <stefanha@redhat.com>
1708 M: Fam Zheng <fam@euphon.net>
1709 L: qemu-block@nongnu.org
1710 S: Supported
1711 F: util/async.c
1712 F: util/aio-*.c
1713 F: block/io.c
1714 F: migration/block*
1715 F: include/block/aio.h
1716 F: include/block/aio-wait.h
1717 F: scripts/qemugdb/aio.py
1718 T: git https://github.com/stefanha/qemu.git block
1720 Block SCSI subsystem
1721 M: Paolo Bonzini <pbonzini@redhat.com>
1722 R: Fam Zheng <fam@euphon.net>
1723 L: qemu-block@nongnu.org
1724 S: Supported
1725 F: include/scsi/*
1726 F: scsi/*
1728 Block Jobs
1729 M: John Snow <jsnow@redhat.com>
1730 L: qemu-block@nongnu.org
1731 S: Supported
1732 F: blockjob.c
1733 F: include/block/blockjob.h
1734 F: job.c
1735 F: job-qmp.c
1736 F: include/qemu/job.h
1737 F: block/backup.c
1738 F: block/commit.c
1739 F: block/stream.c
1740 F: block/mirror.c
1741 F: qapi/job.json
1742 T: git https://github.com/jnsnow/qemu.git jobs
1744 Block QAPI, monitor, command line
1745 M: Markus Armbruster <armbru@redhat.com>
1746 S: Supported
1747 F: blockdev.c
1748 F: block/qapi.c
1749 F: qapi/block*.json
1750 F: qapi/transaction.json
1751 T: git https://repo.or.cz/qemu/armbru.git block-next
1753 Dirty Bitmaps
1754 M: Fam Zheng <fam@euphon.net>
1755 M: John Snow <jsnow@redhat.com>
1756 L: qemu-block@nongnu.org
1757 S: Supported
1758 F: util/hbitmap.c
1759 F: block/dirty-bitmap.c
1760 F: include/qemu/hbitmap.h
1761 F: include/block/dirty-bitmap.h
1762 F: tests/test-hbitmap.c
1763 F: docs/interop/bitmaps.rst
1764 T: git https://github.com/famz/qemu.git bitmaps
1765 T: git https://github.com/jnsnow/qemu.git bitmaps
1767 Character device backends
1768 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1769 R: Paolo Bonzini <pbonzini@redhat.com>
1770 S: Maintained
1771 F: chardev/
1772 F: include/chardev/
1773 F: qapi/char.json
1775 Character Devices (Braille)
1776 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1777 S: Maintained
1778 F: chardev/baum.c
1780 Command line option argument parsing
1781 M: Markus Armbruster <armbru@redhat.com>
1782 S: Supported
1783 F: include/qemu/option.h
1784 F: tests/test-keyval.c
1785 F: tests/test-qemu-opts.c
1786 F: util/keyval.c
1787 F: util/qemu-option.c
1789 Coverity model
1790 M: Markus Armbruster <armbru@redhat.com>
1791 S: Supported
1792 F: scripts/coverity-model.c
1795 L: qemu-devel@nongnu.org
1796 S: Supported
1797 F: qom/cpu.c
1798 F: include/qom/cpu.h
1800 Device Tree
1801 M: Alexander Graf <agraf@suse.de>
1802 S: Maintained
1803 F: device_tree.c
1804 F: include/sysemu/device_tree.h
1806 Dump
1807 S: Supported
1808 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1809 F: dump.c
1810 F: hw/misc/vmcoreinfo.c
1811 F: include/hw/misc/vmcoreinfo.h
1812 F: include/sysemu/dump-arch.h
1813 F: include/sysemu/dump.h
1814 F: scripts/dump-guest-memory.py
1815 F: stubs/dump.c
1817 Error reporting
1818 M: Markus Armbruster <armbru@redhat.com>
1819 S: Supported
1820 F: include/qapi/error.h
1821 F: include/qemu/error-report.h
1822 F: util/error.c
1823 F: util/qemu-error.c
1825 GDB stub
1826 S: Orphan
1827 F: gdbstub*
1828 F: gdb-xml/
1830 Memory API
1831 M: Paolo Bonzini <pbonzini@redhat.com>
1832 S: Supported
1833 F: include/exec/ioport.h
1834 F: ioport.c
1835 F: include/exec/memory.h
1836 F: include/exec/ram_addr.h
1837 F: memory.c
1838 F: include/exec/memory-internal.h
1839 F: exec.c
1841 SPICE
1842 M: Gerd Hoffmann <kraxel@redhat.com>
1843 S: Supported
1844 F: include/ui/qemu-spice.h
1845 F: include/ui/spice-display.h
1846 F: ui/spice-*.c
1847 F: audio/spiceaudio.c
1848 F: hw/display/qxl*
1849 F: qapi/ui.json
1850 F: docs/spice-port-fqdn.txt
1852 Graphics
1853 M: Gerd Hoffmann <kraxel@redhat.com>
1854 S: Odd Fixes
1855 F: ui/
1856 F: include/ui/
1857 F: qapi/ui.json
1858 F: util/drm.c
1860 Cocoa graphics
1861 M: Peter Maydell <peter.maydell@linaro.org>
1862 S: Odd Fixes
1863 F: ui/cocoa.m
1865 Main loop
1866 M: Paolo Bonzini <pbonzini@redhat.com>
1867 S: Maintained
1868 F: cpus.c
1869 F: util/main-loop.c
1870 F: util/qemu-timer.c
1871 F: vl.c
1872 F: qapi/run-state.json
1874 Human Monitor (HMP)
1875 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1876 S: Maintained
1877 F: monitor.c
1878 F: hmp.[ch]
1879 F: hmp-commands*.hx
1880 F: include/monitor/hmp-target.h
1881 F: tests/test-hmp.c
1883 Network device backends
1884 M: Jason Wang <jasowang@redhat.com>
1885 S: Maintained
1886 F: net/
1887 F: include/net/
1888 T: git https://github.com/jasowang/qemu.git net
1889 F: qapi/net.json
1891 Netmap network backend
1892 M: Luigi Rizzo <rizzo@iet.unipi.it>
1893 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1894 M: Vincenzo Maffione <v.maffione@gmail.com>
1895 W: http://info.iet.unipi.it/~luigi/netmap/
1896 S: Maintained
1897 F: net/netmap.c
1899 NUMA
1900 M: Eduardo Habkost <ehabkost@redhat.com>
1901 S: Maintained
1902 F: numa.c
1903 F: include/sysemu/numa.h
1904 T: git https://github.com/ehabkost/qemu.git machine-next
1906 Host Memory Backends
1907 M: Eduardo Habkost <ehabkost@redhat.com>
1908 M: Igor Mammedov <imammedo@redhat.com>
1909 S: Maintained
1910 F: backends/hostmem*.c
1911 F: include/sysemu/hostmem.h
1912 T: git https://github.com/ehabkost/qemu.git machine-next
1914 Cryptodev Backends
1915 M: Gonglei <arei.gonglei@huawei.com>
1916 S: Maintained
1917 F: include/sysemu/cryptodev*.h
1918 F: backends/cryptodev*.c
1920 Python scripts
1921 M: Eduardo Habkost <ehabkost@redhat.com>
1922 M: Cleber Rosa <crosa@redhat.com>
1923 S: Odd fixes
1924 F: scripts/qmp/*
1925 F: scripts/*.py
1926 F: tests/*.py
1928 QAPI
1929 M: Markus Armbruster <armbru@redhat.com>
1930 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1931 S: Supported
1932 F: qapi/
1933 X: qapi/*.json
1934 F: include/qapi/
1935 X: include/qapi/qmp/
1936 F: include/qapi/qmp/dispatch.h
1937 F: tests/qapi-schema/
1938 F: tests/test-*-visitor.c
1939 F: tests/test-qapi-*.c
1940 F: tests/test-qmp-*.c
1941 F: tests/test-visitor-serialization.c
1942 F: scripts/qapi-gen.py
1943 F: scripts/qapi/*
1944 F: docs/devel/qapi*
1945 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1947 QAPI Schema
1948 M: Eric Blake <eblake@redhat.com>
1949 M: Markus Armbruster <armbru@redhat.com>
1950 S: Supported
1951 F: qapi/*.json
1952 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1954 QObject
1955 M: Markus Armbruster <armbru@redhat.com>
1956 S: Supported
1957 F: qobject/
1958 F: include/qapi/qmp/
1959 X: include/qapi/qmp/dispatch.h
1960 F: scripts/coccinelle/qobject.cocci
1961 F: tests/check-qdict.c
1962 F: tests/check-qjson.c
1963 F: tests/check-qlist.c
1964 F: tests/check-qlit.c
1965 F: tests/check-qnull.c
1966 F: tests/check-qnum.c
1967 F: tests/check-qobject.c
1968 F: tests/check-qstring.c
1969 F: tests/data/qobject/qdict.txt
1970 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1972 QEMU Guest Agent
1973 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1974 S: Maintained
1975 F: qga/
1976 F: qemu-ga.texi
1977 F: scripts/qemu-guest-agent/
1978 F: tests/test-qga.c
1979 F: docs/interop/qemu-ga-ref.texi
1980 T: git https://github.com/mdroth/qemu.git qga
1983 M: Andreas Färber <afaerber@suse.de>
1984 S: Supported
1985 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1986 F: include/qom/
1987 X: include/qom/cpu.h
1988 F: qom/
1989 X: qom/cpu.c
1990 F: tests/check-qom-interface.c
1991 F: tests/check-qom-proplist.c
1994 M: Markus Armbruster <armbru@redhat.com>
1995 S: Supported
1996 F: qmp.c
1997 F: monitor.c
1998 F: docs/devel/*qmp-*
1999 F: docs/interop/*qmp-*
2000 F: scripts/qmp/
2001 F: tests/qmp-test.c
2002 F: tests/qmp-cmd-test.c
2003 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2005 qtest
2006 M: Thomas Huth <thuth@redhat.com>
2007 M: Laurent Vivier <lvivier@redhat.com>
2008 R: Paolo Bonzini <pbonzini@redhat.com>
2009 S: Maintained
2010 F: qtest.c
2011 F: tests/libqtest.*
2012 F: tests/libqos/
2013 F: tests/*-test.c
2015 Register API
2016 M: Alistair Francis <alistair@alistair23.me>
2017 S: Maintained
2018 F: hw/core/register.c
2019 F: include/hw/register.h
2020 F: include/hw/registerfields.h
2022 SLIRP
2023 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2024 M: Jan Kiszka <jan.kiszka@siemens.com>
2025 S: Maintained
2026 F: slirp/
2027 F: net/slirp.c
2028 F: include/net/slirp.h
2029 T: git https://people.debian.org/~sthibault/qemu.git slirp
2030 T: git git://git.kiszka.org/qemu.git queues/slirp
2032 Stubs
2033 M: Paolo Bonzini <pbonzini@redhat.com>
2034 S: Maintained
2035 F: stubs/
2037 Tracing
2038 M: Stefan Hajnoczi <stefanha@redhat.com>
2039 S: Maintained
2040 F: trace/
2041 F: trace-events
2042 F: qemu-option-trace.texi
2043 F: scripts/tracetool.py
2044 F: scripts/tracetool/
2045 F: scripts/qemu-trace-stap*
2046 F: docs/devel/tracing.txt
2047 T: git https://github.com/stefanha/qemu.git tracing
2050 M: Stefan Berger <stefanb@linux.ibm.com>
2051 S: Maintained
2052 F: tpm.c
2053 F: stubs/tpm.c
2054 F: hw/tpm/*
2055 F: include/hw/acpi/tpm.h
2056 F: include/sysemu/tpm*
2057 F: qapi/tpm.json
2058 F: backends/tpm.c
2059 F: tests/*tpm*
2060 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2062 Checkpatch
2063 S: Odd Fixes
2064 F: scripts/checkpatch.pl
2066 Migration
2067 M: Juan Quintela <quintela@redhat.com>
2068 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2069 S: Maintained
2070 F: include/migration/
2071 F: migration/
2072 F: scripts/vmstate-static-checker.py
2073 F: tests/vmstate-static-checker-data/
2074 F: tests/migration-test.c
2075 F: docs/devel/migration.rst
2076 F: qapi/migration.json
2078 Seccomp
2079 M: Eduardo Otubo <otubo@redhat.com>
2080 S: Supported
2081 F: qemu-seccomp.c
2082 F: include/sysemu/seccomp.h
2084 Cryptography
2085 M: Daniel P. Berrange <berrange@redhat.com>
2086 S: Maintained
2087 F: crypto/
2088 F: include/crypto/
2089 F: tests/test-crypto-*
2090 F: tests/benchmark-crypto-*
2091 F: tests/crypto-tls-*
2092 F: tests/pkix_asn1_tab.c
2093 F: qemu.sasl
2095 Coroutines
2096 M: Stefan Hajnoczi <stefanha@redhat.com>
2097 M: Kevin Wolf <kwolf@redhat.com>
2098 S: Maintained
2099 F: util/*coroutine*
2100 F: include/qemu/coroutine*
2101 F: tests/test-coroutine.c
2103 Buffers
2104 M: Daniel P. Berrange <berrange@redhat.com>
2105 S: Odd fixes
2106 F: util/buffer.c
2107 F: include/qemu/buffer.h
2109 I/O Channels
2110 M: Daniel P. Berrange <berrange@redhat.com>
2111 S: Maintained
2112 F: io/
2113 F: include/io/
2114 F: tests/test-io-*
2116 User authorization
2117 M: Daniel P. Berrange <berrange@redhat.com>
2118 S: Maintained
2119 F: authz/
2120 F: qapi/authz.json
2121 F: include/authz/
2122 F: tests/test-authz-*
2124 Sockets
2125 M: Daniel P. Berrange <berrange@redhat.com>
2126 M: Gerd Hoffmann <kraxel@redhat.com>
2127 S: Maintained
2128 F: include/qemu/sockets.h
2129 F: util/qemu-sockets.c
2130 F: qapi/sockets.json
2132 File monitor
2133 M: Daniel P. Berrange <berrange@redhat.com>
2134 S: Odd fixes
2135 F: util/filemonitor*.c
2136 F: include/qemu/filemonitor.h
2137 F: tests/test-util-filemonitor.c
2139 Throttling infrastructure
2140 M: Alberto Garcia <berto@igalia.com>
2141 S: Supported
2142 F: block/throttle-groups.c
2143 F: include/block/throttle-groups.h
2144 F: include/qemu/throttle*.h
2145 F: util/throttle.c
2146 F: docs/throttle.txt
2147 F: tests/test-throttle.c
2148 L: qemu-block@nongnu.org
2150 UUID
2151 M: Fam Zheng <fam@euphon.net>
2152 S: Supported
2153 F: util/uuid.c
2154 F: include/qemu/uuid.h
2155 F: tests/test-uuid.c
2157 COLO Framework
2158 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2159 S: Maintained
2160 F: migration/colo*
2161 F: include/migration/colo.h
2162 F: include/migration/failover.h
2163 F: docs/COLO-FT.txt
2165 COLO Proxy
2166 M: Zhang Chen <zhangckid@gmail.com>
2167 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2168 S: Supported
2169 F: docs/colo-proxy.txt
2170 F: net/colo*
2171 F: net/filter-rewriter.c
2172 F: net/filter-mirror.c
2174 Record/replay
2175 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2176 R: Paolo Bonzini <pbonzini@redhat.com>
2177 W: https://wiki.qemu.org/Features/record-replay
2178 S: Supported
2179 F: replay/*
2180 F: block/blkreplay.c
2181 F: net/filter-replay.c
2182 F: include/sysemu/replay.h
2183 F: docs/replay.txt
2184 F: stubs/replay.c
2186 IOVA Tree
2187 M: Peter Xu <peterx@redhat.com>
2188 S: Maintained
2189 F: include/qemu/iova-tree.h
2190 F: util/iova-tree.c
2192 elf2dmp
2193 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2194 S: Maintained
2195 F: contrib/elf2dmp/
2197 I2C and SMBus
2198 M: Corey Minyard <cminyard@mvista.com>
2199 S: Maintained
2200 F: hw/i2c/core.c
2201 F: hw/i2c/smbus_slave.c
2202 F: hw/i2c/smbus_master.c
2203 F: hw/i2c/smbus_eeprom.c
2204 F: include/hw/i2c/i2c.h
2205 F: include/hw/i2c/smbus_master.h
2206 F: include/hw/i2c/smbus_slave.h
2207 F: include/hw/i2c/smbus_eeprom.h
2209 Usermode Emulation
2210 ------------------
2211 Overall
2212 M: Riku Voipio <riku.voipio@iki.fi>
2213 S: Maintained
2214 F: thunk.c
2215 F: accel/tcg/user-exec*.c
2217 BSD user
2218 S: Orphan
2219 F: bsd-user/
2220 F: default-configs/*-bsd-user.mak
2222 Linux user
2223 M: Riku Voipio <riku.voipio@iki.fi>
2224 R: Laurent Vivier <laurent@vivier.eu>
2225 S: Maintained
2226 F: linux-user/
2227 F: default-configs/*-linux-user.mak
2228 F: scripts/qemu-binfmt-conf.sh
2230 Tiny Code Generator (TCG)
2231 -------------------------
2232 Common code
2233 M: Richard Henderson <rth@twiddle.net>
2234 S: Maintained
2235 F: tcg/
2237 AArch64 target
2238 M: Claudio Fontana <claudio.fontana@huawei.com>
2239 M: Claudio Fontana <claudio.fontana@gmail.com>
2240 S: Maintained
2241 L: qemu-arm@nongnu.org
2242 F: tcg/aarch64/
2243 F: disas/arm-a64.cc
2244 F: disas/libvixl/
2246 ARM target
2247 M: Andrzej Zaborowski <balrogg@gmail.com>
2248 S: Maintained
2249 L: qemu-arm@nongnu.org
2250 F: tcg/arm/
2251 F: disas/arm.c
2253 i386 target
2254 M: Richard Henderson <rth@twiddle.net>
2255 S: Maintained
2256 F: tcg/i386/
2257 F: disas/i386.c
2259 MIPS target
2260 M: Aurelien Jarno <aurelien@aurel32.net>
2261 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2262 S: Maintained
2263 F: tcg/mips/
2264 F: disas/mips.c
2267 M: Richard Henderson <rth@twiddle.net>
2268 S: Odd Fixes
2269 F: tcg/ppc/
2270 F: disas/ppc.c
2272 RISC-V
2273 M: Palmer Dabbelt <palmer@sifive.com>
2274 M: Alistair Francis <Alistair.Francis@wdc.com>
2275 L: qemu-riscv@nongnu.org
2276 S: Maintained
2277 F: tcg/riscv/
2278 F: disas/riscv.c
2280 S390 target
2281 M: Richard Henderson <rth@twiddle.net>
2282 S: Maintained
2283 F: tcg/s390/
2284 F: disas/s390.c
2285 L: qemu-s390x@nongnu.org
2287 SPARC target
2288 S: Odd Fixes
2289 F: tcg/sparc/
2290 F: disas/sparc.c
2292 TCI target
2293 M: Stefan Weil <sw@weilnetz.de>
2294 S: Maintained
2295 F: tcg/tci/
2296 F: tcg/tci.c
2297 F: disas/tci.c
2299 Block drivers
2300 -------------
2301 VMDK
2302 M: Fam Zheng <fam@euphon.net>
2303 L: qemu-block@nongnu.org
2304 S: Supported
2305 F: block/vmdk.c
2308 M: Josh Durgin <jdurgin@redhat.com>
2309 L: qemu-block@nongnu.org
2310 S: Supported
2311 F: block/rbd.c
2313 Sheepdog
2314 M: Liu Yuan <namei.unix@gmail.com>
2315 L: qemu-block@nongnu.org
2316 L: sheepdog@lists.wpkg.org
2317 S: Odd Fixes
2318 F: block/sheepdog.c
2320 VHDX
2321 M: Jeff Cody <codyprime@gmail.com>
2322 L: qemu-block@nongnu.org
2323 S: Supported
2324 F: block/vhdx*
2327 M: Stefan Weil <sw@weilnetz.de>
2328 L: qemu-block@nongnu.org
2329 S: Maintained
2330 F: block/vdi.c
2332 iSCSI
2333 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2334 M: Paolo Bonzini <pbonzini@redhat.com>
2335 M: Peter Lieven <pl@kamp.de>
2336 L: qemu-block@nongnu.org
2337 S: Odd Fixes
2338 F: block/iscsi.c
2339 F: block/iscsi-opts.c
2341 Network Block Device (NBD)
2342 M: Eric Blake <eblake@redhat.com>
2343 L: qemu-block@nongnu.org
2344 S: Maintained
2345 F: block/nbd*
2346 F: nbd/
2347 F: include/block/nbd*
2348 F: qemu-nbd.*
2349 F: blockdev-nbd.c
2350 F: docs/interop/nbd.txt
2351 T: git https://repo.or.cz/qemu/ericb.git nbd
2354 M: Peter Lieven <pl@kamp.de>
2355 L: qemu-block@nongnu.org
2356 S: Maintained
2357 F: block/nfs.c
2360 M: Richard W.M. Jones <rjones@redhat.com>
2361 L: qemu-block@nongnu.org
2362 S: Supported
2363 F: block/ssh.c
2365 CURL
2366 L: qemu-block@nongnu.org
2367 S: Supported
2368 F: block/curl.c
2370 GLUSTER
2371 L: qemu-block@nongnu.org
2372 S: Supported
2373 F: block/gluster.c
2375 Null Block Driver
2376 M: Fam Zheng <fam@euphon.net>
2377 L: qemu-block@nongnu.org
2378 S: Supported
2379 F: block/null.c
2381 NVMe Block Driver
2382 M: Fam Zheng <fam@euphon.net>
2383 L: qemu-block@nongnu.org
2384 S: Supported
2385 F: block/nvme*
2387 Bootdevice
2388 M: Gonglei <arei.gonglei@huawei.com>
2389 S: Maintained
2390 F: bootdevice.c
2392 Quorum
2393 M: Alberto Garcia <berto@igalia.com>
2394 S: Supported
2395 F: block/quorum.c
2396 L: qemu-block@nongnu.org
2398 blklogwrites
2399 M: Ari Sundholm <ari@tuxera.com>
2400 L: qemu-block@nongnu.org
2401 S: Supported
2402 F: block/blklogwrites.c
2404 blkverify
2405 M: Stefan Hajnoczi <stefanha@redhat.com>
2406 L: qemu-block@nongnu.org
2407 S: Supported
2408 F: block/blkverify.c
2410 bochs
2411 M: Stefan Hajnoczi <stefanha@redhat.com>
2412 L: qemu-block@nongnu.org
2413 S: Supported
2414 F: block/bochs.c
2416 cloop
2417 M: Stefan Hajnoczi <stefanha@redhat.com>
2418 L: qemu-block@nongnu.org
2419 S: Supported
2420 F: block/cloop.c
2423 M: Stefan Hajnoczi <stefanha@redhat.com>
2424 L: qemu-block@nongnu.org
2425 S: Supported
2426 F: block/dmg.c
2428 parallels
2429 M: Stefan Hajnoczi <stefanha@redhat.com>
2430 M: Denis V. Lunev <den@openvz.org>
2431 L: qemu-block@nongnu.org
2432 S: Supported
2433 F: block/parallels.c
2434 F: docs/interop/parallels.txt
2437 M: Stefan Hajnoczi <stefanha@redhat.com>
2438 L: qemu-block@nongnu.org
2439 S: Supported
2440 F: block/qed.c
2443 M: Kevin Wolf <kwolf@redhat.com>
2444 L: qemu-block@nongnu.org
2445 S: Supported
2446 F: block/linux-aio.c
2447 F: include/block/raw-aio.h
2448 F: block/raw-format.c
2449 F: block/file-posix.c
2450 F: block/file-win32.c
2451 F: block/win32-aio.c
2453 qcow2
2454 M: Kevin Wolf <kwolf@redhat.com>
2455 M: Max Reitz <mreitz@redhat.com>
2456 L: qemu-block@nongnu.org
2457 S: Supported
2458 F: block/qcow2*
2459 F: docs/interop/qcow2.txt
2461 qcow
2462 M: Kevin Wolf <kwolf@redhat.com>
2463 L: qemu-block@nongnu.org
2464 S: Supported
2465 F: block/qcow.c
2467 blkdebug
2468 M: Kevin Wolf <kwolf@redhat.com>
2469 M: Max Reitz <mreitz@redhat.com>
2470 L: qemu-block@nongnu.org
2471 S: Supported
2472 F: block/blkdebug.c
2475 M: Kevin Wolf <kwolf@redhat.com>
2476 L: qemu-block@nongnu.org
2477 S: Supported
2478 F: block/vpc.c
2480 vvfat
2481 M: Kevin Wolf <kwolf@redhat.com>
2482 L: qemu-block@nongnu.org
2483 S: Supported
2484 F: block/vvfat.c
2486 Image format fuzzer
2487 M: Stefan Hajnoczi <stefanha@redhat.com>
2488 L: qemu-block@nongnu.org
2489 S: Supported
2490 F: tests/image-fuzzer/
2492 Replication
2493 M: Wen Congyang <wencongyang2@huawei.com>
2494 M: Xie Changlong <xiechanglong.d@gmail.com>
2495 S: Supported
2496 F: replication*
2497 F: block/replication.c
2498 F: tests/test-replication.c
2499 F: docs/block-replication.txt
2501 PVRDMA
2502 M: Yuval Shaia <yuval.shaia@oracle.com>
2503 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2504 S: Maintained
2505 F: hw/rdma/*
2506 F: hw/rdma/vmw/*
2507 F: docs/pvrdma.txt
2508 F: contrib/rdmacm-mux/*
2509 F: qapi/rdma.json
2511 Build and test automation
2512 -------------------------
2513 Build and test automation
2514 M: Alex Bennée <alex.bennee@linaro.org>
2515 M: Fam Zheng <fam@euphon.net>
2516 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2517 L: qemu-devel@nongnu.org
2518 S: Maintained
2519 F: .travis.yml
2520 F: scripts/travis/
2521 F: .shippable.yml
2522 F: tests/docker/
2523 F: tests/vm/
2524 F: scripts/archive-source.sh
2525 W: https://travis-ci.org/qemu/qemu
2526 W: https://app.shippable.com/github/qemu/qemu
2527 W: http://patchew.org/QEMU/
2529 FreeBSD Hosted Continuous Integration
2530 M: Ed Maste <emaste@freebsd.org>
2531 M: Li-Wen Hsu <lwhsu@freebsd.org>
2532 L: qemu-devel@nongnu.org
2533 S: Maintained
2534 F: .cirrus.yml
2535 W: https://cirrus-ci.com/github/qemu/qemu
2537 GitLab Continuous Integration
2538 M: Thomas Huth <thuth@redhat.com>
2539 S: Maintained
2540 F: .gitlab-ci.yml
2542 Guest Test Compilation Support
2543 M: Alex Bennée <alex.bennee@linaro.org>
2544 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2545 S: Maintained
2546 F: tests/tcg/Makefile
2547 F: tests/tcg/Makefile.include
2548 L: qemu-devel@nongnu.org
2550 Documentation
2551 -------------
2552 Build system architecture
2553 M: Daniel P. Berrange <berrange@redhat.com>
2554 S: Odd Fixes
2555 F: docs/devel/build-system.txt
2557 GIT Data Mining Config
2558 M: Alex Bennée <alex.bennee@linaro.org>
2559 S: Odd Fixes
2560 F: gitdm.config
2561 F: contrib/gitdm/*
2563 Incompatible changes
2564 R: libvir-list@redhat.com
2565 F: qemu-deprecated.texi
2567 Build System
2568 ------------
2569 GIT submodules
2570 M: Daniel P. Berrange <berrange@redhat.com>
2571 S: Odd Fixes
2572 F: scripts/git-submodule.sh
2574 Sphinx documentation configuration and build machinery
2575 M: Peter Maydell <peter.maydell@linaro.org>
2576 S: Maintained
2577 F: docs/conf.py
2578 F: docs/*/conf.py