Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191219' into staging
[qemu/ar7.git] / MAINTAINERS
blob387879aebc71aeda0c203f5359c0978786d8751d
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 general architecture support
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 F: tests/migration/s390x/
106 K: ^Subject:.*(?i)s390x?
107 T: git https://github.com/cohuck/qemu.git s390-next
108 L: qemu-s390x@nongnu.org
110 Guest CPU cores (TCG)
111 ---------------------
112 Overall TCG CPUs
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
127 F: include/sysemu/tcg.h
129 FPU emulation
130 M: Aurelien Jarno <aurelien@aurel32.net>
131 M: Peter Maydell <peter.maydell@linaro.org>
132 M: Alex Bennée <alex.bennee@linaro.org>
133 S: Maintained
134 F: fpu/
135 F: include/fpu/
136 F: tests/fp/
138 Alpha TCG CPUs
139 M: Richard Henderson <rth@twiddle.net>
140 S: Maintained
141 F: target/alpha/
142 F: tests/tcg/alpha/
143 F: disas/alpha.c
145 ARM TCG CPUs
146 M: Peter Maydell <peter.maydell@linaro.org>
147 L: qemu-arm@nongnu.org
148 S: Maintained
149 F: target/arm/
150 F: tests/tcg/arm/
151 F: tests/tcg/aarch64/
152 F: hw/arm/
153 F: hw/cpu/a*mpcore.c
154 F: include/hw/cpu/a*mpcore.h
155 F: disas/arm.c
156 F: disas/arm-a64.cc
157 F: disas/libvixl/
159 ARM SMMU
160 M: Eric Auger <eric.auger@redhat.com>
161 L: qemu-arm@nongnu.org
162 S: Maintained
163 F: hw/arm/smmu*
164 F: include/hw/arm/smmu*
166 CRIS TCG CPUs
167 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
168 S: Maintained
169 F: target/cris/
170 F: hw/cris/
171 F: include/hw/cris/
172 F: tests/tcg/cris/
173 F: disas/cris.c
175 HPPA (PA-RISC) TCG CPUs
176 M: Richard Henderson <rth@twiddle.net>
177 S: Maintained
178 F: target/hppa/
179 F: hw/hppa/
180 F: disas/hppa.c
182 LM32 TCG CPUs
183 M: Michael Walle <michael@walle.cc>
184 S: Maintained
185 F: target/lm32/
186 F: disas/lm32.c
187 F: hw/lm32/
188 F: hw/*/lm32_*
189 F: hw/*/milkymist-*
190 F: include/hw/display/milkymist_tmu2.h
191 F: include/hw/char/lm32_juart.h
192 F: include/hw/lm32/
193 F: tests/tcg/lm32/
195 M68K TCG CPUs
196 M: Laurent Vivier <laurent@vivier.eu>
197 S: Maintained
198 F: target/m68k/
199 F: disas/m68k.c
201 MicroBlaze TCG CPUs
202 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
203 S: Maintained
204 F: target/microblaze/
205 F: hw/microblaze/
206 F: disas/microblaze.c
208 MIPS TCG CPUs
209 M: Aurelien Jarno <aurelien@aurel32.net>
210 M: Aleksandar Markovic <amarkovic@wavecomp.com>
211 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
212 S: Maintained
213 F: target/mips/
214 F: default-configs/*mips*
215 F: disas/*mips*
216 F: hw/intc/mips_gic.c
217 F: hw/mips/
218 F: hw/misc/mips_*
219 F: hw/timer/mips_gictimer.c
220 F: include/hw/intc/mips_gic.h
221 F: include/hw/mips/
222 F: include/hw/misc/mips_*
223 F: include/hw/timer/mips_gictimer.h
224 F: tests/acceptance/linux_ssh_mips_malta.py
225 F: tests/tcg/mips/
226 K: ^Subject:.*(?i)mips
228 Moxie TCG CPUs
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 TCG CPUs
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 TCG CPUs
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 TCG CPUs
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 TCG CPUs
263 M: Palmer Dabbelt <palmer@dabbelt.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 TCG CPUs
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
285 SH4 TCG CPUs
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 TCG CPUs
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 TCG CPUs
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/
310 X86 TCG CPUs
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 TCG CPUs
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 TCG CPUs
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 ---------------------
348 Overall KVM CPUs
349 M: Paolo Bonzini <pbonzini@redhat.com>
350 L: kvm@vger.kernel.org
351 S: Supported
352 F: */kvm.*
353 F: accel/kvm/
354 F: accel/stubs/kvm-stub.c
355 F: include/hw/kvm/
356 F: include/sysemu/kvm*.h
357 F: scripts/kvm/kvm_flightrecorder
359 ARM KVM CPUs
360 M: Peter Maydell <peter.maydell@linaro.org>
361 L: qemu-arm@nongnu.org
362 S: Maintained
363 F: target/arm/kvm.c
365 MIPS KVM CPUs
366 M: James Hogan <jhogan@kernel.org>
367 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
368 S: Maintained
369 F: target/mips/kvm.c
371 PPC KVM CPUs
372 M: David Gibson <david@gibson.dropbear.id.au>
373 S: Maintained
374 F: target/ppc/kvm.c
376 S390 KVM CPUs
377 M: Halil Pasic <pasic@linux.ibm.com>
378 M: Cornelia Huck <cohuck@redhat.com>
379 M: Christian Borntraeger <borntraeger@de.ibm.com>
380 S: Supported
381 F: target/s390x/kvm.c
382 F: target/s390x/kvm_s390x.h
383 F: target/s390x/kvm-stub.c
384 F: target/s390x/ioinst.[ch]
385 F: target/s390x/machine.c
386 F: target/s390x/sigp.c
387 F: target/s390x/cpu_features*.[ch]
388 F: target/s390x/cpu_models.[ch]
389 F: hw/intc/s390_flic.c
390 F: hw/intc/s390_flic_kvm.c
391 F: include/hw/s390x/s390_flic.h
392 F: gdb-xml/s390*.xml
393 T: git https://github.com/cohuck/qemu.git s390-next
394 T: git https://github.com/borntraeger/qemu.git s390-next
395 L: qemu-s390x@nongnu.org
397 X86 KVM CPUs
398 M: Paolo Bonzini <pbonzini@redhat.com>
399 M: Marcelo Tosatti <mtosatti@redhat.com>
400 L: kvm@vger.kernel.org
401 S: Supported
402 F: target/i386/kvm.c
403 F: scripts/kvm/vmxcap
405 Guest CPU Cores (Xen)
406 ---------------------
407 X86 Xen CPUs
408 M: Stefano Stabellini <sstabellini@kernel.org>
409 M: Anthony Perard <anthony.perard@citrix.com>
410 M: Paul Durrant <paul@xen.org>
411 L: xen-devel@lists.xenproject.org
412 S: Supported
413 F: */xen*
414 F: hw/9pfs/xen-9p*
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: hw/pci-host/xen_igd_pt.c
424 F: include/hw/block/dataplane/xen*
425 F: include/hw/xen/
426 F: include/sysemu/xen-mapcache.h
428 Hosts
429 -----
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 M: Kamil Rytarowski <kamil@netbsd.org>
448 S: Maintained
449 K: ^Subject:.*(?i)NetBSD
451 OPENBSD
452 M: Brad Smith <brad@comstyle.com>
453 S: Maintained
454 K: ^Subject:.*(?i)OpenBSD
456 W32, W64
457 M: Stefan Weil <sw@weilnetz.de>
458 S: Maintained
459 F: *win32*
460 F: */*win32*
461 F: include/*/*win32*
462 X: qga/*win32*
463 F: qemu.nsi
465 Alpha Machines
466 --------------
467 M: Richard Henderson <rth@twiddle.net>
468 S: Maintained
469 F: hw/alpha/
470 F: hw/isa/smc37c669-superio.c
471 F: tests/tcg/alpha/system/
473 ARM Machines
474 ------------
475 Allwinner-a10
476 M: Beniamino Galvani <b.galvani@gmail.com>
477 M: Peter Maydell <peter.maydell@linaro.org>
478 L: qemu-arm@nongnu.org
479 S: Odd Fixes
480 F: hw/*/allwinner*
481 F: include/hw/*/allwinner*
482 F: hw/arm/cubieboard.c
484 ARM PrimeCell and CMSDK devices
485 M: Peter Maydell <peter.maydell@linaro.org>
486 L: qemu-arm@nongnu.org
487 S: Maintained
488 F: hw/char/pl011.c
489 F: include/hw/char/pl011.h
490 F: hw/display/pl110*
491 F: hw/dma/pl080.c
492 F: include/hw/dma/pl080.h
493 F: hw/dma/pl330.c
494 F: hw/gpio/pl061.c
495 F: hw/input/pl050.c
496 F: hw/intc/pl190.c
497 F: hw/sd/pl181.c
498 F: hw/ssi/pl022.c
499 F: include/hw/ssi/pl022.h
500 F: hw/rtc/pl031.c
501 F: include/hw/rtc/pl031.h
502 F: include/hw/arm/primecell.h
503 F: hw/timer/cmsdk-apb-timer.c
504 F: include/hw/timer/cmsdk-apb-timer.h
505 F: hw/timer/cmsdk-apb-dualtimer.c
506 F: include/hw/timer/cmsdk-apb-dualtimer.h
507 F: hw/char/cmsdk-apb-uart.c
508 F: include/hw/char/cmsdk-apb-uart.h
509 F: hw/watchdog/cmsdk-apb-watchdog.c
510 F: include/hw/watchdog/cmsdk-apb-watchdog.h
511 F: hw/misc/tz-ppc.c
512 F: include/hw/misc/tz-ppc.h
513 F: hw/misc/tz-mpc.c
514 F: include/hw/misc/tz-mpc.h
515 F: hw/misc/tz-msc.c
516 F: include/hw/misc/tz-msc.h
518 ARM cores
519 M: Peter Maydell <peter.maydell@linaro.org>
520 L: qemu-arm@nongnu.org
521 S: Maintained
522 F: hw/intc/arm*
523 F: hw/intc/gic_internal.h
524 F: hw/misc/a9scu.c
525 F: hw/misc/arm11scu.c
526 F: hw/misc/arm_l2x0.c
527 F: hw/timer/a9gtimer*
528 F: hw/timer/arm*
529 F: include/hw/arm/arm*.h
530 F: include/hw/intc/arm*
531 F: include/hw/misc/a9scu.h
532 F: include/hw/misc/arm11scu.h
533 F: include/hw/timer/a9gtimer.h
534 F: include/hw/timer/arm_mptimer.h
535 F: include/hw/timer/armv7m_systick.h
536 F: tests/test-arm-mptimer.c
538 Exynos
539 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
540 M: Peter Maydell <peter.maydell@linaro.org>
541 L: qemu-arm@nongnu.org
542 S: Odd Fixes
543 F: hw/*/exynos*
544 F: include/hw/arm/exynos4210.h
546 Calxeda Highbank
547 M: Rob Herring <robh@kernel.org>
548 M: Peter Maydell <peter.maydell@linaro.org>
549 L: qemu-arm@nongnu.org
550 S: Odd Fixes
551 F: hw/arm/highbank.c
552 F: hw/net/xgmac.c
554 Canon DIGIC
555 M: Antony Pavlov <antonynpavlov@gmail.com>
556 M: Peter Maydell <peter.maydell@linaro.org>
557 L: qemu-arm@nongnu.org
558 S: Odd Fixes
559 F: include/hw/arm/digic.h
560 F: hw/*/digic*
561 F: include/hw/*/digic*
563 Gumstix
564 M: Peter Maydell <peter.maydell@linaro.org>
565 R: Philippe Mathieu-Daudé <f4bug@amsat.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/display/blizzard.c
665 F: hw/input/lm832x.c
666 F: hw/input/tsc2005.c
667 F: hw/misc/cbus.c
668 F: hw/rtc/twl92230.c
669 F: include/hw/display/blizzard.h
670 F: include/hw/input/tsc2xxx.h
671 F: include/hw/misc/cbus.h
673 Palm
674 M: Andrzej Zaborowski <balrogg@gmail.com>
675 M: Peter Maydell <peter.maydell@linaro.org>
676 L: qemu-arm@nongnu.org
677 S: Odd Fixes
678 F: hw/arm/palm.c
679 F: hw/input/tsc210x.c
680 F: include/hw/input/tsc2xxx.h
682 Raspberry Pi
683 M: Peter Maydell <peter.maydell@linaro.org>
684 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
685 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
686 L: qemu-arm@nongnu.org
687 S: Odd Fixes
688 F: hw/arm/raspi.c
689 F: hw/arm/raspi_platform.h
690 F: hw/*/bcm283*
691 F: include/hw/arm/raspi*
692 F: include/hw/*/bcm283*
694 Real View
695 M: Peter Maydell <peter.maydell@linaro.org>
696 L: qemu-arm@nongnu.org
697 S: Maintained
698 F: hw/arm/realview*
699 F: hw/cpu/realview_mpcore.c
700 F: hw/intc/realview_gic.c
701 F: include/hw/intc/realview_gic.h
703 PXA2XX
704 M: Andrzej Zaborowski <balrogg@gmail.com>
705 M: Peter Maydell <peter.maydell@linaro.org>
706 L: qemu-arm@nongnu.org
707 S: Odd Fixes
708 F: hw/arm/mainstone.c
709 F: hw/arm/spitz.c
710 F: hw/arm/tosa.c
711 F: hw/arm/z2.c
712 F: hw/*/pxa2xx*
713 F: hw/display/tc6393xb.c
714 F: hw/gpio/max7310.c
715 F: hw/gpio/zaurus.c
716 F: hw/misc/mst_fpga.c
717 F: hw/misc/max111x.c
718 F: include/hw/arm/pxa.h
719 F: include/hw/arm/sharpsl.h
720 F: include/hw/display/tc6393xb.h
722 SABRELITE / i.MX6
723 M: Peter Maydell <peter.maydell@linaro.org>
724 R: Jean-Christophe Dubois <jcd@tribudubois.net>
725 L: qemu-arm@nongnu.org
726 S: Odd Fixes
727 F: hw/arm/sabrelite.c
728 F: hw/arm/fsl-imx6.c
729 F: hw/misc/imx6_*.c
730 F: hw/ssi/imx_spi.c
731 F: include/hw/arm/fsl-imx6.h
732 F: include/hw/misc/imx6_*.h
733 F: include/hw/ssi/imx_spi.h
735 SBSA-REF
736 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
737 M: Peter Maydell <peter.maydell@linaro.org>
738 R: Leif Lindholm <leif.lindholm@linaro.org>
739 L: qemu-arm@nongnu.org
740 S: Maintained
741 F: hw/arm/sbsa-ref.c
743 Sharp SL-5500 (Collie) PDA
744 M: Peter Maydell <peter.maydell@linaro.org>
745 L: qemu-arm@nongnu.org
746 S: Odd Fixes
747 F: hw/arm/collie.c
748 F: hw/arm/strongarm*
750 Stellaris
751 M: Peter Maydell <peter.maydell@linaro.org>
752 L: qemu-arm@nongnu.org
753 S: Maintained
754 F: hw/*/stellaris*
755 F: include/hw/input/gamepad.h
757 Versatile Express
758 M: Peter Maydell <peter.maydell@linaro.org>
759 L: qemu-arm@nongnu.org
760 S: Maintained
761 F: hw/arm/vexpress.c
763 Versatile PB
764 M: Peter Maydell <peter.maydell@linaro.org>
765 L: qemu-arm@nongnu.org
766 S: Maintained
767 F: hw/*/versatile*
768 F: hw/misc/arm_sysctl.c
770 Virt
771 M: Peter Maydell <peter.maydell@linaro.org>
772 L: qemu-arm@nongnu.org
773 S: Maintained
774 F: hw/arm/virt*
775 F: include/hw/arm/virt.h
777 Xilinx Zynq
778 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
779 M: Alistair Francis <alistair@alistair23.me>
780 M: Peter Maydell <peter.maydell@linaro.org>
781 L: qemu-arm@nongnu.org
782 S: Maintained
783 F: hw/*/xilinx_*
784 F: hw/*/cadence_*
785 F: hw/misc/zynq*
786 F: include/hw/misc/zynq*
787 X: hw/ssi/xilinx_*
789 Xilinx ZynqMP
790 M: Alistair Francis <alistair@alistair23.me>
791 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
792 M: Peter Maydell <peter.maydell@linaro.org>
793 L: qemu-arm@nongnu.org
794 S: Maintained
795 F: hw/*/xlnx*.c
796 F: include/hw/*/xlnx*.h
797 F: include/hw/ssi/xilinx_spips.h
798 F: hw/display/dpcd.c
799 F: include/hw/display/dpcd.h
801 ARM ACPI Subsystem
802 M: Shannon Zhao <shannon.zhaosl@gmail.com>
803 L: qemu-arm@nongnu.org
804 S: Maintained
805 F: hw/arm/virt-acpi-build.c
807 STM32F205
808 M: Alistair Francis <alistair@alistair23.me>
809 M: Peter Maydell <peter.maydell@linaro.org>
810 S: Maintained
811 F: hw/arm/stm32f205_soc.c
812 F: hw/misc/stm32f2xx_syscfg.c
813 F: hw/char/stm32f2xx_usart.c
814 F: hw/timer/stm32f2xx_timer.c
815 F: hw/adc/*
816 F: hw/ssi/stm32f2xx_spi.c
817 F: include/hw/*/stm32*.h
819 Netduino 2
820 M: Alistair Francis <alistair@alistair23.me>
821 M: Peter Maydell <peter.maydell@linaro.org>
822 S: Maintained
823 F: hw/arm/netduino2.c
825 SmartFusion2
826 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
827 M: Peter Maydell <peter.maydell@linaro.org>
828 S: Maintained
829 F: hw/arm/msf2-soc.c
830 F: hw/misc/msf2-sysreg.c
831 F: hw/timer/mss-timer.c
832 F: hw/ssi/mss-spi.c
833 F: include/hw/arm/msf2-soc.h
834 F: include/hw/misc/msf2-sysreg.h
835 F: include/hw/timer/mss-timer.h
836 F: include/hw/ssi/mss-spi.h
838 Emcraft M2S-FG484
839 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
840 M: Peter Maydell <peter.maydell@linaro.org>
841 S: Maintained
842 F: hw/arm/msf2-som.c
844 ASPEED BMCs
845 M: Cédric Le Goater <clg@kaod.org>
846 M: Peter Maydell <peter.maydell@linaro.org>
847 R: Andrew Jeffery <andrew@aj.id.au>
848 R: Joel Stanley <joel@jms.id.au>
849 L: qemu-arm@nongnu.org
850 S: Maintained
851 F: hw/*/*aspeed*
852 F: hw/misc/pca9552.c
853 F: include/hw/*/*aspeed*
854 F: include/hw/misc/pca9552*.h
855 F: hw/net/ftgmac100.c
856 F: include/hw/net/ftgmac100.h
858 NRF51
859 M: Joel Stanley <joel@jms.id.au>
860 M: Peter Maydell <peter.maydell@linaro.org>
861 L: qemu-arm@nongnu.org
862 S: Maintained
863 F: hw/*/nrf51*.c
864 F: hw/*/microbit*.c
865 F: include/hw/*/nrf51*.h
866 F: include/hw/*/microbit*.h
867 F: tests/microbit-test.c
869 CRIS Machines
870 -------------
871 Axis Dev88
872 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
873 S: Maintained
874 F: hw/cris/axis_dev88.c
875 F: hw/*/etraxfs_*.c
877 HP-PARISC Machines
878 ------------------
879 Dino
880 M: Richard Henderson <rth@twiddle.net>
881 R: Helge Deller <deller@gmx.de>
882 S: Odd Fixes
883 F: hw/hppa/
884 F: pc-bios/hppa-firmware.img
886 LM32 Machines
887 -------------
888 EVR32 and uclinux BSP
889 M: Michael Walle <michael@walle.cc>
890 S: Maintained
891 F: hw/lm32/lm32_boards.c
893 milkymist
894 M: Michael Walle <michael@walle.cc>
895 S: Maintained
896 F: hw/lm32/milkymist.c
898 M68K Machines
899 -------------
900 an5206
901 M: Thomas Huth <huth@tuxfamily.org>
902 S: Odd Fixes
903 F: hw/m68k/an5206.c
904 F: hw/m68k/mcf5206.c
906 mcf5208
907 M: Thomas Huth <huth@tuxfamily.org>
908 S: Odd Fixes
909 F: hw/m68k/mcf5208.c
910 F: hw/m68k/mcf_intc.c
911 F: hw/char/mcf_uart.c
912 F: hw/net/mcf_fec.c
913 F: include/hw/m68k/mcf*.h
915 NeXTcube
916 M: Thomas Huth <huth@tuxfamily.org>
917 S: Odd Fixes
918 F: hw/m68k/next-*.c
919 F: hw/display/next-fb.c
920 F: include/hw/m68k/next-cube.h
922 q800
923 M: Laurent Vivier <laurent@vivier.eu>
924 S: Maintained
925 F: hw/m68k/q800.c
926 F: hw/misc/mac_via.c
927 F: hw/nubus/*
928 F: hw/display/macfb.c
929 F: hw/block/swim.c
930 F: hw/m68k/bootinfo.h
931 F: include/hw/misc/mac_via.h
932 F: include/hw/nubus/*
933 F: include/hw/display/macfb.h
934 F: include/hw/block/swim.h
936 MicroBlaze Machines
937 -------------------
938 petalogix_s3adsp1800
939 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
940 S: Maintained
941 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
942 F: include/hw/char/xilinx_uartlite.h
944 petalogix_ml605
945 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
946 S: Maintained
947 F: hw/microblaze/petalogix_ml605_mmu.c
949 MIPS Machines
950 -------------
951 Jazz
952 M: Hervé Poussineau <hpoussin@reactos.org>
953 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
954 S: Maintained
955 F: hw/mips/mips_jazz.c
956 F: hw/display/jazz_led.c
957 F: hw/dma/rc4030.c
959 Malta
960 M: Aleksandar Markovic <amarkovic@wavecomp.com>
961 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
962 R: Aurelien Jarno <aurelien@aurel32.net>
963 S: Maintained
964 F: hw/isa/piix4.c
965 F: hw/acpi/piix4.c
966 F: hw/mips/mips_malta.c
967 F: hw/mips/gt64xxx_pci.c
968 F: include/hw/southbridge/piix.h
969 F: tests/acceptance/linux_ssh_mips_malta.py
971 Mipssim
972 M: Aleksandar Markovic <amarkovic@wavecomp.com>
973 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
974 S: Odd Fixes
975 F: hw/mips/mips_mipssim.c
976 F: hw/net/mipsnet.c
978 R4000
979 M: Aurelien Jarno <aurelien@aurel32.net>
980 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
981 S: Obsolete
982 F: hw/mips/mips_r4k.c
984 Fulong 2E
985 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
986 M: Aleksandar Markovic <amarkovic@wavecomp.com>
987 S: Odd Fixes
988 F: hw/mips/mips_fulong2e.c
989 F: hw/isa/vt82c686.c
990 F: hw/pci-host/bonito.c
991 F: include/hw/isa/vt82c686.h
993 Boston
994 M: Paul Burton <pburton@wavecomp.com>
995 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
996 S: Maintained
997 F: hw/core/loader-fit.c
998 F: hw/mips/boston.c
999 F: hw/pci-host/xilinx-pcie.c
1000 F: include/hw/pci-host/xilinx-pcie.h
1002 OpenRISC Machines
1003 -----------------
1004 or1k-sim
1005 M: Jia Liu <proljc@gmail.com>
1006 S: Maintained
1007 F: hw/openrisc/openrisc_sim.c
1009 PowerPC Machines
1010 ----------------
1012 M: David Gibson <david@gibson.dropbear.id.au>
1013 L: qemu-ppc@nongnu.org
1014 S: Odd Fixes
1015 F: hw/ppc/ppc405_boards.c
1017 Bamboo
1018 M: David Gibson <david@gibson.dropbear.id.au>
1019 L: qemu-ppc@nongnu.org
1020 S: Odd Fixes
1021 F: hw/ppc/ppc440_bamboo.c
1023 e500
1024 M: David Gibson <david@gibson.dropbear.id.au>
1025 L: qemu-ppc@nongnu.org
1026 S: Odd Fixes
1027 F: hw/ppc/e500*
1028 F: hw/gpio/mpc8xxx.c
1029 F: hw/i2c/mpc_i2c.c
1030 F: hw/net/fsl_etsec/
1031 F: hw/pci-host/ppce500.c
1032 F: include/hw/ppc/ppc_e500.h
1033 F: include/hw/pci-host/ppce500.h
1034 F: pc-bios/u-boot.e500
1036 mpc8544ds
1037 M: David Gibson <david@gibson.dropbear.id.au>
1038 L: qemu-ppc@nongnu.org
1039 S: Odd Fixes
1040 F: hw/ppc/mpc8544ds.c
1041 F: hw/ppc/mpc8544_guts.c
1043 New World (mac99)
1044 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1045 R: David Gibson <david@gibson.dropbear.id.au>
1046 L: qemu-ppc@nongnu.org
1047 S: Odd Fixes
1048 F: hw/ppc/mac_newworld.c
1049 F: hw/pci-host/uninorth.c
1050 F: hw/pci-bridge/dec.[hc]
1051 F: hw/misc/macio/
1052 F: hw/misc/mos6522.c
1053 F: hw/nvram/mac_nvram.c
1054 F: hw/input/adb*
1055 F: include/hw/misc/macio/
1056 F: include/hw/misc/mos6522.h
1057 F: include/hw/ppc/mac_dbdma.h
1058 F: include/hw/pci-host/uninorth.h
1059 F: include/hw/input/adb*
1060 F: pc-bios/qemu_vga.ndrv
1062 Old World (g3beige)
1063 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1064 R: David Gibson <david@gibson.dropbear.id.au>
1065 L: qemu-ppc@nongnu.org
1066 S: Odd Fixes
1067 F: hw/ppc/mac_oldworld.c
1068 F: hw/pci-host/grackle.c
1069 F: hw/misc/macio/
1070 F: hw/intc/heathrow_pic.c
1071 F: hw/input/adb*
1072 F: include/hw/intc/heathrow_pic.h
1073 F: include/hw/input/adb*
1074 F: pc-bios/qemu_vga.ndrv
1076 PReP
1077 M: Hervé Poussineau <hpoussin@reactos.org>
1078 L: qemu-ppc@nongnu.org
1079 S: Maintained
1080 F: hw/ppc/prep.c
1081 F: hw/ppc/prep_systemio.c
1082 F: hw/ppc/rs6000_mc.c
1083 F: hw/pci-host/prep.[hc]
1084 F: hw/isa/i82378.c
1085 F: hw/isa/pc87312.c
1086 F: hw/dma/i82374.c
1087 F: hw/rtc/m48t59-isa.c
1088 F: include/hw/isa/pc87312.h
1089 F: include/hw/rtc/m48t59.h
1090 F: pc-bios/ppc_rom.bin
1091 F: tests/acceptance/ppc_prep_40p.py
1093 sPAPR
1094 M: David Gibson <david@gibson.dropbear.id.au>
1095 L: qemu-ppc@nongnu.org
1096 S: Supported
1097 F: hw/*/spapr*
1098 F: include/hw/*/spapr*
1099 F: hw/*/xics*
1100 F: include/hw/*/xics*
1101 F: pc-bios/slof.bin
1102 F: docs/specs/ppc-spapr-hcalls.txt
1103 F: docs/specs/ppc-spapr-hotplug.txt
1104 F: tests/spapr*
1105 F: tests/libqos/*spapr*
1106 F: tests/rtas*
1107 F: tests/libqos/rtas*
1109 PowerNV (Non-Virtualized)
1110 M: Cédric Le Goater <clg@kaod.org>
1111 M: David Gibson <david@gibson.dropbear.id.au>
1112 L: qemu-ppc@nongnu.org
1113 S: Maintained
1114 F: hw/ppc/pnv*
1115 F: hw/intc/pnv*
1116 F: hw/intc/xics_pnv.c
1117 F: include/hw/ppc/pnv*
1118 F: pc-bios/skiboot.lid
1119 F: tests/pnv*
1121 virtex_ml507
1122 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1123 L: qemu-ppc@nongnu.org
1124 S: Odd Fixes
1125 F: hw/ppc/virtex_ml507.c
1127 sam460ex
1128 M: BALATON Zoltan <balaton@eik.bme.hu>
1129 L: qemu-ppc@nongnu.org
1130 S: Maintained
1131 F: hw/ppc/sam460ex.c
1132 F: hw/ppc/ppc440_pcix.c
1133 F: hw/display/sm501*
1134 F: hw/ide/sii3112.c
1135 F: hw/rtc/m41t80.c
1136 F: pc-bios/canyonlands.dt[sb]
1137 F: pc-bios/u-boot-sam460ex-20100605.bin
1138 F: roms/u-boot-sam460ex
1140 SH4 Machines
1141 ------------
1143 M: Magnus Damm <magnus.damm@gmail.com>
1144 S: Maintained
1145 F: hw/sh4/r2d.c
1146 F: hw/intc/sh_intc.c
1147 F: hw/timer/sh_timer.c
1149 Shix
1150 M: Magnus Damm <magnus.damm@gmail.com>
1151 S: Odd Fixes
1152 F: hw/sh4/shix.c
1154 SPARC Machines
1155 --------------
1156 Sun4m
1157 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1158 S: Maintained
1159 F: hw/sparc/sun4m.c
1160 F: hw/sparc/sun4m_iommu.c
1161 F: hw/display/cg3.c
1162 F: hw/display/tcx.c
1163 F: hw/dma/sparc32_dma.c
1164 F: hw/misc/eccmemctl.c
1165 F: hw/*/slavio_*.c
1166 F: include/hw/nvram/sun_nvram.h
1167 F: include/hw/sparc/sparc32_dma.h
1168 F: include/hw/sparc/sun4m_iommu.h
1169 F: pc-bios/openbios-sparc32
1171 Sun4u
1172 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1173 S: Maintained
1174 F: hw/sparc64/sun4u.c
1175 F: hw/sparc64/sun4u_iommu.c
1176 F: include/hw/sparc/sun4u_iommu.h
1177 F: hw/pci-host/sabre.c
1178 F: include/hw/pci-host/sabre.h
1179 F: hw/pci-bridge/simba.c
1180 F: include/hw/pci-bridge/simba.h
1181 F: pc-bios/openbios-sparc64
1183 Sun4v
1184 M: Artyom Tarasenko <atar4qemu@gmail.com>
1185 S: Maintained
1186 F: hw/sparc64/niagara.c
1187 F: hw/rtc/sun4v-rtc.c
1188 F: include/hw/rtc/sun4v-rtc.h
1190 Leon3
1191 M: Fabien Chouteau <chouteau@adacore.com>
1192 M: KONRAD Frederic <frederic.konrad@adacore.com>
1193 S: Maintained
1194 F: hw/sparc/leon3.c
1195 F: hw/*/grlib*
1196 F: include/hw/*/grlib*
1197 F: tests/acceptance/machine_sparc_leon3.py
1199 S390 Machines
1200 -------------
1201 S390 Virtio-ccw
1202 M: Cornelia Huck <cohuck@redhat.com>
1203 M: Halil Pasic <pasic@linux.ibm.com>
1204 M: Christian Borntraeger <borntraeger@de.ibm.com>
1205 S: Supported
1206 F: hw/char/sclp*.[hc]
1207 F: hw/char/terminal3270.c
1208 F: hw/s390x/
1209 F: include/hw/s390x/
1210 F: hw/watchdog/wdt_diag288.c
1211 F: include/hw/watchdog/wdt_diag288.h
1212 F: default-configs/s390x-softmmu.mak
1213 T: git https://github.com/cohuck/qemu.git s390-next
1214 T: git https://github.com/borntraeger/qemu.git s390-next
1215 L: qemu-s390x@nongnu.org
1217 S390-ccw boot
1218 M: Christian Borntraeger <borntraeger@de.ibm.com>
1219 M: Thomas Huth <thuth@redhat.com>
1220 S: Supported
1221 F: hw/s390x/ipl.*
1222 F: pc-bios/s390-ccw/
1223 F: pc-bios/s390-ccw.img
1224 F: docs/devel/s390-dasd-ipl.txt
1225 T: git https://github.com/borntraeger/qemu.git s390-next
1226 L: qemu-s390x@nongnu.org
1228 S390 PCI
1229 M: Matthew Rosato <mjrosato@linux.ibm.com>
1230 S: Supported
1231 F: hw/s390x/s390-pci*
1232 L: qemu-s390x@nongnu.org
1234 UniCore32 Machines
1235 ------------------
1236 PKUnity-3 SoC initramfs-with-busybox
1237 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1238 S: Maintained
1239 F: hw/*/puv3*
1240 F: hw/unicore32/
1242 X86 Machines
1243 ------------
1245 M: Michael S. Tsirkin <mst@redhat.com>
1246 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1247 S: Supported
1248 F: include/hw/i386/
1249 F: hw/i386/
1250 F: hw/pci-host/i440fx.c
1251 F: hw/pci-host/q35.c
1252 F: hw/pci-host/pam.c
1253 F: include/hw/pci-host/i440fx.h
1254 F: include/hw/pci-host/q35.h
1255 F: include/hw/pci-host/pam.h
1256 F: hw/isa/piix3.c
1257 F: hw/isa/lpc_ich9.c
1258 F: hw/i2c/smbus_ich9.c
1259 F: hw/acpi/piix4.c
1260 F: hw/acpi/ich9.c
1261 F: include/hw/acpi/ich9.h
1262 F: include/hw/southbridge/piix.h
1263 F: hw/misc/sga.c
1264 F: hw/isa/apm.c
1265 F: include/hw/isa/apm.h
1266 F: tests/test-x86-cpuid.c
1267 F: tests/test-x86-cpuid-compat.c
1269 PC Chipset
1270 M: Michael S. Tsirkin <mst@redhat.com>
1271 M: Paolo Bonzini <pbonzini@redhat.com>
1272 S: Supported
1273 F: hw/char/debugcon.c
1274 F: hw/char/parallel*
1275 F: hw/char/serial*
1276 F: hw/dma/i8257*
1277 F: hw/i2c/pm_smbus.c
1278 F: hw/input/pckbd.c
1279 F: hw/intc/apic*
1280 F: hw/intc/ioapic*
1281 F: hw/intc/i8259*
1282 F: hw/isa/isa-superio.c
1283 F: hw/misc/debugexit.c
1284 F: hw/misc/pc-testdev.c
1285 F: hw/timer/hpet*
1286 F: hw/timer/i8254*
1287 F: hw/rtc/mc146818rtc*
1288 F: hw/watchdog/wdt_ib700.c
1289 F: hw/watchdog/wdt_i6300esb.c
1290 F: include/hw/display/vga.h
1291 F: include/hw/char/parallel.h
1292 F: include/hw/dma/i8257.h
1293 F: include/hw/i2c/pm_smbus.h
1294 F: include/hw/input/i8042.h
1295 F: include/hw/isa/i8259_internal.h
1296 F: include/hw/isa/superio.h
1297 F: include/hw/timer/hpet.h
1298 F: include/hw/timer/i8254*
1299 F: include/hw/rtc/mc146818rtc*
1301 microvm
1302 M: Sergio Lopez <slp@redhat.com>
1303 M: Paolo Bonzini <pbonzini@redhat.com>
1304 S: Maintained
1305 F: docs/microvm.rst
1306 F: hw/i386/microvm.c
1307 F: include/hw/i386/microvm.h
1308 F: pc-bios/bios-microvm.bin
1310 Machine core
1311 M: Eduardo Habkost <ehabkost@redhat.com>
1312 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1313 S: Supported
1314 F: hw/core/cpu.c
1315 F: hw/core/machine-qmp-cmds.c
1316 F: hw/core/machine.c
1317 F: hw/core/null-machine.c
1318 F: hw/core/numa.c
1319 F: hw/cpu/cluster.c
1320 F: qapi/machine.json
1321 F: qapi/machine-target.json
1322 F: include/hw/boards.h
1323 F: include/hw/core/cpu.h
1324 F: include/hw/cpu/cluster.h
1325 F: include/sysemu/numa.h
1326 T: git https://github.com/ehabkost/qemu.git machine-next
1328 Xtensa Machines
1329 ---------------
1331 M: Max Filippov <jcmvbkbc@gmail.com>
1332 S: Maintained
1333 F: hw/xtensa/sim.c
1335 virt
1336 M: Max Filippov <jcmvbkbc@gmail.com>
1337 S: Maintained
1338 F: hw/xtensa/virt.c
1340 XTFPGA (LX60, LX200, ML605, KC705)
1341 M: Max Filippov <jcmvbkbc@gmail.com>
1342 S: Maintained
1343 F: hw/xtensa/xtfpga.c
1344 F: hw/net/opencores_eth.c
1346 Devices
1347 -------
1349 M: Jiri Slaby <jslaby@suse.cz>
1350 S: Maintained
1351 F: hw/misc/edu.c
1354 M: John Snow <jsnow@redhat.com>
1355 L: qemu-block@nongnu.org
1356 S: Supported
1357 F: include/hw/ide.h
1358 F: include/hw/ide/
1359 F: hw/ide/
1360 F: hw/block/block.c
1361 F: hw/block/cdrom.c
1362 F: hw/block/hd-geometry.c
1363 F: tests/ide-test.c
1364 F: tests/ahci-test.c
1365 F: tests/cdrom-test.c
1366 F: tests/libqos/ahci*
1367 T: git https://github.com/jnsnow/qemu.git ide
1369 IPMI
1370 M: Corey Minyard <minyard@acm.org>
1371 S: Maintained
1372 F: include/hw/ipmi/*
1373 F: hw/ipmi/*
1374 F: hw/smbios/smbios_type_38.c
1375 F: tests/ipmi*
1376 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1378 Floppy
1379 M: John Snow <jsnow@redhat.com>
1380 L: qemu-block@nongnu.org
1381 S: Supported
1382 F: hw/block/fdc.c
1383 F: include/hw/block/fdc.h
1384 F: tests/fdc-test.c
1385 T: git https://github.com/jnsnow/qemu.git ide
1387 OMAP
1388 M: Peter Maydell <peter.maydell@linaro.org>
1389 S: Maintained
1390 F: hw/*/omap*
1391 F: include/hw/arm/omap.h
1393 IPack
1394 M: Alberto Garcia <berto@igalia.com>
1395 S: Odd Fixes
1396 F: hw/char/ipoctal232.c
1397 F: hw/ipack/
1400 M: Michael S. Tsirkin <mst@redhat.com>
1401 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1402 S: Supported
1403 F: include/hw/pci/*
1404 F: hw/misc/pci-testdev.c
1405 F: hw/pci/*
1406 F: hw/pci-bridge/*
1407 F: docs/pci*
1408 F: docs/specs/*pci*
1409 F: default-configs/pci.mak
1411 ACPI/SMBIOS
1412 M: Michael S. Tsirkin <mst@redhat.com>
1413 M: Igor Mammedov <imammedo@redhat.com>
1414 S: Supported
1415 F: include/hw/acpi/*
1416 F: include/hw/firmware/smbios.h
1417 F: hw/mem/*
1418 F: hw/acpi/*
1419 F: hw/smbios/*
1420 F: hw/i386/acpi-build.[hc]
1421 F: hw/arm/virt-acpi-build.c
1422 F: tests/bios-tables-test.c
1423 F: tests/acpi-utils.[hc]
1424 F: tests/data/acpi/
1426 ppc4xx
1427 M: David Gibson <david@gibson.dropbear.id.au>
1428 L: qemu-ppc@nongnu.org
1429 S: Odd Fixes
1430 F: hw/ppc/ppc4*.c
1431 F: hw/i2c/ppc4xx_i2c.c
1432 F: include/hw/ppc/ppc4xx.h
1433 F: include/hw/i2c/ppc4xx_i2c.h
1435 Character devices
1436 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1437 R: Paolo Bonzini <pbonzini@redhat.com>
1438 S: Odd Fixes
1439 F: hw/char/
1441 Network devices
1442 M: Jason Wang <jasowang@redhat.com>
1443 S: Odd Fixes
1444 F: hw/net/
1445 F: include/hw/net/
1446 F: tests/virtio-net-test.c
1447 F: docs/virtio-net-failover.rst
1448 T: git https://github.com/jasowang/qemu.git net
1450 Parallel NOR Flash devices
1451 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1452 T: git https://gitlab.com/philmd/qemu.git pflash-next
1453 S: Maintained
1454 F: hw/block/pflash_cfi*.c
1455 F: include/hw/block/flash.h
1457 SCSI
1458 M: Paolo Bonzini <pbonzini@redhat.com>
1459 R: Fam Zheng <fam@euphon.net>
1460 S: Supported
1461 F: include/hw/scsi/*
1462 F: hw/scsi/*
1463 F: tests/virtio-scsi-test.c
1464 T: git https://github.com/bonzini/qemu.git scsi-next
1467 M: Alistair Francis <alistair@alistair23.me>
1468 S: Maintained
1469 F: hw/ssi/*
1470 F: hw/block/m25p80.c
1471 F: include/hw/ssi/ssi.h
1472 X: hw/ssi/xilinx_*
1473 F: tests/m25p80-test.c
1475 Xilinx SPI
1476 M: Alistair Francis <alistair@alistair23.me>
1477 S: Maintained
1478 F: hw/ssi/xilinx_*
1480 SD (Secure Card)
1481 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1482 S: Odd Fixes
1483 F: include/hw/sd/sd*
1484 F: hw/sd/core.c
1485 F: hw/sd/sd*
1486 F: hw/sd/ssi-sd.c
1487 F: tests/sd*
1490 M: Gerd Hoffmann <kraxel@redhat.com>
1491 S: Maintained
1492 F: hw/usb/*
1493 F: tests/usb-*-test.c
1494 F: docs/usb2.txt
1495 F: docs/usb-storage.txt
1496 F: include/hw/usb.h
1497 F: include/hw/usb/
1498 F: default-configs/usb.mak
1500 USB (serial adapter)
1501 M: Gerd Hoffmann <kraxel@redhat.com>
1502 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1503 S: Maintained
1504 F: hw/usb/dev-serial.c
1506 VFIO
1507 M: Alex Williamson <alex.williamson@redhat.com>
1508 S: Supported
1509 F: hw/vfio/*
1510 F: include/hw/vfio/
1512 vfio-ccw
1513 M: Cornelia Huck <cohuck@redhat.com>
1514 M: Eric Farman <farman@linux.ibm.com>
1515 S: Supported
1516 F: hw/vfio/ccw.c
1517 F: hw/s390x/s390-ccw.c
1518 F: include/hw/s390x/s390-ccw.h
1519 F: include/hw/s390x/vfio-ccw.h
1520 T: git https://github.com/cohuck/qemu.git s390-next
1521 L: qemu-s390x@nongnu.org
1523 vfio-ap
1524 M: Christian Borntraeger <borntraeger@de.ibm.com>
1525 M: Tony Krowiak <akrowiak@linux.ibm.com>
1526 M: Halil Pasic <pasic@linux.ibm.com>
1527 M: Pierre Morel <pmorel@linux.ibm.com>
1528 S: Supported
1529 F: hw/s390x/ap-device.c
1530 F: hw/s390x/ap-bridge.c
1531 F: include/hw/s390x/ap-device.h
1532 F: include/hw/s390x/ap-bridge.h
1533 F: hw/vfio/ap.c
1534 F: docs/vfio-ap.txt
1535 L: qemu-s390x@nongnu.org
1537 vhost
1538 M: Michael S. Tsirkin <mst@redhat.com>
1539 S: Supported
1540 F: hw/*/*vhost*
1541 F: docs/interop/vhost-user.json
1542 F: docs/interop/vhost-user.rst
1543 F: contrib/vhost-user-*/
1544 F: backends/vhost-user.c
1545 F: include/sysemu/vhost-user-backend.h
1547 virtio
1548 M: Michael S. Tsirkin <mst@redhat.com>
1549 S: Supported
1550 F: hw/*/virtio*
1551 F: hw/virtio/Makefile.objs
1552 F: hw/virtio/trace-events
1553 F: net/vhost-user.c
1554 F: include/hw/virtio/
1555 F: tests/virtio-balloon-test.c
1557 virtio-9p
1558 M: Greg Kurz <groug@kaod.org>
1559 S: Odd Fixes
1560 F: hw/9pfs/
1561 X: hw/9pfs/xen-9p*
1562 F: fsdev/
1563 F: tests/virtio-9p-test.c
1564 T: git https://github.com/gkurz/qemu.git 9p-next
1566 virtio-blk
1567 M: Stefan Hajnoczi <stefanha@redhat.com>
1568 L: qemu-block@nongnu.org
1569 S: Supported
1570 F: hw/block/virtio-blk.c
1571 F: hw/block/dataplane/*
1572 F: tests/virtio-blk-test.c
1573 T: git https://github.com/stefanha/qemu.git block
1575 virtio-ccw
1576 M: Cornelia Huck <cohuck@redhat.com>
1577 M: Halil Pasic <pasic@linux.ibm.com>
1578 S: Supported
1579 F: hw/s390x/virtio-ccw*.[hc]
1580 F: hw/s390x/vhost-vsock-ccw.c
1581 T: git https://github.com/cohuck/qemu.git s390-next
1582 T: git https://github.com/borntraeger/qemu.git s390-next
1583 L: qemu-s390x@nongnu.org
1585 virtio-input
1586 M: Gerd Hoffmann <kraxel@redhat.com>
1587 S: Maintained
1588 F: hw/input/vhost-user-input.c
1589 F: hw/input/virtio-input*.c
1590 F: include/hw/virtio/virtio-input.h
1591 F: contrib/vhost-user-input/*
1593 virtio-serial
1594 M: Laurent Vivier <lvivier@redhat.com>
1595 R: Amit Shah <amit@kernel.org>
1596 S: Supported
1597 F: hw/char/virtio-serial-bus.c
1598 F: hw/char/virtio-console.c
1599 F: include/hw/virtio/virtio-serial.h
1600 F: tests/virtio-console-test.c
1601 F: tests/virtio-serial-test.c
1603 virtio-rng
1604 M: Laurent Vivier <lvivier@redhat.com>
1605 R: Amit Shah <amit@kernel.org>
1606 S: Supported
1607 F: hw/virtio/virtio-rng.c
1608 F: include/hw/virtio/virtio-rng.h
1609 F: include/sysemu/rng*.h
1610 F: backends/rng*.c
1611 F: tests/virtio-rng-test.c
1613 virtio-crypto
1614 M: Gonglei <arei.gonglei@huawei.com>
1615 S: Supported
1616 F: hw/virtio/virtio-crypto.c
1617 F: hw/virtio/virtio-crypto-pci.c
1618 F: include/hw/virtio/virtio-crypto.h
1620 nvme
1621 M: Keith Busch <keith.busch@intel.com>
1622 L: qemu-block@nongnu.org
1623 S: Supported
1624 F: hw/block/nvme*
1625 F: tests/nvme-test.c
1627 megasas
1628 M: Hannes Reinecke <hare@suse.com>
1629 L: qemu-block@nongnu.org
1630 S: Supported
1631 F: hw/scsi/megasas.c
1632 F: hw/scsi/mfi.h
1633 F: tests/megasas-test.c
1635 Network packet abstractions
1636 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1637 S: Maintained
1638 F: include/net/eth.h
1639 F: net/eth.c
1640 F: hw/net/net_rx_pkt*
1641 F: hw/net/net_tx_pkt*
1643 Vmware
1644 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1645 S: Maintained
1646 F: hw/net/vmxnet*
1647 F: hw/scsi/vmw_pvscsi*
1648 F: tests/vmxnet3-test.c
1650 Rocker
1651 M: Jiri Pirko <jiri@resnulli.us>
1652 S: Maintained
1653 F: hw/net/rocker/
1654 F: tests/rocker/
1655 F: docs/specs/rocker.txt
1657 NVDIMM
1658 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1659 S: Maintained
1660 F: hw/acpi/nvdimm.c
1661 F: hw/mem/nvdimm.c
1662 F: include/hw/mem/nvdimm.h
1663 F: docs/nvdimm.txt
1665 e1000x
1666 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1667 S: Maintained
1668 F: hw/net/e1000x*
1670 e1000e
1671 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1672 S: Maintained
1673 F: hw/net/e1000e*
1675 eepro100
1676 M: Stefan Weil <sw@weilnetz.de>
1677 S: Maintained
1678 F: hw/net/eepro100.c
1680 tulip
1681 M: Sven Schnelle <svens@stackframe.org>
1682 S: Maintained
1683 F: hw/net/tulip.c
1684 F: hw/net/tulip.h
1686 Generic Loader
1687 M: Alistair Francis <alistair@alistair23.me>
1688 S: Maintained
1689 F: hw/core/generic-loader.c
1690 F: include/hw/core/generic-loader.h
1691 F: docs/generic-loader.txt
1693 Intel Hexadecimal Object File Loader
1694 M: Su Hang <suhang16@mails.ucas.ac.cn>
1695 S: Maintained
1696 F: tests/hexloader-test.c
1697 F: tests/data/hex-loader/test.hex
1699 CHRP NVRAM
1700 M: Thomas Huth <thuth@redhat.com>
1701 S: Maintained
1702 F: hw/nvram/chrp_nvram.c
1703 F: include/hw/nvram/chrp_nvram.h
1704 F: tests/prom-env-test.c
1706 VM Generation ID
1707 M: Ben Warren <ben@skyportsystems.com>
1708 S: Maintained
1709 F: hw/acpi/vmgenid.c
1710 F: include/hw/acpi/vmgenid.h
1711 F: docs/specs/vmgenid.txt
1712 F: tests/vmgenid-test.c
1713 F: stubs/vmgenid.c
1715 Unimplemented device
1716 M: Peter Maydell <peter.maydell@linaro.org>
1717 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1718 S: Maintained
1719 F: include/hw/misc/unimp.h
1720 F: hw/misc/unimp.c
1722 Standard VGA
1723 M: Gerd Hoffmann <kraxel@redhat.com>
1724 S: Maintained
1725 F: hw/display/vga*
1726 F: hw/display/bochs-display.c
1727 F: include/hw/display/vga.h
1728 F: include/hw/display/bochs-vbe.h
1730 ramfb
1731 M: Gerd Hoffmann <kraxel@redhat.com>
1732 S: Maintained
1733 F: hw/display/ramfb*.c
1734 F: include/hw/display/ramfb.h
1736 virtio-gpu
1737 M: Gerd Hoffmann <kraxel@redhat.com>
1738 S: Maintained
1739 F: hw/display/virtio-gpu*
1740 F: hw/display/virtio-vga.*
1741 F: include/hw/virtio/virtio-gpu.h
1743 vhost-user-gpu
1744 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1745 M: Gerd Hoffmann <kraxel@redhat.com>
1746 S: Maintained
1747 F: docs/interop/vhost-user-gpu.rst
1748 F: contrib/vhost-user-gpu
1749 F: hw/display/vhost-user-*
1751 Cirrus VGA
1752 M: Gerd Hoffmann <kraxel@redhat.com>
1753 S: Odd Fixes
1754 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1755 F: hw/display/cirrus*
1757 EDID Generator
1758 M: Gerd Hoffmann <kraxel@redhat.com>
1759 S: Maintained
1760 F: hw/display/edid*
1761 F: include/hw/display/edid.h
1762 F: qemu-edid.c
1764 PIIX4 South Bridge (i82371AB)
1765 M: Hervé Poussineau <hpoussin@reactos.org>
1766 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1767 S: Maintained
1768 F: hw/isa/piix4.c
1769 F: include/hw/southbridge/piix.h
1771 Firmware configuration (fw_cfg)
1772 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1773 R: Laszlo Ersek <lersek@redhat.com>
1774 R: Gerd Hoffmann <kraxel@redhat.com>
1775 S: Supported
1776 F: docs/specs/fw_cfg.txt
1777 F: hw/nvram/fw_cfg.c
1778 F: stubs/fw_cfg.c
1779 F: include/hw/nvram/fw_cfg.h
1780 F: include/standard-headers/linux/qemu_fw_cfg.h
1781 F: tests/libqos/fw_cfg.c
1782 F: tests/fw_cfg-test.c
1783 T: git https://github.com/philmd/qemu.git fw_cfg-next
1785 XIVE
1786 M: David Gibson <david@gibson.dropbear.id.au>
1787 M: Cédric Le Goater <clg@kaod.org>
1788 L: qemu-ppc@nongnu.org
1789 S: Supported
1790 F: hw/*/*xive*
1791 F: include/hw/*/*xive*
1792 F: docs/*/*xive*
1794 Subsystems
1795 ----------
1796 Audio
1797 M: Gerd Hoffmann <kraxel@redhat.com>
1798 S: Maintained
1799 F: audio/
1800 F: hw/audio/
1801 F: include/hw/audio/
1802 F: tests/ac97-test.c
1803 F: tests/es1370-test.c
1804 F: tests/intel-hda-test.c
1806 Block layer core
1807 M: Kevin Wolf <kwolf@redhat.com>
1808 M: Max Reitz <mreitz@redhat.com>
1809 L: qemu-block@nongnu.org
1810 S: Supported
1811 F: block*
1812 F: block/
1813 F: hw/block/
1814 F: include/block/
1815 F: qemu-img*
1816 F: qemu-io*
1817 F: tests/qemu-iotests/
1818 F: util/qemu-progress.c
1819 F: qobject/block-qdict.c
1820 F: tests/check-block-qdict.c
1821 T: git https://repo.or.cz/qemu/kevin.git block
1823 Block I/O path
1824 M: Stefan Hajnoczi <stefanha@redhat.com>
1825 M: Fam Zheng <fam@euphon.net>
1826 L: qemu-block@nongnu.org
1827 S: Supported
1828 F: util/async.c
1829 F: util/aio-*.c
1830 F: block/io.c
1831 F: migration/block*
1832 F: include/block/aio.h
1833 F: include/block/aio-wait.h
1834 F: scripts/qemugdb/aio.py
1835 T: git https://github.com/stefanha/qemu.git block
1837 Block SCSI subsystem
1838 M: Paolo Bonzini <pbonzini@redhat.com>
1839 R: Fam Zheng <fam@euphon.net>
1840 L: qemu-block@nongnu.org
1841 S: Supported
1842 F: include/scsi/*
1843 F: scsi/*
1845 Block Jobs
1846 M: John Snow <jsnow@redhat.com>
1847 L: qemu-block@nongnu.org
1848 S: Supported
1849 F: blockjob.c
1850 F: include/block/blockjob.h
1851 F: job.c
1852 F: job-qmp.c
1853 F: include/qemu/job.h
1854 F: block/backup.c
1855 F: block/commit.c
1856 F: block/stream.c
1857 F: block/mirror.c
1858 F: qapi/job.json
1859 T: git https://github.com/jnsnow/qemu.git jobs
1861 Block QAPI, monitor, command line
1862 M: Markus Armbruster <armbru@redhat.com>
1863 S: Supported
1864 F: blockdev.c
1865 F: block/qapi.c
1866 F: qapi/block*.json
1867 F: qapi/transaction.json
1868 T: git https://repo.or.cz/qemu/armbru.git block-next
1870 Dirty Bitmaps
1871 M: John Snow <jsnow@redhat.com>
1872 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1873 L: qemu-block@nongnu.org
1874 S: Supported
1875 F: util/hbitmap.c
1876 F: block/dirty-bitmap.c
1877 F: include/qemu/hbitmap.h
1878 F: include/block/dirty-bitmap.h
1879 F: qcow2-bitmap.c
1880 F: migration/block-dirty-bitmap.c
1881 F: tests/test-hbitmap.c
1882 F: docs/interop/bitmaps.rst
1883 T: git https://github.com/jnsnow/qemu.git bitmaps
1885 Character device backends
1886 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1887 R: Paolo Bonzini <pbonzini@redhat.com>
1888 S: Maintained
1889 F: chardev/
1890 F: include/chardev/
1891 F: qapi/char.json
1893 Character Devices (Braille)
1894 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1895 S: Maintained
1896 F: chardev/baum.c
1898 Command line option argument parsing
1899 M: Markus Armbruster <armbru@redhat.com>
1900 S: Supported
1901 F: include/qemu/option.h
1902 F: tests/test-keyval.c
1903 F: tests/test-qemu-opts.c
1904 F: util/keyval.c
1905 F: util/qemu-option.c
1907 Coverity model
1908 M: Markus Armbruster <armbru@redhat.com>
1909 S: Supported
1910 F: scripts/coverity-model.c
1912 Device Tree
1913 M: Alistair Francis <alistair.francis@wdc.com>
1914 R: David Gibson <david@gibson.dropbear.id.au>
1915 S: Maintained
1916 F: device_tree.c
1917 F: include/sysemu/device_tree.h
1919 Dump
1920 S: Supported
1921 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1922 F: dump/
1923 F: hw/misc/vmcoreinfo.c
1924 F: include/hw/misc/vmcoreinfo.h
1925 F: include/qemu/win_dump_defs
1926 F: include/sysemu/dump-arch.h
1927 F: include/sysemu/dump.h
1928 F: qapi/dump.json
1929 F: scripts/dump-guest-memory.py
1930 F: stubs/dump.c
1932 Error reporting
1933 M: Markus Armbruster <armbru@redhat.com>
1934 S: Supported
1935 F: include/qapi/error.h
1936 F: include/qemu/error-report.h
1937 F: qapi/error.json
1938 F: util/error.c
1939 F: util/qemu-error.c
1941 GDB stub
1942 M: Alex Bennée <alex.bennee@linaro.org>
1943 R: Philippe Mathieu-Daudé <philmd@redhat.com>
1944 S: Maintained
1945 F: gdbstub*
1946 F: gdb-xml/
1948 Memory API
1949 M: Paolo Bonzini <pbonzini@redhat.com>
1950 S: Supported
1951 F: include/exec/ioport.h
1952 F: ioport.c
1953 F: include/exec/memop.h
1954 F: include/exec/memory.h
1955 F: include/exec/ram_addr.h
1956 F: memory.c
1957 F: include/exec/memory-internal.h
1958 F: exec.c
1960 SPICE
1961 M: Gerd Hoffmann <kraxel@redhat.com>
1962 S: Supported
1963 F: include/ui/qemu-spice.h
1964 F: include/ui/spice-display.h
1965 F: ui/spice-*.c
1966 F: audio/spiceaudio.c
1967 F: hw/display/qxl*
1968 F: qapi/ui.json
1969 F: docs/spice-port-fqdn.txt
1971 Graphics
1972 M: Gerd Hoffmann <kraxel@redhat.com>
1973 S: Odd Fixes
1974 F: ui/
1975 F: include/ui/
1976 F: qapi/ui.json
1977 F: util/drm.c
1979 Cocoa graphics
1980 M: Peter Maydell <peter.maydell@linaro.org>
1981 S: Odd Fixes
1982 F: ui/cocoa.m
1984 Main loop
1985 M: Paolo Bonzini <pbonzini@redhat.com>
1986 S: Maintained
1987 F: cpus.c
1988 F: include/qemu/main-loop.h
1989 F: include/sysemu/runstate.h
1990 F: util/main-loop.c
1991 F: util/qemu-timer.c
1992 F: vl.c
1993 F: qapi/run-state.json
1995 Human Monitor (HMP)
1996 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1997 S: Maintained
1998 F: monitor/monitor-internal.h
1999 F: monitor/misc.c
2000 F: monitor/monitor.c
2001 F: monitor/hmp*
2002 F: hmp.h
2003 F: hmp-commands*.hx
2004 F: include/monitor/hmp-target.h
2005 F: tests/test-hmp.c
2006 F: include/qemu/qemu-print.h
2007 F: util/qemu-print.c
2009 Network device backends
2010 M: Jason Wang <jasowang@redhat.com>
2011 S: Maintained
2012 F: net/
2013 F: include/net/
2014 F: qemu-bridge-helper.c
2015 T: git https://github.com/jasowang/qemu.git net
2016 F: qapi/net.json
2018 Netmap network backend
2019 M: Luigi Rizzo <rizzo@iet.unipi.it>
2020 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2021 M: Vincenzo Maffione <v.maffione@gmail.com>
2022 W: http://info.iet.unipi.it/~luigi/netmap/
2023 S: Maintained
2024 F: net/netmap.c
2026 Host Memory Backends
2027 M: Eduardo Habkost <ehabkost@redhat.com>
2028 M: Igor Mammedov <imammedo@redhat.com>
2029 S: Maintained
2030 F: backends/hostmem*.c
2031 F: include/sysemu/hostmem.h
2032 T: git https://github.com/ehabkost/qemu.git machine-next
2034 Cryptodev Backends
2035 M: Gonglei <arei.gonglei@huawei.com>
2036 S: Maintained
2037 F: include/sysemu/cryptodev*.h
2038 F: backends/cryptodev*.c
2040 Python scripts
2041 M: Eduardo Habkost <ehabkost@redhat.com>
2042 M: Cleber Rosa <crosa@redhat.com>
2043 S: Odd fixes
2044 F: python/qemu/*py
2045 F: scripts/*.py
2046 F: tests/*.py
2048 QAPI
2049 M: Markus Armbruster <armbru@redhat.com>
2050 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2051 S: Supported
2052 F: qapi/
2053 X: qapi/*.json
2054 F: include/qapi/
2055 X: include/qapi/qmp/
2056 F: include/qapi/qmp/dispatch.h
2057 F: tests/qapi-schema/
2058 F: tests/test-*-visitor.c
2059 F: tests/test-qapi-*.c
2060 F: tests/test-qmp-*.c
2061 F: tests/test-visitor-serialization.c
2062 F: scripts/qapi-gen.py
2063 F: scripts/qapi/*
2064 F: docs/devel/qapi*
2065 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2067 QAPI Schema
2068 M: Eric Blake <eblake@redhat.com>
2069 M: Markus Armbruster <armbru@redhat.com>
2070 S: Supported
2071 F: qapi/*.json
2072 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2074 QObject
2075 M: Markus Armbruster <armbru@redhat.com>
2076 S: Supported
2077 F: qobject/
2078 F: include/qapi/qmp/
2079 X: include/qapi/qmp/dispatch.h
2080 F: scripts/coccinelle/qobject.cocci
2081 F: tests/check-qdict.c
2082 F: tests/check-qjson.c
2083 F: tests/check-qlist.c
2084 F: tests/check-qlit.c
2085 F: tests/check-qnull.c
2086 F: tests/check-qnum.c
2087 F: tests/check-qobject.c
2088 F: tests/check-qstring.c
2089 F: tests/data/qobject/qdict.txt
2090 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2092 QEMU Guest Agent
2093 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2094 S: Maintained
2095 F: qga/
2096 F: docs/interop/qemu-ga.rst
2097 F: scripts/qemu-guest-agent/
2098 F: tests/test-qga.c
2099 F: docs/interop/qemu-ga-ref.texi
2100 T: git https://github.com/mdroth/qemu.git qga
2103 M: Paolo Bonzini <pbonzini@redhat.com>
2104 R: Daniel P. Berrange <berrange@redhat.com>
2105 R: Eduardo Habkost <ehabkost@redhat.com>
2106 S: Supported
2107 F: docs/qdev-device-use.txt
2108 F: hw/core/qdev*
2109 F: include/hw/qdev*
2110 F: include/monitor/qdev.h
2111 F: include/qom/
2112 F: qapi/qom.json
2113 F: qapi/qdev.json
2114 F: qdev-monitor.c
2115 F: qom/
2116 F: tests/check-qom-interface.c
2117 F: tests/check-qom-proplist.c
2118 F: tests/test-qdev-global-props.c
2121 M: Markus Armbruster <armbru@redhat.com>
2122 S: Supported
2123 F: monitor/monitor-internal.h
2124 F: monitor/qmp*
2125 F: monitor/misc.c
2126 F: monitor/monitor.c
2127 F: qapi/error.json
2128 F: docs/devel/*qmp-*
2129 F: docs/interop/*qmp-*
2130 F: scripts/qmp/
2131 F: tests/qmp-test.c
2132 F: tests/qmp-cmd-test.c
2133 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2135 qtest
2136 M: Thomas Huth <thuth@redhat.com>
2137 M: Laurent Vivier <lvivier@redhat.com>
2138 R: Paolo Bonzini <pbonzini@redhat.com>
2139 S: Maintained
2140 F: qtest.c
2141 F: accel/qtest.c
2142 F: tests/libqtest*
2143 F: tests/libqos/
2144 F: tests/*-test.c
2146 Register API
2147 M: Alistair Francis <alistair@alistair23.me>
2148 S: Maintained
2149 F: hw/core/register.c
2150 F: include/hw/register.h
2151 F: include/hw/registerfields.h
2153 SLIRP
2154 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2155 S: Maintained
2156 F: slirp/
2157 F: net/slirp.c
2158 F: include/net/slirp.h
2159 T: git https://people.debian.org/~sthibault/qemu.git slirp
2161 Stubs
2162 M: Paolo Bonzini <pbonzini@redhat.com>
2163 S: Maintained
2164 F: stubs/
2166 Tracing
2167 M: Stefan Hajnoczi <stefanha@redhat.com>
2168 S: Maintained
2169 F: trace/
2170 F: trace-events
2171 F: qemu-option-trace.texi
2172 F: scripts/tracetool.py
2173 F: scripts/tracetool/
2174 F: scripts/qemu-trace-stap*
2175 F: docs/devel/tracing.txt
2176 T: git https://github.com/stefanha/qemu.git tracing
2179 M: Stefan Berger <stefanb@linux.ibm.com>
2180 S: Maintained
2181 F: tpm.c
2182 F: stubs/tpm.c
2183 F: hw/tpm/*
2184 F: include/hw/acpi/tpm.h
2185 F: include/sysemu/tpm*
2186 F: qapi/tpm.json
2187 F: backends/tpm.c
2188 F: tests/*tpm*
2189 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2191 Checkpatch
2192 S: Odd Fixes
2193 F: scripts/checkpatch.pl
2195 Migration
2196 M: Juan Quintela <quintela@redhat.com>
2197 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2198 S: Maintained
2199 F: include/migration/
2200 F: migration/
2201 F: scripts/vmstate-static-checker.py
2202 F: tests/vmstate-static-checker-data/
2203 F: tests/migration-test.c
2204 F: docs/devel/migration.rst
2205 F: qapi/migration.json
2207 Seccomp
2208 M: Eduardo Otubo <otubo@redhat.com>
2209 S: Supported
2210 F: qemu-seccomp.c
2211 F: include/sysemu/seccomp.h
2213 Cryptography
2214 M: Daniel P. Berrange <berrange@redhat.com>
2215 S: Maintained
2216 F: crypto/
2217 F: include/crypto/
2218 F: tests/test-crypto-*
2219 F: tests/benchmark-crypto-*
2220 F: tests/crypto-tls-*
2221 F: tests/pkix_asn1_tab.c
2222 F: qemu.sasl
2224 Coroutines
2225 M: Stefan Hajnoczi <stefanha@redhat.com>
2226 M: Kevin Wolf <kwolf@redhat.com>
2227 S: Maintained
2228 F: util/*coroutine*
2229 F: include/qemu/coroutine*
2230 F: tests/test-coroutine.c
2232 Buffers
2233 M: Daniel P. Berrange <berrange@redhat.com>
2234 S: Odd fixes
2235 F: util/buffer.c
2236 F: include/qemu/buffer.h
2238 I/O Channels
2239 M: Daniel P. Berrange <berrange@redhat.com>
2240 S: Maintained
2241 F: io/
2242 F: include/io/
2243 F: tests/test-io-*
2245 User authorization
2246 M: Daniel P. Berrange <berrange@redhat.com>
2247 S: Maintained
2248 F: authz/
2249 F: qapi/authz.json
2250 F: include/authz/
2251 F: tests/test-authz-*
2253 Sockets
2254 M: Daniel P. Berrange <berrange@redhat.com>
2255 M: Gerd Hoffmann <kraxel@redhat.com>
2256 S: Maintained
2257 F: include/qemu/sockets.h
2258 F: util/qemu-sockets.c
2259 F: qapi/sockets.json
2261 File monitor
2262 M: Daniel P. Berrange <berrange@redhat.com>
2263 S: Odd fixes
2264 F: util/filemonitor*.c
2265 F: include/qemu/filemonitor.h
2266 F: tests/test-util-filemonitor.c
2268 Throttling infrastructure
2269 M: Alberto Garcia <berto@igalia.com>
2270 S: Supported
2271 F: block/throttle-groups.c
2272 F: include/block/throttle-groups.h
2273 F: include/qemu/throttle*.h
2274 F: util/throttle.c
2275 F: docs/throttle.txt
2276 F: tests/test-throttle.c
2277 L: qemu-block@nongnu.org
2279 UUID
2280 M: Fam Zheng <fam@euphon.net>
2281 S: Supported
2282 F: util/uuid.c
2283 F: include/qemu/uuid.h
2284 F: tests/test-uuid.c
2286 COLO Framework
2287 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2288 S: Maintained
2289 F: migration/colo*
2290 F: include/migration/colo.h
2291 F: include/migration/failover.h
2292 F: docs/COLO-FT.txt
2294 COLO Proxy
2295 M: Zhang Chen <chen.zhang@intel.com>
2296 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2297 S: Supported
2298 F: docs/colo-proxy.txt
2299 F: net/colo*
2300 F: net/filter-rewriter.c
2301 F: net/filter-mirror.c
2303 Record/replay
2304 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2305 R: Paolo Bonzini <pbonzini@redhat.com>
2306 W: https://wiki.qemu.org/Features/record-replay
2307 S: Supported
2308 F: replay/*
2309 F: block/blkreplay.c
2310 F: net/filter-replay.c
2311 F: include/sysemu/replay.h
2312 F: docs/replay.txt
2313 F: stubs/replay.c
2315 IOVA Tree
2316 M: Peter Xu <peterx@redhat.com>
2317 S: Maintained
2318 F: include/qemu/iova-tree.h
2319 F: util/iova-tree.c
2321 elf2dmp
2322 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2323 S: Maintained
2324 F: contrib/elf2dmp/
2326 I2C and SMBus
2327 M: Corey Minyard <cminyard@mvista.com>
2328 S: Maintained
2329 F: hw/i2c/core.c
2330 F: hw/i2c/smbus_slave.c
2331 F: hw/i2c/smbus_master.c
2332 F: hw/i2c/smbus_eeprom.c
2333 F: include/hw/i2c/i2c.h
2334 F: include/hw/i2c/smbus_master.h
2335 F: include/hw/i2c/smbus_slave.h
2336 F: include/hw/i2c/smbus_eeprom.h
2338 EDK2 Firmware
2339 M: Laszlo Ersek <lersek@redhat.com>
2340 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2341 S: Supported
2342 F: pc-bios/descriptors/??-edk2-*.json
2343 F: pc-bios/edk2-*
2344 F: roms/Makefile.edk2
2345 F: roms/edk2
2346 F: roms/edk2-*
2347 F: tests/data/uefi-boot-images/
2348 F: tests/uefi-test-tools/
2350 Usermode Emulation
2351 ------------------
2352 Overall usermode emulation
2353 M: Riku Voipio <riku.voipio@iki.fi>
2354 S: Maintained
2355 F: thunk.c
2356 F: accel/tcg/user-exec*.c
2358 BSD user
2359 S: Orphan
2360 F: bsd-user/
2361 F: default-configs/*-bsd-user.mak
2363 Linux user
2364 M: Riku Voipio <riku.voipio@iki.fi>
2365 R: Laurent Vivier <laurent@vivier.eu>
2366 S: Maintained
2367 F: linux-user/
2368 F: default-configs/*-linux-user.mak
2369 F: scripts/qemu-binfmt-conf.sh
2371 Tiny Code Generator (TCG)
2372 -------------------------
2373 Common TCG code
2374 M: Richard Henderson <rth@twiddle.net>
2375 S: Maintained
2376 F: tcg/
2378 TCG Plugins
2379 M: Alex Bennée <alex.bennee@linaro.org>
2380 S: Maintained
2381 F: docs/devel/tcg-plugins.rst
2382 F: plugins/
2383 F: tests/plugin
2385 AArch64 TCG target
2386 M: Claudio Fontana <claudio.fontana@huawei.com>
2387 M: Claudio Fontana <claudio.fontana@gmail.com>
2388 S: Maintained
2389 L: qemu-arm@nongnu.org
2390 F: tcg/aarch64/
2391 F: disas/arm-a64.cc
2392 F: disas/libvixl/
2394 ARM TCG target
2395 M: Andrzej Zaborowski <balrogg@gmail.com>
2396 S: Maintained
2397 L: qemu-arm@nongnu.org
2398 F: tcg/arm/
2399 F: disas/arm.c
2401 i386 TCG target
2402 M: Richard Henderson <rth@twiddle.net>
2403 S: Maintained
2404 F: tcg/i386/
2405 F: disas/i386.c
2407 MIPS TCG target
2408 M: Aurelien Jarno <aurelien@aurel32.net>
2409 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2410 S: Maintained
2411 F: tcg/mips/
2413 PPC TCG target
2414 M: Richard Henderson <rth@twiddle.net>
2415 S: Odd Fixes
2416 F: tcg/ppc/
2417 F: disas/ppc.c
2419 RISC-V TCG target
2420 M: Palmer Dabbelt <palmer@dabbelt.com>
2421 M: Alistair Francis <Alistair.Francis@wdc.com>
2422 L: qemu-riscv@nongnu.org
2423 S: Maintained
2424 F: tcg/riscv/
2425 F: disas/riscv.c
2427 S390 TCG target
2428 M: Richard Henderson <rth@twiddle.net>
2429 S: Maintained
2430 F: tcg/s390/
2431 F: disas/s390.c
2432 L: qemu-s390x@nongnu.org
2434 SPARC TCG target
2435 S: Odd Fixes
2436 F: tcg/sparc/
2437 F: disas/sparc.c
2439 TCI TCG target
2440 M: Stefan Weil <sw@weilnetz.de>
2441 S: Maintained
2442 F: tcg/tci/
2443 F: tcg/tci.c
2444 F: disas/tci.c
2446 Block drivers
2447 -------------
2448 VMDK
2449 M: Fam Zheng <fam@euphon.net>
2450 L: qemu-block@nongnu.org
2451 S: Supported
2452 F: block/vmdk.c
2455 M: Jason Dillaman <dillaman@redhat.com>
2456 L: qemu-block@nongnu.org
2457 S: Supported
2458 F: block/rbd.c
2460 Sheepdog
2461 M: Liu Yuan <namei.unix@gmail.com>
2462 L: qemu-block@nongnu.org
2463 L: sheepdog@lists.wpkg.org
2464 S: Odd Fixes
2465 F: block/sheepdog.c
2467 VHDX
2468 M: Jeff Cody <codyprime@gmail.com>
2469 L: qemu-block@nongnu.org
2470 S: Supported
2471 F: block/vhdx*
2474 M: Stefan Weil <sw@weilnetz.de>
2475 L: qemu-block@nongnu.org
2476 S: Maintained
2477 F: block/vdi.c
2479 iSCSI
2480 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2481 M: Paolo Bonzini <pbonzini@redhat.com>
2482 M: Peter Lieven <pl@kamp.de>
2483 L: qemu-block@nongnu.org
2484 S: Odd Fixes
2485 F: block/iscsi.c
2486 F: block/iscsi-opts.c
2488 Network Block Device (NBD)
2489 M: Eric Blake <eblake@redhat.com>
2490 L: qemu-block@nongnu.org
2491 S: Maintained
2492 F: block/nbd*
2493 F: nbd/
2494 F: include/block/nbd*
2495 F: qemu-nbd.*
2496 F: blockdev-nbd.c
2497 F: docs/interop/nbd.txt
2498 T: git https://repo.or.cz/qemu/ericb.git nbd
2501 M: Peter Lieven <pl@kamp.de>
2502 L: qemu-block@nongnu.org
2503 S: Maintained
2504 F: block/nfs.c
2507 M: Richard W.M. Jones <rjones@redhat.com>
2508 L: qemu-block@nongnu.org
2509 S: Supported
2510 F: block/ssh.c
2512 CURL
2513 L: qemu-block@nongnu.org
2514 S: Odd Fixes
2515 F: block/curl.c
2517 GLUSTER
2518 L: qemu-block@nongnu.org
2519 L: integration@gluster.org
2520 S: Odd Fixes
2521 F: block/gluster.c
2523 Null Block Driver
2524 M: Fam Zheng <fam@euphon.net>
2525 L: qemu-block@nongnu.org
2526 S: Supported
2527 F: block/null.c
2529 NVMe Block Driver
2530 M: Fam Zheng <fam@euphon.net>
2531 L: qemu-block@nongnu.org
2532 S: Supported
2533 F: block/nvme*
2535 Bootdevice
2536 M: Gonglei <arei.gonglei@huawei.com>
2537 S: Maintained
2538 F: bootdevice.c
2540 Quorum
2541 M: Alberto Garcia <berto@igalia.com>
2542 S: Supported
2543 F: block/quorum.c
2544 L: qemu-block@nongnu.org
2546 blklogwrites
2547 M: Ari Sundholm <ari@tuxera.com>
2548 L: qemu-block@nongnu.org
2549 S: Supported
2550 F: block/blklogwrites.c
2552 blkverify
2553 M: Stefan Hajnoczi <stefanha@redhat.com>
2554 L: qemu-block@nongnu.org
2555 S: Supported
2556 F: block/blkverify.c
2558 bochs
2559 M: Stefan Hajnoczi <stefanha@redhat.com>
2560 L: qemu-block@nongnu.org
2561 S: Supported
2562 F: block/bochs.c
2564 cloop
2565 M: Stefan Hajnoczi <stefanha@redhat.com>
2566 L: qemu-block@nongnu.org
2567 S: Supported
2568 F: block/cloop.c
2571 M: Stefan Hajnoczi <stefanha@redhat.com>
2572 L: qemu-block@nongnu.org
2573 S: Supported
2574 F: block/dmg.c
2576 parallels
2577 M: Stefan Hajnoczi <stefanha@redhat.com>
2578 M: Denis V. Lunev <den@openvz.org>
2579 L: qemu-block@nongnu.org
2580 S: Supported
2581 F: block/parallels.c
2582 F: docs/interop/parallels.txt
2585 M: Stefan Hajnoczi <stefanha@redhat.com>
2586 L: qemu-block@nongnu.org
2587 S: Supported
2588 F: block/qed.c
2591 M: Kevin Wolf <kwolf@redhat.com>
2592 L: qemu-block@nongnu.org
2593 S: Supported
2594 F: block/linux-aio.c
2595 F: include/block/raw-aio.h
2596 F: block/raw-format.c
2597 F: block/file-posix.c
2598 F: block/file-win32.c
2599 F: block/win32-aio.c
2601 qcow2
2602 M: Kevin Wolf <kwolf@redhat.com>
2603 M: Max Reitz <mreitz@redhat.com>
2604 L: qemu-block@nongnu.org
2605 S: Supported
2606 F: block/qcow2*
2607 F: docs/interop/qcow2.txt
2609 qcow
2610 M: Kevin Wolf <kwolf@redhat.com>
2611 L: qemu-block@nongnu.org
2612 S: Supported
2613 F: block/qcow.c
2615 blkdebug
2616 M: Kevin Wolf <kwolf@redhat.com>
2617 M: Max Reitz <mreitz@redhat.com>
2618 L: qemu-block@nongnu.org
2619 S: Supported
2620 F: block/blkdebug.c
2623 M: Kevin Wolf <kwolf@redhat.com>
2624 L: qemu-block@nongnu.org
2625 S: Supported
2626 F: block/vpc.c
2628 vvfat
2629 M: Kevin Wolf <kwolf@redhat.com>
2630 L: qemu-block@nongnu.org
2631 S: Supported
2632 F: block/vvfat.c
2634 Image format fuzzer
2635 M: Stefan Hajnoczi <stefanha@redhat.com>
2636 L: qemu-block@nongnu.org
2637 S: Supported
2638 F: tests/image-fuzzer/
2640 Replication
2641 M: Wen Congyang <wencongyang2@huawei.com>
2642 M: Xie Changlong <xiechanglong.d@gmail.com>
2643 S: Supported
2644 F: replication*
2645 F: block/replication.c
2646 F: tests/test-replication.c
2647 F: docs/block-replication.txt
2649 PVRDMA
2650 M: Yuval Shaia <yuval.shaia@oracle.com>
2651 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2652 S: Maintained
2653 F: hw/rdma/*
2654 F: hw/rdma/vmw/*
2655 F: docs/pvrdma.txt
2656 F: contrib/rdmacm-mux/*
2657 F: qapi/rdma.json
2659 Semihosting
2660 M: Alex Bennée <alex.bennee@linaro.org>
2661 S: Maintained
2662 F: hw/semihosting/
2663 F: include/hw/semihosting/
2665 Build and test automation
2666 -------------------------
2667 Build and test automation
2668 M: Alex Bennée <alex.bennee@linaro.org>
2669 M: Fam Zheng <fam@euphon.net>
2670 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2671 S: Maintained
2672 F: .travis.yml
2673 F: scripts/travis/
2674 F: .shippable.yml
2675 F: tests/docker/
2676 F: tests/vm/
2677 F: scripts/archive-source.sh
2678 W: https://travis-ci.org/qemu/qemu
2679 W: https://app.shippable.com/github/qemu/qemu
2680 W: http://patchew.org/QEMU/
2682 FreeBSD Hosted Continuous Integration
2683 M: Ed Maste <emaste@freebsd.org>
2684 M: Li-Wen Hsu <lwhsu@freebsd.org>
2685 S: Maintained
2686 F: .cirrus.yml
2687 W: https://cirrus-ci.com/github/qemu/qemu
2689 GitLab Continuous Integration
2690 M: Thomas Huth <thuth@redhat.com>
2691 S: Maintained
2692 F: .gitlab-ci.yml
2694 Guest Test Compilation Support
2695 M: Alex Bennée <alex.bennee@linaro.org>
2696 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2697 S: Maintained
2698 F: tests/tcg/Makefile
2699 F: tests/tcg/Makefile.include
2701 Documentation
2702 -------------
2703 Build system architecture
2704 M: Daniel P. Berrange <berrange@redhat.com>
2705 S: Odd Fixes
2706 F: docs/devel/build-system.txt
2708 GIT Data Mining Config
2709 M: Alex Bennée <alex.bennee@linaro.org>
2710 S: Odd Fixes
2711 F: gitdm.config
2712 F: contrib/gitdm/*
2714 Incompatible changes
2715 R: libvir-list@redhat.com
2716 F: qemu-deprecated.texi
2718 Build System
2719 ------------
2720 GIT submodules
2721 M: Daniel P. Berrange <berrange@redhat.com>
2722 S: Odd Fixes
2723 F: scripts/git-submodule.sh
2725 UI translations
2726 M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2727 F: po/*.po
2729 Sphinx documentation configuration and build machinery
2730 M: Peter Maydell <peter.maydell@linaro.org>
2731 S: Maintained
2732 F: docs/conf.py
2733 F: docs/*/conf.py