edu: mmio: allow 64-bit access in read dispatch
[qemu/ar7.git] / MAINTAINERS
bloba96829ea83a2776c0523c60e2e624c24eb5beb39
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: scripts/decodetree.py
121 F: docs/devel/decodetree.rst
122 F: include/exec/cpu*.h
123 F: include/exec/exec-all.h
124 F: include/exec/helper*.h
125 F: include/exec/tb-hash.h
126 F: include/sysemu/cpus.h
128 FPU emulation
129 M: Aurelien Jarno <aurelien@aurel32.net>
130 M: Peter Maydell <peter.maydell@linaro.org>
131 M: Alex Bennée <alex.bennee@linaro.org>
132 S: Maintained
133 F: fpu/
134 F: include/fpu/
135 F: tests/fp/
137 Alpha
138 M: Richard Henderson <rth@twiddle.net>
139 S: Maintained
140 F: target/alpha/
141 F: tests/tcg/alpha/
142 F: disas/alpha.c
145 M: Peter Maydell <peter.maydell@linaro.org>
146 L: qemu-arm@nongnu.org
147 S: Maintained
148 F: target/arm/
149 F: tests/tcg/arm/
150 F: tests/tcg/aarch64/
151 F: hw/arm/
152 F: hw/cpu/a*mpcore.c
153 F: include/hw/cpu/a*mpcore.h
154 F: disas/arm.c
155 F: disas/arm-a64.cc
156 F: disas/libvixl/
158 ARM SMMU
159 M: Eric Auger <eric.auger@redhat.com>
160 L: qemu-arm@nongnu.org
161 S: Maintained
162 F: hw/arm/smmu*
163 F: include/hw/arm/smmu*
165 CRIS
166 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
167 S: Maintained
168 F: target/cris/
169 F: hw/cris/
170 F: include/hw/cris/
171 F: tests/tcg/cris/
172 F: disas/cris.c
174 HPPA (PA-RISC)
175 M: Richard Henderson <rth@twiddle.net>
176 S: Maintained
177 F: target/hppa/
178 F: hw/hppa/
179 F: disas/hppa.c
181 LM32
182 M: Michael Walle <michael@walle.cc>
183 S: Maintained
184 F: target/lm32/
185 F: disas/lm32.c
186 F: hw/lm32/
187 F: hw/*/lm32_*
188 F: hw/*/milkymist-*
189 F: include/hw/display/milkymist_tmu2.h
190 F: include/hw/char/lm32_juart.h
191 F: include/hw/lm32/
192 F: tests/tcg/lm32/
194 M68K
195 M: Laurent Vivier <laurent@vivier.eu>
196 S: Maintained
197 F: target/m68k/
198 F: disas/m68k.c
200 MicroBlaze
201 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
202 S: Maintained
203 F: target/microblaze/
204 F: hw/microblaze/
205 F: disas/microblaze.c
207 MIPS
208 M: Aurelien Jarno <aurelien@aurel32.net>
209 M: Aleksandar Markovic <amarkovic@wavecomp.com>
210 R: Aleksandar Rikalo <arikalo@wavecomp.com>
211 S: Maintained
212 F: target/mips/
213 F: default-configs/*mips*
214 F: disas/mips.c
215 F: disas/nanomips.cpp
216 F: disas/nanomips.h
217 F: hw/intc/mips_gic.c
218 F: hw/mips/
219 F: hw/misc/mips_*
220 F: hw/timer/mips_gictimer.c
221 F: include/hw/intc/mips_gic.h
222 F: include/hw/mips/
223 F: include/hw/misc/mips_*
224 F: include/hw/timer/mips_gictimer.h
225 F: tests/tcg/mips/
226 K: ^Subject:.*(?i)mips
228 Moxie
229 M: Anthony Green <green@moxielogic.com>
230 S: Maintained
231 F: target/moxie/
232 F: disas/moxie.c
233 F: hw/moxie/
234 F: default-configs/moxie-softmmu.mak
236 NiosII
237 M: Chris Wulff <crwulff@gmail.com>
238 M: Marek Vasut <marex@denx.de>
239 S: Maintained
240 F: target/nios2/
241 F: hw/nios2/
242 F: hw/intc/nios2_iic.c
243 F: disas/nios2.c
244 F: default-configs/nios2-softmmu.mak
246 OpenRISC
247 M: Stafford Horne <shorne@gmail.com>
248 S: Odd Fixes
249 F: target/openrisc/
250 F: hw/openrisc/
251 F: tests/tcg/openrisc/
253 PowerPC
254 M: David Gibson <david@gibson.dropbear.id.au>
255 L: qemu-ppc@nongnu.org
256 S: Maintained
257 F: target/ppc/
258 F: hw/ppc/
259 F: include/hw/ppc/
260 F: disas/ppc.c
262 RISC-V
263 M: Palmer Dabbelt <palmer@sifive.com>
264 M: Alistair Francis <Alistair.Francis@wdc.com>
265 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
266 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
267 L: qemu-riscv@nongnu.org
268 S: Supported
269 F: target/riscv/
270 F: hw/riscv/
271 F: include/hw/riscv/
272 F: linux-user/host/riscv32/
273 F: linux-user/host/riscv64/
275 S390
276 M: Richard Henderson <rth@twiddle.net>
277 M: David Hildenbrand <david@redhat.com>
278 S: Maintained
279 F: target/s390x/
280 F: hw/s390x/
281 F: disas/s390.c
282 F: tests/tcg/s390x/
283 L: qemu-s390x@nongnu.org
286 M: Aurelien Jarno <aurelien@aurel32.net>
287 S: Odd Fixes
288 F: target/sh4/
289 F: hw/sh4/
290 F: disas/sh4.c
291 F: include/hw/sh4/
293 SPARC
294 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
295 M: Artyom Tarasenko <atar4qemu@gmail.com>
296 S: Maintained
297 F: target/sparc/
298 F: hw/sparc/
299 F: hw/sparc64/
300 F: include/hw/sparc/sparc64.h
301 F: disas/sparc.c
303 UniCore32
304 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
305 S: Maintained
306 F: target/unicore32/
307 F: hw/unicore32/
308 F: include/hw/unicore32/
311 M: Paolo Bonzini <pbonzini@redhat.com>
312 M: Richard Henderson <rth@twiddle.net>
313 M: Eduardo Habkost <ehabkost@redhat.com>
314 S: Maintained
315 F: target/i386/
316 F: tests/tcg/i386/
317 F: tests/tcg/x86_64/
318 F: hw/i386/
319 F: disas/i386.c
320 F: docs/qemu-cpu-models.texi
321 T: git https://github.com/ehabkost/qemu.git x86-next
323 Xtensa
324 M: Max Filippov <jcmvbkbc@gmail.com>
325 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
326 S: Maintained
327 F: target/xtensa/
328 F: hw/xtensa/
329 F: tests/tcg/xtensa/
330 F: disas/xtensa.c
331 F: include/hw/xtensa/xtensa-isa.h
332 F: default-configs/xtensa*.mak
334 TriCore
335 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
336 S: Maintained
337 F: target/tricore/
338 F: hw/tricore/
339 F: include/hw/tricore/
341 Multiarch Linux User Tests
342 M: Alex Bennée <alex.bennee@linaro.org>
343 S: Maintained
344 F: tests/tcg/multiarch/
346 Guest CPU Cores (KVM):
347 ----------------------
349 Overall
350 M: Paolo Bonzini <pbonzini@redhat.com>
351 L: kvm@vger.kernel.org
352 S: Supported
353 F: */kvm.*
354 F: accel/kvm/
355 F: accel/stubs/kvm-stub.c
356 F: include/hw/kvm/
357 F: include/sysemu/kvm*.h
358 F: scripts/kvm/kvm_flightrecorder
361 M: Peter Maydell <peter.maydell@linaro.org>
362 L: qemu-arm@nongnu.org
363 S: Maintained
364 F: target/arm/kvm.c
366 MIPS
367 M: James Hogan <jhogan@kernel.org>
368 R: Aleksandar Rikalo <arikalo@wavecomp.com>
369 S: Maintained
370 F: target/mips/kvm.c
373 M: David Gibson <david@gibson.dropbear.id.au>
374 S: Maintained
375 F: target/ppc/kvm.c
377 S390
378 M: Halil Pasic <pasic@linux.ibm.com>
379 M: Cornelia Huck <cohuck@redhat.com>
380 M: Christian Borntraeger <borntraeger@de.ibm.com>
381 S: Supported
382 F: target/s390x/kvm.c
383 F: target/s390x/kvm_s390x.h
384 F: target/s390x/kvm-stub.c
385 F: target/s390x/ioinst.[ch]
386 F: target/s390x/machine.c
387 F: target/s390x/sigp.c
388 F: hw/intc/s390_flic.c
389 F: hw/intc/s390_flic_kvm.c
390 F: include/hw/s390x/s390_flic.h
391 F: gdb-xml/s390*.xml
392 T: git https://github.com/cohuck/qemu.git s390-next
393 T: git https://github.com/borntraeger/qemu.git s390-next
394 L: qemu-s390x@nongnu.org
397 M: Paolo Bonzini <pbonzini@redhat.com>
398 M: Marcelo Tosatti <mtosatti@redhat.com>
399 L: kvm@vger.kernel.org
400 S: Supported
401 F: target/i386/kvm.c
402 F: scripts/kvm/vmxcap
404 Guest CPU Cores (Xen):
405 ----------------------
408 M: Stefano Stabellini <sstabellini@kernel.org>
409 M: Anthony Perard <anthony.perard@citrix.com>
410 M: Paul Durrant <paul.durrant@citrix.com>
411 L: xen-devel@lists.xenproject.org
412 S: Supported
413 F: */xen*
414 F: hw/9pfs/xen-9p-backend.c
415 F: hw/char/xen_console.c
416 F: hw/display/xenfb.c
417 F: hw/net/xen_nic.c
418 F: hw/block/xen*
419 F: hw/block/dataplane/xen*
420 F: hw/xen/
421 F: hw/xenpv/
422 F: hw/i386/xen/
423 F: include/hw/block/dataplane/xen*
424 F: include/hw/xen/
425 F: include/sysemu/xen-mapcache.h
427 Hosts:
428 ------
430 LINUX
431 M: Michael S. Tsirkin <mst@redhat.com>
432 M: Cornelia Huck <cohuck@redhat.com>
433 M: Paolo Bonzini <pbonzini@redhat.com>
434 S: Maintained
435 F: linux-headers/
436 F: scripts/update-linux-headers.sh
438 POSIX
439 M: Paolo Bonzini <pbonzini@redhat.com>
440 S: Maintained
441 F: os-posix.c
442 F: include/sysemu/os-posix.h
443 F: util/*posix*.c
444 F: include/qemu/*posix*.h
446 NETBSD
447 L: qemu-devel@nongnu.org
448 M: Kamil Rytarowski <kamil@netbsd.org>
449 S: Maintained
450 K: ^Subject:.*(?i)NetBSD
452 OPENBSD
453 L: qemu-devel@nongnu.org
454 M: Brad Smith <brad@comstyle.com>
455 S: Maintained
456 K: ^Subject:.*(?i)OpenBSD
458 W32, W64
459 L: qemu-devel@nongnu.org
460 M: Stefan Weil <sw@weilnetz.de>
461 S: Maintained
462 F: *win32*
463 F: */*win32*
464 F: include/*/*win32*
465 X: qga/*win32*
466 F: qemu.nsi
468 Alpha Machines
469 M: Richard Henderson <rth@twiddle.net>
470 S: Maintained
471 F: hw/alpha/
472 F: hw/isa/smc37c669-superio.c
473 F: tests/tcg/alpha/system/
475 ARM Machines
476 ------------
477 Allwinner-a10
478 M: Beniamino Galvani <b.galvani@gmail.com>
479 M: Peter Maydell <peter.maydell@linaro.org>
480 L: qemu-arm@nongnu.org
481 S: Odd Fixes
482 F: hw/*/allwinner*
483 F: include/hw/*/allwinner*
484 F: hw/arm/cubieboard.c
486 ARM PrimeCell and CMSDK devices
487 M: Peter Maydell <peter.maydell@linaro.org>
488 L: qemu-arm@nongnu.org
489 S: Maintained
490 F: hw/char/pl011.c
491 F: include/hw/char/pl011.h
492 F: hw/display/pl110*
493 F: hw/dma/pl080.c
494 F: include/hw/dma/pl080.h
495 F: hw/dma/pl330.c
496 F: hw/gpio/pl061.c
497 F: hw/input/pl050.c
498 F: hw/intc/pl190.c
499 F: hw/sd/pl181.c
500 F: hw/ssi/pl022.c
501 F: include/hw/ssi/pl022.h
502 F: hw/timer/pl031.c
503 F: include/hw/timer/pl031.h
504 F: include/hw/arm/primecell.h
505 F: hw/timer/cmsdk-apb-timer.c
506 F: include/hw/timer/cmsdk-apb-timer.h
507 F: hw/timer/cmsdk-apb-dualtimer.c
508 F: include/hw/timer/cmsdk-apb-dualtimer.h
509 F: hw/char/cmsdk-apb-uart.c
510 F: include/hw/char/cmsdk-apb-uart.h
511 F: hw/watchdog/cmsdk-apb-watchdog.c
512 F: include/hw/watchdog/cmsdk-apb-watchdog.h
513 F: hw/misc/tz-ppc.c
514 F: include/hw/misc/tz-ppc.h
515 F: hw/misc/tz-mpc.c
516 F: include/hw/misc/tz-mpc.h
517 F: hw/misc/tz-msc.c
518 F: include/hw/misc/tz-msc.h
520 ARM cores
521 M: Peter Maydell <peter.maydell@linaro.org>
522 L: qemu-arm@nongnu.org
523 S: Maintained
524 F: hw/intc/arm*
525 F: hw/intc/gic_internal.h
526 F: hw/misc/a9scu.c
527 F: hw/misc/arm11scu.c
528 F: hw/misc/arm_l2x0.c
529 F: hw/timer/a9gtimer*
530 F: hw/timer/arm*
531 F: include/hw/arm/arm*.h
532 F: include/hw/intc/arm*
533 F: include/hw/misc/a9scu.h
534 F: include/hw/misc/arm11scu.h
535 F: include/hw/timer/a9gtimer.h
536 F: include/hw/timer/arm_mptimer.h
537 F: include/hw/timer/armv7m_systick.h
538 F: tests/test-arm-mptimer.c
540 Exynos
541 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
542 M: Peter Maydell <peter.maydell@linaro.org>
543 L: qemu-arm@nongnu.org
544 S: Odd Fixes
545 F: hw/*/exynos*
546 F: include/hw/arm/exynos4210.h
548 Calxeda Highbank
549 M: Rob Herring <robh@kernel.org>
550 M: Peter Maydell <peter.maydell@linaro.org>
551 L: qemu-arm@nongnu.org
552 S: Odd Fixes
553 F: hw/arm/highbank.c
554 F: hw/net/xgmac.c
556 Canon DIGIC
557 M: Antony Pavlov <antonynpavlov@gmail.com>
558 M: Peter Maydell <peter.maydell@linaro.org>
559 L: qemu-arm@nongnu.org
560 S: Odd Fixes
561 F: include/hw/arm/digic.h
562 F: hw/*/digic*
563 F: include/hw/*/digic*
565 Gumstix
566 M: Peter Maydell <peter.maydell@linaro.org>
567 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
568 L: qemu-devel@nongnu.org
569 L: qemu-arm@nongnu.org
570 S: Odd Fixes
571 F: hw/arm/gumstix.c
573 i.MX25 PDK
574 M: Peter Maydell <peter.maydell@linaro.org>
575 R: Jean-Christophe Dubois <jcd@tribudubois.net>
576 L: qemu-arm@nongnu.org
577 S: Odd Fixes
578 F: hw/arm/fsl-imx25.c
579 F: hw/arm/imx25_pdk.c
580 F: hw/misc/imx25_ccm.c
581 F: include/hw/arm/fsl-imx25.h
582 F: include/hw/misc/imx25_ccm.h
584 i.MX31 (kzm)
585 M: Peter Chubb <peter.chubb@nicta.com.au>
586 M: Peter Maydell <peter.maydell@linaro.org>
587 L: qemu-arm@nongnu.org
588 S: Odd Fixes
589 F: hw/arm/kzm.c
590 F: hw/*/imx_*
591 F: hw/*/*imx31*
592 F: include/hw/*/imx_*
593 F: include/hw/*/*imx31*
595 Integrator CP
596 M: Peter Maydell <peter.maydell@linaro.org>
597 L: qemu-arm@nongnu.org
598 S: Maintained
599 F: hw/arm/integratorcp.c
600 F: hw/misc/arm_integrator_debug.c
601 F: include/hw/misc/arm_integrator_debug.h
603 MCIMX6UL EVK / i.MX6ul
604 M: Peter Maydell <peter.maydell@linaro.org>
605 R: Jean-Christophe Dubois <jcd@tribudubois.net>
606 L: qemu-arm@nongnu.org
607 S: Odd Fixes
608 F: hw/arm/mcimx6ul-evk.c
609 F: hw/arm/fsl-imx6ul.c
610 F: hw/misc/imx6ul_ccm.c
611 F: include/hw/arm/fsl-imx6ul.h
612 F: include/hw/misc/imx6ul_ccm.h
614 MCIMX7D SABRE / i.MX7
615 M: Peter Maydell <peter.maydell@linaro.org>
616 R: Andrey Smirnov <andrew.smirnov@gmail.com>
617 L: qemu-arm@nongnu.org
618 S: Odd Fixes
619 F: hw/arm/mcimx7d-sabre.c
620 F: hw/arm/fsl-imx7.c
621 F: hw/misc/imx7_*.c
622 F: include/hw/arm/fsl-imx7.h
623 F: include/hw/misc/imx7_*.h
624 F: hw/pci-host/designware.c
625 F: include/hw/pci-host/designware.h
627 MPS2
628 M: Peter Maydell <peter.maydell@linaro.org>
629 L: qemu-arm@nongnu.org
630 S: Maintained
631 F: hw/arm/mps2.c
632 F: hw/arm/mps2-tz.c
633 F: hw/misc/mps2-*.c
634 F: include/hw/misc/mps2-*.h
635 F: hw/arm/armsse.c
636 F: include/hw/arm/armsse.h
637 F: hw/misc/iotkit-secctl.c
638 F: include/hw/misc/iotkit-secctl.h
639 F: hw/misc/iotkit-sysctl.c
640 F: include/hw/misc/iotkit-sysctl.h
641 F: hw/misc/iotkit-sysinfo.c
642 F: include/hw/misc/iotkit-sysinfo.h
643 F: hw/misc/armsse-cpuid.c
644 F: include/hw/misc/armsse-cpuid.h
645 F: hw/misc/armsse-mhu.c
646 F: include/hw/misc/armsse-mhu.h
648 Musca
649 M: Peter Maydell <peter.maydell@linaro.org>
650 L: qemu-arm@nongnu.org
651 S: Maintained
652 F: hw/arm/musca.c
654 Musicpal
655 M: Jan Kiszka <jan.kiszka@web.de>
656 M: Peter Maydell <peter.maydell@linaro.org>
657 L: qemu-arm@nongnu.org
658 S: Odd Fixes
659 F: hw/arm/musicpal.c
661 nSeries
662 M: Andrzej Zaborowski <balrogg@gmail.com>
663 M: Peter Maydell <peter.maydell@linaro.org>
664 L: qemu-arm@nongnu.org
665 S: Odd Fixes
666 F: hw/arm/nseries.c
667 F: hw/display/blizzard.c
668 F: hw/input/lm832x.c
669 F: hw/input/tsc2005.c
670 F: hw/misc/cbus.c
671 F: hw/timer/twl92230.c
672 F: include/hw/display/blizzard.h
673 F: include/hw/input/tsc2xxx.h
674 F: include/hw/misc/cbus.h
676 Palm
677 M: Andrzej Zaborowski <balrogg@gmail.com>
678 M: Peter Maydell <peter.maydell@linaro.org>
679 L: qemu-arm@nongnu.org
680 S: Odd Fixes
681 F: hw/arm/palm.c
682 F: hw/input/tsc210x.c
683 F: include/hw/input/tsc2xxx.h
685 Raspberry Pi
686 M: Peter Maydell <peter.maydell@linaro.org>
687 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
688 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
689 L: qemu-arm@nongnu.org
690 S: Odd Fixes
691 F: hw/arm/raspi.c
692 F: hw/arm/raspi_platform.h
693 F: hw/*/bcm283*
694 F: include/hw/arm/raspi*
695 F: include/hw/*/bcm283*
697 Real View
698 M: Peter Maydell <peter.maydell@linaro.org>
699 L: qemu-arm@nongnu.org
700 S: Maintained
701 F: hw/arm/realview*
702 F: hw/cpu/realview_mpcore.c
703 F: hw/intc/realview_gic.c
704 F: include/hw/intc/realview_gic.h
706 PXA2XX
707 M: Andrzej Zaborowski <balrogg@gmail.com>
708 M: Peter Maydell <peter.maydell@linaro.org>
709 L: qemu-arm@nongnu.org
710 S: Odd Fixes
711 F: hw/arm/mainstone.c
712 F: hw/arm/spitz.c
713 F: hw/arm/tosa.c
714 F: hw/arm/z2.c
715 F: hw/*/pxa2xx*
716 F: hw/display/tc6393xb.c
717 F: hw/gpio/max7310.c
718 F: hw/gpio/zaurus.c
719 F: hw/misc/mst_fpga.c
720 F: hw/misc/max111x.c
721 F: include/hw/arm/pxa.h
722 F: include/hw/arm/sharpsl.h
723 F: include/hw/display/tc6393xb.h
725 SABRELITE / i.MX6
726 M: Peter Maydell <peter.maydell@linaro.org>
727 R: Jean-Christophe Dubois <jcd@tribudubois.net>
728 L: qemu-arm@nongnu.org
729 S: Odd Fixes
730 F: hw/arm/sabrelite.c
731 F: hw/arm/fsl-imx6.c
732 F: hw/misc/imx6_*.c
733 F: hw/ssi/imx_spi.c
734 F: include/hw/arm/fsl-imx6.h
735 F: include/hw/misc/imx6_*.h
736 F: include/hw/ssi/imx_spi.h
738 Sharp SL-5500 (Collie) PDA
739 M: Peter Maydell <peter.maydell@linaro.org>
740 L: qemu-arm@nongnu.org
741 S: Odd Fixes
742 F: hw/arm/collie.c
743 F: hw/arm/strongarm*
745 Stellaris
746 M: Peter Maydell <peter.maydell@linaro.org>
747 L: qemu-arm@nongnu.org
748 S: Maintained
749 F: hw/*/stellaris*
750 F: include/hw/input/gamepad.h
752 Versatile Express
753 M: Peter Maydell <peter.maydell@linaro.org>
754 L: qemu-arm@nongnu.org
755 S: Maintained
756 F: hw/arm/vexpress.c
758 Versatile PB
759 M: Peter Maydell <peter.maydell@linaro.org>
760 L: qemu-arm@nongnu.org
761 S: Maintained
762 F: hw/*/versatile*
763 F: hw/misc/arm_sysctl.c
765 Virt
766 M: Peter Maydell <peter.maydell@linaro.org>
767 L: qemu-arm@nongnu.org
768 S: Maintained
769 F: hw/arm/virt*
770 F: include/hw/arm/virt.h
772 Xilinx Zynq
773 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
774 M: Alistair Francis <alistair@alistair23.me>
775 M: Peter Maydell <peter.maydell@linaro.org>
776 L: qemu-arm@nongnu.org
777 S: Maintained
778 F: hw/*/xilinx_*
779 F: hw/*/cadence_*
780 F: hw/misc/zynq*
781 F: include/hw/misc/zynq*
782 X: hw/ssi/xilinx_*
784 Xilinx ZynqMP
785 M: Alistair Francis <alistair@alistair23.me>
786 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
787 M: Peter Maydell <peter.maydell@linaro.org>
788 L: qemu-arm@nongnu.org
789 S: Maintained
790 F: hw/*/xlnx*.c
791 F: include/hw/*/xlnx*.h
792 F: include/hw/ssi/xilinx_spips.h
793 F: hw/display/dpcd.c
794 F: include/hw/display/dpcd.h
796 ARM ACPI Subsystem
797 M: Shannon Zhao <shannon.zhaosl@gmail.com>
798 L: qemu-arm@nongnu.org
799 S: Maintained
800 F: hw/arm/virt-acpi-build.c
802 STM32F205
803 M: Alistair Francis <alistair@alistair23.me>
804 M: Peter Maydell <peter.maydell@linaro.org>
805 S: Maintained
806 F: hw/arm/stm32f205_soc.c
807 F: hw/misc/stm32f2xx_syscfg.c
808 F: hw/char/stm32f2xx_usart.c
809 F: hw/timer/stm32f2xx_timer.c
810 F: hw/adc/*
811 F: hw/ssi/stm32f2xx_spi.c
812 F: include/hw/*/stm32*.h
814 Netduino 2
815 M: Alistair Francis <alistair@alistair23.me>
816 M: Peter Maydell <peter.maydell@linaro.org>
817 S: Maintained
818 F: hw/arm/netduino2.c
820 SmartFusion2
821 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
822 M: Peter Maydell <peter.maydell@linaro.org>
823 S: Maintained
824 F: hw/arm/msf2-soc.c
825 F: hw/misc/msf2-sysreg.c
826 F: hw/timer/mss-timer.c
827 F: hw/ssi/mss-spi.c
828 F: include/hw/arm/msf2-soc.h
829 F: include/hw/misc/msf2-sysreg.h
830 F: include/hw/timer/mss-timer.h
831 F: include/hw/ssi/mss-spi.h
833 Emcraft M2S-FG484
834 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
835 M: Peter Maydell <peter.maydell@linaro.org>
836 S: Maintained
837 F: hw/arm/msf2-som.c
839 ASPEED BMCs
840 M: Cédric Le Goater <clg@kaod.org>
841 M: Peter Maydell <peter.maydell@linaro.org>
842 R: Andrew Jeffery <andrew@aj.id.au>
843 R: Joel Stanley <joel@jms.id.au>
844 L: qemu-arm@nongnu.org
845 S: Maintained
846 F: hw/*/*aspeed*
847 F: hw/misc/pca9552.c
848 F: include/hw/*/*aspeed*
849 F: include/hw/misc/pca9552*.h
850 F: hw/net/ftgmac100.c
851 F: include/hw/net/ftgmac100.h
853 NRF51
854 M: Joel Stanley <joel@jms.id.au>
855 M: Peter Maydell <peter.maydell@linaro.org>
856 L: qemu-arm@nongnu.org
857 S: Maintained
858 F: hw/*/nrf51*.c
859 F: hw/*/microbit*.c
860 F: include/hw/*/nrf51*.h
861 F: include/hw/*/microbit*.h
862 F: tests/microbit-test.c
864 CRIS Machines
865 -------------
866 Axis Dev88
867 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
868 S: Maintained
869 F: hw/cris/axis_dev88.c
870 F: hw/*/etraxfs_*.c
872 HP-PARISC Machines
873 ------------------
874 Dino
875 M: Richard Henderson <rth@twiddle.net>
876 R: Helge Deller <deller@gmx.de>
877 S: Odd Fixes
878 F: hw/hppa/
879 F: pc-bios/hppa-firmware.img
881 LM32 Machines
882 -------------
883 EVR32 and uclinux BSP
884 M: Michael Walle <michael@walle.cc>
885 S: Maintained
886 F: hw/lm32/lm32_boards.c
888 milkymist
889 M: Michael Walle <michael@walle.cc>
890 S: Maintained
891 F: hw/lm32/milkymist.c
893 M68K Machines
894 -------------
895 an5206
896 M: Thomas Huth <huth@tuxfamily.org>
897 S: Odd Fixes
898 F: hw/m68k/an5206.c
899 F: hw/m68k/mcf5206.c
901 mcf5208
902 M: Thomas Huth <huth@tuxfamily.org>
903 S: Odd Fixes
904 F: hw/m68k/mcf5208.c
905 F: hw/m68k/mcf_intc.c
906 F: hw/char/mcf_uart.c
907 F: hw/net/mcf_fec.c
908 F: include/hw/m68k/mcf*.h
910 MicroBlaze Machines
911 -------------------
912 petalogix_s3adsp1800
913 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
914 S: Maintained
915 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
916 F: include/hw/char/xilinx_uartlite.h
918 petalogix_ml605
919 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
920 S: Maintained
921 F: hw/microblaze/petalogix_ml605_mmu.c
923 MIPS Machines
924 -------------
925 Jazz
926 M: Hervé Poussineau <hpoussin@reactos.org>
927 R: Aleksandar Rikalo <arikalo@wavecomp.com>
928 S: Maintained
929 F: hw/mips/mips_jazz.c
930 F: hw/display/jazz_led.c
931 F: hw/dma/rc4030.c
933 Malta
934 M: Aurelien Jarno <aurelien@aurel32.net>
935 R: Aleksandar Rikalo <arikalo@wavecomp.com>
936 S: Maintained
937 F: hw/mips/mips_malta.c
938 F: tests/acceptance/linux_ssh_mips_malta.py
940 Mipssim
941 M: Aleksandar Markovic <amarkovic@wavecomp.com>
942 R: Aleksandar Rikalo <arikalo@wavecomp.com>
943 S: Odd Fixes
944 F: hw/mips/mips_mipssim.c
945 F: hw/net/mipsnet.c
947 R4000
948 M: Aurelien Jarno <aurelien@aurel32.net>
949 R: Aleksandar Rikalo <arikalo@wavecomp.com>
950 S: Maintained
951 F: hw/mips/mips_r4k.c
953 Fulong 2E
954 M: Aleksandar Markovic <amarkovic@wavecomp.com>
955 R: Aleksandar Rikalo <arikalo@wavecomp.com>
956 S: Odd Fixes
957 F: hw/mips/mips_fulong2e.c
958 F: hw/isa/vt82c686.c
959 F: hw/pci-host/bonito.c
960 F: include/hw/isa/vt82c686.h
962 Boston
963 M: Paul Burton <pburton@wavecomp.com>
964 R: Aleksandar Rikalo <arikalo@wavecomp.com>
965 S: Maintained
966 F: hw/core/loader-fit.c
967 F: hw/mips/boston.c
968 F: hw/pci-host/xilinx-pcie.c
969 F: include/hw/pci-host/xilinx-pcie.h
971 OpenRISC Machines
972 -----------------
973 or1k-sim
974 M: Jia Liu <proljc@gmail.com>
975 S: Maintained
976 F: hw/openrisc/openrisc_sim.c
978 PowerPC Machines
979 ----------------
981 M: David Gibson <david@gibson.dropbear.id.au>
982 L: qemu-ppc@nongnu.org
983 S: Odd Fixes
984 F: hw/ppc/ppc405_boards.c
986 Bamboo
987 M: David Gibson <david@gibson.dropbear.id.au>
988 L: qemu-ppc@nongnu.org
989 S: Odd Fixes
990 F: hw/ppc/ppc440_bamboo.c
992 e500
993 M: David Gibson <david@gibson.dropbear.id.au>
994 L: qemu-ppc@nongnu.org
995 S: Odd Fixes
996 F: hw/ppc/e500*
997 F: hw/gpio/mpc8xxx.c
998 F: hw/i2c/mpc_i2c.c
999 F: hw/net/fsl_etsec/
1000 F: hw/pci-host/ppce500.c
1001 F: include/hw/ppc/ppc_e500.h
1002 F: include/hw/pci-host/ppce500.h
1003 F: pc-bios/u-boot.e500
1005 mpc8544ds
1006 M: David Gibson <david@gibson.dropbear.id.au>
1007 L: qemu-ppc@nongnu.org
1008 S: Odd Fixes
1009 F: hw/ppc/mpc8544ds.c
1010 F: hw/ppc/mpc8544_guts.c
1012 New World (mac99)
1013 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1014 R: David Gibson <david@gibson.dropbear.id.au>
1015 L: qemu-ppc@nongnu.org
1016 S: Odd Fixes
1017 F: hw/ppc/mac_newworld.c
1018 F: hw/pci-host/uninorth.c
1019 F: hw/pci-bridge/dec.[hc]
1020 F: hw/misc/macio/
1021 F: hw/misc/mos6522.c
1022 F: hw/nvram/mac_nvram.c
1023 F: hw/input/adb*
1024 F: include/hw/misc/macio/
1025 F: include/hw/misc/mos6522.h
1026 F: include/hw/ppc/mac_dbdma.h
1027 F: include/hw/pci-host/uninorth.h
1028 F: include/hw/input/adb*
1029 F: pc-bios/qemu_vga.ndrv
1031 Old World (g3beige)
1032 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1033 R: David Gibson <david@gibson.dropbear.id.au>
1034 L: qemu-ppc@nongnu.org
1035 S: Odd Fixes
1036 F: hw/ppc/mac_oldworld.c
1037 F: hw/pci-host/grackle.c
1038 F: hw/misc/macio/
1039 F: hw/intc/heathrow_pic.c
1040 F: hw/input/adb*
1041 F: include/hw/intc/heathrow_pic.h
1042 F: include/hw/input/adb*
1043 F: pc-bios/qemu_vga.ndrv
1045 PReP
1046 M: Hervé Poussineau <hpoussin@reactos.org>
1047 L: qemu-devel@nongnu.org
1048 L: qemu-ppc@nongnu.org
1049 S: Maintained
1050 F: hw/ppc/prep.c
1051 F: hw/ppc/prep_systemio.c
1052 F: hw/ppc/rs6000_mc.c
1053 F: hw/pci-host/prep.[hc]
1054 F: hw/isa/i82378.c
1055 F: hw/isa/pc87312.c
1056 F: hw/dma/i82374.c
1057 F: hw/timer/m48t59-isa.c
1058 F: include/hw/isa/pc87312.h
1059 F: include/hw/timer/m48t59.h
1060 F: pc-bios/ppc_rom.bin
1062 sPAPR
1063 M: David Gibson <david@gibson.dropbear.id.au>
1064 L: qemu-ppc@nongnu.org
1065 S: Supported
1066 F: hw/*/spapr*
1067 F: include/hw/*/spapr*
1068 F: hw/*/xics*
1069 F: include/hw/*/xics*
1070 F: pc-bios/spapr-rtas/*
1071 F: pc-bios/spapr-rtas.bin
1072 F: pc-bios/slof.bin
1073 F: docs/specs/ppc-spapr-hcalls.txt
1074 F: docs/specs/ppc-spapr-hotplug.txt
1075 F: tests/spapr*
1076 F: tests/libqos/*spapr*
1077 F: tests/rtas*
1078 F: tests/libqos/rtas*
1080 PowerNV (Non-Virtualized)
1081 M: Cédric Le Goater <clg@kaod.org>
1082 M: David Gibson <david@gibson.dropbear.id.au>
1083 L: qemu-ppc@nongnu.org
1084 S: Maintained
1085 F: hw/ppc/pnv*
1086 F: hw/intc/pnv*
1087 F: hw/intc/xics_pnv.c
1088 F: include/hw/ppc/pnv*
1089 F: pc-bios/skiboot.lid
1090 F: tests/pnv*
1092 virtex_ml507
1093 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1094 L: qemu-ppc@nongnu.org
1095 S: Odd Fixes
1096 F: hw/ppc/virtex_ml507.c
1098 sam460ex
1099 M: BALATON Zoltan <balaton@eik.bme.hu>
1100 L: qemu-ppc@nongnu.org
1101 S: Maintained
1102 F: hw/ppc/sam460ex.c
1103 F: hw/ppc/ppc440_pcix.c
1104 F: hw/display/sm501*
1105 F: hw/ide/sii3112.c
1106 F: hw/timer/m41t80.c
1107 F: pc-bios/canyonlands.dt[sb]
1108 F: pc-bios/u-boot-sam460ex-20100605.bin
1109 F: roms/u-boot-sam460ex
1111 SH4 Machines
1112 ------------
1114 M: Magnus Damm <magnus.damm@gmail.com>
1115 S: Maintained
1116 F: hw/sh4/r2d.c
1117 F: hw/intc/sh_intc.c
1118 F: hw/timer/sh_timer.c
1120 Shix
1121 M: Magnus Damm <magnus.damm@gmail.com>
1122 S: Odd Fixes
1123 F: hw/sh4/shix.c
1125 SPARC Machines
1126 --------------
1127 Sun4m
1128 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1129 S: Maintained
1130 F: hw/sparc/sun4m.c
1131 F: hw/sparc/sun4m_iommu.c
1132 F: hw/display/cg3.c
1133 F: hw/display/tcx.c
1134 F: hw/dma/sparc32_dma.c
1135 F: hw/misc/eccmemctl.c
1136 F: hw/*/slavio_*.c
1137 F: include/hw/nvram/sun_nvram.h
1138 F: include/hw/sparc/sparc32_dma.h
1139 F: include/hw/sparc/sun4m_iommu.h
1140 F: pc-bios/openbios-sparc32
1142 Sun4u
1143 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1144 S: Maintained
1145 F: hw/sparc64/sun4u.c
1146 F: hw/sparc64/sun4u_iommu.c
1147 F: include/hw/sparc/sun4u_iommu.h
1148 F: hw/pci-host/sabre.c
1149 F: include/hw/pci-host/sabre.h
1150 F: hw/pci-bridge/simba.c
1151 F: include/hw/pci-bridge/simba.h
1152 F: pc-bios/openbios-sparc64
1154 Sun4v
1155 M: Artyom Tarasenko <atar4qemu@gmail.com>
1156 S: Maintained
1157 F: hw/sparc64/niagara.c
1158 F: hw/timer/sun4v-rtc.c
1159 F: include/hw/timer/sun4v-rtc.h
1161 Leon3
1162 M: Fabien Chouteau <chouteau@adacore.com>
1163 M: KONRAD Frederic <frederic.konrad@adacore.com>
1164 S: Maintained
1165 F: hw/sparc/leon3.c
1166 F: hw/*/grlib*
1167 F: include/hw/*/grlib*
1169 S390 Machines
1170 -------------
1171 S390 Virtio-ccw
1172 M: Cornelia Huck <cohuck@redhat.com>
1173 M: Halil Pasic <pasic@linux.ibm.com>
1174 M: Christian Borntraeger <borntraeger@de.ibm.com>
1175 S: Supported
1176 F: hw/char/sclp*.[hc]
1177 F: hw/char/terminal3270.c
1178 F: hw/s390x/
1179 F: include/hw/s390x/
1180 F: hw/watchdog/wdt_diag288.c
1181 F: include/hw/watchdog/wdt_diag288.h
1182 F: default-configs/s390x-softmmu.mak
1183 T: git https://github.com/cohuck/qemu.git s390-next
1184 T: git https://github.com/borntraeger/qemu.git s390-next
1185 L: qemu-s390x@nongnu.org
1187 S390-ccw boot
1188 M: Christian Borntraeger <borntraeger@de.ibm.com>
1189 M: Thomas Huth <thuth@redhat.com>
1190 S: Supported
1191 F: hw/s390x/ipl.*
1192 F: pc-bios/s390-ccw/
1193 F: pc-bios/s390-ccw.img
1194 F: docs/devel/s390-dasd-ipl.txt
1195 T: git https://github.com/borntraeger/qemu.git s390-next
1196 L: qemu-s390x@nongnu.org
1198 S390 PCI
1199 M: Collin Walling <walling@linux.ibm.com>
1200 S: Supported
1201 F: hw/s390x/s390-pci*
1202 L: qemu-s390x@nongnu.org
1204 UniCore32 Machines
1205 -------------
1206 PKUnity-3 SoC initramfs-with-busybox
1207 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1208 S: Maintained
1209 F: hw/*/puv3*
1210 F: hw/unicore32/
1212 X86 Machines
1213 ------------
1215 M: Michael S. Tsirkin <mst@redhat.com>
1216 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1217 S: Supported
1218 F: include/hw/i386/
1219 F: hw/i386/
1220 F: hw/pci-host/piix.c
1221 F: hw/pci-host/q35.c
1222 F: hw/pci-host/pam.c
1223 F: include/hw/pci-host/q35.h
1224 F: include/hw/pci-host/pam.h
1225 F: hw/isa/piix4.c
1226 F: hw/isa/lpc_ich9.c
1227 F: hw/i2c/smbus_ich9.c
1228 F: hw/acpi/piix4.c
1229 F: hw/acpi/ich9.c
1230 F: include/hw/acpi/ich9.h
1231 F: include/hw/acpi/piix4.h
1232 F: hw/misc/sga.c
1233 F: hw/isa/apm.c
1234 F: include/hw/isa/apm.h
1235 F: tests/test-x86-cpuid.c
1236 F: tests/test-x86-cpuid-compat.c
1238 PC Chipset
1239 M: Michael S. Tsirkin <mst@redhat.com>
1240 M: Paolo Bonzini <pbonzini@redhat.com>
1241 S: Supported
1242 F: hw/char/debugcon.c
1243 F: hw/char/parallel*
1244 F: hw/char/serial*
1245 F: hw/dma/i8257*
1246 F: hw/i2c/pm_smbus.c
1247 F: hw/input/pckbd.c
1248 F: hw/intc/apic*
1249 F: hw/intc/ioapic*
1250 F: hw/intc/i8259*
1251 F: hw/isa/isa-superio.c
1252 F: hw/misc/debugexit.c
1253 F: hw/misc/pc-testdev.c
1254 F: hw/timer/hpet*
1255 F: hw/timer/i8254*
1256 F: hw/timer/mc146818rtc*
1257 F: hw/watchdog/wdt_ib700.c
1258 F: hw/watchdog/wdt_i6300esb.c
1259 F: include/hw/display/vga.h
1260 F: include/hw/char/parallel.h
1261 F: include/hw/dma/i8257.h
1262 F: include/hw/i2c/pm_smbus.h
1263 F: include/hw/input/i8042.h
1264 F: include/hw/isa/i8259_internal.h
1265 F: include/hw/isa/superio.h
1266 F: include/hw/timer/hpet.h
1267 F: include/hw/timer/i8254*
1268 F: include/hw/timer/mc146818rtc*
1270 Machine core
1271 M: Eduardo Habkost <ehabkost@redhat.com>
1272 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1273 S: Supported
1274 F: hw/core/machine.c
1275 F: hw/core/null-machine.c
1276 F: hw/cpu/cluster.c
1277 F: include/hw/boards.h
1278 F: include/hw/cpu/cluster.h
1279 T: git https://github.com/ehabkost/qemu.git machine-next
1281 Xtensa Machines
1282 ---------------
1284 M: Max Filippov <jcmvbkbc@gmail.com>
1285 S: Maintained
1286 F: hw/xtensa/sim.c
1288 XTFPGA (LX60, LX200, ML605, KC705)
1289 M: Max Filippov <jcmvbkbc@gmail.com>
1290 S: Maintained
1291 F: hw/xtensa/xtfpga.c
1292 F: hw/net/opencores_eth.c
1294 Devices
1295 -------
1297 M: Jiri Slaby <jslaby@suse.cz>
1298 S: Maintained
1299 F: hw/misc/edu.c
1302 M: John Snow <jsnow@redhat.com>
1303 L: qemu-block@nongnu.org
1304 S: Supported
1305 F: include/hw/ide.h
1306 F: include/hw/ide/
1307 F: hw/ide/
1308 F: hw/block/block.c
1309 F: hw/block/cdrom.c
1310 F: hw/block/hd-geometry.c
1311 F: tests/ide-test.c
1312 F: tests/ahci-test.c
1313 F: tests/cdrom-test.c
1314 F: tests/libqos/ahci*
1315 T: git https://github.com/jnsnow/qemu.git ide
1317 IPMI
1318 M: Corey Minyard <minyard@acm.org>
1319 S: Maintained
1320 F: include/hw/ipmi/*
1321 F: hw/ipmi/*
1322 F: hw/smbios/smbios_type_38.c
1323 F: tests/ipmi*
1324 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1326 Floppy
1327 M: John Snow <jsnow@redhat.com>
1328 L: qemu-block@nongnu.org
1329 S: Supported
1330 F: hw/block/fdc.c
1331 F: include/hw/block/fdc.h
1332 F: tests/fdc-test.c
1333 T: git https://github.com/jnsnow/qemu.git ide
1335 OMAP
1336 M: Peter Maydell <peter.maydell@linaro.org>
1337 S: Maintained
1338 F: hw/*/omap*
1339 F: include/hw/arm/omap.h
1341 IPack
1342 M: Alberto Garcia <berto@igalia.com>
1343 S: Odd Fixes
1344 F: hw/char/ipoctal232.c
1345 F: hw/ipack/
1348 M: Michael S. Tsirkin <mst@redhat.com>
1349 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1350 S: Supported
1351 F: include/hw/pci/*
1352 F: hw/misc/pci-testdev.c
1353 F: hw/pci/*
1354 F: hw/pci-bridge/*
1355 F: docs/pci*
1356 F: docs/specs/*pci*
1357 F: default-configs/pci.mak
1359 ACPI/SMBIOS
1360 M: Michael S. Tsirkin <mst@redhat.com>
1361 M: Igor Mammedov <imammedo@redhat.com>
1362 S: Supported
1363 F: include/hw/acpi/*
1364 F: include/hw/firmware/smbios.h
1365 F: hw/mem/*
1366 F: hw/acpi/*
1367 F: hw/smbios/*
1368 F: hw/i386/acpi-build.[hc]
1369 F: hw/arm/virt-acpi-build.c
1370 F: tests/bios-tables-test.c
1371 F: tests/acpi-utils.[hc]
1372 F: tests/data/acpi/
1374 ppc4xx
1375 M: David Gibson <david@gibson.dropbear.id.au>
1376 L: qemu-ppc@nongnu.org
1377 S: Odd Fixes
1378 F: hw/ppc/ppc4*.c
1379 F: hw/i2c/ppc4xx_i2c.c
1380 F: include/hw/ppc/ppc4xx.h
1381 F: include/hw/i2c/ppc4xx_i2c.h
1383 Character devices
1384 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1385 R: Paolo Bonzini <pbonzini@redhat.com>
1386 S: Odd Fixes
1387 F: hw/char/
1389 Network devices
1390 M: Jason Wang <jasowang@redhat.com>
1391 S: Odd Fixes
1392 F: hw/net/
1393 F: include/hw/net/
1394 F: tests/virtio-net-test.c
1395 T: git https://github.com/jasowang/qemu.git net
1397 Parallel NOR Flash devices
1398 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1399 T: git https://gitlab.com/philmd/qemu.git pflash-next
1400 S: Maintained
1401 F: hw/block/pflash_cfi*.c
1402 F: include/hw/block/flash.h
1404 SCSI
1405 M: Paolo Bonzini <pbonzini@redhat.com>
1406 R: Fam Zheng <fam@euphon.net>
1407 S: Supported
1408 F: include/hw/scsi/*
1409 F: hw/scsi/*
1410 F: tests/virtio-scsi-test.c
1411 T: git https://github.com/bonzini/qemu.git scsi-next
1414 M: Alistair Francis <alistair@alistair23.me>
1415 S: Maintained
1416 F: hw/ssi/*
1417 F: hw/block/m25p80.c
1418 F: include/hw/ssi/ssi.h
1419 X: hw/ssi/xilinx_*
1420 F: tests/m25p80-test.c
1422 Xilinx SPI
1423 M: Alistair Francis <alistair@alistair23.me>
1424 S: Maintained
1425 F: hw/ssi/xilinx_*
1427 SD (Secure Card)
1428 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1429 S: Odd Fixes
1430 F: include/hw/sd/sd*
1431 F: hw/sd/core.c
1432 F: hw/sd/sd*
1433 F: tests/sd*
1436 M: Gerd Hoffmann <kraxel@redhat.com>
1437 S: Maintained
1438 F: hw/usb/*
1439 F: tests/usb-*-test.c
1440 F: docs/usb2.txt
1441 F: docs/usb-storage.txt
1442 F: include/hw/usb.h
1443 F: include/hw/usb/
1444 F: default-configs/usb.mak
1446 USB (serial adapter)
1447 M: Gerd Hoffmann <kraxel@redhat.com>
1448 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1449 S: Maintained
1450 F: hw/usb/dev-serial.c
1452 VFIO
1453 M: Alex Williamson <alex.williamson@redhat.com>
1454 S: Supported
1455 F: hw/vfio/*
1456 F: include/hw/vfio/
1458 vfio-ccw
1459 M: Cornelia Huck <cohuck@redhat.com>
1460 M: Eric Farman <farman@linux.ibm.com>
1461 M: Farhan Ali <alifm@linux.ibm.com>
1462 S: Supported
1463 F: hw/vfio/ccw.c
1464 F: hw/s390x/s390-ccw.c
1465 F: include/hw/s390x/s390-ccw.h
1466 F: include/hw/s390x/vfio-ccw.h
1467 T: git https://github.com/cohuck/qemu.git s390-next
1468 L: qemu-s390x@nongnu.org
1470 vfio-ap
1471 M: Christian Borntraeger <borntraeger@de.ibm.com>
1472 M: Tony Krowiak <akrowiak@linux.ibm.com>
1473 M: Halil Pasic <pasic@linux.ibm.com>
1474 M: Pierre Morel <pmorel@linux.ibm.com>
1475 S: Supported
1476 F: hw/s390x/ap-device.c
1477 F: hw/s390x/ap-bridge.c
1478 F: include/hw/s390x/ap-device.h
1479 F: include/hw/s390x/ap-bridge.h
1480 F: hw/vfio/ap.c
1481 F: docs/vfio-ap.txt
1482 L: qemu-s390x@nongnu.org
1484 vhost
1485 M: Michael S. Tsirkin <mst@redhat.com>
1486 S: Supported
1487 F: hw/*/*vhost*
1488 F: docs/interop/vhost-user.json
1489 F: docs/interop/vhost-user.rst
1490 F: contrib/vhost-user-*/
1491 F: backends/vhost-user.c
1492 F: include/sysemu/vhost-user-backend.h
1494 virtio
1495 M: Michael S. Tsirkin <mst@redhat.com>
1496 S: Supported
1497 F: hw/*/virtio*
1498 F: hw/virtio/Makefile.objs
1499 F: hw/virtio/trace-events
1500 F: net/vhost-user.c
1501 F: include/hw/virtio/
1502 F: tests/virtio-balloon-test.c
1504 virtio-9p
1505 M: Greg Kurz <groug@kaod.org>
1506 S: Supported
1507 F: hw/9pfs/
1508 F: fsdev/
1509 F: tests/virtio-9p-test.c
1510 T: git https://github.com/gkurz/qemu.git 9p-next
1512 virtio-blk
1513 M: Stefan Hajnoczi <stefanha@redhat.com>
1514 L: qemu-block@nongnu.org
1515 S: Supported
1516 F: hw/block/virtio-blk.c
1517 F: hw/block/dataplane/*
1518 F: tests/virtio-blk-test.c
1519 T: git https://github.com/stefanha/qemu.git block
1521 virtio-ccw
1522 M: Cornelia Huck <cohuck@redhat.com>
1523 M: Halil Pasic <pasic@linux.ibm.com>
1524 S: Supported
1525 F: hw/s390x/virtio-ccw*.[hc]
1526 F: hw/s390x/vhost-vsock-ccw.c
1527 T: git https://github.com/cohuck/qemu.git s390-next
1528 T: git https://github.com/borntraeger/qemu.git s390-next
1529 L: qemu-s390x@nongnu.org
1531 virtio-input
1532 M: Gerd Hoffmann <kraxel@redhat.com>
1533 S: Maintained
1534 F: hw/input/vhost-user-input.c
1535 F: hw/input/virtio-input*.c
1536 F: include/hw/virtio/virtio-input.h
1537 F: contrib/vhost-user-input/*
1539 virtio-serial
1540 M: Amit Shah <amit@kernel.org>
1541 S: Supported
1542 F: hw/char/virtio-serial-bus.c
1543 F: hw/char/virtio-console.c
1544 F: include/hw/virtio/virtio-serial.h
1545 F: tests/virtio-console-test.c
1546 F: tests/virtio-serial-test.c
1548 virtio-rng
1549 M: Amit Shah <amit@kernel.org>
1550 S: Supported
1551 F: hw/virtio/virtio-rng.c
1552 F: include/hw/virtio/virtio-rng.h
1553 F: include/sysemu/rng*.h
1554 F: backends/rng*.c
1555 F: tests/virtio-rng-test.c
1557 virtio-crypto
1558 M: Gonglei <arei.gonglei@huawei.com>
1559 S: Supported
1560 F: hw/virtio/virtio-crypto.c
1561 F: hw/virtio/virtio-crypto-pci.c
1562 F: include/hw/virtio/virtio-crypto.h
1564 nvme
1565 M: Keith Busch <keith.busch@intel.com>
1566 L: qemu-block@nongnu.org
1567 S: Supported
1568 F: hw/block/nvme*
1569 F: tests/nvme-test.c
1571 megasas
1572 M: Hannes Reinecke <hare@suse.com>
1573 L: qemu-block@nongnu.org
1574 S: Supported
1575 F: hw/scsi/megasas.c
1576 F: hw/scsi/mfi.h
1577 F: tests/megasas-test.c
1579 Network packet abstractions
1580 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1581 S: Maintained
1582 F: include/net/eth.h
1583 F: net/eth.c
1584 F: hw/net/net_rx_pkt*
1585 F: hw/net/net_tx_pkt*
1587 Vmware
1588 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1589 S: Maintained
1590 F: hw/net/vmxnet*
1591 F: hw/scsi/vmw_pvscsi*
1592 F: tests/vmxnet3-test.c
1594 Rocker
1595 M: Jiri Pirko <jiri@resnulli.us>
1596 S: Maintained
1597 F: hw/net/rocker/
1598 F: tests/rocker/
1599 F: docs/specs/rocker.txt
1601 NVDIMM
1602 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1603 S: Maintained
1604 F: hw/acpi/nvdimm.c
1605 F: hw/mem/nvdimm.c
1606 F: include/hw/mem/nvdimm.h
1607 F: docs/nvdimm.txt
1609 e1000x
1610 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1611 S: Maintained
1612 F: hw/net/e1000x*
1614 e1000e
1615 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1616 S: Maintained
1617 F: hw/net/e1000e*
1619 eepro100
1620 M: Stefan Weil <sw@weilnetz.de>
1621 S: Maintained
1622 F: hw/net/eepro100.c
1624 Generic Loader
1625 M: Alistair Francis <alistair@alistair23.me>
1626 S: Maintained
1627 F: hw/core/generic-loader.c
1628 F: include/hw/core/generic-loader.h
1629 F: docs/generic-loader.txt
1631 Intel Hexadecimal Object File Loader
1632 M: Su Hang <suhang16@mails.ucas.ac.cn>
1633 S: Maintained
1634 F: tests/hexloader-test.c
1635 F: tests/data/hex-loader/test.hex
1637 CHRP NVRAM
1638 M: Thomas Huth <thuth@redhat.com>
1639 S: Maintained
1640 F: hw/nvram/chrp_nvram.c
1641 F: include/hw/nvram/chrp_nvram.h
1642 F: tests/prom-env-test.c
1644 VM Generation ID
1645 M: Ben Warren <ben@skyportsystems.com>
1646 S: Maintained
1647 F: hw/acpi/vmgenid.c
1648 F: include/hw/acpi/vmgenid.h
1649 F: docs/specs/vmgenid.txt
1650 F: tests/vmgenid-test.c
1651 F: stubs/vmgenid.c
1653 Unimplemented device
1654 M: Peter Maydell <peter.maydell@linaro.org>
1655 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1656 S: Maintained
1657 F: include/hw/misc/unimp.h
1658 F: hw/misc/unimp.c
1660 Standard VGA
1661 M: Gerd Hoffmann <kraxel@redhat.com>
1662 S: Maintained
1663 F: hw/display/vga*
1664 F: hw/display/bochs-display.c
1665 F: include/hw/display/vga.h
1666 F: include/hw/display/bochs-vbe.h
1668 ramfb
1669 M: Gerd Hoffmann <kraxel@redhat.com>
1670 S: Maintained
1671 F: hw/display/ramfb*.c
1672 F: include/hw/display/ramfb.h
1674 virtio-gpu
1675 M: Gerd Hoffmann <kraxel@redhat.com>
1676 S: Maintained
1677 F: hw/display/virtio-gpu*
1678 F: hw/display/virtio-vga.*
1679 F: include/hw/virtio/virtio-gpu.h
1681 vhost-user-gpu
1682 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1683 M: Gerd Hoffmann <kraxel@redhat.com>
1684 S: Maintained
1685 F: docs/interop/vhost-user-gpu.rst
1686 F: contrib/vhost-user-gpu
1687 F: hw/display/vhost-user-*
1689 Cirrus VGA
1690 M: Gerd Hoffmann <kraxel@redhat.com>
1691 S: Odd Fixes
1692 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1693 F: hw/display/cirrus*
1695 EDID Generator
1696 M: Gerd Hoffmann <kraxel@redhat.com>
1697 S: Maintained
1698 F: hw/display/edid*
1699 F: include/hw/display/edid.h
1700 F: qemu-edid.c
1702 Firmware configuration (fw_cfg)
1703 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1704 R: Laszlo Ersek <lersek@redhat.com>
1705 R: Gerd Hoffmann <kraxel@redhat.com>
1706 S: Supported
1707 F: docs/specs/fw_cfg.txt
1708 F: hw/nvram/fw_cfg.c
1709 F: stubs/fw_cfg.c
1710 F: include/hw/nvram/fw_cfg.h
1711 F: include/standard-headers/linux/qemu_fw_cfg.h
1712 F: tests/libqos/fw_cfg.c
1713 F: tests/fw_cfg-test.c
1714 T: git https://github.com/philmd/qemu.git fw_cfg-next
1716 XIVE
1717 M: David Gibson <david@gibson.dropbear.id.au>
1718 M: Cédric Le Goater <clg@kaod.org>
1719 L: qemu-ppc@nongnu.org
1720 S: Supported
1721 F: hw/*/*xive*
1722 F: include/hw/*/*xive*
1723 F: docs/*/*xive*
1725 Subsystems
1726 ----------
1727 Audio
1728 M: Gerd Hoffmann <kraxel@redhat.com>
1729 S: Maintained
1730 F: audio/
1731 F: hw/audio/
1732 F: include/hw/audio/
1733 F: tests/ac97-test.c
1734 F: tests/es1370-test.c
1735 F: tests/intel-hda-test.c
1737 Block layer core
1738 M: Kevin Wolf <kwolf@redhat.com>
1739 M: Max Reitz <mreitz@redhat.com>
1740 L: qemu-block@nongnu.org
1741 S: Supported
1742 F: block*
1743 F: block/
1744 F: hw/block/
1745 F: include/block/
1746 F: qemu-img*
1747 F: qemu-io*
1748 F: tests/qemu-iotests/
1749 F: util/qemu-progress.c
1750 F: qobject/block-qdict.c
1751 F: tests/check-block-qdict.c
1752 T: git https://repo.or.cz/qemu/kevin.git block
1754 Block I/O path
1755 M: Stefan Hajnoczi <stefanha@redhat.com>
1756 M: Fam Zheng <fam@euphon.net>
1757 L: qemu-block@nongnu.org
1758 S: Supported
1759 F: util/async.c
1760 F: util/aio-*.c
1761 F: block/io.c
1762 F: migration/block*
1763 F: include/block/aio.h
1764 F: include/block/aio-wait.h
1765 F: scripts/qemugdb/aio.py
1766 T: git https://github.com/stefanha/qemu.git block
1768 Block SCSI subsystem
1769 M: Paolo Bonzini <pbonzini@redhat.com>
1770 R: Fam Zheng <fam@euphon.net>
1771 L: qemu-block@nongnu.org
1772 S: Supported
1773 F: include/scsi/*
1774 F: scsi/*
1776 Block Jobs
1777 M: John Snow <jsnow@redhat.com>
1778 L: qemu-block@nongnu.org
1779 S: Supported
1780 F: blockjob.c
1781 F: include/block/blockjob.h
1782 F: job.c
1783 F: job-qmp.c
1784 F: include/qemu/job.h
1785 F: block/backup.c
1786 F: block/commit.c
1787 F: block/stream.c
1788 F: block/mirror.c
1789 F: qapi/job.json
1790 T: git https://github.com/jnsnow/qemu.git jobs
1792 Block QAPI, monitor, command line
1793 M: Markus Armbruster <armbru@redhat.com>
1794 S: Supported
1795 F: blockdev.c
1796 F: block/qapi.c
1797 F: qapi/block*.json
1798 F: qapi/transaction.json
1799 T: git https://repo.or.cz/qemu/armbru.git block-next
1801 Dirty Bitmaps
1802 M: Fam Zheng <fam@euphon.net>
1803 M: John Snow <jsnow@redhat.com>
1804 L: qemu-block@nongnu.org
1805 S: Supported
1806 F: util/hbitmap.c
1807 F: block/dirty-bitmap.c
1808 F: include/qemu/hbitmap.h
1809 F: include/block/dirty-bitmap.h
1810 F: tests/test-hbitmap.c
1811 F: docs/interop/bitmaps.rst
1812 T: git https://github.com/famz/qemu.git bitmaps
1813 T: git https://github.com/jnsnow/qemu.git bitmaps
1815 Character device backends
1816 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1817 R: Paolo Bonzini <pbonzini@redhat.com>
1818 S: Maintained
1819 F: chardev/
1820 F: include/chardev/
1821 F: qapi/char.json
1823 Character Devices (Braille)
1824 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1825 S: Maintained
1826 F: chardev/baum.c
1828 Command line option argument parsing
1829 M: Markus Armbruster <armbru@redhat.com>
1830 S: Supported
1831 F: include/qemu/option.h
1832 F: tests/test-keyval.c
1833 F: tests/test-qemu-opts.c
1834 F: util/keyval.c
1835 F: util/qemu-option.c
1837 Coverity model
1838 M: Markus Armbruster <armbru@redhat.com>
1839 S: Supported
1840 F: scripts/coverity-model.c
1843 L: qemu-devel@nongnu.org
1844 S: Supported
1845 F: qom/cpu.c
1846 F: include/qom/cpu.h
1848 Device Tree
1849 M: Alistair Francis <alistair.francis@wdc.com>
1850 R: David Gibson <david@gibson.dropbear.id.au>
1851 S: Maintained
1852 F: device_tree.c
1853 F: include/sysemu/device_tree.h
1855 Dump
1856 S: Supported
1857 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1858 F: dump.c
1859 F: hw/misc/vmcoreinfo.c
1860 F: include/hw/misc/vmcoreinfo.h
1861 F: include/sysemu/dump-arch.h
1862 F: include/sysemu/dump.h
1863 F: scripts/dump-guest-memory.py
1864 F: stubs/dump.c
1866 Error reporting
1867 M: Markus Armbruster <armbru@redhat.com>
1868 S: Supported
1869 F: include/qapi/error.h
1870 F: include/qemu/error-report.h
1871 F: util/error.c
1872 F: util/qemu-error.c
1874 GDB stub
1875 S: Orphan
1876 F: gdbstub*
1877 F: gdb-xml/
1879 Memory API
1880 M: Paolo Bonzini <pbonzini@redhat.com>
1881 S: Supported
1882 F: include/exec/ioport.h
1883 F: ioport.c
1884 F: include/exec/memory.h
1885 F: include/exec/ram_addr.h
1886 F: memory.c
1887 F: include/exec/memory-internal.h
1888 F: exec.c
1890 SPICE
1891 M: Gerd Hoffmann <kraxel@redhat.com>
1892 S: Supported
1893 F: include/ui/qemu-spice.h
1894 F: include/ui/spice-display.h
1895 F: ui/spice-*.c
1896 F: audio/spiceaudio.c
1897 F: hw/display/qxl*
1898 F: qapi/ui.json
1899 F: docs/spice-port-fqdn.txt
1901 Graphics
1902 M: Gerd Hoffmann <kraxel@redhat.com>
1903 S: Odd Fixes
1904 F: ui/
1905 F: include/ui/
1906 F: qapi/ui.json
1907 F: util/drm.c
1909 Cocoa graphics
1910 M: Peter Maydell <peter.maydell@linaro.org>
1911 S: Odd Fixes
1912 F: ui/cocoa.m
1914 Main loop
1915 M: Paolo Bonzini <pbonzini@redhat.com>
1916 S: Maintained
1917 F: cpus.c
1918 F: util/main-loop.c
1919 F: util/qemu-timer.c
1920 F: vl.c
1921 F: qapi/run-state.json
1923 Human Monitor (HMP)
1924 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1925 S: Maintained
1926 F: monitor.c
1927 F: hmp.[ch]
1928 F: hmp-commands*.hx
1929 F: include/monitor/hmp-target.h
1930 F: tests/test-hmp.c
1931 F: include/qemu/qemu-print.h
1932 F: util/qemu-print.c
1934 Network device backends
1935 M: Jason Wang <jasowang@redhat.com>
1936 S: Maintained
1937 F: net/
1938 F: include/net/
1939 T: git https://github.com/jasowang/qemu.git net
1940 F: qapi/net.json
1942 Netmap network backend
1943 M: Luigi Rizzo <rizzo@iet.unipi.it>
1944 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1945 M: Vincenzo Maffione <v.maffione@gmail.com>
1946 W: http://info.iet.unipi.it/~luigi/netmap/
1947 S: Maintained
1948 F: net/netmap.c
1950 NUMA
1951 M: Eduardo Habkost <ehabkost@redhat.com>
1952 S: Maintained
1953 F: numa.c
1954 F: include/sysemu/numa.h
1955 T: git https://github.com/ehabkost/qemu.git machine-next
1957 Host Memory Backends
1958 M: Eduardo Habkost <ehabkost@redhat.com>
1959 M: Igor Mammedov <imammedo@redhat.com>
1960 S: Maintained
1961 F: backends/hostmem*.c
1962 F: include/sysemu/hostmem.h
1963 T: git https://github.com/ehabkost/qemu.git machine-next
1965 Cryptodev Backends
1966 M: Gonglei <arei.gonglei@huawei.com>
1967 S: Maintained
1968 F: include/sysemu/cryptodev*.h
1969 F: backends/cryptodev*.c
1971 Python scripts
1972 M: Eduardo Habkost <ehabkost@redhat.com>
1973 M: Cleber Rosa <crosa@redhat.com>
1974 S: Odd fixes
1975 F: scripts/qmp/*
1976 F: scripts/*.py
1977 F: tests/*.py
1979 QAPI
1980 M: Markus Armbruster <armbru@redhat.com>
1981 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1982 S: Supported
1983 F: qapi/
1984 X: qapi/*.json
1985 F: include/qapi/
1986 X: include/qapi/qmp/
1987 F: include/qapi/qmp/dispatch.h
1988 F: tests/qapi-schema/
1989 F: tests/test-*-visitor.c
1990 F: tests/test-qapi-*.c
1991 F: tests/test-qmp-*.c
1992 F: tests/test-visitor-serialization.c
1993 F: scripts/qapi-gen.py
1994 F: scripts/qapi/*
1995 F: docs/devel/qapi*
1996 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1998 QAPI Schema
1999 M: Eric Blake <eblake@redhat.com>
2000 M: Markus Armbruster <armbru@redhat.com>
2001 S: Supported
2002 F: qapi/*.json
2003 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2005 QObject
2006 M: Markus Armbruster <armbru@redhat.com>
2007 S: Supported
2008 F: qobject/
2009 F: include/qapi/qmp/
2010 X: include/qapi/qmp/dispatch.h
2011 F: scripts/coccinelle/qobject.cocci
2012 F: tests/check-qdict.c
2013 F: tests/check-qjson.c
2014 F: tests/check-qlist.c
2015 F: tests/check-qlit.c
2016 F: tests/check-qnull.c
2017 F: tests/check-qnum.c
2018 F: tests/check-qobject.c
2019 F: tests/check-qstring.c
2020 F: tests/data/qobject/qdict.txt
2021 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2023 QEMU Guest Agent
2024 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2025 S: Maintained
2026 F: qga/
2027 F: qemu-ga.texi
2028 F: scripts/qemu-guest-agent/
2029 F: tests/test-qga.c
2030 F: docs/interop/qemu-ga-ref.texi
2031 T: git https://github.com/mdroth/qemu.git qga
2034 M: Andreas Färber <afaerber@suse.de>
2035 S: Supported
2036 T: git https://github.com/afaerber/qemu-cpu.git qom-next
2037 F: include/qom/
2038 X: include/qom/cpu.h
2039 F: qom/
2040 X: qom/cpu.c
2041 F: tests/check-qom-interface.c
2042 F: tests/check-qom-proplist.c
2045 M: Markus Armbruster <armbru@redhat.com>
2046 S: Supported
2047 F: qmp.c
2048 F: monitor.c
2049 F: docs/devel/*qmp-*
2050 F: docs/interop/*qmp-*
2051 F: scripts/qmp/
2052 F: tests/qmp-test.c
2053 F: tests/qmp-cmd-test.c
2054 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2056 qtest
2057 M: Thomas Huth <thuth@redhat.com>
2058 M: Laurent Vivier <lvivier@redhat.com>
2059 R: Paolo Bonzini <pbonzini@redhat.com>
2060 S: Maintained
2061 F: qtest.c
2062 F: accel/qtest.c
2063 F: tests/libqtest.*
2064 F: tests/libqos/
2065 F: tests/*-test.c
2067 Register API
2068 M: Alistair Francis <alistair@alistair23.me>
2069 S: Maintained
2070 F: hw/core/register.c
2071 F: include/hw/register.h
2072 F: include/hw/registerfields.h
2074 SLIRP
2075 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2076 M: Jan Kiszka <jan.kiszka@siemens.com>
2077 S: Maintained
2078 F: slirp/
2079 F: net/slirp.c
2080 F: include/net/slirp.h
2081 T: git https://people.debian.org/~sthibault/qemu.git slirp
2082 T: git git://git.kiszka.org/qemu.git queues/slirp
2084 Stubs
2085 M: Paolo Bonzini <pbonzini@redhat.com>
2086 S: Maintained
2087 F: stubs/
2089 Tracing
2090 M: Stefan Hajnoczi <stefanha@redhat.com>
2091 S: Maintained
2092 F: trace/
2093 F: trace-events
2094 F: qemu-option-trace.texi
2095 F: scripts/tracetool.py
2096 F: scripts/tracetool/
2097 F: scripts/qemu-trace-stap*
2098 F: docs/devel/tracing.txt
2099 T: git https://github.com/stefanha/qemu.git tracing
2102 M: Stefan Berger <stefanb@linux.ibm.com>
2103 S: Maintained
2104 F: tpm.c
2105 F: stubs/tpm.c
2106 F: hw/tpm/*
2107 F: include/hw/acpi/tpm.h
2108 F: include/sysemu/tpm*
2109 F: qapi/tpm.json
2110 F: backends/tpm.c
2111 F: tests/*tpm*
2112 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2114 Checkpatch
2115 S: Odd Fixes
2116 F: scripts/checkpatch.pl
2118 Migration
2119 M: Juan Quintela <quintela@redhat.com>
2120 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2121 S: Maintained
2122 F: include/migration/
2123 F: migration/
2124 F: scripts/vmstate-static-checker.py
2125 F: tests/vmstate-static-checker-data/
2126 F: tests/migration-test.c
2127 F: docs/devel/migration.rst
2128 F: qapi/migration.json
2130 Seccomp
2131 M: Eduardo Otubo <otubo@redhat.com>
2132 S: Supported
2133 F: qemu-seccomp.c
2134 F: include/sysemu/seccomp.h
2136 Cryptography
2137 M: Daniel P. Berrange <berrange@redhat.com>
2138 S: Maintained
2139 F: crypto/
2140 F: include/crypto/
2141 F: tests/test-crypto-*
2142 F: tests/benchmark-crypto-*
2143 F: tests/crypto-tls-*
2144 F: tests/pkix_asn1_tab.c
2145 F: qemu.sasl
2147 Coroutines
2148 M: Stefan Hajnoczi <stefanha@redhat.com>
2149 M: Kevin Wolf <kwolf@redhat.com>
2150 S: Maintained
2151 F: util/*coroutine*
2152 F: include/qemu/coroutine*
2153 F: tests/test-coroutine.c
2155 Buffers
2156 M: Daniel P. Berrange <berrange@redhat.com>
2157 S: Odd fixes
2158 F: util/buffer.c
2159 F: include/qemu/buffer.h
2161 I/O Channels
2162 M: Daniel P. Berrange <berrange@redhat.com>
2163 S: Maintained
2164 F: io/
2165 F: include/io/
2166 F: tests/test-io-*
2168 User authorization
2169 M: Daniel P. Berrange <berrange@redhat.com>
2170 S: Maintained
2171 F: authz/
2172 F: qapi/authz.json
2173 F: include/authz/
2174 F: tests/test-authz-*
2176 Sockets
2177 M: Daniel P. Berrange <berrange@redhat.com>
2178 M: Gerd Hoffmann <kraxel@redhat.com>
2179 S: Maintained
2180 F: include/qemu/sockets.h
2181 F: util/qemu-sockets.c
2182 F: qapi/sockets.json
2184 File monitor
2185 M: Daniel P. Berrange <berrange@redhat.com>
2186 S: Odd fixes
2187 F: util/filemonitor*.c
2188 F: include/qemu/filemonitor.h
2189 F: tests/test-util-filemonitor.c
2191 Throttling infrastructure
2192 M: Alberto Garcia <berto@igalia.com>
2193 S: Supported
2194 F: block/throttle-groups.c
2195 F: include/block/throttle-groups.h
2196 F: include/qemu/throttle*.h
2197 F: util/throttle.c
2198 F: docs/throttle.txt
2199 F: tests/test-throttle.c
2200 L: qemu-block@nongnu.org
2202 UUID
2203 M: Fam Zheng <fam@euphon.net>
2204 S: Supported
2205 F: util/uuid.c
2206 F: include/qemu/uuid.h
2207 F: tests/test-uuid.c
2209 COLO Framework
2210 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2211 S: Maintained
2212 F: migration/colo*
2213 F: include/migration/colo.h
2214 F: include/migration/failover.h
2215 F: docs/COLO-FT.txt
2217 COLO Proxy
2218 M: Zhang Chen <chen.zhang@intel.com>
2219 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2220 S: Supported
2221 F: docs/colo-proxy.txt
2222 F: net/colo*
2223 F: net/filter-rewriter.c
2224 F: net/filter-mirror.c
2226 Record/replay
2227 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2228 R: Paolo Bonzini <pbonzini@redhat.com>
2229 W: https://wiki.qemu.org/Features/record-replay
2230 S: Supported
2231 F: replay/*
2232 F: block/blkreplay.c
2233 F: net/filter-replay.c
2234 F: include/sysemu/replay.h
2235 F: docs/replay.txt
2236 F: stubs/replay.c
2238 IOVA Tree
2239 M: Peter Xu <peterx@redhat.com>
2240 S: Maintained
2241 F: include/qemu/iova-tree.h
2242 F: util/iova-tree.c
2244 elf2dmp
2245 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2246 S: Maintained
2247 F: contrib/elf2dmp/
2249 I2C and SMBus
2250 M: Corey Minyard <cminyard@mvista.com>
2251 S: Maintained
2252 F: hw/i2c/core.c
2253 F: hw/i2c/smbus_slave.c
2254 F: hw/i2c/smbus_master.c
2255 F: hw/i2c/smbus_eeprom.c
2256 F: include/hw/i2c/i2c.h
2257 F: include/hw/i2c/smbus_master.h
2258 F: include/hw/i2c/smbus_slave.h
2259 F: include/hw/i2c/smbus_eeprom.h
2261 EDK2 Firmware
2262 M: Laszlo Ersek <lersek@redhat.com>
2263 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2264 S: Supported
2265 F: pc-bios/descriptors/??-edk2-*.json
2266 F: pc-bios/edk2-*
2267 F: roms/Makefile.edk2
2268 F: roms/edk2
2269 F: roms/edk2-*
2270 F: tests/data/uefi-boot-images/
2271 F: tests/uefi-test-tools/
2273 Usermode Emulation
2274 ------------------
2275 Overall
2276 M: Riku Voipio <riku.voipio@iki.fi>
2277 S: Maintained
2278 F: thunk.c
2279 F: accel/tcg/user-exec*.c
2281 BSD user
2282 S: Orphan
2283 F: bsd-user/
2284 F: default-configs/*-bsd-user.mak
2286 Linux user
2287 M: Riku Voipio <riku.voipio@iki.fi>
2288 R: Laurent Vivier <laurent@vivier.eu>
2289 S: Maintained
2290 F: linux-user/
2291 F: default-configs/*-linux-user.mak
2292 F: scripts/qemu-binfmt-conf.sh
2294 Tiny Code Generator (TCG)
2295 -------------------------
2296 Common code
2297 M: Richard Henderson <rth@twiddle.net>
2298 S: Maintained
2299 F: tcg/
2301 AArch64 target
2302 M: Claudio Fontana <claudio.fontana@huawei.com>
2303 M: Claudio Fontana <claudio.fontana@gmail.com>
2304 S: Maintained
2305 L: qemu-arm@nongnu.org
2306 F: tcg/aarch64/
2307 F: disas/arm-a64.cc
2308 F: disas/libvixl/
2310 ARM target
2311 M: Andrzej Zaborowski <balrogg@gmail.com>
2312 S: Maintained
2313 L: qemu-arm@nongnu.org
2314 F: tcg/arm/
2315 F: disas/arm.c
2317 i386 target
2318 M: Richard Henderson <rth@twiddle.net>
2319 S: Maintained
2320 F: tcg/i386/
2321 F: disas/i386.c
2323 MIPS target
2324 M: Aurelien Jarno <aurelien@aurel32.net>
2325 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2326 S: Maintained
2327 F: tcg/mips/
2328 F: disas/mips.c
2331 M: Richard Henderson <rth@twiddle.net>
2332 S: Odd Fixes
2333 F: tcg/ppc/
2334 F: disas/ppc.c
2336 RISC-V
2337 M: Palmer Dabbelt <palmer@sifive.com>
2338 M: Alistair Francis <Alistair.Francis@wdc.com>
2339 L: qemu-riscv@nongnu.org
2340 S: Maintained
2341 F: tcg/riscv/
2342 F: disas/riscv.c
2344 S390 target
2345 M: Richard Henderson <rth@twiddle.net>
2346 S: Maintained
2347 F: tcg/s390/
2348 F: disas/s390.c
2349 L: qemu-s390x@nongnu.org
2351 SPARC target
2352 S: Odd Fixes
2353 F: tcg/sparc/
2354 F: disas/sparc.c
2356 TCI target
2357 M: Stefan Weil <sw@weilnetz.de>
2358 S: Maintained
2359 F: tcg/tci/
2360 F: tcg/tci.c
2361 F: disas/tci.c
2363 Block drivers
2364 -------------
2365 VMDK
2366 M: Fam Zheng <fam@euphon.net>
2367 L: qemu-block@nongnu.org
2368 S: Supported
2369 F: block/vmdk.c
2372 M: Josh Durgin <jdurgin@redhat.com>
2373 L: qemu-block@nongnu.org
2374 S: Supported
2375 F: block/rbd.c
2377 Sheepdog
2378 M: Liu Yuan <namei.unix@gmail.com>
2379 L: qemu-block@nongnu.org
2380 L: sheepdog@lists.wpkg.org
2381 S: Odd Fixes
2382 F: block/sheepdog.c
2384 VHDX
2385 M: Jeff Cody <codyprime@gmail.com>
2386 L: qemu-block@nongnu.org
2387 S: Supported
2388 F: block/vhdx*
2391 M: Stefan Weil <sw@weilnetz.de>
2392 L: qemu-block@nongnu.org
2393 S: Maintained
2394 F: block/vdi.c
2396 iSCSI
2397 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2398 M: Paolo Bonzini <pbonzini@redhat.com>
2399 M: Peter Lieven <pl@kamp.de>
2400 L: qemu-block@nongnu.org
2401 S: Odd Fixes
2402 F: block/iscsi.c
2403 F: block/iscsi-opts.c
2405 Network Block Device (NBD)
2406 M: Eric Blake <eblake@redhat.com>
2407 L: qemu-block@nongnu.org
2408 S: Maintained
2409 F: block/nbd*
2410 F: nbd/
2411 F: include/block/nbd*
2412 F: qemu-nbd.*
2413 F: blockdev-nbd.c
2414 F: docs/interop/nbd.txt
2415 T: git https://repo.or.cz/qemu/ericb.git nbd
2418 M: Peter Lieven <pl@kamp.de>
2419 L: qemu-block@nongnu.org
2420 S: Maintained
2421 F: block/nfs.c
2424 M: Richard W.M. Jones <rjones@redhat.com>
2425 L: qemu-block@nongnu.org
2426 S: Supported
2427 F: block/ssh.c
2429 CURL
2430 L: qemu-block@nongnu.org
2431 S: Odd Fixes
2432 F: block/curl.c
2434 GLUSTER
2435 L: qemu-block@nongnu.org
2436 L: integration@gluster.org
2437 S: Odd Fixes
2438 F: block/gluster.c
2440 Null Block Driver
2441 M: Fam Zheng <fam@euphon.net>
2442 L: qemu-block@nongnu.org
2443 S: Supported
2444 F: block/null.c
2446 NVMe Block Driver
2447 M: Fam Zheng <fam@euphon.net>
2448 L: qemu-block@nongnu.org
2449 S: Supported
2450 F: block/nvme*
2452 Bootdevice
2453 M: Gonglei <arei.gonglei@huawei.com>
2454 S: Maintained
2455 F: bootdevice.c
2457 Quorum
2458 M: Alberto Garcia <berto@igalia.com>
2459 S: Supported
2460 F: block/quorum.c
2461 L: qemu-block@nongnu.org
2463 blklogwrites
2464 M: Ari Sundholm <ari@tuxera.com>
2465 L: qemu-block@nongnu.org
2466 S: Supported
2467 F: block/blklogwrites.c
2469 blkverify
2470 M: Stefan Hajnoczi <stefanha@redhat.com>
2471 L: qemu-block@nongnu.org
2472 S: Supported
2473 F: block/blkverify.c
2475 bochs
2476 M: Stefan Hajnoczi <stefanha@redhat.com>
2477 L: qemu-block@nongnu.org
2478 S: Supported
2479 F: block/bochs.c
2481 cloop
2482 M: Stefan Hajnoczi <stefanha@redhat.com>
2483 L: qemu-block@nongnu.org
2484 S: Supported
2485 F: block/cloop.c
2488 M: Stefan Hajnoczi <stefanha@redhat.com>
2489 L: qemu-block@nongnu.org
2490 S: Supported
2491 F: block/dmg.c
2493 parallels
2494 M: Stefan Hajnoczi <stefanha@redhat.com>
2495 M: Denis V. Lunev <den@openvz.org>
2496 L: qemu-block@nongnu.org
2497 S: Supported
2498 F: block/parallels.c
2499 F: docs/interop/parallels.txt
2502 M: Stefan Hajnoczi <stefanha@redhat.com>
2503 L: qemu-block@nongnu.org
2504 S: Supported
2505 F: block/qed.c
2508 M: Kevin Wolf <kwolf@redhat.com>
2509 L: qemu-block@nongnu.org
2510 S: Supported
2511 F: block/linux-aio.c
2512 F: include/block/raw-aio.h
2513 F: block/raw-format.c
2514 F: block/file-posix.c
2515 F: block/file-win32.c
2516 F: block/win32-aio.c
2518 qcow2
2519 M: Kevin Wolf <kwolf@redhat.com>
2520 M: Max Reitz <mreitz@redhat.com>
2521 L: qemu-block@nongnu.org
2522 S: Supported
2523 F: block/qcow2*
2524 F: docs/interop/qcow2.txt
2526 qcow
2527 M: Kevin Wolf <kwolf@redhat.com>
2528 L: qemu-block@nongnu.org
2529 S: Supported
2530 F: block/qcow.c
2532 blkdebug
2533 M: Kevin Wolf <kwolf@redhat.com>
2534 M: Max Reitz <mreitz@redhat.com>
2535 L: qemu-block@nongnu.org
2536 S: Supported
2537 F: block/blkdebug.c
2540 M: Kevin Wolf <kwolf@redhat.com>
2541 L: qemu-block@nongnu.org
2542 S: Supported
2543 F: block/vpc.c
2545 vvfat
2546 M: Kevin Wolf <kwolf@redhat.com>
2547 L: qemu-block@nongnu.org
2548 S: Supported
2549 F: block/vvfat.c
2551 Image format fuzzer
2552 M: Stefan Hajnoczi <stefanha@redhat.com>
2553 L: qemu-block@nongnu.org
2554 S: Supported
2555 F: tests/image-fuzzer/
2557 Replication
2558 M: Wen Congyang <wencongyang2@huawei.com>
2559 M: Xie Changlong <xiechanglong.d@gmail.com>
2560 S: Supported
2561 F: replication*
2562 F: block/replication.c
2563 F: tests/test-replication.c
2564 F: docs/block-replication.txt
2566 PVRDMA
2567 M: Yuval Shaia <yuval.shaia@oracle.com>
2568 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2569 S: Maintained
2570 F: hw/rdma/*
2571 F: hw/rdma/vmw/*
2572 F: docs/pvrdma.txt
2573 F: contrib/rdmacm-mux/*
2574 F: qapi/rdma.json
2576 Semihosting
2577 M: Alex Bennée <alex.bennee@linaro.org>
2578 L: qemu-devel@nongnu.org
2579 S: Maintained
2580 F: hw/semihosting/
2581 F: include/hw/semihosting/
2583 Build and test automation
2584 -------------------------
2585 Build and test automation
2586 M: Alex Bennée <alex.bennee@linaro.org>
2587 M: Fam Zheng <fam@euphon.net>
2588 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2589 L: qemu-devel@nongnu.org
2590 S: Maintained
2591 F: .travis.yml
2592 F: scripts/travis/
2593 F: .shippable.yml
2594 F: tests/docker/
2595 F: tests/vm/
2596 F: scripts/archive-source.sh
2597 W: https://travis-ci.org/qemu/qemu
2598 W: https://app.shippable.com/github/qemu/qemu
2599 W: http://patchew.org/QEMU/
2601 FreeBSD Hosted Continuous Integration
2602 M: Ed Maste <emaste@freebsd.org>
2603 M: Li-Wen Hsu <lwhsu@freebsd.org>
2604 L: qemu-devel@nongnu.org
2605 S: Maintained
2606 F: .cirrus.yml
2607 W: https://cirrus-ci.com/github/qemu/qemu
2609 GitLab Continuous Integration
2610 M: Thomas Huth <thuth@redhat.com>
2611 S: Maintained
2612 F: .gitlab-ci.yml
2614 Guest Test Compilation Support
2615 M: Alex Bennée <alex.bennee@linaro.org>
2616 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2617 S: Maintained
2618 F: tests/tcg/Makefile
2619 F: tests/tcg/Makefile.include
2620 L: qemu-devel@nongnu.org
2622 Documentation
2623 -------------
2624 Build system architecture
2625 M: Daniel P. Berrange <berrange@redhat.com>
2626 S: Odd Fixes
2627 F: docs/devel/build-system.txt
2629 GIT Data Mining Config
2630 M: Alex Bennée <alex.bennee@linaro.org>
2631 S: Odd Fixes
2632 F: gitdm.config
2633 F: contrib/gitdm/*
2635 Incompatible changes
2636 R: libvir-list@redhat.com
2637 F: qemu-deprecated.texi
2639 Build System
2640 ------------
2641 GIT submodules
2642 M: Daniel P. Berrange <berrange@redhat.com>
2643 S: Odd Fixes
2644 F: scripts/git-submodule.sh
2646 Sphinx documentation configuration and build machinery
2647 M: Peter Maydell <peter.maydell@linaro.org>
2648 S: Maintained
2649 F: docs/conf.py
2650 F: docs/*/conf.py