hw/timer/pl031: Allow use as an embedded-struct device
[qemu/ar7.git] / MAINTAINERS
blobdb31bc4486c89041e49b7058aa9d3f05b58d2ee5
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 F: tests/tcg/multiarch/
343 Guest CPU Cores (KVM):
344 ----------------------
346 Overall
347 M: Paolo Bonzini <pbonzini@redhat.com>
348 L: kvm@vger.kernel.org
349 S: Supported
350 F: */kvm.*
351 F: accel/kvm/
352 F: accel/stubs/kvm-stub.c
353 F: include/hw/kvm/
354 F: include/sysemu/kvm*.h
355 F: scripts/kvm/kvm_flightrecorder
358 M: Peter Maydell <peter.maydell@linaro.org>
359 L: qemu-arm@nongnu.org
360 S: Maintained
361 F: target/arm/kvm.c
363 MIPS
364 M: James Hogan <jhogan@kernel.org>
365 R: Aleksandar Rikalo <arikalo@wavecomp.com>
366 S: Maintained
367 F: target/mips/kvm.c
370 M: David Gibson <david@gibson.dropbear.id.au>
371 S: Maintained
372 F: target/ppc/kvm.c
374 S390
375 M: Halil Pasic <pasic@linux.ibm.com>
376 M: Cornelia Huck <cohuck@redhat.com>
377 M: Christian Borntraeger <borntraeger@de.ibm.com>
378 S: Supported
379 F: target/s390x/kvm.c
380 F: target/s390x/kvm_s390x.h
381 F: target/s390x/kvm-stub.c
382 F: target/s390x/ioinst.[ch]
383 F: target/s390x/machine.c
384 F: target/s390x/sigp.c
385 F: hw/intc/s390_flic.c
386 F: hw/intc/s390_flic_kvm.c
387 F: include/hw/s390x/s390_flic.h
388 F: gdb-xml/s390*.xml
389 T: git https://github.com/cohuck/qemu.git s390-next
390 T: git https://github.com/borntraeger/qemu.git s390-next
391 L: qemu-s390x@nongnu.org
394 M: Paolo Bonzini <pbonzini@redhat.com>
395 M: Marcelo Tosatti <mtosatti@redhat.com>
396 L: kvm@vger.kernel.org
397 S: Supported
398 F: target/i386/kvm.c
399 F: scripts/kvm/vmxcap
401 Guest CPU Cores (Xen):
402 ----------------------
405 M: Stefano Stabellini <sstabellini@kernel.org>
406 M: Anthony Perard <anthony.perard@citrix.com>
407 M: Paul Durrant <paul.durrant@citrix.com>
408 L: xen-devel@lists.xenproject.org
409 S: Supported
410 F: */xen*
411 F: hw/9pfs/xen-9p-backend.c
412 F: hw/char/xen_console.c
413 F: hw/display/xenfb.c
414 F: hw/net/xen_nic.c
415 F: hw/block/xen*
416 F: hw/block/dataplane/xen*
417 F: hw/xen/
418 F: hw/xenpv/
419 F: hw/i386/xen/
420 F: include/hw/block/dataplane/xen*
421 F: include/hw/xen/
422 F: include/sysemu/xen-mapcache.h
424 Hosts:
425 ------
427 LINUX
428 L: qemu-devel@nongnu.org
429 S: Maintained
430 F: linux-*
431 F: linux-headers/
433 POSIX
434 L: qemu-devel@nongnu.org
435 S: Maintained
436 F: *posix*
438 NETBSD
439 L: qemu-devel@nongnu.org
440 M: Kamil Rytarowski <kamil@netbsd.org>
441 S: Maintained
442 K: ^Subject:.*(?i)NetBSD
444 OPENBSD
445 L: qemu-devel@nongnu.org
446 M: Brad Smith <brad@comstyle.com>
447 S: Maintained
448 K: ^Subject:.*(?i)OpenBSD
450 W32, W64
451 L: qemu-devel@nongnu.org
452 M: Stefan Weil <sw@weilnetz.de>
453 S: Maintained
454 F: *win32*
455 F: */*win32*
456 F: include/*/*win32*
457 X: qga/*win32*
458 F: qemu.nsi
460 Alpha Machines
461 M: Richard Henderson <rth@twiddle.net>
462 S: Maintained
463 F: hw/alpha/
464 F: hw/isa/smc37c669-superio.c
466 ARM Machines
467 ------------
468 Allwinner-a10
469 M: Beniamino Galvani <b.galvani@gmail.com>
470 M: Peter Maydell <peter.maydell@linaro.org>
471 L: qemu-arm@nongnu.org
472 S: Odd Fixes
473 F: hw/*/allwinner*
474 F: include/hw/*/allwinner*
475 F: hw/arm/cubieboard.c
477 ARM PrimeCell and CMSDK devices
478 M: Peter Maydell <peter.maydell@linaro.org>
479 L: qemu-arm@nongnu.org
480 S: Maintained
481 F: hw/char/pl011.c
482 F: include/hw/char/pl011.h
483 F: hw/display/pl110*
484 F: hw/dma/pl080.c
485 F: include/hw/dma/pl080.h
486 F: hw/dma/pl330.c
487 F: hw/gpio/pl061.c
488 F: hw/input/pl050.c
489 F: hw/intc/pl190.c
490 F: hw/sd/pl181.c
491 F: hw/ssi/pl022.c
492 F: include/hw/ssi/pl022.h
493 F: hw/timer/pl031.c
494 F: include/hw/timer/pl031.h
495 F: include/hw/arm/primecell.h
496 F: hw/timer/cmsdk-apb-timer.c
497 F: include/hw/timer/cmsdk-apb-timer.h
498 F: hw/timer/cmsdk-apb-dualtimer.c
499 F: include/hw/timer/cmsdk-apb-dualtimer.h
500 F: hw/char/cmsdk-apb-uart.c
501 F: include/hw/char/cmsdk-apb-uart.h
502 F: hw/watchdog/cmsdk-apb-watchdog.c
503 F: include/hw/watchdog/cmsdk-apb-watchdog.h
504 F: hw/misc/tz-ppc.c
505 F: include/hw/misc/tz-ppc.h
506 F: hw/misc/tz-mpc.c
507 F: include/hw/misc/tz-mpc.h
508 F: hw/misc/tz-msc.c
509 F: include/hw/misc/tz-msc.h
511 ARM cores
512 M: Peter Maydell <peter.maydell@linaro.org>
513 L: qemu-arm@nongnu.org
514 S: Maintained
515 F: hw/intc/arm*
516 F: hw/intc/gic_internal.h
517 F: hw/misc/a9scu.c
518 F: hw/misc/arm11scu.c
519 F: hw/misc/arm_l2x0.c
520 F: hw/timer/a9gtimer*
521 F: hw/timer/arm*
522 F: include/hw/arm/arm*.h
523 F: include/hw/intc/arm*
524 F: include/hw/misc/a9scu.h
525 F: include/hw/misc/arm11scu.h
526 F: include/hw/timer/a9gtimer.h
527 F: include/hw/timer/arm_mptimer.h
528 F: include/hw/timer/armv7m_systick.h
529 F: tests/test-arm-mptimer.c
531 Exynos
532 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
533 M: Peter Maydell <peter.maydell@linaro.org>
534 L: qemu-arm@nongnu.org
535 S: Odd Fixes
536 F: hw/*/exynos*
537 F: include/hw/arm/exynos4210.h
539 Calxeda Highbank
540 M: Rob Herring <robh@kernel.org>
541 M: Peter Maydell <peter.maydell@linaro.org>
542 L: qemu-arm@nongnu.org
543 S: Odd Fixes
544 F: hw/arm/highbank.c
545 F: hw/net/xgmac.c
547 Canon DIGIC
548 M: Antony Pavlov <antonynpavlov@gmail.com>
549 M: Peter Maydell <peter.maydell@linaro.org>
550 L: qemu-arm@nongnu.org
551 S: Odd Fixes
552 F: include/hw/arm/digic.h
553 F: hw/*/digic*
554 F: include/hw/*/digic*
556 Gumstix
557 M: Peter Maydell <peter.maydell@linaro.org>
558 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
559 L: qemu-devel@nongnu.org
560 L: qemu-arm@nongnu.org
561 S: Odd Fixes
562 F: hw/arm/gumstix.c
564 i.MX25 PDK
565 M: Peter Maydell <peter.maydell@linaro.org>
566 R: Jean-Christophe Dubois <jcd@tribudubois.net>
567 L: qemu-arm@nongnu.org
568 S: Odd Fixes
569 F: hw/arm/fsl-imx25.c
570 F: hw/arm/imx25_pdk.c
571 F: hw/misc/imx25_ccm.c
572 F: include/hw/arm/fsl-imx25.h
573 F: include/hw/misc/imx25_ccm.h
575 i.MX31 (kzm)
576 M: Peter Chubb <peter.chubb@nicta.com.au>
577 M: Peter Maydell <peter.maydell@linaro.org>
578 L: qemu-arm@nongnu.org
579 S: Odd Fixes
580 F: hw/arm/kzm.c
581 F: hw/*/imx_*
582 F: hw/*/*imx31*
583 F: include/hw/*/imx_*
584 F: include/hw/*/*imx31*
586 Integrator CP
587 M: Peter Maydell <peter.maydell@linaro.org>
588 L: qemu-arm@nongnu.org
589 S: Maintained
590 F: hw/arm/integratorcp.c
591 F: hw/misc/arm_integrator_debug.c
592 F: include/hw/misc/arm_integrator_debug.h
594 MCIMX6UL EVK / i.MX6ul
595 M: Peter Maydell <peter.maydell@linaro.org>
596 R: Jean-Christophe Dubois <jcd@tribudubois.net>
597 L: qemu-arm@nongnu.org
598 S: Odd Fixes
599 F: hw/arm/mcimx6ul-evk.c
600 F: hw/arm/fsl-imx6ul.c
601 F: hw/misc/imx6ul_ccm.c
602 F: include/hw/arm/fsl-imx6ul.h
603 F: include/hw/misc/imx6ul_ccm.h
605 MCIMX7D SABRE / i.MX7
606 M: Peter Maydell <peter.maydell@linaro.org>
607 R: Andrey Smirnov <andrew.smirnov@gmail.com>
608 L: qemu-arm@nongnu.org
609 S: Odd Fixes
610 F: hw/arm/mcimx7d-sabre.c
611 F: hw/arm/fsl-imx7.c
612 F: hw/misc/imx7_*.c
613 F: include/hw/arm/fsl-imx7.h
614 F: include/hw/misc/imx7_*.h
615 F: hw/pci-host/designware.c
616 F: include/hw/pci-host/designware.h
618 MPS2
619 M: Peter Maydell <peter.maydell@linaro.org>
620 L: qemu-arm@nongnu.org
621 S: Maintained
622 F: hw/arm/mps2.c
623 F: hw/arm/mps2-tz.c
624 F: hw/misc/mps2-*.c
625 F: include/hw/misc/mps2-*.h
626 F: hw/arm/armsse.c
627 F: include/hw/arm/armsse.h
628 F: hw/misc/iotkit-secctl.c
629 F: include/hw/misc/iotkit-secctl.h
630 F: hw/misc/iotkit-sysctl.c
631 F: include/hw/misc/iotkit-sysctl.h
632 F: hw/misc/iotkit-sysinfo.c
633 F: include/hw/misc/iotkit-sysinfo.h
634 F: hw/misc/armsse-cpuid.c
635 F: include/hw/misc/armsse-cpuid.h
637 Musicpal
638 M: Jan Kiszka <jan.kiszka@web.de>
639 M: Peter Maydell <peter.maydell@linaro.org>
640 L: qemu-arm@nongnu.org
641 S: Odd Fixes
642 F: hw/arm/musicpal.c
644 nSeries
645 M: Andrzej Zaborowski <balrogg@gmail.com>
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
648 S: Odd Fixes
649 F: hw/arm/nseries.c
650 F: hw/input/lm832x.c
651 F: hw/input/tsc2005.c
652 F: hw/misc/cbus.c
653 F: hw/timer/twl92230.c
655 Palm
656 M: Andrzej Zaborowski <balrogg@gmail.com>
657 M: Peter Maydell <peter.maydell@linaro.org>
658 L: qemu-arm@nongnu.org
659 S: Odd Fixes
660 F: hw/arm/palm.c
661 F: hw/input/tsc210x.c
663 Raspberry Pi
664 M: Peter Maydell <peter.maydell@linaro.org>
665 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
666 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
667 L: qemu-arm@nongnu.org
668 S: Odd Fixes
669 F: hw/arm/raspi.c
670 F: hw/arm/raspi_platform.h
671 F: hw/*/bcm283*
672 F: include/hw/arm/raspi*
673 F: include/hw/*/bcm283*
675 Real View
676 M: Peter Maydell <peter.maydell@linaro.org>
677 L: qemu-arm@nongnu.org
678 S: Maintained
679 F: hw/arm/realview*
680 F: hw/cpu/realview_mpcore.c
681 F: hw/intc/realview_gic.c
682 F: include/hw/intc/realview_gic.h
684 PXA2XX
685 M: Andrzej Zaborowski <balrogg@gmail.com>
686 M: Peter Maydell <peter.maydell@linaro.org>
687 L: qemu-arm@nongnu.org
688 S: Odd Fixes
689 F: hw/arm/mainstone.c
690 F: hw/arm/spitz.c
691 F: hw/arm/tosa.c
692 F: hw/arm/z2.c
693 F: hw/*/pxa2xx*
694 F: hw/display/tc6393xb.c
695 F: hw/gpio/max7310.c
696 F: hw/gpio/zaurus.c
697 F: hw/misc/mst_fpga.c
698 F: hw/misc/max111x.c
699 F: include/hw/arm/pxa.h
700 F: include/hw/arm/sharpsl.h
702 SABRELITE / i.MX6
703 M: Peter Maydell <peter.maydell@linaro.org>
704 R: Jean-Christophe Dubois <jcd@tribudubois.net>
705 L: qemu-arm@nongnu.org
706 S: Odd Fixes
707 F: hw/arm/sabrelite.c
708 F: hw/arm/fsl-imx6.c
709 F: hw/misc/imx6_*.c
710 F: hw/ssi/imx_spi.c
711 F: include/hw/arm/fsl-imx6.h
712 F: include/hw/misc/imx6_*.h
713 F: include/hw/ssi/imx_spi.h
715 Sharp SL-5500 (Collie) PDA
716 M: Peter Maydell <peter.maydell@linaro.org>
717 L: qemu-arm@nongnu.org
718 S: Odd Fixes
719 F: hw/arm/collie.c
720 F: hw/arm/strongarm*
722 Stellaris
723 M: Peter Maydell <peter.maydell@linaro.org>
724 L: qemu-arm@nongnu.org
725 S: Maintained
726 F: hw/*/stellaris*
728 Versatile Express
729 M: Peter Maydell <peter.maydell@linaro.org>
730 L: qemu-arm@nongnu.org
731 S: Maintained
732 F: hw/arm/vexpress.c
734 Versatile PB
735 M: Peter Maydell <peter.maydell@linaro.org>
736 L: qemu-arm@nongnu.org
737 S: Maintained
738 F: hw/*/versatile*
739 F: hw/misc/arm_sysctl.c
741 Virt
742 M: Peter Maydell <peter.maydell@linaro.org>
743 L: qemu-arm@nongnu.org
744 S: Maintained
745 F: hw/arm/virt*
746 F: include/hw/arm/virt.h
748 Xilinx Zynq
749 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
750 M: Alistair Francis <alistair@alistair23.me>
751 M: Peter Maydell <peter.maydell@linaro.org>
752 L: qemu-arm@nongnu.org
753 S: Maintained
754 F: hw/*/xilinx_*
755 F: hw/*/cadence_*
756 F: hw/misc/zynq*
757 F: include/hw/misc/zynq*
758 X: hw/ssi/xilinx_*
760 Xilinx ZynqMP
761 M: Alistair Francis <alistair@alistair23.me>
762 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
763 M: Peter Maydell <peter.maydell@linaro.org>
764 L: qemu-arm@nongnu.org
765 S: Maintained
766 F: hw/*/xlnx*.c
767 F: include/hw/*/xlnx*.h
768 F: include/hw/ssi/xilinx_spips.h
769 F: hw/display/dpcd.c
770 F: include/hw/display/dpcd.h
772 ARM ACPI Subsystem
773 M: Shannon Zhao <shannon.zhaosl@gmail.com>
774 L: qemu-arm@nongnu.org
775 S: Maintained
776 F: hw/arm/virt-acpi-build.c
778 STM32F205
779 M: Alistair Francis <alistair@alistair23.me>
780 M: Peter Maydell <peter.maydell@linaro.org>
781 S: Maintained
782 F: hw/arm/stm32f205_soc.c
783 F: hw/misc/stm32f2xx_syscfg.c
784 F: hw/char/stm32f2xx_usart.c
785 F: hw/timer/stm32f2xx_timer.c
786 F: hw/adc/*
787 F: hw/ssi/stm32f2xx_spi.c
788 F: include/hw/*/stm32*.h
790 Netduino 2
791 M: Alistair Francis <alistair@alistair23.me>
792 M: Peter Maydell <peter.maydell@linaro.org>
793 S: Maintained
794 F: hw/arm/netduino2.c
796 SmartFusion2
797 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
798 M: Peter Maydell <peter.maydell@linaro.org>
799 S: Maintained
800 F: hw/arm/msf2-soc.c
801 F: hw/misc/msf2-sysreg.c
802 F: hw/timer/mss-timer.c
803 F: hw/ssi/mss-spi.c
804 F: include/hw/arm/msf2-soc.h
805 F: include/hw/misc/msf2-sysreg.h
806 F: include/hw/timer/mss-timer.h
807 F: include/hw/ssi/mss-spi.h
809 Emcraft M2S-FG484
810 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
811 M: Peter Maydell <peter.maydell@linaro.org>
812 S: Maintained
813 F: hw/arm/msf2-som.c
815 ASPEED BMCs
816 M: Cédric Le Goater <clg@kaod.org>
817 M: Peter Maydell <peter.maydell@linaro.org>
818 R: Andrew Jeffery <andrew@aj.id.au>
819 R: Joel Stanley <joel@jms.id.au>
820 L: qemu-arm@nongnu.org
821 S: Maintained
822 F: hw/*/*aspeed*
823 F: hw/misc/pca9552.c
824 F: include/hw/*/*aspeed*
825 F: include/hw/misc/pca9552*.h
826 F: hw/net/ftgmac100.c
827 F: include/hw/net/ftgmac100.h
829 NRF51
830 M: Joel Stanley <joel@jms.id.au>
831 M: Peter Maydell <peter.maydell@linaro.org>
832 L: qemu-arm@nongnu.org
833 S: Maintained
834 F: hw/*/nrf51*.c
835 F: hw/*/microbit*.c
836 F: include/hw/*/nrf51*.h
837 F: include/hw/*/microbit*.h
838 F: tests/microbit-test.c
840 CRIS Machines
841 -------------
842 Axis Dev88
843 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
844 S: Maintained
845 F: hw/cris/axis_dev88.c
846 F: hw/*/etraxfs_*.c
848 LM32 Machines
849 -------------
850 EVR32 and uclinux BSP
851 M: Michael Walle <michael@walle.cc>
852 S: Maintained
853 F: hw/lm32/lm32_boards.c
855 milkymist
856 M: Michael Walle <michael@walle.cc>
857 S: Maintained
858 F: hw/lm32/milkymist.c
860 M68K Machines
861 -------------
862 an5206
863 M: Thomas Huth <huth@tuxfamily.org>
864 S: Odd Fixes
865 F: hw/m68k/an5206.c
866 F: hw/m68k/mcf5206.c
868 mcf5208
869 M: Thomas Huth <huth@tuxfamily.org>
870 S: Odd Fixes
871 F: hw/m68k/mcf5208.c
872 F: hw/m68k/mcf_intc.c
873 F: hw/char/mcf_uart.c
874 F: hw/net/mcf_fec.c
875 F: include/hw/m68k/mcf*.h
877 MicroBlaze Machines
878 -------------------
879 petalogix_s3adsp1800
880 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
881 S: Maintained
882 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
883 F: include/hw/char/xilinx_uartlite.h
885 petalogix_ml605
886 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
887 S: Maintained
888 F: hw/microblaze/petalogix_ml605_mmu.c
890 MIPS Machines
891 -------------
892 Jazz
893 M: Hervé Poussineau <hpoussin@reactos.org>
894 R: Aleksandar Rikalo <arikalo@wavecomp.com>
895 S: Maintained
896 F: hw/mips/mips_jazz.c
897 F: hw/display/jazz_led.c
898 F: hw/dma/rc4030.c
900 Malta
901 M: Aurelien Jarno <aurelien@aurel32.net>
902 R: Aleksandar Rikalo <arikalo@wavecomp.com>
903 S: Maintained
904 F: hw/mips/mips_malta.c
906 Mipssim
907 M: Aleksandar Markovic <amarkovic@wavecomp.com>
908 R: Aleksandar Rikalo <arikalo@wavecomp.com>
909 S: Odd Fixes
910 F: hw/mips/mips_mipssim.c
911 F: hw/net/mipsnet.c
913 R4000
914 M: Aurelien Jarno <aurelien@aurel32.net>
915 R: Aleksandar Rikalo <arikalo@wavecomp.com>
916 S: Maintained
917 F: hw/mips/mips_r4k.c
919 Fulong 2E
920 M: Aleksandar Markovic <amarkovic@wavecomp.com>
921 R: Aleksandar Rikalo <arikalo@wavecomp.com>
922 S: Odd Fixes
923 F: hw/mips/mips_fulong2e.c
924 F: hw/isa/vt82c686.c
925 F: hw/pci-host/bonito.c
926 F: include/hw/isa/vt82c686.h
928 Boston
929 M: Paul Burton <pburton@wavecomp.com>
930 R: Aleksandar Rikalo <arikalo@wavecomp.com>
931 S: Maintained
932 F: hw/core/loader-fit.c
933 F: hw/mips/boston.c
934 F: hw/pci-host/xilinx-pcie.c
935 F: include/hw/pci-host/xilinx-pcie.h
937 OpenRISC Machines
938 -----------------
939 or1k-sim
940 M: Jia Liu <proljc@gmail.com>
941 S: Maintained
942 F: hw/openrisc/openrisc_sim.c
944 PowerPC Machines
945 ----------------
947 M: David Gibson <david@gibson.dropbear.id.au>
948 L: qemu-ppc@nongnu.org
949 S: Odd Fixes
950 F: hw/ppc/ppc405_boards.c
952 Bamboo
953 M: David Gibson <david@gibson.dropbear.id.au>
954 L: qemu-ppc@nongnu.org
955 S: Odd Fixes
956 F: hw/ppc/ppc440_bamboo.c
958 e500
959 M: David Gibson <david@gibson.dropbear.id.au>
960 L: qemu-ppc@nongnu.org
961 S: Odd Fixes
962 F: hw/ppc/e500*
963 F: hw/gpio/mpc8xxx.c
964 F: hw/net/fsl_etsec/
965 F: hw/pci-host/ppce500.c
966 F: include/hw/ppc/ppc_e500.h
967 F: include/hw/pci-host/ppce500.h
968 F: pc-bios/u-boot.e500
970 mpc8544ds
971 M: David Gibson <david@gibson.dropbear.id.au>
972 L: qemu-ppc@nongnu.org
973 S: Odd Fixes
974 F: hw/ppc/mpc8544ds.c
975 F: hw/ppc/mpc8544_guts.c
977 New World (mac99)
978 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
979 R: David Gibson <david@gibson.dropbear.id.au>
980 L: qemu-ppc@nongnu.org
981 S: Odd Fixes
982 F: hw/ppc/mac_newworld.c
983 F: hw/pci-host/uninorth.c
984 F: hw/pci-bridge/dec.[hc]
985 F: hw/misc/macio/
986 F: hw/misc/mos6522.c
987 F: hw/nvram/mac_nvram.c
988 F: hw/input/adb*
989 F: include/hw/misc/macio/
990 F: include/hw/misc/mos6522.h
991 F: include/hw/ppc/mac_dbdma.h
992 F: include/hw/pci-host/uninorth.h
993 F: include/hw/input/adb*
994 F: pc-bios/qemu_vga.ndrv
996 Old World (g3beige)
997 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
998 R: David Gibson <david@gibson.dropbear.id.au>
999 L: qemu-ppc@nongnu.org
1000 S: Odd Fixes
1001 F: hw/ppc/mac_oldworld.c
1002 F: hw/pci-host/grackle.c
1003 F: hw/misc/macio/
1004 F: hw/intc/heathrow_pic.c
1005 F: hw/input/adb*
1006 F: include/hw/intc/heathrow_pic.h
1007 F: include/hw/input/adb*
1008 F: pc-bios/qemu_vga.ndrv
1010 PReP
1011 M: Hervé Poussineau <hpoussin@reactos.org>
1012 L: qemu-devel@nongnu.org
1013 L: qemu-ppc@nongnu.org
1014 S: Maintained
1015 F: hw/ppc/prep.c
1016 F: hw/ppc/prep_systemio.c
1017 F: hw/ppc/rs6000_mc.c
1018 F: hw/pci-host/prep.[hc]
1019 F: hw/isa/i82378.c
1020 F: hw/isa/pc87312.c
1021 F: hw/dma/i82374.c
1022 F: hw/timer/m48t59-isa.c
1023 F: include/hw/isa/pc87312.h
1024 F: include/hw/timer/m48t59.h
1025 F: pc-bios/ppc_rom.bin
1027 sPAPR
1028 M: David Gibson <david@gibson.dropbear.id.au>
1029 L: qemu-ppc@nongnu.org
1030 S: Supported
1031 F: hw/*/spapr*
1032 F: include/hw/*/spapr*
1033 F: hw/*/xics*
1034 F: include/hw/*/xics*
1035 F: pc-bios/spapr-rtas/*
1036 F: pc-bios/spapr-rtas.bin
1037 F: pc-bios/slof.bin
1038 F: pc-bios/skiboot.lid
1039 F: docs/specs/ppc-spapr-hcalls.txt
1040 F: docs/specs/ppc-spapr-hotplug.txt
1041 F: tests/spapr*
1042 F: tests/libqos/*spapr*
1043 F: tests/rtas*
1044 F: tests/libqos/rtas*
1046 virtex_ml507
1047 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1048 L: qemu-ppc@nongnu.org
1049 S: Odd Fixes
1050 F: hw/ppc/virtex_ml507.c
1052 sam460ex
1053 M: BALATON Zoltan <balaton@eik.bme.hu>
1054 L: qemu-ppc@nongnu.org
1055 S: Maintained
1056 F: hw/ppc/sam460ex.c
1057 F: hw/ppc/ppc440_pcix.c
1058 F: hw/display/sm501*
1059 F: hw/ide/sii3112.c
1060 F: hw/timer/m41t80.c
1061 F: pc-bios/canyonlands.dt[sb]
1062 F: pc-bios/u-boot-sam460ex-20100605.bin
1063 F: roms/u-boot-sam460ex
1065 SH4 Machines
1066 ------------
1068 M: Magnus Damm <magnus.damm@gmail.com>
1069 S: Maintained
1070 F: hw/sh4/r2d.c
1071 F: hw/intc/sh_intc.c
1072 F: hw/timer/sh_timer.c
1074 Shix
1075 M: Magnus Damm <magnus.damm@gmail.com>
1076 S: Odd Fixes
1077 F: hw/sh4/shix.c
1079 SPARC Machines
1080 --------------
1081 Sun4m
1082 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1083 S: Maintained
1084 F: hw/sparc/sun4m.c
1085 F: hw/sparc/sun4m_iommu.c
1086 F: hw/dma/sparc32_dma.c
1087 F: hw/misc/eccmemctl.c
1088 F: hw/misc/slavio_misc.c
1089 F: include/hw/sparc/sparc32_dma.h
1090 F: pc-bios/openbios-sparc32
1091 F: include/hw/sparc/sun4m_iommu.h
1093 Sun4u
1094 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1095 S: Maintained
1096 F: hw/sparc64/sun4u.c
1097 F: pc-bios/openbios-sparc64
1098 F: hw/pci-host/sabre.c
1099 F: include/hw/pci-host/sabre.h
1101 Sun4v
1102 M: Artyom Tarasenko <atar4qemu@gmail.com>
1103 S: Maintained
1104 F: hw/sparc64/niagara.c
1105 F: hw/timer/sun4v-rtc.c
1106 F: include/hw/timer/sun4v-rtc.h
1108 Leon3
1109 M: Fabien Chouteau <chouteau@adacore.com>
1110 S: Maintained
1111 F: hw/sparc/leon3.c
1112 F: hw/*/grlib*
1113 F: include/hw/sparc/grlib.h
1115 S390 Machines
1116 -------------
1117 S390 Virtio-ccw
1118 M: Cornelia Huck <cohuck@redhat.com>
1119 M: Halil Pasic <pasic@linux.ibm.com>
1120 M: Christian Borntraeger <borntraeger@de.ibm.com>
1121 S: Supported
1122 F: hw/char/sclp*.[hc]
1123 F: hw/char/terminal3270.c
1124 F: hw/s390x/
1125 F: include/hw/s390x/
1126 F: hw/watchdog/wdt_diag288.c
1127 F: include/hw/watchdog/wdt_diag288.h
1128 F: default-configs/s390x-softmmu.mak
1129 T: git https://github.com/cohuck/qemu.git s390-next
1130 T: git https://github.com/borntraeger/qemu.git s390-next
1131 L: qemu-s390x@nongnu.org
1133 S390-ccw boot
1134 M: Christian Borntraeger <borntraeger@de.ibm.com>
1135 M: Thomas Huth <thuth@redhat.com>
1136 S: Supported
1137 F: hw/s390x/ipl.*
1138 F: pc-bios/s390-ccw/
1139 F: pc-bios/s390-ccw.img
1140 T: git https://github.com/borntraeger/qemu.git s390-next
1141 L: qemu-s390x@nongnu.org
1143 S390 PCI
1144 M: Collin Walling <walling@linux.ibm.com>
1145 S: Supported
1146 F: hw/s390x/s390-pci*
1147 L: qemu-s390x@nongnu.org
1149 UniCore32 Machines
1150 -------------
1151 PKUnity-3 SoC initramfs-with-busybox
1152 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1153 S: Maintained
1154 F: hw/*/puv3*
1155 F: hw/unicore32/
1157 X86 Machines
1158 ------------
1160 M: Michael S. Tsirkin <mst@redhat.com>
1161 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1162 S: Supported
1163 F: include/hw/i386/
1164 F: hw/i386/
1165 F: hw/pci-host/piix.c
1166 F: hw/pci-host/q35.c
1167 F: hw/pci-host/pam.c
1168 F: include/hw/pci-host/q35.h
1169 F: include/hw/pci-host/pam.h
1170 F: hw/isa/piix4.c
1171 F: hw/isa/lpc_ich9.c
1172 F: hw/i2c/smbus_ich9.c
1173 F: hw/acpi/piix4.c
1174 F: hw/acpi/ich9.c
1175 F: include/hw/acpi/ich9.h
1176 F: include/hw/acpi/piix4.h
1177 F: hw/misc/sga.c
1179 PC Chipset
1180 M: Michael S. Tsirkin <mst@redhat.com>
1181 M: Paolo Bonzini <pbonzini@redhat.com>
1182 S: Supported
1183 F: hw/char/debugcon.c
1184 F: hw/char/parallel*
1185 F: hw/char/serial*
1186 F: hw/dma/i8257*
1187 F: hw/i2c/pm_smbus.c
1188 F: hw/input/pckbd.c
1189 F: hw/intc/apic*
1190 F: hw/intc/ioapic*
1191 F: hw/intc/i8259*
1192 F: hw/isa/isa-superio.c
1193 F: hw/misc/debugexit.c
1194 F: hw/misc/pc-testdev.c
1195 F: hw/timer/hpet*
1196 F: hw/timer/i8254*
1197 F: hw/timer/mc146818rtc*
1198 F: hw/watchdog/wdt_ib700.c
1199 F: hw/watchdog/wdt_i6300esb.c
1200 F: include/hw/display/vga.h
1201 F: include/hw/char/parallel.h
1202 F: include/hw/dma/i8257.h
1203 F: include/hw/i2c/pm_smbus.h
1204 F: include/hw/input/i8042.h
1205 F: include/hw/isa/i8259_internal.h
1206 F: include/hw/isa/superio.h
1207 F: include/hw/timer/hpet.h
1208 F: include/hw/timer/i8254*
1209 F: include/hw/timer/mc146818rtc*
1211 Machine core
1212 M: Eduardo Habkost <ehabkost@redhat.com>
1213 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1214 S: Supported
1215 F: hw/core/machine.c
1216 F: hw/core/null-machine.c
1217 F: hw/cpu/cluster.c
1218 F: include/hw/boards.h
1219 F: include/hw/cpu/cluster.h
1220 T: git https://github.com/ehabkost/qemu.git machine-next
1222 Xtensa Machines
1223 ---------------
1225 M: Max Filippov <jcmvbkbc@gmail.com>
1226 S: Maintained
1227 F: hw/xtensa/sim.c
1229 XTFPGA (LX60, LX200, ML605, KC705)
1230 M: Max Filippov <jcmvbkbc@gmail.com>
1231 S: Maintained
1232 F: hw/xtensa/xtfpga.c
1233 F: hw/net/opencores_eth.c
1235 Devices
1236 -------
1238 M: Jiri Slaby <jslaby@suse.cz>
1239 S: Maintained
1240 F: hw/misc/edu.c
1243 M: John Snow <jsnow@redhat.com>
1244 L: qemu-block@nongnu.org
1245 S: Supported
1246 F: include/hw/ide.h
1247 F: include/hw/ide/
1248 F: hw/ide/
1249 F: hw/block/block.c
1250 F: hw/block/cdrom.c
1251 F: hw/block/hd-geometry.c
1252 F: tests/ide-test.c
1253 F: tests/ahci-test.c
1254 F: tests/cdrom-test.c
1255 F: tests/libqos/ahci*
1256 T: git https://github.com/jnsnow/qemu.git ide
1258 IPMI
1259 M: Corey Minyard <minyard@acm.org>
1260 S: Maintained
1261 F: include/hw/ipmi/*
1262 F: hw/ipmi/*
1263 F: hw/smbios/smbios_type_38.c
1264 F: tests/ipmi*
1265 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1267 Floppy
1268 M: John Snow <jsnow@redhat.com>
1269 L: qemu-block@nongnu.org
1270 S: Supported
1271 F: hw/block/fdc.c
1272 F: include/hw/block/fdc.h
1273 F: tests/fdc-test.c
1274 T: git https://github.com/jnsnow/qemu.git ide
1276 OMAP
1277 M: Peter Maydell <peter.maydell@linaro.org>
1278 S: Maintained
1279 F: hw/*/omap*
1280 F: include/hw/arm/omap.h
1282 IPack
1283 M: Alberto Garcia <berto@igalia.com>
1284 S: Odd Fixes
1285 F: hw/char/ipoctal232.c
1286 F: hw/ipack/
1289 M: Michael S. Tsirkin <mst@redhat.com>
1290 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1291 S: Supported
1292 F: include/hw/pci/*
1293 F: hw/misc/pci-testdev.c
1294 F: hw/pci/*
1295 F: hw/pci-bridge/*
1296 F: docs/pci*
1297 F: docs/specs/*pci*
1298 F: default-configs/pci.mak
1300 ACPI/SMBIOS
1301 M: Michael S. Tsirkin <mst@redhat.com>
1302 M: Igor Mammedov <imammedo@redhat.com>
1303 S: Supported
1304 F: include/hw/acpi/*
1305 F: include/hw/firmware/smbios.h
1306 F: hw/mem/*
1307 F: hw/acpi/*
1308 F: hw/smbios/*
1309 F: hw/i386/acpi-build.[hc]
1310 F: hw/arm/virt-acpi-build.c
1311 F: tests/bios-tables-test.c
1312 F: tests/acpi-utils.[hc]
1313 F: tests/data/acpi/
1315 ppc4xx
1316 M: David Gibson <david@gibson.dropbear.id.au>
1317 L: qemu-ppc@nongnu.org
1318 S: Odd Fixes
1319 F: hw/ppc/ppc4*.c
1320 F: hw/i2c/ppc4xx_i2c.c
1321 F: include/hw/ppc/ppc4xx.h
1322 F: include/hw/i2c/ppc4xx_i2c.h
1324 Character devices
1325 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1326 R: Paolo Bonzini <pbonzini@redhat.com>
1327 S: Odd Fixes
1328 F: hw/char/
1330 Network devices
1331 M: Jason Wang <jasowang@redhat.com>
1332 S: Odd Fixes
1333 F: hw/net/
1334 F: include/hw/net/
1335 F: tests/virtio-net-test.c
1336 T: git https://github.com/jasowang/qemu.git net
1338 SCSI
1339 M: Paolo Bonzini <pbonzini@redhat.com>
1340 R: Fam Zheng <fam@euphon.net>
1341 S: Supported
1342 F: include/hw/scsi/*
1343 F: hw/scsi/*
1344 F: tests/virtio-scsi-test.c
1345 T: git https://github.com/bonzini/qemu.git scsi-next
1348 M: Alistair Francis <alistair@alistair23.me>
1349 S: Maintained
1350 F: hw/ssi/*
1351 F: hw/block/m25p80.c
1352 F: include/hw/ssi/ssi.h
1353 X: hw/ssi/xilinx_*
1354 F: tests/m25p80-test.c
1356 Xilinx SPI
1357 M: Alistair Francis <alistair@alistair23.me>
1358 S: Maintained
1359 F: hw/ssi/xilinx_*
1361 SD (Secure Card)
1362 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1363 S: Odd Fixes
1364 F: include/hw/sd/sd*
1365 F: hw/sd/core.c
1366 F: hw/sd/sd*
1367 F: tests/sd*
1370 M: Gerd Hoffmann <kraxel@redhat.com>
1371 S: Maintained
1372 F: hw/usb/*
1373 F: tests/usb-*-test.c
1374 F: docs/usb2.txt
1375 F: docs/usb-storage.txt
1376 F: include/hw/usb.h
1377 F: include/hw/usb/
1378 F: default-configs/usb.mak
1380 USB (serial adapter)
1381 M: Gerd Hoffmann <kraxel@redhat.com>
1382 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1383 S: Maintained
1384 F: hw/usb/dev-serial.c
1386 VFIO
1387 M: Alex Williamson <alex.williamson@redhat.com>
1388 S: Supported
1389 F: hw/vfio/*
1390 F: include/hw/vfio/
1392 vfio-ccw
1393 M: Cornelia Huck <cohuck@redhat.com>
1394 M: Eric Farman <farman@linux.ibm.com>
1395 M: Farhan Ali <alifm@linux.ibm.com>
1396 S: Supported
1397 F: hw/vfio/ccw.c
1398 F: hw/s390x/s390-ccw.c
1399 F: include/hw/s390x/s390-ccw.h
1400 T: git https://github.com/cohuck/qemu.git s390-next
1401 L: qemu-s390x@nongnu.org
1403 vfio-ap
1404 M: Christian Borntraeger <borntraeger@de.ibm.com>
1405 M: Tony Krowiak <akrowiak@linux.ibm.com>
1406 M: Halil Pasic <pasic@linux.ibm.com>
1407 M: Pierre Morel <pmorel@linux.ibm.com>
1408 S: Supported
1409 F: hw/s390x/ap-device.c
1410 F: hw/s390x/ap-bridge.c
1411 F: include/hw/s390x/ap-device.h
1412 F: include/hw/s390x/ap-bridge.h
1413 F: hw/vfio/ap.c
1414 F: docs/vfio-ap.txt
1415 L: qemu-s390x@nongnu.org
1417 vhost
1418 M: Michael S. Tsirkin <mst@redhat.com>
1419 S: Supported
1420 F: hw/*/*vhost*
1421 F: docs/interop/vhost-user.txt
1422 F: contrib/vhost-user-*/
1424 virtio
1425 M: Michael S. Tsirkin <mst@redhat.com>
1426 S: Supported
1427 F: hw/*/virtio*
1428 F: hw/virtio/Makefile.objs
1429 F: hw/virtio/trace-events
1430 F: net/vhost-user.c
1431 F: include/hw/virtio/
1432 F: tests/virtio-balloon-test.c
1434 virtio-9p
1435 M: Greg Kurz <groug@kaod.org>
1436 S: Supported
1437 F: hw/9pfs/
1438 F: fsdev/
1439 F: tests/virtio-9p-test.c
1440 T: git https://github.com/gkurz/qemu.git 9p-next
1442 virtio-blk
1443 M: Stefan Hajnoczi <stefanha@redhat.com>
1444 L: qemu-block@nongnu.org
1445 S: Supported
1446 F: hw/block/virtio-blk.c
1447 F: hw/block/dataplane/*
1448 F: tests/virtio-blk-test.c
1449 T: git https://github.com/stefanha/qemu.git block
1451 virtio-ccw
1452 M: Cornelia Huck <cohuck@redhat.com>
1453 M: Halil Pasic <pasic@linux.ibm.com>
1454 S: Supported
1455 F: hw/s390x/virtio-ccw*.[hc]
1456 F: hw/s390x/vhost-vsock-ccw.c
1457 T: git https://github.com/cohuck/qemu.git s390-next
1458 T: git https://github.com/borntraeger/qemu.git s390-next
1459 L: qemu-s390x@nongnu.org
1461 virtio-input
1462 M: Gerd Hoffmann <kraxel@redhat.com>
1463 S: Maintained
1464 F: hw/input/virtio-input*.c
1465 F: include/hw/virtio/virtio-input.h
1467 virtio-serial
1468 M: Amit Shah <amit@kernel.org>
1469 S: Supported
1470 F: hw/char/virtio-serial-bus.c
1471 F: hw/char/virtio-console.c
1472 F: include/hw/virtio/virtio-serial.h
1473 F: tests/virtio-console-test.c
1474 F: tests/virtio-serial-test.c
1476 virtio-rng
1477 M: Amit Shah <amit@kernel.org>
1478 S: Supported
1479 F: hw/virtio/virtio-rng.c
1480 F: include/hw/virtio/virtio-rng.h
1481 F: include/sysemu/rng*.h
1482 F: backends/rng*.c
1483 F: tests/virtio-rng-test.c
1485 virtio-crypto
1486 M: Gonglei <arei.gonglei@huawei.com>
1487 S: Supported
1488 F: hw/virtio/virtio-crypto.c
1489 F: hw/virtio/virtio-crypto-pci.c
1490 F: include/hw/virtio/virtio-crypto.h
1492 nvme
1493 M: Keith Busch <keith.busch@intel.com>
1494 L: qemu-block@nongnu.org
1495 S: Supported
1496 F: hw/block/nvme*
1497 F: tests/nvme-test.c
1499 megasas
1500 M: Hannes Reinecke <hare@suse.com>
1501 L: qemu-block@nongnu.org
1502 S: Supported
1503 F: hw/scsi/megasas.c
1504 F: hw/scsi/mfi.h
1505 F: tests/megasas-test.c
1507 Network packet abstractions
1508 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1509 S: Maintained
1510 F: include/net/eth.h
1511 F: net/eth.c
1512 F: hw/net/net_rx_pkt*
1513 F: hw/net/net_tx_pkt*
1515 Vmware
1516 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1517 S: Maintained
1518 F: hw/net/vmxnet*
1519 F: hw/scsi/vmw_pvscsi*
1520 F: tests/vmxnet3-test.c
1522 Rocker
1523 M: Jiri Pirko <jiri@resnulli.us>
1524 S: Maintained
1525 F: hw/net/rocker/
1526 F: tests/rocker/
1527 F: docs/specs/rocker.txt
1529 NVDIMM
1530 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1531 S: Maintained
1532 F: hw/acpi/nvdimm.c
1533 F: hw/mem/nvdimm.c
1534 F: include/hw/mem/nvdimm.h
1535 F: docs/nvdimm.txt
1537 e1000x
1538 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1539 S: Maintained
1540 F: hw/net/e1000x*
1542 e1000e
1543 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1544 S: Maintained
1545 F: hw/net/e1000e*
1547 eepro100
1548 M: Stefan Weil <sw@weilnetz.de>
1549 S: Maintained
1550 F: hw/net/eepro100.c
1552 Generic Loader
1553 M: Alistair Francis <alistair@alistair23.me>
1554 S: Maintained
1555 F: hw/core/generic-loader.c
1556 F: include/hw/core/generic-loader.h
1557 F: docs/generic-loader.txt
1559 Intel Hexadecimal Object File Loader
1560 M: Su Hang <suhang16@mails.ucas.ac.cn>
1561 S: Maintained
1562 F: tests/hexloader-test.c
1563 F: tests/data/hex-loader/test.hex
1565 CHRP NVRAM
1566 M: Thomas Huth <thuth@redhat.com>
1567 S: Maintained
1568 F: hw/nvram/chrp_nvram.c
1569 F: include/hw/nvram/chrp_nvram.h
1570 F: tests/prom-env-test.c
1572 VM Generation ID
1573 M: Ben Warren <ben@skyportsystems.com>
1574 S: Maintained
1575 F: hw/acpi/vmgenid.c
1576 F: include/hw/acpi/vmgenid.h
1577 F: docs/specs/vmgenid.txt
1578 F: tests/vmgenid-test.c
1579 F: stubs/vmgenid.c
1581 Unimplemented device
1582 M: Peter Maydell <peter.maydell@linaro.org>
1583 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1584 S: Maintained
1585 F: include/hw/misc/unimp.h
1586 F: hw/misc/unimp.c
1588 Standard VGA
1589 M: Gerd Hoffmann <kraxel@redhat.com>
1590 S: Maintained
1591 F: hw/display/vga*
1592 F: hw/display/bochs-display.c
1593 F: include/hw/display/vga.h
1594 F: include/hw/display/bochs-vbe.h
1596 ramfb
1597 M: Gerd Hoffmann <kraxel@redhat.com>
1598 S: Maintained
1599 F: hw/display/ramfb*.c
1600 F: include/hw/display/ramfb.h
1602 virtio-gpu
1603 M: Gerd Hoffmann <kraxel@redhat.com>
1604 S: Maintained
1605 F: hw/display/virtio-gpu*
1606 F: hw/display/virtio-vga.c
1607 F: include/hw/virtio/virtio-gpu.h
1609 Cirrus VGA
1610 M: Gerd Hoffmann <kraxel@redhat.com>
1611 S: Odd Fixes
1612 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1613 F: hw/display/cirrus*
1615 EDID Generator
1616 M: Gerd Hoffmann <kraxel@redhat.com>
1617 S: Maintained
1618 F: hw/display/edid*
1619 F: include/hw/display/edid.h
1620 F: qemu-edid.c
1622 Firmware configuration (fw_cfg)
1623 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1624 R: Laszlo Ersek <lersek@redhat.com>
1625 R: Gerd Hoffmann <kraxel@redhat.com>
1626 S: Supported
1627 F: docs/specs/fw_cfg.txt
1628 F: hw/nvram/fw_cfg.c
1629 F: include/hw/nvram/fw_cfg.h
1630 F: include/standard-headers/linux/qemu_fw_cfg.h
1631 F: tests/libqos/fw_cfg.c
1632 F: tests/fw_cfg-test.c
1633 T: git https://github.com/philmd/qemu.git fw_cfg-next
1635 XIVE
1636 M: David Gibson <david@gibson.dropbear.id.au>
1637 M: Cédric Le Goater <clg@kaod.org>
1638 L: qemu-ppc@nongnu.org
1639 S: Supported
1640 F: hw/*/*xive*
1641 F: include/hw/*/*xive*
1643 Subsystems
1644 ----------
1645 Audio
1646 M: Gerd Hoffmann <kraxel@redhat.com>
1647 S: Maintained
1648 F: audio/
1649 F: hw/audio/
1650 F: include/hw/audio/
1651 F: tests/ac97-test.c
1652 F: tests/es1370-test.c
1653 F: tests/intel-hda-test.c
1655 Block layer core
1656 M: Kevin Wolf <kwolf@redhat.com>
1657 M: Max Reitz <mreitz@redhat.com>
1658 L: qemu-block@nongnu.org
1659 S: Supported
1660 F: block*
1661 F: block/
1662 F: hw/block/
1663 F: include/block/
1664 F: qemu-img*
1665 F: qemu-io*
1666 F: tests/qemu-iotests/
1667 F: util/qemu-progress.c
1668 F: qobject/block-qdict.c
1669 F: tests/check-block-qdict.c
1670 T: git https://repo.or.cz/qemu/kevin.git block
1672 Block I/O path
1673 M: Stefan Hajnoczi <stefanha@redhat.com>
1674 M: Fam Zheng <fam@euphon.net>
1675 L: qemu-block@nongnu.org
1676 S: Supported
1677 F: util/async.c
1678 F: util/aio-*.c
1679 F: block/io.c
1680 F: migration/block*
1681 F: include/block/aio.h
1682 F: include/block/aio-wait.h
1683 F: scripts/qemugdb/aio.py
1684 T: git https://github.com/stefanha/qemu.git block
1686 Block SCSI subsystem
1687 M: Paolo Bonzini <pbonzini@redhat.com>
1688 R: Fam Zheng <fam@euphon.net>
1689 L: qemu-block@nongnu.org
1690 S: Supported
1691 F: include/scsi/*
1692 F: scsi/*
1694 Block Jobs
1695 M: Jeff Cody <jcody@redhat.com>
1696 L: qemu-block@nongnu.org
1697 S: Supported
1698 F: blockjob.c
1699 F: include/block/blockjob.h
1700 F: job.c
1701 F: job-qmp.c
1702 F: include/qemu/job.h
1703 F: block/backup.c
1704 F: block/commit.c
1705 F: block/stream.c
1706 F: block/mirror.c
1707 F: qapi/job.json
1708 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1710 Block QAPI, monitor, command line
1711 M: Markus Armbruster <armbru@redhat.com>
1712 S: Supported
1713 F: blockdev.c
1714 F: block/qapi.c
1715 F: qapi/block*.json
1716 F: qapi/transaction.json
1717 T: git https://repo.or.cz/qemu/armbru.git block-next
1719 Dirty Bitmaps
1720 M: Fam Zheng <fam@euphon.net>
1721 M: John Snow <jsnow@redhat.com>
1722 L: qemu-block@nongnu.org
1723 S: Supported
1724 F: util/hbitmap.c
1725 F: block/dirty-bitmap.c
1726 F: include/qemu/hbitmap.h
1727 F: include/block/dirty-bitmap.h
1728 F: tests/test-hbitmap.c
1729 F: docs/interop/bitmaps.rst
1730 T: git https://github.com/famz/qemu.git bitmaps
1731 T: git https://github.com/jnsnow/qemu.git bitmaps
1733 Character device backends
1734 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1735 R: Paolo Bonzini <pbonzini@redhat.com>
1736 S: Maintained
1737 F: chardev/
1738 F: include/chardev/
1739 F: qapi/char.json
1741 Character Devices (Braille)
1742 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1743 S: Maintained
1744 F: chardev/baum.c
1746 Command line option argument parsing
1747 M: Markus Armbruster <armbru@redhat.com>
1748 S: Supported
1749 F: include/qemu/option.h
1750 F: tests/test-keyval.c
1751 F: tests/test-qemu-opts.c
1752 F: util/keyval.c
1753 F: util/qemu-option.c
1755 Coverity model
1756 M: Markus Armbruster <armbru@redhat.com>
1757 S: Supported
1758 F: scripts/coverity-model.c
1761 L: qemu-devel@nongnu.org
1762 S: Supported
1763 F: qom/cpu.c
1764 F: include/qom/cpu.h
1766 Device Tree
1767 M: Alexander Graf <agraf@suse.de>
1768 S: Maintained
1769 F: device_tree.c
1770 F: include/sysemu/device_tree.h
1772 Dump
1773 S: Supported
1774 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1775 F: dump.c
1776 F: hw/misc/vmcoreinfo.c
1777 F: include/hw/misc/vmcoreinfo.h
1778 F: include/sysemu/dump-arch.h
1779 F: include/sysemu/dump.h
1780 F: scripts/dump-guest-memory.py
1781 F: stubs/dump.c
1783 Error reporting
1784 M: Markus Armbruster <armbru@redhat.com>
1785 S: Supported
1786 F: include/qapi/error.h
1787 F: include/qemu/error-report.h
1788 F: util/error.c
1789 F: util/qemu-error.c
1791 GDB stub
1792 L: qemu-devel@nongnu.org
1793 S: Odd Fixes
1794 F: gdbstub*
1795 F: gdb-xml/
1797 Memory API
1798 M: Paolo Bonzini <pbonzini@redhat.com>
1799 S: Supported
1800 F: include/exec/ioport.h
1801 F: ioport.c
1802 F: include/exec/memory.h
1803 F: include/exec/ram_addr.h
1804 F: memory.c
1805 F: include/exec/memory-internal.h
1806 F: exec.c
1808 SPICE
1809 M: Gerd Hoffmann <kraxel@redhat.com>
1810 S: Supported
1811 F: include/ui/qemu-spice.h
1812 F: include/ui/spice-display.h
1813 F: ui/spice-*.c
1814 F: audio/spiceaudio.c
1815 F: hw/display/qxl*
1816 F: qapi/ui.json
1817 F: docs/spice-port-fqdn.txt
1819 Graphics
1820 M: Gerd Hoffmann <kraxel@redhat.com>
1821 S: Odd Fixes
1822 F: ui/
1823 F: include/ui/
1824 F: qapi/ui.json
1825 F: util/drm.c
1827 Cocoa graphics
1828 M: Peter Maydell <peter.maydell@linaro.org>
1829 S: Odd Fixes
1830 F: ui/cocoa.m
1832 Main loop
1833 M: Paolo Bonzini <pbonzini@redhat.com>
1834 S: Maintained
1835 F: cpus.c
1836 F: util/main-loop.c
1837 F: util/qemu-timer.c
1838 F: vl.c
1839 F: qapi/run-state.json
1841 Human Monitor (HMP)
1842 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1843 S: Maintained
1844 F: monitor.c
1845 F: hmp.[ch]
1846 F: hmp-commands*.hx
1847 F: include/monitor/hmp-target.h
1848 F: tests/test-hmp.c
1850 Network device backends
1851 M: Jason Wang <jasowang@redhat.com>
1852 S: Maintained
1853 F: net/
1854 F: include/net/
1855 T: git https://github.com/jasowang/qemu.git net
1856 F: qapi/net.json
1858 Netmap network backend
1859 M: Luigi Rizzo <rizzo@iet.unipi.it>
1860 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1861 M: Vincenzo Maffione <v.maffione@gmail.com>
1862 W: http://info.iet.unipi.it/~luigi/netmap/
1863 S: Maintained
1864 F: net/netmap.c
1866 NUMA
1867 M: Eduardo Habkost <ehabkost@redhat.com>
1868 S: Maintained
1869 F: numa.c
1870 F: include/sysemu/numa.h
1871 T: git https://github.com/ehabkost/qemu.git machine-next
1873 Host Memory Backends
1874 M: Eduardo Habkost <ehabkost@redhat.com>
1875 M: Igor Mammedov <imammedo@redhat.com>
1876 S: Maintained
1877 F: backends/hostmem*.c
1878 F: include/sysemu/hostmem.h
1879 T: git https://github.com/ehabkost/qemu.git machine-next
1881 Cryptodev Backends
1882 M: Gonglei <arei.gonglei@huawei.com>
1883 S: Maintained
1884 F: include/sysemu/cryptodev*.h
1885 F: backends/cryptodev*.c
1887 Python scripts
1888 M: Eduardo Habkost <ehabkost@redhat.com>
1889 M: Cleber Rosa <crosa@redhat.com>
1890 S: Odd fixes
1891 F: scripts/qmp/*
1892 F: scripts/*.py
1893 F: tests/*.py
1895 QAPI
1896 M: Markus Armbruster <armbru@redhat.com>
1897 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1898 S: Supported
1899 F: qapi/
1900 X: qapi/*.json
1901 F: include/qapi/
1902 X: include/qapi/qmp/
1903 F: include/qapi/qmp/dispatch.h
1904 F: tests/qapi-schema/
1905 F: tests/test-*-visitor.c
1906 F: tests/test-qapi-*.c
1907 F: tests/test-qmp-*.c
1908 F: tests/test-visitor-serialization.c
1909 F: scripts/qapi-gen.py
1910 F: scripts/qapi/*
1911 F: docs/devel/qapi*
1912 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1914 QAPI Schema
1915 M: Eric Blake <eblake@redhat.com>
1916 M: Markus Armbruster <armbru@redhat.com>
1917 S: Supported
1918 F: qapi/*.json
1919 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1921 QObject
1922 M: Markus Armbruster <armbru@redhat.com>
1923 S: Supported
1924 F: qobject/
1925 F: include/qapi/qmp/
1926 X: include/qapi/qmp/dispatch.h
1927 F: scripts/coccinelle/qobject.cocci
1928 F: tests/check-qdict.c
1929 F: tests/check-qnum.c
1930 F: tests/check-qjson.c
1931 F: tests/check-qlist.c
1932 F: tests/check-qstring.c
1933 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1935 QEMU Guest Agent
1936 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1937 S: Maintained
1938 F: qga/
1939 F: qemu-ga.texi
1940 F: scripts/qemu-guest-agent/
1941 F: tests/test-qga.c
1942 F: docs/interop/qemu-ga-ref.texi
1943 T: git https://github.com/mdroth/qemu.git qga
1946 M: Andreas Färber <afaerber@suse.de>
1947 S: Supported
1948 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1949 F: include/qom/
1950 X: include/qom/cpu.h
1951 F: qom/
1952 X: qom/cpu.c
1953 F: tests/check-qom-interface.c
1954 F: tests/check-qom-proplist.c
1957 M: Markus Armbruster <armbru@redhat.com>
1958 S: Supported
1959 F: qmp.c
1960 F: monitor.c
1961 F: docs/devel/*qmp-*
1962 F: docs/interop/*qmp-*
1963 F: scripts/qmp/
1964 F: tests/qmp-test.c
1965 F: tests/qmp-cmd-test.c
1966 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1968 qtest
1969 M: Thomas Huth <thuth@redhat.com>
1970 M: Laurent Vivier <lvivier@redhat.com>
1971 R: Paolo Bonzini <pbonzini@redhat.com>
1972 S: Maintained
1973 F: qtest.c
1974 F: tests/libqtest.*
1975 F: tests/libqos/
1976 F: tests/*-test.c
1978 Register API
1979 M: Alistair Francis <alistair@alistair23.me>
1980 S: Maintained
1981 F: hw/core/register.c
1982 F: include/hw/register.h
1983 F: include/hw/registerfields.h
1985 SLIRP
1986 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1987 M: Jan Kiszka <jan.kiszka@siemens.com>
1988 S: Maintained
1989 F: slirp/
1990 F: net/slirp.c
1991 F: include/net/slirp.h
1992 T: git https://people.debian.org/~sthibault/qemu.git slirp
1993 T: git git://git.kiszka.org/qemu.git queues/slirp
1995 Stubs
1996 M: Paolo Bonzini <pbonzini@redhat.com>
1997 S: Maintained
1998 F: stubs/
2000 Tracing
2001 M: Stefan Hajnoczi <stefanha@redhat.com>
2002 S: Maintained
2003 F: trace/
2004 F: trace-events
2005 F: qemu-option-trace.texi
2006 F: scripts/tracetool.py
2007 F: scripts/tracetool/
2008 F: scripts/qemu-trace-stap*
2009 F: docs/devel/tracing.txt
2010 T: git https://github.com/stefanha/qemu.git tracing
2013 M: Stefan Berger <stefanb@linux.ibm.com>
2014 S: Maintained
2015 F: tpm.c
2016 F: stubs/tpm.c
2017 F: hw/tpm/*
2018 F: include/hw/acpi/tpm.h
2019 F: include/sysemu/tpm*
2020 F: qapi/tpm.json
2021 F: backends/tpm.c
2022 F: tests/*tpm*
2023 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2025 Checkpatch
2026 S: Odd Fixes
2027 F: scripts/checkpatch.pl
2029 Migration
2030 M: Juan Quintela <quintela@redhat.com>
2031 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2032 S: Maintained
2033 F: include/migration/
2034 F: migration/
2035 F: scripts/vmstate-static-checker.py
2036 F: tests/vmstate-static-checker-data/
2037 F: tests/migration-test.c
2038 F: docs/devel/migration.rst
2039 F: qapi/migration.json
2041 Seccomp
2042 M: Eduardo Otubo <otubo@redhat.com>
2043 S: Supported
2044 F: qemu-seccomp.c
2045 F: include/sysemu/seccomp.h
2047 Cryptography
2048 M: Daniel P. Berrange <berrange@redhat.com>
2049 S: Maintained
2050 F: crypto/
2051 F: include/crypto/
2052 F: tests/test-crypto-*
2053 F: tests/benchmark-crypto-*
2054 F: qemu.sasl
2056 Coroutines
2057 M: Stefan Hajnoczi <stefanha@redhat.com>
2058 M: Kevin Wolf <kwolf@redhat.com>
2059 F: util/*coroutine*
2060 F: include/qemu/coroutine*
2061 F: tests/test-coroutine.c
2063 Buffers
2064 M: Daniel P. Berrange <berrange@redhat.com>
2065 S: Odd fixes
2066 F: util/buffer.c
2067 F: include/qemu/buffer.h
2069 I/O Channels
2070 M: Daniel P. Berrange <berrange@redhat.com>
2071 S: Maintained
2072 F: io/
2073 F: include/io/
2074 F: tests/test-io-*
2076 Sockets
2077 M: Daniel P. Berrange <berrange@redhat.com>
2078 M: Gerd Hoffmann <kraxel@redhat.com>
2079 S: Maintained
2080 F: include/qemu/sockets.h
2081 F: util/qemu-sockets.c
2082 F: qapi/sockets.json
2084 Throttling infrastructure
2085 M: Alberto Garcia <berto@igalia.com>
2086 S: Supported
2087 F: block/throttle-groups.c
2088 F: include/block/throttle-groups.h
2089 F: include/qemu/throttle*.h
2090 F: util/throttle.c
2091 F: docs/throttle.txt
2092 F: tests/test-throttle.c
2093 L: qemu-block@nongnu.org
2095 UUID
2096 M: Fam Zheng <fam@euphon.net>
2097 S: Supported
2098 F: util/uuid.c
2099 F: include/qemu/uuid.h
2100 F: tests/test-uuid.c
2102 COLO Framework
2103 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2104 S: Maintained
2105 F: migration/colo*
2106 F: include/migration/colo.h
2107 F: include/migration/failover.h
2108 F: docs/COLO-FT.txt
2110 COLO Proxy
2111 M: Zhang Chen <zhangckid@gmail.com>
2112 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2113 S: Supported
2114 F: docs/colo-proxy.txt
2115 F: net/colo*
2116 F: net/filter-rewriter.c
2117 F: net/filter-mirror.c
2119 Record/replay
2120 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2121 R: Paolo Bonzini <pbonzini@redhat.com>
2122 W: https://wiki.qemu.org/Features/record-replay
2123 S: Supported
2124 F: replay/*
2125 F: block/blkreplay.c
2126 F: net/filter-replay.c
2127 F: include/sysemu/replay.h
2128 F: docs/replay.txt
2129 F: stubs/replay.c
2131 IOVA Tree
2132 M: Peter Xu <peterx@redhat.com>
2133 S: Maintained
2134 F: include/qemu/iova-tree.h
2135 F: util/iova-tree.c
2137 elf2dmp
2138 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2139 S: Maintained
2140 F: contrib/elf2dmp/
2142 Usermode Emulation
2143 ------------------
2144 Overall
2145 M: Riku Voipio <riku.voipio@iki.fi>
2146 S: Maintained
2147 F: thunk.c
2148 F: accel/tcg/user-exec*.c
2150 BSD user
2151 S: Orphan
2152 F: bsd-user/
2153 F: default-configs/*-bsd-user.mak
2155 Linux user
2156 M: Riku Voipio <riku.voipio@iki.fi>
2157 R: Laurent Vivier <laurent@vivier.eu>
2158 S: Maintained
2159 F: linux-user/
2160 F: default-configs/*-linux-user.mak
2161 F: scripts/qemu-binfmt-conf.sh
2163 Tiny Code Generator (TCG)
2164 -------------------------
2165 Common code
2166 M: Richard Henderson <rth@twiddle.net>
2167 S: Maintained
2168 F: tcg/
2170 AArch64 target
2171 M: Claudio Fontana <claudio.fontana@huawei.com>
2172 M: Claudio Fontana <claudio.fontana@gmail.com>
2173 S: Maintained
2174 L: qemu-arm@nongnu.org
2175 F: tcg/aarch64/
2176 F: disas/arm-a64.cc
2177 F: disas/libvixl/
2179 ARM target
2180 M: Andrzej Zaborowski <balrogg@gmail.com>
2181 S: Maintained
2182 L: qemu-arm@nongnu.org
2183 F: tcg/arm/
2184 F: disas/arm.c
2186 i386 target
2187 L: qemu-devel@nongnu.org
2188 S: Maintained
2189 F: tcg/i386/
2190 F: disas/i386.c
2192 MIPS target
2193 M: Aurelien Jarno <aurelien@aurel32.net>
2194 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2195 S: Maintained
2196 F: tcg/mips/
2197 F: disas/mips.c
2200 M: Richard Henderson <rth@twiddle.net>
2201 S: Odd Fixes
2202 F: tcg/ppc/
2203 F: disas/ppc.c
2205 RISC-V
2206 M: Michael Clark <mjc@sifive.com>
2207 M: Palmer Dabbelt <palmer@sifive.com>
2208 M: Alistair Francis <Alistair.Francis@wdc.com>
2209 L: qemu-riscv@nongnu.org
2210 S: Maintained
2211 F: tcg/riscv/
2212 F: disas/riscv.c
2214 S390 target
2215 M: Richard Henderson <rth@twiddle.net>
2216 S: Maintained
2217 F: tcg/s390/
2218 F: disas/s390.c
2219 L: qemu-s390x@nongnu.org
2221 SPARC target
2222 S: Odd Fixes
2223 F: tcg/sparc/
2224 F: disas/sparc.c
2226 TCI target
2227 M: Stefan Weil <sw@weilnetz.de>
2228 S: Maintained
2229 F: tcg/tci/
2230 F: tcg/tci.c
2231 F: disas/tci.c
2233 Block drivers
2234 -------------
2235 VMDK
2236 M: Fam Zheng <fam@euphon.net>
2237 L: qemu-block@nongnu.org
2238 S: Supported
2239 F: block/vmdk.c
2242 M: Josh Durgin <jdurgin@redhat.com>
2243 M: Jeff Cody <jcody@redhat.com>
2244 L: qemu-block@nongnu.org
2245 S: Supported
2246 F: block/rbd.c
2247 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2249 Sheepdog
2250 M: Liu Yuan <namei.unix@gmail.com>
2251 M: Jeff Cody <jcody@redhat.com>
2252 L: qemu-block@nongnu.org
2253 S: Supported
2254 F: block/sheepdog.c
2255 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2257 VHDX
2258 M: Jeff Cody <jcody@redhat.com>
2259 L: qemu-block@nongnu.org
2260 S: Supported
2261 F: block/vhdx*
2262 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2265 M: Stefan Weil <sw@weilnetz.de>
2266 L: qemu-block@nongnu.org
2267 S: Maintained
2268 F: block/vdi.c
2270 iSCSI
2271 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2272 M: Paolo Bonzini <pbonzini@redhat.com>
2273 M: Peter Lieven <pl@kamp.de>
2274 L: qemu-block@nongnu.org
2275 S: Odd Fixes
2276 F: block/iscsi.c
2277 F: block/iscsi-opts.c
2279 Network Block Device (NBD)
2280 M: Eric Blake <eblake@redhat.com>
2281 L: qemu-block@nongnu.org
2282 S: Maintained
2283 F: block/nbd*
2284 F: nbd/
2285 F: include/block/nbd*
2286 F: qemu-nbd.*
2287 F: blockdev-nbd.c
2288 F: docs/interop/nbd.txt
2289 T: git https://repo.or.cz/qemu/ericb.git nbd
2292 M: Jeff Cody <jcody@redhat.com>
2293 M: Peter Lieven <pl@kamp.de>
2294 L: qemu-block@nongnu.org
2295 S: Maintained
2296 F: block/nfs.c
2297 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2300 M: Richard W.M. Jones <rjones@redhat.com>
2301 M: Jeff Cody <jcody@redhat.com>
2302 L: qemu-block@nongnu.org
2303 S: Supported
2304 F: block/ssh.c
2305 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2307 CURL
2308 M: Jeff Cody <jcody@redhat.com>
2309 L: qemu-block@nongnu.org
2310 S: Supported
2311 F: block/curl.c
2312 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2314 GLUSTER
2315 M: Jeff Cody <jcody@redhat.com>
2316 L: qemu-block@nongnu.org
2317 S: Supported
2318 F: block/gluster.c
2319 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2321 Null Block Driver
2322 M: Fam Zheng <fam@euphon.net>
2323 L: qemu-block@nongnu.org
2324 S: Supported
2325 F: block/null.c
2327 NVMe Block Driver
2328 M: Fam Zheng <fam@euphon.net>
2329 L: qemu-block@nongnu.org
2330 S: Supported
2331 F: block/nvme*
2333 Bootdevice
2334 M: Gonglei <arei.gonglei@huawei.com>
2335 S: Maintained
2336 F: bootdevice.c
2338 Quorum
2339 M: Alberto Garcia <berto@igalia.com>
2340 S: Supported
2341 F: block/quorum.c
2342 L: qemu-block@nongnu.org
2344 blklogwrites
2345 M: Ari Sundholm <ari@tuxera.com>
2346 L: qemu-block@nongnu.org
2347 S: Supported
2348 F: block/blklogwrites.c
2350 blkverify
2351 M: Stefan Hajnoczi <stefanha@redhat.com>
2352 L: qemu-block@nongnu.org
2353 S: Supported
2354 F: block/blkverify.c
2356 bochs
2357 M: Stefan Hajnoczi <stefanha@redhat.com>
2358 L: qemu-block@nongnu.org
2359 S: Supported
2360 F: block/bochs.c
2362 cloop
2363 M: Stefan Hajnoczi <stefanha@redhat.com>
2364 L: qemu-block@nongnu.org
2365 S: Supported
2366 F: block/cloop.c
2369 M: Stefan Hajnoczi <stefanha@redhat.com>
2370 L: qemu-block@nongnu.org
2371 S: Supported
2372 F: block/dmg.c
2374 parallels
2375 M: Stefan Hajnoczi <stefanha@redhat.com>
2376 M: Denis V. Lunev <den@openvz.org>
2377 L: qemu-block@nongnu.org
2378 S: Supported
2379 F: block/parallels.c
2380 F: docs/interop/parallels.txt
2383 M: Stefan Hajnoczi <stefanha@redhat.com>
2384 L: qemu-block@nongnu.org
2385 S: Supported
2386 F: block/qed.c
2389 M: Kevin Wolf <kwolf@redhat.com>
2390 L: qemu-block@nongnu.org
2391 S: Supported
2392 F: block/linux-aio.c
2393 F: include/block/raw-aio.h
2394 F: block/raw-format.c
2395 F: block/file-posix.c
2396 F: block/file-win32.c
2397 F: block/win32-aio.c
2399 qcow2
2400 M: Kevin Wolf <kwolf@redhat.com>
2401 M: Max Reitz <mreitz@redhat.com>
2402 L: qemu-block@nongnu.org
2403 S: Supported
2404 F: block/qcow2*
2405 F: docs/interop/qcow2.txt
2407 qcow
2408 M: Kevin Wolf <kwolf@redhat.com>
2409 L: qemu-block@nongnu.org
2410 S: Supported
2411 F: block/qcow.c
2413 blkdebug
2414 M: Kevin Wolf <kwolf@redhat.com>
2415 M: Max Reitz <mreitz@redhat.com>
2416 L: qemu-block@nongnu.org
2417 S: Supported
2418 F: block/blkdebug.c
2421 M: Kevin Wolf <kwolf@redhat.com>
2422 L: qemu-block@nongnu.org
2423 S: Supported
2424 F: block/vpc.c
2426 vvfat
2427 M: Kevin Wolf <kwolf@redhat.com>
2428 L: qemu-block@nongnu.org
2429 S: Supported
2430 F: block/vvfat.c
2432 Image format fuzzer
2433 M: Stefan Hajnoczi <stefanha@redhat.com>
2434 L: qemu-block@nongnu.org
2435 S: Supported
2436 F: tests/image-fuzzer/
2438 Replication
2439 M: Wen Congyang <wencongyang2@huawei.com>
2440 M: Xie Changlong <xiechanglong.d@gmail.com>
2441 S: Supported
2442 F: replication*
2443 F: block/replication.c
2444 F: tests/test-replication.c
2445 F: docs/block-replication.txt
2447 PVRDMA
2448 M: Yuval Shaia <yuval.shaia@oracle.com>
2449 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2450 S: Maintained
2451 F: hw/rdma/*
2452 F: hw/rdma/vmw/*
2453 F: docs/pvrdma.txt
2454 F: contrib/rdmacm-mux/*
2455 F: qapi/rdma.json
2457 Build and test automation
2458 -------------------------
2459 Build and test automation
2460 M: Alex Bennée <alex.bennee@linaro.org>
2461 M: Fam Zheng <fam@euphon.net>
2462 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2463 L: qemu-devel@nongnu.org
2464 S: Maintained
2465 F: .travis.yml
2466 F: scripts/travis/
2467 F: .shippable.yml
2468 F: tests/docker/
2469 F: tests/vm/
2470 F: scripts/archive-source.sh
2471 W: https://travis-ci.org/qemu/qemu
2472 W: https://app.shippable.com/github/qemu/qemu
2473 W: http://patchew.org/QEMU/
2475 FreeBSD Hosted Continuous Integration
2476 M: Ed Maste <emaste@freebsd.org>
2477 M: Li-Wen Hsu <lwhsu@freebsd.org>
2478 L: qemu-devel@nongnu.org
2479 S: Maintained
2480 F: .cirrus.yml
2481 W: https://cirrus-ci.com/github/qemu/qemu
2483 Guest Test Compilation Support
2484 M: Alex Bennée <alex.bennee@linaro.org>
2485 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2486 F: tests/tcg/Makefile
2487 F: tests/tcg/Makefile.include
2488 L: qemu-devel@nongnu.org
2490 Documentation
2491 -------------
2492 Build system architecture
2493 M: Daniel P. Berrange <berrange@redhat.com>
2494 S: Odd Fixes
2495 F: docs/devel/build-system.txt
2497 GIT Data Mining Config
2498 M: Alex Bennée <alex.bennee@linaro.org>
2499 S: Odd Fixes
2500 F: gitdm.config
2501 F: contrib/gitdm/*
2503 Incompatible changes
2504 R: libvir-list@redhat.com
2505 F: qemu-deprecated.texi
2507 Build System
2508 ------------
2509 GIT submodules
2510 M: Daniel P. Berrange <berrange@redhat.com>
2511 S: Odd Fixes
2512 F: scripts/git-submodule.sh