ppc/pnv: psi: add a PSIHB_REG macro
[qemu/ar7.git] / MAINTAINERS
blobd3267560799ba773dee092d523e8a6e85be47065
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/i2c/mpc_i2c.c
988 F: hw/net/fsl_etsec/
989 F: hw/pci-host/ppce500.c
990 F: include/hw/ppc/ppc_e500.h
991 F: include/hw/pci-host/ppce500.h
992 F: pc-bios/u-boot.e500
994 mpc8544ds
995 M: David Gibson <david@gibson.dropbear.id.au>
996 L: qemu-ppc@nongnu.org
997 S: Odd Fixes
998 F: hw/ppc/mpc8544ds.c
999 F: hw/ppc/mpc8544_guts.c
1001 New World (mac99)
1002 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1003 R: David Gibson <david@gibson.dropbear.id.au>
1004 L: qemu-ppc@nongnu.org
1005 S: Odd Fixes
1006 F: hw/ppc/mac_newworld.c
1007 F: hw/pci-host/uninorth.c
1008 F: hw/pci-bridge/dec.[hc]
1009 F: hw/misc/macio/
1010 F: hw/misc/mos6522.c
1011 F: hw/nvram/mac_nvram.c
1012 F: hw/input/adb*
1013 F: include/hw/misc/macio/
1014 F: include/hw/misc/mos6522.h
1015 F: include/hw/ppc/mac_dbdma.h
1016 F: include/hw/pci-host/uninorth.h
1017 F: include/hw/input/adb*
1018 F: pc-bios/qemu_vga.ndrv
1020 Old World (g3beige)
1021 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1022 R: David Gibson <david@gibson.dropbear.id.au>
1023 L: qemu-ppc@nongnu.org
1024 S: Odd Fixes
1025 F: hw/ppc/mac_oldworld.c
1026 F: hw/pci-host/grackle.c
1027 F: hw/misc/macio/
1028 F: hw/intc/heathrow_pic.c
1029 F: hw/input/adb*
1030 F: include/hw/intc/heathrow_pic.h
1031 F: include/hw/input/adb*
1032 F: pc-bios/qemu_vga.ndrv
1034 PReP
1035 M: Hervé Poussineau <hpoussin@reactos.org>
1036 L: qemu-devel@nongnu.org
1037 L: qemu-ppc@nongnu.org
1038 S: Maintained
1039 F: hw/ppc/prep.c
1040 F: hw/ppc/prep_systemio.c
1041 F: hw/ppc/rs6000_mc.c
1042 F: hw/pci-host/prep.[hc]
1043 F: hw/isa/i82378.c
1044 F: hw/isa/pc87312.c
1045 F: hw/dma/i82374.c
1046 F: hw/timer/m48t59-isa.c
1047 F: include/hw/isa/pc87312.h
1048 F: include/hw/timer/m48t59.h
1049 F: pc-bios/ppc_rom.bin
1051 sPAPR
1052 M: David Gibson <david@gibson.dropbear.id.au>
1053 L: qemu-ppc@nongnu.org
1054 S: Supported
1055 F: hw/*/spapr*
1056 F: include/hw/*/spapr*
1057 F: hw/*/xics*
1058 F: include/hw/*/xics*
1059 F: pc-bios/spapr-rtas/*
1060 F: pc-bios/spapr-rtas.bin
1061 F: pc-bios/slof.bin
1062 F: pc-bios/skiboot.lid
1063 F: docs/specs/ppc-spapr-hcalls.txt
1064 F: docs/specs/ppc-spapr-hotplug.txt
1065 F: tests/spapr*
1066 F: tests/libqos/*spapr*
1067 F: tests/rtas*
1068 F: tests/libqos/rtas*
1070 virtex_ml507
1071 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1072 L: qemu-ppc@nongnu.org
1073 S: Odd Fixes
1074 F: hw/ppc/virtex_ml507.c
1076 sam460ex
1077 M: BALATON Zoltan <balaton@eik.bme.hu>
1078 L: qemu-ppc@nongnu.org
1079 S: Maintained
1080 F: hw/ppc/sam460ex.c
1081 F: hw/ppc/ppc440_pcix.c
1082 F: hw/display/sm501*
1083 F: hw/ide/sii3112.c
1084 F: hw/timer/m41t80.c
1085 F: pc-bios/canyonlands.dt[sb]
1086 F: pc-bios/u-boot-sam460ex-20100605.bin
1087 F: roms/u-boot-sam460ex
1089 SH4 Machines
1090 ------------
1092 M: Magnus Damm <magnus.damm@gmail.com>
1093 S: Maintained
1094 F: hw/sh4/r2d.c
1095 F: hw/intc/sh_intc.c
1096 F: hw/timer/sh_timer.c
1098 Shix
1099 M: Magnus Damm <magnus.damm@gmail.com>
1100 S: Odd Fixes
1101 F: hw/sh4/shix.c
1103 SPARC Machines
1104 --------------
1105 Sun4m
1106 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1107 S: Maintained
1108 F: hw/sparc/sun4m.c
1109 F: hw/sparc/sun4m_iommu.c
1110 F: hw/display/cg3.c
1111 F: hw/display/tcx.c
1112 F: hw/dma/sparc32_dma.c
1113 F: hw/misc/eccmemctl.c
1114 F: hw/*/slavio_*.c
1115 F: include/hw/nvram/sun_nvram.h
1116 F: include/hw/sparc/sparc32_dma.h
1117 F: include/hw/sparc/sun4m_iommu.h
1118 F: pc-bios/openbios-sparc32
1120 Sun4u
1121 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1122 S: Maintained
1123 F: hw/sparc64/sun4u.c
1124 F: hw/sparc64/sun4u_iommu.c
1125 F: include/hw/sparc/sun4u_iommu.h
1126 F: hw/pci-host/sabre.c
1127 F: include/hw/pci-host/sabre.h
1128 F: hw/pci-bridge/simba.c
1129 F: include/hw/pci-bridge/simba.h
1130 F: pc-bios/openbios-sparc64
1132 Sun4v
1133 M: Artyom Tarasenko <atar4qemu@gmail.com>
1134 S: Maintained
1135 F: hw/sparc64/niagara.c
1136 F: hw/timer/sun4v-rtc.c
1137 F: include/hw/timer/sun4v-rtc.h
1139 Leon3
1140 M: Fabien Chouteau <chouteau@adacore.com>
1141 S: Maintained
1142 F: hw/sparc/leon3.c
1143 F: hw/*/grlib*
1144 F: include/hw/sparc/grlib.h
1146 S390 Machines
1147 -------------
1148 S390 Virtio-ccw
1149 M: Cornelia Huck <cohuck@redhat.com>
1150 M: Halil Pasic <pasic@linux.ibm.com>
1151 M: Christian Borntraeger <borntraeger@de.ibm.com>
1152 S: Supported
1153 F: hw/char/sclp*.[hc]
1154 F: hw/char/terminal3270.c
1155 F: hw/s390x/
1156 F: include/hw/s390x/
1157 F: hw/watchdog/wdt_diag288.c
1158 F: include/hw/watchdog/wdt_diag288.h
1159 F: default-configs/s390x-softmmu.mak
1160 T: git https://github.com/cohuck/qemu.git s390-next
1161 T: git https://github.com/borntraeger/qemu.git s390-next
1162 L: qemu-s390x@nongnu.org
1164 S390-ccw boot
1165 M: Christian Borntraeger <borntraeger@de.ibm.com>
1166 M: Thomas Huth <thuth@redhat.com>
1167 S: Supported
1168 F: hw/s390x/ipl.*
1169 F: pc-bios/s390-ccw/
1170 F: pc-bios/s390-ccw.img
1171 T: git https://github.com/borntraeger/qemu.git s390-next
1172 L: qemu-s390x@nongnu.org
1174 S390 PCI
1175 M: Collin Walling <walling@linux.ibm.com>
1176 S: Supported
1177 F: hw/s390x/s390-pci*
1178 L: qemu-s390x@nongnu.org
1180 UniCore32 Machines
1181 -------------
1182 PKUnity-3 SoC initramfs-with-busybox
1183 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1184 S: Maintained
1185 F: hw/*/puv3*
1186 F: hw/unicore32/
1188 X86 Machines
1189 ------------
1191 M: Michael S. Tsirkin <mst@redhat.com>
1192 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1193 S: Supported
1194 F: include/hw/i386/
1195 F: hw/i386/
1196 F: hw/pci-host/piix.c
1197 F: hw/pci-host/q35.c
1198 F: hw/pci-host/pam.c
1199 F: include/hw/pci-host/q35.h
1200 F: include/hw/pci-host/pam.h
1201 F: hw/isa/piix4.c
1202 F: hw/isa/lpc_ich9.c
1203 F: hw/i2c/smbus_ich9.c
1204 F: hw/acpi/piix4.c
1205 F: hw/acpi/ich9.c
1206 F: include/hw/acpi/ich9.h
1207 F: include/hw/acpi/piix4.h
1208 F: hw/misc/sga.c
1209 F: hw/isa/apm.c
1210 F: include/hw/isa/apm.h
1211 F: tests/test-x86-cpuid.c
1212 F: tests/test-x86-cpuid-compat.c
1214 PC Chipset
1215 M: Michael S. Tsirkin <mst@redhat.com>
1216 M: Paolo Bonzini <pbonzini@redhat.com>
1217 S: Supported
1218 F: hw/char/debugcon.c
1219 F: hw/char/parallel*
1220 F: hw/char/serial*
1221 F: hw/dma/i8257*
1222 F: hw/i2c/pm_smbus.c
1223 F: hw/input/pckbd.c
1224 F: hw/intc/apic*
1225 F: hw/intc/ioapic*
1226 F: hw/intc/i8259*
1227 F: hw/isa/isa-superio.c
1228 F: hw/misc/debugexit.c
1229 F: hw/misc/pc-testdev.c
1230 F: hw/timer/hpet*
1231 F: hw/timer/i8254*
1232 F: hw/timer/mc146818rtc*
1233 F: hw/watchdog/wdt_ib700.c
1234 F: hw/watchdog/wdt_i6300esb.c
1235 F: include/hw/display/vga.h
1236 F: include/hw/char/parallel.h
1237 F: include/hw/dma/i8257.h
1238 F: include/hw/i2c/pm_smbus.h
1239 F: include/hw/input/i8042.h
1240 F: include/hw/isa/i8259_internal.h
1241 F: include/hw/isa/superio.h
1242 F: include/hw/timer/hpet.h
1243 F: include/hw/timer/i8254*
1244 F: include/hw/timer/mc146818rtc*
1246 Machine core
1247 M: Eduardo Habkost <ehabkost@redhat.com>
1248 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1249 S: Supported
1250 F: hw/core/machine.c
1251 F: hw/core/null-machine.c
1252 F: hw/cpu/cluster.c
1253 F: include/hw/boards.h
1254 F: include/hw/cpu/cluster.h
1255 T: git https://github.com/ehabkost/qemu.git machine-next
1257 Xtensa Machines
1258 ---------------
1260 M: Max Filippov <jcmvbkbc@gmail.com>
1261 S: Maintained
1262 F: hw/xtensa/sim.c
1264 XTFPGA (LX60, LX200, ML605, KC705)
1265 M: Max Filippov <jcmvbkbc@gmail.com>
1266 S: Maintained
1267 F: hw/xtensa/xtfpga.c
1268 F: hw/net/opencores_eth.c
1270 Devices
1271 -------
1273 M: Jiri Slaby <jslaby@suse.cz>
1274 S: Maintained
1275 F: hw/misc/edu.c
1278 M: John Snow <jsnow@redhat.com>
1279 L: qemu-block@nongnu.org
1280 S: Supported
1281 F: include/hw/ide.h
1282 F: include/hw/ide/
1283 F: hw/ide/
1284 F: hw/block/block.c
1285 F: hw/block/cdrom.c
1286 F: hw/block/hd-geometry.c
1287 F: tests/ide-test.c
1288 F: tests/ahci-test.c
1289 F: tests/cdrom-test.c
1290 F: tests/libqos/ahci*
1291 T: git https://github.com/jnsnow/qemu.git ide
1293 IPMI
1294 M: Corey Minyard <minyard@acm.org>
1295 S: Maintained
1296 F: include/hw/ipmi/*
1297 F: hw/ipmi/*
1298 F: hw/smbios/smbios_type_38.c
1299 F: tests/ipmi*
1300 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1302 Floppy
1303 M: John Snow <jsnow@redhat.com>
1304 L: qemu-block@nongnu.org
1305 S: Supported
1306 F: hw/block/fdc.c
1307 F: include/hw/block/fdc.h
1308 F: tests/fdc-test.c
1309 T: git https://github.com/jnsnow/qemu.git ide
1311 OMAP
1312 M: Peter Maydell <peter.maydell@linaro.org>
1313 S: Maintained
1314 F: hw/*/omap*
1315 F: include/hw/arm/omap.h
1317 IPack
1318 M: Alberto Garcia <berto@igalia.com>
1319 S: Odd Fixes
1320 F: hw/char/ipoctal232.c
1321 F: hw/ipack/
1324 M: Michael S. Tsirkin <mst@redhat.com>
1325 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1326 S: Supported
1327 F: include/hw/pci/*
1328 F: hw/misc/pci-testdev.c
1329 F: hw/pci/*
1330 F: hw/pci-bridge/*
1331 F: docs/pci*
1332 F: docs/specs/*pci*
1333 F: default-configs/pci.mak
1335 ACPI/SMBIOS
1336 M: Michael S. Tsirkin <mst@redhat.com>
1337 M: Igor Mammedov <imammedo@redhat.com>
1338 S: Supported
1339 F: include/hw/acpi/*
1340 F: include/hw/firmware/smbios.h
1341 F: hw/mem/*
1342 F: hw/acpi/*
1343 F: hw/smbios/*
1344 F: hw/i386/acpi-build.[hc]
1345 F: hw/arm/virt-acpi-build.c
1346 F: tests/bios-tables-test.c
1347 F: tests/acpi-utils.[hc]
1348 F: tests/data/acpi/
1350 ppc4xx
1351 M: David Gibson <david@gibson.dropbear.id.au>
1352 L: qemu-ppc@nongnu.org
1353 S: Odd Fixes
1354 F: hw/ppc/ppc4*.c
1355 F: hw/i2c/ppc4xx_i2c.c
1356 F: include/hw/ppc/ppc4xx.h
1357 F: include/hw/i2c/ppc4xx_i2c.h
1359 Character devices
1360 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1361 R: Paolo Bonzini <pbonzini@redhat.com>
1362 S: Odd Fixes
1363 F: hw/char/
1365 Network devices
1366 M: Jason Wang <jasowang@redhat.com>
1367 S: Odd Fixes
1368 F: hw/net/
1369 F: include/hw/net/
1370 F: tests/virtio-net-test.c
1371 T: git https://github.com/jasowang/qemu.git net
1373 SCSI
1374 M: Paolo Bonzini <pbonzini@redhat.com>
1375 R: Fam Zheng <fam@euphon.net>
1376 S: Supported
1377 F: include/hw/scsi/*
1378 F: hw/scsi/*
1379 F: tests/virtio-scsi-test.c
1380 T: git https://github.com/bonzini/qemu.git scsi-next
1383 M: Alistair Francis <alistair@alistair23.me>
1384 S: Maintained
1385 F: hw/ssi/*
1386 F: hw/block/m25p80.c
1387 F: include/hw/ssi/ssi.h
1388 X: hw/ssi/xilinx_*
1389 F: tests/m25p80-test.c
1391 Xilinx SPI
1392 M: Alistair Francis <alistair@alistair23.me>
1393 S: Maintained
1394 F: hw/ssi/xilinx_*
1396 SD (Secure Card)
1397 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1398 S: Odd Fixes
1399 F: include/hw/sd/sd*
1400 F: hw/sd/core.c
1401 F: hw/sd/sd*
1402 F: tests/sd*
1405 M: Gerd Hoffmann <kraxel@redhat.com>
1406 S: Maintained
1407 F: hw/usb/*
1408 F: tests/usb-*-test.c
1409 F: docs/usb2.txt
1410 F: docs/usb-storage.txt
1411 F: include/hw/usb.h
1412 F: include/hw/usb/
1413 F: default-configs/usb.mak
1415 USB (serial adapter)
1416 M: Gerd Hoffmann <kraxel@redhat.com>
1417 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1418 S: Maintained
1419 F: hw/usb/dev-serial.c
1421 VFIO
1422 M: Alex Williamson <alex.williamson@redhat.com>
1423 S: Supported
1424 F: hw/vfio/*
1425 F: include/hw/vfio/
1427 vfio-ccw
1428 M: Cornelia Huck <cohuck@redhat.com>
1429 M: Eric Farman <farman@linux.ibm.com>
1430 M: Farhan Ali <alifm@linux.ibm.com>
1431 S: Supported
1432 F: hw/vfio/ccw.c
1433 F: hw/s390x/s390-ccw.c
1434 F: include/hw/s390x/s390-ccw.h
1435 T: git https://github.com/cohuck/qemu.git s390-next
1436 L: qemu-s390x@nongnu.org
1438 vfio-ap
1439 M: Christian Borntraeger <borntraeger@de.ibm.com>
1440 M: Tony Krowiak <akrowiak@linux.ibm.com>
1441 M: Halil Pasic <pasic@linux.ibm.com>
1442 M: Pierre Morel <pmorel@linux.ibm.com>
1443 S: Supported
1444 F: hw/s390x/ap-device.c
1445 F: hw/s390x/ap-bridge.c
1446 F: include/hw/s390x/ap-device.h
1447 F: include/hw/s390x/ap-bridge.h
1448 F: hw/vfio/ap.c
1449 F: docs/vfio-ap.txt
1450 L: qemu-s390x@nongnu.org
1452 vhost
1453 M: Michael S. Tsirkin <mst@redhat.com>
1454 S: Supported
1455 F: hw/*/*vhost*
1456 F: docs/interop/vhost-user.txt
1457 F: contrib/vhost-user-*/
1459 virtio
1460 M: Michael S. Tsirkin <mst@redhat.com>
1461 S: Supported
1462 F: hw/*/virtio*
1463 F: hw/virtio/Makefile.objs
1464 F: hw/virtio/trace-events
1465 F: net/vhost-user.c
1466 F: include/hw/virtio/
1467 F: tests/virtio-balloon-test.c
1469 virtio-9p
1470 M: Greg Kurz <groug@kaod.org>
1471 S: Supported
1472 F: hw/9pfs/
1473 F: fsdev/
1474 F: tests/virtio-9p-test.c
1475 T: git https://github.com/gkurz/qemu.git 9p-next
1477 virtio-blk
1478 M: Stefan Hajnoczi <stefanha@redhat.com>
1479 L: qemu-block@nongnu.org
1480 S: Supported
1481 F: hw/block/virtio-blk.c
1482 F: hw/block/dataplane/*
1483 F: tests/virtio-blk-test.c
1484 T: git https://github.com/stefanha/qemu.git block
1486 virtio-ccw
1487 M: Cornelia Huck <cohuck@redhat.com>
1488 M: Halil Pasic <pasic@linux.ibm.com>
1489 S: Supported
1490 F: hw/s390x/virtio-ccw*.[hc]
1491 F: hw/s390x/vhost-vsock-ccw.c
1492 T: git https://github.com/cohuck/qemu.git s390-next
1493 T: git https://github.com/borntraeger/qemu.git s390-next
1494 L: qemu-s390x@nongnu.org
1496 virtio-input
1497 M: Gerd Hoffmann <kraxel@redhat.com>
1498 S: Maintained
1499 F: hw/input/virtio-input*.c
1500 F: include/hw/virtio/virtio-input.h
1502 virtio-serial
1503 M: Amit Shah <amit@kernel.org>
1504 S: Supported
1505 F: hw/char/virtio-serial-bus.c
1506 F: hw/char/virtio-console.c
1507 F: include/hw/virtio/virtio-serial.h
1508 F: tests/virtio-console-test.c
1509 F: tests/virtio-serial-test.c
1511 virtio-rng
1512 M: Amit Shah <amit@kernel.org>
1513 S: Supported
1514 F: hw/virtio/virtio-rng.c
1515 F: include/hw/virtio/virtio-rng.h
1516 F: include/sysemu/rng*.h
1517 F: backends/rng*.c
1518 F: tests/virtio-rng-test.c
1520 virtio-crypto
1521 M: Gonglei <arei.gonglei@huawei.com>
1522 S: Supported
1523 F: hw/virtio/virtio-crypto.c
1524 F: hw/virtio/virtio-crypto-pci.c
1525 F: include/hw/virtio/virtio-crypto.h
1527 nvme
1528 M: Keith Busch <keith.busch@intel.com>
1529 L: qemu-block@nongnu.org
1530 S: Supported
1531 F: hw/block/nvme*
1532 F: tests/nvme-test.c
1534 megasas
1535 M: Hannes Reinecke <hare@suse.com>
1536 L: qemu-block@nongnu.org
1537 S: Supported
1538 F: hw/scsi/megasas.c
1539 F: hw/scsi/mfi.h
1540 F: tests/megasas-test.c
1542 Network packet abstractions
1543 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1544 S: Maintained
1545 F: include/net/eth.h
1546 F: net/eth.c
1547 F: hw/net/net_rx_pkt*
1548 F: hw/net/net_tx_pkt*
1550 Vmware
1551 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1552 S: Maintained
1553 F: hw/net/vmxnet*
1554 F: hw/scsi/vmw_pvscsi*
1555 F: tests/vmxnet3-test.c
1557 Rocker
1558 M: Jiri Pirko <jiri@resnulli.us>
1559 S: Maintained
1560 F: hw/net/rocker/
1561 F: tests/rocker/
1562 F: docs/specs/rocker.txt
1564 NVDIMM
1565 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1566 S: Maintained
1567 F: hw/acpi/nvdimm.c
1568 F: hw/mem/nvdimm.c
1569 F: include/hw/mem/nvdimm.h
1570 F: docs/nvdimm.txt
1572 e1000x
1573 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1574 S: Maintained
1575 F: hw/net/e1000x*
1577 e1000e
1578 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1579 S: Maintained
1580 F: hw/net/e1000e*
1582 eepro100
1583 M: Stefan Weil <sw@weilnetz.de>
1584 S: Maintained
1585 F: hw/net/eepro100.c
1587 Generic Loader
1588 M: Alistair Francis <alistair@alistair23.me>
1589 S: Maintained
1590 F: hw/core/generic-loader.c
1591 F: include/hw/core/generic-loader.h
1592 F: docs/generic-loader.txt
1594 Intel Hexadecimal Object File Loader
1595 M: Su Hang <suhang16@mails.ucas.ac.cn>
1596 S: Maintained
1597 F: tests/hexloader-test.c
1598 F: tests/data/hex-loader/test.hex
1600 CHRP NVRAM
1601 M: Thomas Huth <thuth@redhat.com>
1602 S: Maintained
1603 F: hw/nvram/chrp_nvram.c
1604 F: include/hw/nvram/chrp_nvram.h
1605 F: tests/prom-env-test.c
1607 VM Generation ID
1608 M: Ben Warren <ben@skyportsystems.com>
1609 S: Maintained
1610 F: hw/acpi/vmgenid.c
1611 F: include/hw/acpi/vmgenid.h
1612 F: docs/specs/vmgenid.txt
1613 F: tests/vmgenid-test.c
1614 F: stubs/vmgenid.c
1616 Unimplemented device
1617 M: Peter Maydell <peter.maydell@linaro.org>
1618 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1619 S: Maintained
1620 F: include/hw/misc/unimp.h
1621 F: hw/misc/unimp.c
1623 Standard VGA
1624 M: Gerd Hoffmann <kraxel@redhat.com>
1625 S: Maintained
1626 F: hw/display/vga*
1627 F: hw/display/bochs-display.c
1628 F: include/hw/display/vga.h
1629 F: include/hw/display/bochs-vbe.h
1631 ramfb
1632 M: Gerd Hoffmann <kraxel@redhat.com>
1633 S: Maintained
1634 F: hw/display/ramfb*.c
1635 F: include/hw/display/ramfb.h
1637 virtio-gpu
1638 M: Gerd Hoffmann <kraxel@redhat.com>
1639 S: Maintained
1640 F: hw/display/virtio-gpu*
1641 F: hw/display/virtio-vga.c
1642 F: include/hw/virtio/virtio-gpu.h
1644 Cirrus VGA
1645 M: Gerd Hoffmann <kraxel@redhat.com>
1646 S: Odd Fixes
1647 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1648 F: hw/display/cirrus*
1650 EDID Generator
1651 M: Gerd Hoffmann <kraxel@redhat.com>
1652 S: Maintained
1653 F: hw/display/edid*
1654 F: include/hw/display/edid.h
1655 F: qemu-edid.c
1657 Firmware configuration (fw_cfg)
1658 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1659 R: Laszlo Ersek <lersek@redhat.com>
1660 R: Gerd Hoffmann <kraxel@redhat.com>
1661 S: Supported
1662 F: docs/specs/fw_cfg.txt
1663 F: hw/nvram/fw_cfg.c
1664 F: include/hw/nvram/fw_cfg.h
1665 F: include/standard-headers/linux/qemu_fw_cfg.h
1666 F: tests/libqos/fw_cfg.c
1667 F: tests/fw_cfg-test.c
1668 T: git https://github.com/philmd/qemu.git fw_cfg-next
1670 XIVE
1671 M: David Gibson <david@gibson.dropbear.id.au>
1672 M: Cédric Le Goater <clg@kaod.org>
1673 L: qemu-ppc@nongnu.org
1674 S: Supported
1675 F: hw/*/*xive*
1676 F: include/hw/*/*xive*
1678 Subsystems
1679 ----------
1680 Audio
1681 M: Gerd Hoffmann <kraxel@redhat.com>
1682 S: Maintained
1683 F: audio/
1684 F: hw/audio/
1685 F: include/hw/audio/
1686 F: tests/ac97-test.c
1687 F: tests/es1370-test.c
1688 F: tests/intel-hda-test.c
1690 Block layer core
1691 M: Kevin Wolf <kwolf@redhat.com>
1692 M: Max Reitz <mreitz@redhat.com>
1693 L: qemu-block@nongnu.org
1694 S: Supported
1695 F: block*
1696 F: block/
1697 F: hw/block/
1698 F: include/block/
1699 F: qemu-img*
1700 F: qemu-io*
1701 F: tests/qemu-iotests/
1702 F: util/qemu-progress.c
1703 F: qobject/block-qdict.c
1704 F: tests/check-block-qdict.c
1705 T: git https://repo.or.cz/qemu/kevin.git block
1707 Block I/O path
1708 M: Stefan Hajnoczi <stefanha@redhat.com>
1709 M: Fam Zheng <fam@euphon.net>
1710 L: qemu-block@nongnu.org
1711 S: Supported
1712 F: util/async.c
1713 F: util/aio-*.c
1714 F: block/io.c
1715 F: migration/block*
1716 F: include/block/aio.h
1717 F: include/block/aio-wait.h
1718 F: scripts/qemugdb/aio.py
1719 T: git https://github.com/stefanha/qemu.git block
1721 Block SCSI subsystem
1722 M: Paolo Bonzini <pbonzini@redhat.com>
1723 R: Fam Zheng <fam@euphon.net>
1724 L: qemu-block@nongnu.org
1725 S: Supported
1726 F: include/scsi/*
1727 F: scsi/*
1729 Block Jobs
1730 M: John Snow <jsnow@redhat.com>
1731 L: qemu-block@nongnu.org
1732 S: Supported
1733 F: blockjob.c
1734 F: include/block/blockjob.h
1735 F: job.c
1736 F: job-qmp.c
1737 F: include/qemu/job.h
1738 F: block/backup.c
1739 F: block/commit.c
1740 F: block/stream.c
1741 F: block/mirror.c
1742 F: qapi/job.json
1743 T: git https://github.com/jnsnow/qemu.git jobs
1745 Block QAPI, monitor, command line
1746 M: Markus Armbruster <armbru@redhat.com>
1747 S: Supported
1748 F: blockdev.c
1749 F: block/qapi.c
1750 F: qapi/block*.json
1751 F: qapi/transaction.json
1752 T: git https://repo.or.cz/qemu/armbru.git block-next
1754 Dirty Bitmaps
1755 M: Fam Zheng <fam@euphon.net>
1756 M: John Snow <jsnow@redhat.com>
1757 L: qemu-block@nongnu.org
1758 S: Supported
1759 F: util/hbitmap.c
1760 F: block/dirty-bitmap.c
1761 F: include/qemu/hbitmap.h
1762 F: include/block/dirty-bitmap.h
1763 F: tests/test-hbitmap.c
1764 F: docs/interop/bitmaps.rst
1765 T: git https://github.com/famz/qemu.git bitmaps
1766 T: git https://github.com/jnsnow/qemu.git bitmaps
1768 Character device backends
1769 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1770 R: Paolo Bonzini <pbonzini@redhat.com>
1771 S: Maintained
1772 F: chardev/
1773 F: include/chardev/
1774 F: qapi/char.json
1776 Character Devices (Braille)
1777 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1778 S: Maintained
1779 F: chardev/baum.c
1781 Command line option argument parsing
1782 M: Markus Armbruster <armbru@redhat.com>
1783 S: Supported
1784 F: include/qemu/option.h
1785 F: tests/test-keyval.c
1786 F: tests/test-qemu-opts.c
1787 F: util/keyval.c
1788 F: util/qemu-option.c
1790 Coverity model
1791 M: Markus Armbruster <armbru@redhat.com>
1792 S: Supported
1793 F: scripts/coverity-model.c
1796 L: qemu-devel@nongnu.org
1797 S: Supported
1798 F: qom/cpu.c
1799 F: include/qom/cpu.h
1801 Device Tree
1802 M: Alexander Graf <agraf@suse.de>
1803 S: Maintained
1804 F: device_tree.c
1805 F: include/sysemu/device_tree.h
1807 Dump
1808 S: Supported
1809 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1810 F: dump.c
1811 F: hw/misc/vmcoreinfo.c
1812 F: include/hw/misc/vmcoreinfo.h
1813 F: include/sysemu/dump-arch.h
1814 F: include/sysemu/dump.h
1815 F: scripts/dump-guest-memory.py
1816 F: stubs/dump.c
1818 Error reporting
1819 M: Markus Armbruster <armbru@redhat.com>
1820 S: Supported
1821 F: include/qapi/error.h
1822 F: include/qemu/error-report.h
1823 F: util/error.c
1824 F: util/qemu-error.c
1826 GDB stub
1827 S: Orphan
1828 F: gdbstub*
1829 F: gdb-xml/
1831 Memory API
1832 M: Paolo Bonzini <pbonzini@redhat.com>
1833 S: Supported
1834 F: include/exec/ioport.h
1835 F: ioport.c
1836 F: include/exec/memory.h
1837 F: include/exec/ram_addr.h
1838 F: memory.c
1839 F: include/exec/memory-internal.h
1840 F: exec.c
1842 SPICE
1843 M: Gerd Hoffmann <kraxel@redhat.com>
1844 S: Supported
1845 F: include/ui/qemu-spice.h
1846 F: include/ui/spice-display.h
1847 F: ui/spice-*.c
1848 F: audio/spiceaudio.c
1849 F: hw/display/qxl*
1850 F: qapi/ui.json
1851 F: docs/spice-port-fqdn.txt
1853 Graphics
1854 M: Gerd Hoffmann <kraxel@redhat.com>
1855 S: Odd Fixes
1856 F: ui/
1857 F: include/ui/
1858 F: qapi/ui.json
1859 F: util/drm.c
1861 Cocoa graphics
1862 M: Peter Maydell <peter.maydell@linaro.org>
1863 S: Odd Fixes
1864 F: ui/cocoa.m
1866 Main loop
1867 M: Paolo Bonzini <pbonzini@redhat.com>
1868 S: Maintained
1869 F: cpus.c
1870 F: util/main-loop.c
1871 F: util/qemu-timer.c
1872 F: vl.c
1873 F: qapi/run-state.json
1875 Human Monitor (HMP)
1876 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1877 S: Maintained
1878 F: monitor.c
1879 F: hmp.[ch]
1880 F: hmp-commands*.hx
1881 F: include/monitor/hmp-target.h
1882 F: tests/test-hmp.c
1884 Network device backends
1885 M: Jason Wang <jasowang@redhat.com>
1886 S: Maintained
1887 F: net/
1888 F: include/net/
1889 T: git https://github.com/jasowang/qemu.git net
1890 F: qapi/net.json
1892 Netmap network backend
1893 M: Luigi Rizzo <rizzo@iet.unipi.it>
1894 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1895 M: Vincenzo Maffione <v.maffione@gmail.com>
1896 W: http://info.iet.unipi.it/~luigi/netmap/
1897 S: Maintained
1898 F: net/netmap.c
1900 NUMA
1901 M: Eduardo Habkost <ehabkost@redhat.com>
1902 S: Maintained
1903 F: numa.c
1904 F: include/sysemu/numa.h
1905 T: git https://github.com/ehabkost/qemu.git machine-next
1907 Host Memory Backends
1908 M: Eduardo Habkost <ehabkost@redhat.com>
1909 M: Igor Mammedov <imammedo@redhat.com>
1910 S: Maintained
1911 F: backends/hostmem*.c
1912 F: include/sysemu/hostmem.h
1913 T: git https://github.com/ehabkost/qemu.git machine-next
1915 Cryptodev Backends
1916 M: Gonglei <arei.gonglei@huawei.com>
1917 S: Maintained
1918 F: include/sysemu/cryptodev*.h
1919 F: backends/cryptodev*.c
1921 Python scripts
1922 M: Eduardo Habkost <ehabkost@redhat.com>
1923 M: Cleber Rosa <crosa@redhat.com>
1924 S: Odd fixes
1925 F: scripts/qmp/*
1926 F: scripts/*.py
1927 F: tests/*.py
1929 QAPI
1930 M: Markus Armbruster <armbru@redhat.com>
1931 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1932 S: Supported
1933 F: qapi/
1934 X: qapi/*.json
1935 F: include/qapi/
1936 X: include/qapi/qmp/
1937 F: include/qapi/qmp/dispatch.h
1938 F: tests/qapi-schema/
1939 F: tests/test-*-visitor.c
1940 F: tests/test-qapi-*.c
1941 F: tests/test-qmp-*.c
1942 F: tests/test-visitor-serialization.c
1943 F: scripts/qapi-gen.py
1944 F: scripts/qapi/*
1945 F: docs/devel/qapi*
1946 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1948 QAPI Schema
1949 M: Eric Blake <eblake@redhat.com>
1950 M: Markus Armbruster <armbru@redhat.com>
1951 S: Supported
1952 F: qapi/*.json
1953 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1955 QObject
1956 M: Markus Armbruster <armbru@redhat.com>
1957 S: Supported
1958 F: qobject/
1959 F: include/qapi/qmp/
1960 X: include/qapi/qmp/dispatch.h
1961 F: scripts/coccinelle/qobject.cocci
1962 F: tests/check-qdict.c
1963 F: tests/check-qjson.c
1964 F: tests/check-qlist.c
1965 F: tests/check-qlit.c
1966 F: tests/check-qnull.c
1967 F: tests/check-qnum.c
1968 F: tests/check-qobject.c
1969 F: tests/check-qstring.c
1970 F: tests/data/qobject/qdict.txt
1971 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1973 QEMU Guest Agent
1974 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1975 S: Maintained
1976 F: qga/
1977 F: qemu-ga.texi
1978 F: scripts/qemu-guest-agent/
1979 F: tests/test-qga.c
1980 F: docs/interop/qemu-ga-ref.texi
1981 T: git https://github.com/mdroth/qemu.git qga
1984 M: Andreas Färber <afaerber@suse.de>
1985 S: Supported
1986 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1987 F: include/qom/
1988 X: include/qom/cpu.h
1989 F: qom/
1990 X: qom/cpu.c
1991 F: tests/check-qom-interface.c
1992 F: tests/check-qom-proplist.c
1995 M: Markus Armbruster <armbru@redhat.com>
1996 S: Supported
1997 F: qmp.c
1998 F: monitor.c
1999 F: docs/devel/*qmp-*
2000 F: docs/interop/*qmp-*
2001 F: scripts/qmp/
2002 F: tests/qmp-test.c
2003 F: tests/qmp-cmd-test.c
2004 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2006 qtest
2007 M: Thomas Huth <thuth@redhat.com>
2008 M: Laurent Vivier <lvivier@redhat.com>
2009 R: Paolo Bonzini <pbonzini@redhat.com>
2010 S: Maintained
2011 F: qtest.c
2012 F: tests/libqtest.*
2013 F: tests/libqos/
2014 F: tests/*-test.c
2016 Register API
2017 M: Alistair Francis <alistair@alistair23.me>
2018 S: Maintained
2019 F: hw/core/register.c
2020 F: include/hw/register.h
2021 F: include/hw/registerfields.h
2023 SLIRP
2024 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2025 M: Jan Kiszka <jan.kiszka@siemens.com>
2026 S: Maintained
2027 F: slirp/
2028 F: net/slirp.c
2029 F: include/net/slirp.h
2030 T: git https://people.debian.org/~sthibault/qemu.git slirp
2031 T: git git://git.kiszka.org/qemu.git queues/slirp
2033 Stubs
2034 M: Paolo Bonzini <pbonzini@redhat.com>
2035 S: Maintained
2036 F: stubs/
2038 Tracing
2039 M: Stefan Hajnoczi <stefanha@redhat.com>
2040 S: Maintained
2041 F: trace/
2042 F: trace-events
2043 F: qemu-option-trace.texi
2044 F: scripts/tracetool.py
2045 F: scripts/tracetool/
2046 F: scripts/qemu-trace-stap*
2047 F: docs/devel/tracing.txt
2048 T: git https://github.com/stefanha/qemu.git tracing
2051 M: Stefan Berger <stefanb@linux.ibm.com>
2052 S: Maintained
2053 F: tpm.c
2054 F: stubs/tpm.c
2055 F: hw/tpm/*
2056 F: include/hw/acpi/tpm.h
2057 F: include/sysemu/tpm*
2058 F: qapi/tpm.json
2059 F: backends/tpm.c
2060 F: tests/*tpm*
2061 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2063 Checkpatch
2064 S: Odd Fixes
2065 F: scripts/checkpatch.pl
2067 Migration
2068 M: Juan Quintela <quintela@redhat.com>
2069 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2070 S: Maintained
2071 F: include/migration/
2072 F: migration/
2073 F: scripts/vmstate-static-checker.py
2074 F: tests/vmstate-static-checker-data/
2075 F: tests/migration-test.c
2076 F: docs/devel/migration.rst
2077 F: qapi/migration.json
2079 Seccomp
2080 M: Eduardo Otubo <otubo@redhat.com>
2081 S: Supported
2082 F: qemu-seccomp.c
2083 F: include/sysemu/seccomp.h
2085 Cryptography
2086 M: Daniel P. Berrange <berrange@redhat.com>
2087 S: Maintained
2088 F: crypto/
2089 F: include/crypto/
2090 F: tests/test-crypto-*
2091 F: tests/benchmark-crypto-*
2092 F: tests/crypto-tls-*
2093 F: tests/pkix_asn1_tab.c
2094 F: qemu.sasl
2096 Coroutines
2097 M: Stefan Hajnoczi <stefanha@redhat.com>
2098 M: Kevin Wolf <kwolf@redhat.com>
2099 S: Maintained
2100 F: util/*coroutine*
2101 F: include/qemu/coroutine*
2102 F: tests/test-coroutine.c
2104 Buffers
2105 M: Daniel P. Berrange <berrange@redhat.com>
2106 S: Odd fixes
2107 F: util/buffer.c
2108 F: include/qemu/buffer.h
2110 I/O Channels
2111 M: Daniel P. Berrange <berrange@redhat.com>
2112 S: Maintained
2113 F: io/
2114 F: include/io/
2115 F: tests/test-io-*
2117 User authorization
2118 M: Daniel P. Berrange <berrange@redhat.com>
2119 S: Maintained
2120 F: authz/
2121 F: qapi/authz.json
2122 F: include/authz/
2123 F: tests/test-authz-*
2125 Sockets
2126 M: Daniel P. Berrange <berrange@redhat.com>
2127 M: Gerd Hoffmann <kraxel@redhat.com>
2128 S: Maintained
2129 F: include/qemu/sockets.h
2130 F: util/qemu-sockets.c
2131 F: qapi/sockets.json
2133 File monitor
2134 M: Daniel P. Berrange <berrange@redhat.com>
2135 S: Odd fixes
2136 F: util/filemonitor*.c
2137 F: include/qemu/filemonitor.h
2138 F: tests/test-util-filemonitor.c
2140 Throttling infrastructure
2141 M: Alberto Garcia <berto@igalia.com>
2142 S: Supported
2143 F: block/throttle-groups.c
2144 F: include/block/throttle-groups.h
2145 F: include/qemu/throttle*.h
2146 F: util/throttle.c
2147 F: docs/throttle.txt
2148 F: tests/test-throttle.c
2149 L: qemu-block@nongnu.org
2151 UUID
2152 M: Fam Zheng <fam@euphon.net>
2153 S: Supported
2154 F: util/uuid.c
2155 F: include/qemu/uuid.h
2156 F: tests/test-uuid.c
2158 COLO Framework
2159 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2160 S: Maintained
2161 F: migration/colo*
2162 F: include/migration/colo.h
2163 F: include/migration/failover.h
2164 F: docs/COLO-FT.txt
2166 COLO Proxy
2167 M: Zhang Chen <zhangckid@gmail.com>
2168 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2169 S: Supported
2170 F: docs/colo-proxy.txt
2171 F: net/colo*
2172 F: net/filter-rewriter.c
2173 F: net/filter-mirror.c
2175 Record/replay
2176 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2177 R: Paolo Bonzini <pbonzini@redhat.com>
2178 W: https://wiki.qemu.org/Features/record-replay
2179 S: Supported
2180 F: replay/*
2181 F: block/blkreplay.c
2182 F: net/filter-replay.c
2183 F: include/sysemu/replay.h
2184 F: docs/replay.txt
2185 F: stubs/replay.c
2187 IOVA Tree
2188 M: Peter Xu <peterx@redhat.com>
2189 S: Maintained
2190 F: include/qemu/iova-tree.h
2191 F: util/iova-tree.c
2193 elf2dmp
2194 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2195 S: Maintained
2196 F: contrib/elf2dmp/
2198 I2C and SMBus
2199 M: Corey Minyard <cminyard@mvista.com>
2200 S: Maintained
2201 F: hw/i2c/core.c
2202 F: hw/i2c/smbus_slave.c
2203 F: hw/i2c/smbus_master.c
2204 F: hw/i2c/smbus_eeprom.c
2205 F: include/hw/i2c/i2c.h
2206 F: include/hw/i2c/smbus_master.h
2207 F: include/hw/i2c/smbus_slave.h
2208 F: include/hw/i2c/smbus_eeprom.h
2210 Usermode Emulation
2211 ------------------
2212 Overall
2213 M: Riku Voipio <riku.voipio@iki.fi>
2214 S: Maintained
2215 F: thunk.c
2216 F: accel/tcg/user-exec*.c
2218 BSD user
2219 S: Orphan
2220 F: bsd-user/
2221 F: default-configs/*-bsd-user.mak
2223 Linux user
2224 M: Riku Voipio <riku.voipio@iki.fi>
2225 R: Laurent Vivier <laurent@vivier.eu>
2226 S: Maintained
2227 F: linux-user/
2228 F: default-configs/*-linux-user.mak
2229 F: scripts/qemu-binfmt-conf.sh
2231 Tiny Code Generator (TCG)
2232 -------------------------
2233 Common code
2234 M: Richard Henderson <rth@twiddle.net>
2235 S: Maintained
2236 F: tcg/
2238 AArch64 target
2239 M: Claudio Fontana <claudio.fontana@huawei.com>
2240 M: Claudio Fontana <claudio.fontana@gmail.com>
2241 S: Maintained
2242 L: qemu-arm@nongnu.org
2243 F: tcg/aarch64/
2244 F: disas/arm-a64.cc
2245 F: disas/libvixl/
2247 ARM target
2248 M: Andrzej Zaborowski <balrogg@gmail.com>
2249 S: Maintained
2250 L: qemu-arm@nongnu.org
2251 F: tcg/arm/
2252 F: disas/arm.c
2254 i386 target
2255 M: Richard Henderson <rth@twiddle.net>
2256 S: Maintained
2257 F: tcg/i386/
2258 F: disas/i386.c
2260 MIPS target
2261 M: Aurelien Jarno <aurelien@aurel32.net>
2262 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2263 S: Maintained
2264 F: tcg/mips/
2265 F: disas/mips.c
2268 M: Richard Henderson <rth@twiddle.net>
2269 S: Odd Fixes
2270 F: tcg/ppc/
2271 F: disas/ppc.c
2273 RISC-V
2274 M: Palmer Dabbelt <palmer@sifive.com>
2275 M: Alistair Francis <Alistair.Francis@wdc.com>
2276 L: qemu-riscv@nongnu.org
2277 S: Maintained
2278 F: tcg/riscv/
2279 F: disas/riscv.c
2281 S390 target
2282 M: Richard Henderson <rth@twiddle.net>
2283 S: Maintained
2284 F: tcg/s390/
2285 F: disas/s390.c
2286 L: qemu-s390x@nongnu.org
2288 SPARC target
2289 S: Odd Fixes
2290 F: tcg/sparc/
2291 F: disas/sparc.c
2293 TCI target
2294 M: Stefan Weil <sw@weilnetz.de>
2295 S: Maintained
2296 F: tcg/tci/
2297 F: tcg/tci.c
2298 F: disas/tci.c
2300 Block drivers
2301 -------------
2302 VMDK
2303 M: Fam Zheng <fam@euphon.net>
2304 L: qemu-block@nongnu.org
2305 S: Supported
2306 F: block/vmdk.c
2309 M: Josh Durgin <jdurgin@redhat.com>
2310 L: qemu-block@nongnu.org
2311 S: Supported
2312 F: block/rbd.c
2314 Sheepdog
2315 M: Liu Yuan <namei.unix@gmail.com>
2316 L: qemu-block@nongnu.org
2317 L: sheepdog@lists.wpkg.org
2318 S: Odd Fixes
2319 F: block/sheepdog.c
2321 VHDX
2322 M: Jeff Cody <codyprime@gmail.com>
2323 L: qemu-block@nongnu.org
2324 S: Supported
2325 F: block/vhdx*
2328 M: Stefan Weil <sw@weilnetz.de>
2329 L: qemu-block@nongnu.org
2330 S: Maintained
2331 F: block/vdi.c
2333 iSCSI
2334 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2335 M: Paolo Bonzini <pbonzini@redhat.com>
2336 M: Peter Lieven <pl@kamp.de>
2337 L: qemu-block@nongnu.org
2338 S: Odd Fixes
2339 F: block/iscsi.c
2340 F: block/iscsi-opts.c
2342 Network Block Device (NBD)
2343 M: Eric Blake <eblake@redhat.com>
2344 L: qemu-block@nongnu.org
2345 S: Maintained
2346 F: block/nbd*
2347 F: nbd/
2348 F: include/block/nbd*
2349 F: qemu-nbd.*
2350 F: blockdev-nbd.c
2351 F: docs/interop/nbd.txt
2352 T: git https://repo.or.cz/qemu/ericb.git nbd
2355 M: Peter Lieven <pl@kamp.de>
2356 L: qemu-block@nongnu.org
2357 S: Maintained
2358 F: block/nfs.c
2361 M: Richard W.M. Jones <rjones@redhat.com>
2362 L: qemu-block@nongnu.org
2363 S: Supported
2364 F: block/ssh.c
2366 CURL
2367 L: qemu-block@nongnu.org
2368 S: Supported
2369 F: block/curl.c
2371 GLUSTER
2372 L: qemu-block@nongnu.org
2373 S: Supported
2374 F: block/gluster.c
2376 Null Block Driver
2377 M: Fam Zheng <fam@euphon.net>
2378 L: qemu-block@nongnu.org
2379 S: Supported
2380 F: block/null.c
2382 NVMe Block Driver
2383 M: Fam Zheng <fam@euphon.net>
2384 L: qemu-block@nongnu.org
2385 S: Supported
2386 F: block/nvme*
2388 Bootdevice
2389 M: Gonglei <arei.gonglei@huawei.com>
2390 S: Maintained
2391 F: bootdevice.c
2393 Quorum
2394 M: Alberto Garcia <berto@igalia.com>
2395 S: Supported
2396 F: block/quorum.c
2397 L: qemu-block@nongnu.org
2399 blklogwrites
2400 M: Ari Sundholm <ari@tuxera.com>
2401 L: qemu-block@nongnu.org
2402 S: Supported
2403 F: block/blklogwrites.c
2405 blkverify
2406 M: Stefan Hajnoczi <stefanha@redhat.com>
2407 L: qemu-block@nongnu.org
2408 S: Supported
2409 F: block/blkverify.c
2411 bochs
2412 M: Stefan Hajnoczi <stefanha@redhat.com>
2413 L: qemu-block@nongnu.org
2414 S: Supported
2415 F: block/bochs.c
2417 cloop
2418 M: Stefan Hajnoczi <stefanha@redhat.com>
2419 L: qemu-block@nongnu.org
2420 S: Supported
2421 F: block/cloop.c
2424 M: Stefan Hajnoczi <stefanha@redhat.com>
2425 L: qemu-block@nongnu.org
2426 S: Supported
2427 F: block/dmg.c
2429 parallels
2430 M: Stefan Hajnoczi <stefanha@redhat.com>
2431 M: Denis V. Lunev <den@openvz.org>
2432 L: qemu-block@nongnu.org
2433 S: Supported
2434 F: block/parallels.c
2435 F: docs/interop/parallels.txt
2438 M: Stefan Hajnoczi <stefanha@redhat.com>
2439 L: qemu-block@nongnu.org
2440 S: Supported
2441 F: block/qed.c
2444 M: Kevin Wolf <kwolf@redhat.com>
2445 L: qemu-block@nongnu.org
2446 S: Supported
2447 F: block/linux-aio.c
2448 F: include/block/raw-aio.h
2449 F: block/raw-format.c
2450 F: block/file-posix.c
2451 F: block/file-win32.c
2452 F: block/win32-aio.c
2454 qcow2
2455 M: Kevin Wolf <kwolf@redhat.com>
2456 M: Max Reitz <mreitz@redhat.com>
2457 L: qemu-block@nongnu.org
2458 S: Supported
2459 F: block/qcow2*
2460 F: docs/interop/qcow2.txt
2462 qcow
2463 M: Kevin Wolf <kwolf@redhat.com>
2464 L: qemu-block@nongnu.org
2465 S: Supported
2466 F: block/qcow.c
2468 blkdebug
2469 M: Kevin Wolf <kwolf@redhat.com>
2470 M: Max Reitz <mreitz@redhat.com>
2471 L: qemu-block@nongnu.org
2472 S: Supported
2473 F: block/blkdebug.c
2476 M: Kevin Wolf <kwolf@redhat.com>
2477 L: qemu-block@nongnu.org
2478 S: Supported
2479 F: block/vpc.c
2481 vvfat
2482 M: Kevin Wolf <kwolf@redhat.com>
2483 L: qemu-block@nongnu.org
2484 S: Supported
2485 F: block/vvfat.c
2487 Image format fuzzer
2488 M: Stefan Hajnoczi <stefanha@redhat.com>
2489 L: qemu-block@nongnu.org
2490 S: Supported
2491 F: tests/image-fuzzer/
2493 Replication
2494 M: Wen Congyang <wencongyang2@huawei.com>
2495 M: Xie Changlong <xiechanglong.d@gmail.com>
2496 S: Supported
2497 F: replication*
2498 F: block/replication.c
2499 F: tests/test-replication.c
2500 F: docs/block-replication.txt
2502 PVRDMA
2503 M: Yuval Shaia <yuval.shaia@oracle.com>
2504 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2505 S: Maintained
2506 F: hw/rdma/*
2507 F: hw/rdma/vmw/*
2508 F: docs/pvrdma.txt
2509 F: contrib/rdmacm-mux/*
2510 F: qapi/rdma.json
2512 Build and test automation
2513 -------------------------
2514 Build and test automation
2515 M: Alex Bennée <alex.bennee@linaro.org>
2516 M: Fam Zheng <fam@euphon.net>
2517 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2518 L: qemu-devel@nongnu.org
2519 S: Maintained
2520 F: .travis.yml
2521 F: scripts/travis/
2522 F: .shippable.yml
2523 F: tests/docker/
2524 F: tests/vm/
2525 F: scripts/archive-source.sh
2526 W: https://travis-ci.org/qemu/qemu
2527 W: https://app.shippable.com/github/qemu/qemu
2528 W: http://patchew.org/QEMU/
2530 FreeBSD Hosted Continuous Integration
2531 M: Ed Maste <emaste@freebsd.org>
2532 M: Li-Wen Hsu <lwhsu@freebsd.org>
2533 L: qemu-devel@nongnu.org
2534 S: Maintained
2535 F: .cirrus.yml
2536 W: https://cirrus-ci.com/github/qemu/qemu
2538 GitLab Continuous Integration
2539 M: Thomas Huth <thuth@redhat.com>
2540 S: Maintained
2541 F: .gitlab-ci.yml
2543 Guest Test Compilation Support
2544 M: Alex Bennée <alex.bennee@linaro.org>
2545 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2546 S: Maintained
2547 F: tests/tcg/Makefile
2548 F: tests/tcg/Makefile.include
2549 L: qemu-devel@nongnu.org
2551 Documentation
2552 -------------
2553 Build system architecture
2554 M: Daniel P. Berrange <berrange@redhat.com>
2555 S: Odd Fixes
2556 F: docs/devel/build-system.txt
2558 GIT Data Mining Config
2559 M: Alex Bennée <alex.bennee@linaro.org>
2560 S: Odd Fixes
2561 F: gitdm.config
2562 F: contrib/gitdm/*
2564 Incompatible changes
2565 R: libvir-list@redhat.com
2566 F: qemu-deprecated.texi
2568 Build System
2569 ------------
2570 GIT submodules
2571 M: Daniel P. Berrange <berrange@redhat.com>
2572 S: Odd Fixes
2573 F: scripts/git-submodule.sh
2575 Sphinx documentation configuration and build machinery
2576 M: Peter Maydell <peter.maydell@linaro.org>
2577 S: Maintained
2578 F: docs/conf.py
2579 F: docs/*/conf.py