object: Improve documentation of interfaces
[qemu/ar7.git] / MAINTAINERS
blob740401bcbb86195940a5ed0a32b7c95a38d2a5f4
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: include/hw/block/dataplane/xen*
424 F: include/hw/xen/
425 F: include/sysemu/xen-mapcache.h
427 Hosts
428 -----
429 LINUX
430 M: Michael S. Tsirkin <mst@redhat.com>
431 M: Cornelia Huck <cohuck@redhat.com>
432 M: Paolo Bonzini <pbonzini@redhat.com>
433 S: Maintained
434 F: linux-headers/
435 F: scripts/update-linux-headers.sh
437 POSIX
438 M: Paolo Bonzini <pbonzini@redhat.com>
439 S: Maintained
440 F: os-posix.c
441 F: include/sysemu/os-posix.h
442 F: util/*posix*.c
443 F: include/qemu/*posix*.h
445 NETBSD
446 M: Kamil Rytarowski <kamil@netbsd.org>
447 S: Maintained
448 K: ^Subject:.*(?i)NetBSD
450 OPENBSD
451 M: Brad Smith <brad@comstyle.com>
452 S: Maintained
453 K: ^Subject:.*(?i)OpenBSD
455 W32, W64
456 M: Stefan Weil <sw@weilnetz.de>
457 S: Maintained
458 F: *win32*
459 F: */*win32*
460 F: include/*/*win32*
461 X: qga/*win32*
462 F: qemu.nsi
464 Alpha Machines
465 --------------
466 M: Richard Henderson <rth@twiddle.net>
467 S: Maintained
468 F: hw/alpha/
469 F: hw/isa/smc37c669-superio.c
470 F: tests/tcg/alpha/system/
472 ARM Machines
473 ------------
474 Allwinner-a10
475 M: Beniamino Galvani <b.galvani@gmail.com>
476 M: Peter Maydell <peter.maydell@linaro.org>
477 L: qemu-arm@nongnu.org
478 S: Odd Fixes
479 F: hw/*/allwinner*
480 F: include/hw/*/allwinner*
481 F: hw/arm/cubieboard.c
483 ARM PrimeCell and CMSDK devices
484 M: Peter Maydell <peter.maydell@linaro.org>
485 L: qemu-arm@nongnu.org
486 S: Maintained
487 F: hw/char/pl011.c
488 F: include/hw/char/pl011.h
489 F: hw/display/pl110*
490 F: hw/dma/pl080.c
491 F: include/hw/dma/pl080.h
492 F: hw/dma/pl330.c
493 F: hw/gpio/pl061.c
494 F: hw/input/pl050.c
495 F: hw/intc/pl190.c
496 F: hw/sd/pl181.c
497 F: hw/ssi/pl022.c
498 F: include/hw/ssi/pl022.h
499 F: hw/rtc/pl031.c
500 F: include/hw/rtc/pl031.h
501 F: include/hw/arm/primecell.h
502 F: hw/timer/cmsdk-apb-timer.c
503 F: include/hw/timer/cmsdk-apb-timer.h
504 F: hw/timer/cmsdk-apb-dualtimer.c
505 F: include/hw/timer/cmsdk-apb-dualtimer.h
506 F: hw/char/cmsdk-apb-uart.c
507 F: include/hw/char/cmsdk-apb-uart.h
508 F: hw/watchdog/cmsdk-apb-watchdog.c
509 F: include/hw/watchdog/cmsdk-apb-watchdog.h
510 F: hw/misc/tz-ppc.c
511 F: include/hw/misc/tz-ppc.h
512 F: hw/misc/tz-mpc.c
513 F: include/hw/misc/tz-mpc.h
514 F: hw/misc/tz-msc.c
515 F: include/hw/misc/tz-msc.h
517 ARM cores
518 M: Peter Maydell <peter.maydell@linaro.org>
519 L: qemu-arm@nongnu.org
520 S: Maintained
521 F: hw/intc/arm*
522 F: hw/intc/gic_internal.h
523 F: hw/misc/a9scu.c
524 F: hw/misc/arm11scu.c
525 F: hw/misc/arm_l2x0.c
526 F: hw/timer/a9gtimer*
527 F: hw/timer/arm*
528 F: include/hw/arm/arm*.h
529 F: include/hw/intc/arm*
530 F: include/hw/misc/a9scu.h
531 F: include/hw/misc/arm11scu.h
532 F: include/hw/timer/a9gtimer.h
533 F: include/hw/timer/arm_mptimer.h
534 F: include/hw/timer/armv7m_systick.h
535 F: tests/test-arm-mptimer.c
537 Exynos
538 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
539 M: Peter Maydell <peter.maydell@linaro.org>
540 L: qemu-arm@nongnu.org
541 S: Odd Fixes
542 F: hw/*/exynos*
543 F: include/hw/arm/exynos4210.h
545 Calxeda Highbank
546 M: Rob Herring <robh@kernel.org>
547 M: Peter Maydell <peter.maydell@linaro.org>
548 L: qemu-arm@nongnu.org
549 S: Odd Fixes
550 F: hw/arm/highbank.c
551 F: hw/net/xgmac.c
553 Canon DIGIC
554 M: Antony Pavlov <antonynpavlov@gmail.com>
555 M: Peter Maydell <peter.maydell@linaro.org>
556 L: qemu-arm@nongnu.org
557 S: Odd Fixes
558 F: include/hw/arm/digic.h
559 F: hw/*/digic*
560 F: include/hw/*/digic*
562 Gumstix
563 M: Peter Maydell <peter.maydell@linaro.org>
564 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
565 L: qemu-arm@nongnu.org
566 S: Odd Fixes
567 F: hw/arm/gumstix.c
569 i.MX25 PDK
570 M: Peter Maydell <peter.maydell@linaro.org>
571 R: Jean-Christophe Dubois <jcd@tribudubois.net>
572 L: qemu-arm@nongnu.org
573 S: Odd Fixes
574 F: hw/arm/fsl-imx25.c
575 F: hw/arm/imx25_pdk.c
576 F: hw/misc/imx25_ccm.c
577 F: include/hw/arm/fsl-imx25.h
578 F: include/hw/misc/imx25_ccm.h
580 i.MX31 (kzm)
581 M: Peter Chubb <peter.chubb@nicta.com.au>
582 M: Peter Maydell <peter.maydell@linaro.org>
583 L: qemu-arm@nongnu.org
584 S: Odd Fixes
585 F: hw/arm/kzm.c
586 F: hw/*/imx_*
587 F: hw/*/*imx31*
588 F: include/hw/*/imx_*
589 F: include/hw/*/*imx31*
591 Integrator CP
592 M: Peter Maydell <peter.maydell@linaro.org>
593 L: qemu-arm@nongnu.org
594 S: Maintained
595 F: hw/arm/integratorcp.c
596 F: hw/misc/arm_integrator_debug.c
597 F: include/hw/misc/arm_integrator_debug.h
599 MCIMX6UL EVK / i.MX6ul
600 M: Peter Maydell <peter.maydell@linaro.org>
601 R: Jean-Christophe Dubois <jcd@tribudubois.net>
602 L: qemu-arm@nongnu.org
603 S: Odd Fixes
604 F: hw/arm/mcimx6ul-evk.c
605 F: hw/arm/fsl-imx6ul.c
606 F: hw/misc/imx6ul_ccm.c
607 F: include/hw/arm/fsl-imx6ul.h
608 F: include/hw/misc/imx6ul_ccm.h
610 MCIMX7D SABRE / i.MX7
611 M: Peter Maydell <peter.maydell@linaro.org>
612 R: Andrey Smirnov <andrew.smirnov@gmail.com>
613 L: qemu-arm@nongnu.org
614 S: Odd Fixes
615 F: hw/arm/mcimx7d-sabre.c
616 F: hw/arm/fsl-imx7.c
617 F: hw/misc/imx7_*.c
618 F: include/hw/arm/fsl-imx7.h
619 F: include/hw/misc/imx7_*.h
620 F: hw/pci-host/designware.c
621 F: include/hw/pci-host/designware.h
623 MPS2
624 M: Peter Maydell <peter.maydell@linaro.org>
625 L: qemu-arm@nongnu.org
626 S: Maintained
627 F: hw/arm/mps2.c
628 F: hw/arm/mps2-tz.c
629 F: hw/misc/mps2-*.c
630 F: include/hw/misc/mps2-*.h
631 F: hw/arm/armsse.c
632 F: include/hw/arm/armsse.h
633 F: hw/misc/iotkit-secctl.c
634 F: include/hw/misc/iotkit-secctl.h
635 F: hw/misc/iotkit-sysctl.c
636 F: include/hw/misc/iotkit-sysctl.h
637 F: hw/misc/iotkit-sysinfo.c
638 F: include/hw/misc/iotkit-sysinfo.h
639 F: hw/misc/armsse-cpuid.c
640 F: include/hw/misc/armsse-cpuid.h
641 F: hw/misc/armsse-mhu.c
642 F: include/hw/misc/armsse-mhu.h
644 Musca
645 M: Peter Maydell <peter.maydell@linaro.org>
646 L: qemu-arm@nongnu.org
647 S: Maintained
648 F: hw/arm/musca.c
650 Musicpal
651 M: Jan Kiszka <jan.kiszka@web.de>
652 M: Peter Maydell <peter.maydell@linaro.org>
653 L: qemu-arm@nongnu.org
654 S: Odd Fixes
655 F: hw/arm/musicpal.c
657 nSeries
658 M: Andrzej Zaborowski <balrogg@gmail.com>
659 M: Peter Maydell <peter.maydell@linaro.org>
660 L: qemu-arm@nongnu.org
661 S: Odd Fixes
662 F: hw/arm/nseries.c
663 F: hw/display/blizzard.c
664 F: hw/input/lm832x.c
665 F: hw/input/tsc2005.c
666 F: hw/misc/cbus.c
667 F: hw/rtc/twl92230.c
668 F: include/hw/display/blizzard.h
669 F: include/hw/input/tsc2xxx.h
670 F: include/hw/misc/cbus.h
672 Palm
673 M: Andrzej Zaborowski <balrogg@gmail.com>
674 M: Peter Maydell <peter.maydell@linaro.org>
675 L: qemu-arm@nongnu.org
676 S: Odd Fixes
677 F: hw/arm/palm.c
678 F: hw/input/tsc210x.c
679 F: include/hw/input/tsc2xxx.h
681 Raspberry Pi
682 M: Peter Maydell <peter.maydell@linaro.org>
683 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
684 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
685 L: qemu-arm@nongnu.org
686 S: Odd Fixes
687 F: hw/arm/raspi.c
688 F: hw/arm/raspi_platform.h
689 F: hw/*/bcm283*
690 F: include/hw/arm/raspi*
691 F: include/hw/*/bcm283*
693 Real View
694 M: Peter Maydell <peter.maydell@linaro.org>
695 L: qemu-arm@nongnu.org
696 S: Maintained
697 F: hw/arm/realview*
698 F: hw/cpu/realview_mpcore.c
699 F: hw/intc/realview_gic.c
700 F: include/hw/intc/realview_gic.h
702 PXA2XX
703 M: Andrzej Zaborowski <balrogg@gmail.com>
704 M: Peter Maydell <peter.maydell@linaro.org>
705 L: qemu-arm@nongnu.org
706 S: Odd Fixes
707 F: hw/arm/mainstone.c
708 F: hw/arm/spitz.c
709 F: hw/arm/tosa.c
710 F: hw/arm/z2.c
711 F: hw/*/pxa2xx*
712 F: hw/display/tc6393xb.c
713 F: hw/gpio/max7310.c
714 F: hw/gpio/zaurus.c
715 F: hw/misc/mst_fpga.c
716 F: hw/misc/max111x.c
717 F: include/hw/arm/pxa.h
718 F: include/hw/arm/sharpsl.h
719 F: include/hw/display/tc6393xb.h
721 SABRELITE / i.MX6
722 M: Peter Maydell <peter.maydell@linaro.org>
723 R: Jean-Christophe Dubois <jcd@tribudubois.net>
724 L: qemu-arm@nongnu.org
725 S: Odd Fixes
726 F: hw/arm/sabrelite.c
727 F: hw/arm/fsl-imx6.c
728 F: hw/misc/imx6_*.c
729 F: hw/ssi/imx_spi.c
730 F: include/hw/arm/fsl-imx6.h
731 F: include/hw/misc/imx6_*.h
732 F: include/hw/ssi/imx_spi.h
734 SBSA-REF
735 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
736 M: Peter Maydell <peter.maydell@linaro.org>
737 R: Leif Lindholm <leif.lindholm@linaro.org>
738 L: qemu-arm@nongnu.org
739 S: Maintained
740 F: hw/arm/sbsa-ref.c
742 Sharp SL-5500 (Collie) PDA
743 M: Peter Maydell <peter.maydell@linaro.org>
744 L: qemu-arm@nongnu.org
745 S: Odd Fixes
746 F: hw/arm/collie.c
747 F: hw/arm/strongarm*
749 Stellaris
750 M: Peter Maydell <peter.maydell@linaro.org>
751 L: qemu-arm@nongnu.org
752 S: Maintained
753 F: hw/*/stellaris*
754 F: include/hw/input/gamepad.h
756 Versatile Express
757 M: Peter Maydell <peter.maydell@linaro.org>
758 L: qemu-arm@nongnu.org
759 S: Maintained
760 F: hw/arm/vexpress.c
762 Versatile PB
763 M: Peter Maydell <peter.maydell@linaro.org>
764 L: qemu-arm@nongnu.org
765 S: Maintained
766 F: hw/*/versatile*
767 F: hw/misc/arm_sysctl.c
769 Virt
770 M: Peter Maydell <peter.maydell@linaro.org>
771 L: qemu-arm@nongnu.org
772 S: Maintained
773 F: hw/arm/virt*
774 F: include/hw/arm/virt.h
776 Xilinx Zynq
777 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
778 M: Alistair Francis <alistair@alistair23.me>
779 M: Peter Maydell <peter.maydell@linaro.org>
780 L: qemu-arm@nongnu.org
781 S: Maintained
782 F: hw/*/xilinx_*
783 F: hw/*/cadence_*
784 F: hw/misc/zynq*
785 F: include/hw/misc/zynq*
786 X: hw/ssi/xilinx_*
788 Xilinx ZynqMP
789 M: Alistair Francis <alistair@alistair23.me>
790 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
791 M: Peter Maydell <peter.maydell@linaro.org>
792 L: qemu-arm@nongnu.org
793 S: Maintained
794 F: hw/*/xlnx*.c
795 F: include/hw/*/xlnx*.h
796 F: include/hw/ssi/xilinx_spips.h
797 F: hw/display/dpcd.c
798 F: include/hw/display/dpcd.h
800 ARM ACPI Subsystem
801 M: Shannon Zhao <shannon.zhaosl@gmail.com>
802 L: qemu-arm@nongnu.org
803 S: Maintained
804 F: hw/arm/virt-acpi-build.c
806 STM32F205
807 M: Alistair Francis <alistair@alistair23.me>
808 M: Peter Maydell <peter.maydell@linaro.org>
809 S: Maintained
810 F: hw/arm/stm32f205_soc.c
811 F: hw/misc/stm32f2xx_syscfg.c
812 F: hw/char/stm32f2xx_usart.c
813 F: hw/timer/stm32f2xx_timer.c
814 F: hw/adc/*
815 F: hw/ssi/stm32f2xx_spi.c
816 F: include/hw/*/stm32*.h
818 Netduino 2
819 M: Alistair Francis <alistair@alistair23.me>
820 M: Peter Maydell <peter.maydell@linaro.org>
821 S: Maintained
822 F: hw/arm/netduino2.c
824 SmartFusion2
825 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
826 M: Peter Maydell <peter.maydell@linaro.org>
827 S: Maintained
828 F: hw/arm/msf2-soc.c
829 F: hw/misc/msf2-sysreg.c
830 F: hw/timer/mss-timer.c
831 F: hw/ssi/mss-spi.c
832 F: include/hw/arm/msf2-soc.h
833 F: include/hw/misc/msf2-sysreg.h
834 F: include/hw/timer/mss-timer.h
835 F: include/hw/ssi/mss-spi.h
837 Emcraft M2S-FG484
838 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
839 M: Peter Maydell <peter.maydell@linaro.org>
840 S: Maintained
841 F: hw/arm/msf2-som.c
843 ASPEED BMCs
844 M: Cédric Le Goater <clg@kaod.org>
845 M: Peter Maydell <peter.maydell@linaro.org>
846 R: Andrew Jeffery <andrew@aj.id.au>
847 R: Joel Stanley <joel@jms.id.au>
848 L: qemu-arm@nongnu.org
849 S: Maintained
850 F: hw/*/*aspeed*
851 F: hw/misc/pca9552.c
852 F: include/hw/*/*aspeed*
853 F: include/hw/misc/pca9552*.h
854 F: hw/net/ftgmac100.c
855 F: include/hw/net/ftgmac100.h
857 NRF51
858 M: Joel Stanley <joel@jms.id.au>
859 M: Peter Maydell <peter.maydell@linaro.org>
860 L: qemu-arm@nongnu.org
861 S: Maintained
862 F: hw/*/nrf51*.c
863 F: hw/*/microbit*.c
864 F: include/hw/*/nrf51*.h
865 F: include/hw/*/microbit*.h
866 F: tests/microbit-test.c
868 CRIS Machines
869 -------------
870 Axis Dev88
871 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
872 S: Maintained
873 F: hw/cris/axis_dev88.c
874 F: hw/*/etraxfs_*.c
876 HP-PARISC Machines
877 ------------------
878 Dino
879 M: Richard Henderson <rth@twiddle.net>
880 R: Helge Deller <deller@gmx.de>
881 S: Odd Fixes
882 F: hw/hppa/
883 F: pc-bios/hppa-firmware.img
885 LM32 Machines
886 -------------
887 EVR32 and uclinux BSP
888 M: Michael Walle <michael@walle.cc>
889 S: Maintained
890 F: hw/lm32/lm32_boards.c
892 milkymist
893 M: Michael Walle <michael@walle.cc>
894 S: Maintained
895 F: hw/lm32/milkymist.c
897 M68K Machines
898 -------------
899 an5206
900 M: Thomas Huth <huth@tuxfamily.org>
901 S: Odd Fixes
902 F: hw/m68k/an5206.c
903 F: hw/m68k/mcf5206.c
905 mcf5208
906 M: Thomas Huth <huth@tuxfamily.org>
907 S: Odd Fixes
908 F: hw/m68k/mcf5208.c
909 F: hw/m68k/mcf_intc.c
910 F: hw/char/mcf_uart.c
911 F: hw/net/mcf_fec.c
912 F: include/hw/m68k/mcf*.h
914 NeXTcube
915 M: Thomas Huth <huth@tuxfamily.org>
916 S: Odd Fixes
917 F: hw/m68k/next-*.c
918 F: hw/display/next-fb.c
919 F: include/hw/m68k/next-cube.h
921 q800
922 M: Laurent Vivier <laurent@vivier.eu>
923 S: Maintained
924 F: hw/m68k/q800.c
925 F: hw/misc/mac_via.c
926 F: hw/nubus/*
927 F: hw/display/macfb.c
928 F: hw/block/swim.c
929 F: hw/m68k/bootinfo.h
930 F: include/hw/misc/mac_via.h
931 F: include/hw/nubus/*
932 F: include/hw/display/macfb.h
933 F: include/hw/block/swim.h
935 MicroBlaze Machines
936 -------------------
937 petalogix_s3adsp1800
938 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
939 S: Maintained
940 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
941 F: include/hw/char/xilinx_uartlite.h
943 petalogix_ml605
944 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
945 S: Maintained
946 F: hw/microblaze/petalogix_ml605_mmu.c
948 MIPS Machines
949 -------------
950 Jazz
951 M: Hervé Poussineau <hpoussin@reactos.org>
952 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
953 S: Maintained
954 F: hw/mips/mips_jazz.c
955 F: hw/display/jazz_led.c
956 F: hw/dma/rc4030.c
958 Malta
959 M: Aleksandar Markovic <amarkovic@wavecomp.com>
960 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
961 R: Aurelien Jarno <aurelien@aurel32.net>
962 S: Maintained
963 F: hw/isa/piix4.c
964 F: hw/acpi/piix4.c
965 F: hw/mips/mips_malta.c
966 F: hw/mips/gt64xxx_pci.c
967 F: include/hw/southbridge/piix.h
968 F: tests/acceptance/linux_ssh_mips_malta.py
970 Mipssim
971 M: Aleksandar Markovic <amarkovic@wavecomp.com>
972 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
973 S: Odd Fixes
974 F: hw/mips/mips_mipssim.c
975 F: hw/net/mipsnet.c
977 R4000
978 M: Aurelien Jarno <aurelien@aurel32.net>
979 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
980 S: Obsolete
981 F: hw/mips/mips_r4k.c
983 Fulong 2E
984 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
985 M: Aleksandar Markovic <amarkovic@wavecomp.com>
986 S: Odd Fixes
987 F: hw/mips/mips_fulong2e.c
988 F: hw/isa/vt82c686.c
989 F: hw/pci-host/bonito.c
990 F: include/hw/isa/vt82c686.h
992 Boston
993 M: Paul Burton <pburton@wavecomp.com>
994 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
995 S: Maintained
996 F: hw/core/loader-fit.c
997 F: hw/mips/boston.c
998 F: hw/pci-host/xilinx-pcie.c
999 F: include/hw/pci-host/xilinx-pcie.h
1001 OpenRISC Machines
1002 -----------------
1003 or1k-sim
1004 M: Jia Liu <proljc@gmail.com>
1005 S: Maintained
1006 F: hw/openrisc/openrisc_sim.c
1008 PowerPC Machines
1009 ----------------
1011 M: David Gibson <david@gibson.dropbear.id.au>
1012 L: qemu-ppc@nongnu.org
1013 S: Odd Fixes
1014 F: hw/ppc/ppc405_boards.c
1016 Bamboo
1017 M: David Gibson <david@gibson.dropbear.id.au>
1018 L: qemu-ppc@nongnu.org
1019 S: Odd Fixes
1020 F: hw/ppc/ppc440_bamboo.c
1022 e500
1023 M: David Gibson <david@gibson.dropbear.id.au>
1024 L: qemu-ppc@nongnu.org
1025 S: Odd Fixes
1026 F: hw/ppc/e500*
1027 F: hw/gpio/mpc8xxx.c
1028 F: hw/i2c/mpc_i2c.c
1029 F: hw/net/fsl_etsec/
1030 F: hw/pci-host/ppce500.c
1031 F: include/hw/ppc/ppc_e500.h
1032 F: include/hw/pci-host/ppce500.h
1033 F: pc-bios/u-boot.e500
1035 mpc8544ds
1036 M: David Gibson <david@gibson.dropbear.id.au>
1037 L: qemu-ppc@nongnu.org
1038 S: Odd Fixes
1039 F: hw/ppc/mpc8544ds.c
1040 F: hw/ppc/mpc8544_guts.c
1042 New World (mac99)
1043 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1044 R: David Gibson <david@gibson.dropbear.id.au>
1045 L: qemu-ppc@nongnu.org
1046 S: Odd Fixes
1047 F: hw/ppc/mac_newworld.c
1048 F: hw/pci-host/uninorth.c
1049 F: hw/pci-bridge/dec.[hc]
1050 F: hw/misc/macio/
1051 F: hw/misc/mos6522.c
1052 F: hw/nvram/mac_nvram.c
1053 F: hw/input/adb*
1054 F: include/hw/misc/macio/
1055 F: include/hw/misc/mos6522.h
1056 F: include/hw/ppc/mac_dbdma.h
1057 F: include/hw/pci-host/uninorth.h
1058 F: include/hw/input/adb*
1059 F: pc-bios/qemu_vga.ndrv
1061 Old World (g3beige)
1062 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1063 R: David Gibson <david@gibson.dropbear.id.au>
1064 L: qemu-ppc@nongnu.org
1065 S: Odd Fixes
1066 F: hw/ppc/mac_oldworld.c
1067 F: hw/pci-host/grackle.c
1068 F: hw/misc/macio/
1069 F: hw/intc/heathrow_pic.c
1070 F: hw/input/adb*
1071 F: include/hw/intc/heathrow_pic.h
1072 F: include/hw/input/adb*
1073 F: pc-bios/qemu_vga.ndrv
1075 PReP
1076 M: Hervé Poussineau <hpoussin@reactos.org>
1077 L: qemu-ppc@nongnu.org
1078 S: Maintained
1079 F: hw/ppc/prep.c
1080 F: hw/ppc/prep_systemio.c
1081 F: hw/ppc/rs6000_mc.c
1082 F: hw/pci-host/prep.[hc]
1083 F: hw/isa/i82378.c
1084 F: hw/isa/pc87312.c
1085 F: hw/dma/i82374.c
1086 F: hw/rtc/m48t59-isa.c
1087 F: include/hw/isa/pc87312.h
1088 F: include/hw/rtc/m48t59.h
1089 F: pc-bios/ppc_rom.bin
1090 F: tests/acceptance/ppc_prep_40p.py
1092 sPAPR
1093 M: David Gibson <david@gibson.dropbear.id.au>
1094 L: qemu-ppc@nongnu.org
1095 S: Supported
1096 F: hw/*/spapr*
1097 F: include/hw/*/spapr*
1098 F: hw/*/xics*
1099 F: include/hw/*/xics*
1100 F: pc-bios/slof.bin
1101 F: docs/specs/ppc-spapr-hcalls.txt
1102 F: docs/specs/ppc-spapr-hotplug.txt
1103 F: tests/spapr*
1104 F: tests/libqos/*spapr*
1105 F: tests/rtas*
1106 F: tests/libqos/rtas*
1108 PowerNV (Non-Virtualized)
1109 M: Cédric Le Goater <clg@kaod.org>
1110 M: David Gibson <david@gibson.dropbear.id.au>
1111 L: qemu-ppc@nongnu.org
1112 S: Maintained
1113 F: hw/ppc/pnv*
1114 F: hw/intc/pnv*
1115 F: hw/intc/xics_pnv.c
1116 F: include/hw/ppc/pnv*
1117 F: pc-bios/skiboot.lid
1118 F: tests/pnv*
1120 virtex_ml507
1121 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1122 L: qemu-ppc@nongnu.org
1123 S: Odd Fixes
1124 F: hw/ppc/virtex_ml507.c
1126 sam460ex
1127 M: BALATON Zoltan <balaton@eik.bme.hu>
1128 L: qemu-ppc@nongnu.org
1129 S: Maintained
1130 F: hw/ppc/sam460ex.c
1131 F: hw/ppc/ppc440_pcix.c
1132 F: hw/display/sm501*
1133 F: hw/ide/sii3112.c
1134 F: hw/rtc/m41t80.c
1135 F: pc-bios/canyonlands.dt[sb]
1136 F: pc-bios/u-boot-sam460ex-20100605.bin
1137 F: roms/u-boot-sam460ex
1139 SH4 Machines
1140 ------------
1142 M: Magnus Damm <magnus.damm@gmail.com>
1143 S: Maintained
1144 F: hw/sh4/r2d.c
1145 F: hw/intc/sh_intc.c
1146 F: hw/timer/sh_timer.c
1148 Shix
1149 M: Magnus Damm <magnus.damm@gmail.com>
1150 S: Odd Fixes
1151 F: hw/sh4/shix.c
1153 SPARC Machines
1154 --------------
1155 Sun4m
1156 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1157 S: Maintained
1158 F: hw/sparc/sun4m.c
1159 F: hw/sparc/sun4m_iommu.c
1160 F: hw/display/cg3.c
1161 F: hw/display/tcx.c
1162 F: hw/dma/sparc32_dma.c
1163 F: hw/misc/eccmemctl.c
1164 F: hw/*/slavio_*.c
1165 F: include/hw/nvram/sun_nvram.h
1166 F: include/hw/sparc/sparc32_dma.h
1167 F: include/hw/sparc/sun4m_iommu.h
1168 F: pc-bios/openbios-sparc32
1170 Sun4u
1171 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1172 S: Maintained
1173 F: hw/sparc64/sun4u.c
1174 F: hw/sparc64/sun4u_iommu.c
1175 F: include/hw/sparc/sun4u_iommu.h
1176 F: hw/pci-host/sabre.c
1177 F: include/hw/pci-host/sabre.h
1178 F: hw/pci-bridge/simba.c
1179 F: include/hw/pci-bridge/simba.h
1180 F: pc-bios/openbios-sparc64
1182 Sun4v
1183 M: Artyom Tarasenko <atar4qemu@gmail.com>
1184 S: Maintained
1185 F: hw/sparc64/niagara.c
1186 F: hw/rtc/sun4v-rtc.c
1187 F: include/hw/rtc/sun4v-rtc.h
1189 Leon3
1190 M: Fabien Chouteau <chouteau@adacore.com>
1191 M: KONRAD Frederic <frederic.konrad@adacore.com>
1192 S: Maintained
1193 F: hw/sparc/leon3.c
1194 F: hw/*/grlib*
1195 F: include/hw/*/grlib*
1196 F: tests/acceptance/machine_sparc_leon3.py
1198 S390 Machines
1199 -------------
1200 S390 Virtio-ccw
1201 M: Cornelia Huck <cohuck@redhat.com>
1202 M: Halil Pasic <pasic@linux.ibm.com>
1203 M: Christian Borntraeger <borntraeger@de.ibm.com>
1204 S: Supported
1205 F: hw/char/sclp*.[hc]
1206 F: hw/char/terminal3270.c
1207 F: hw/s390x/
1208 F: include/hw/s390x/
1209 F: hw/watchdog/wdt_diag288.c
1210 F: include/hw/watchdog/wdt_diag288.h
1211 F: default-configs/s390x-softmmu.mak
1212 T: git https://github.com/cohuck/qemu.git s390-next
1213 T: git https://github.com/borntraeger/qemu.git s390-next
1214 L: qemu-s390x@nongnu.org
1216 S390-ccw boot
1217 M: Christian Borntraeger <borntraeger@de.ibm.com>
1218 M: Thomas Huth <thuth@redhat.com>
1219 S: Supported
1220 F: hw/s390x/ipl.*
1221 F: pc-bios/s390-ccw/
1222 F: pc-bios/s390-ccw.img
1223 F: docs/devel/s390-dasd-ipl.txt
1224 T: git https://github.com/borntraeger/qemu.git s390-next
1225 L: qemu-s390x@nongnu.org
1227 S390 PCI
1228 M: Matthew Rosato <mjrosato@linux.ibm.com>
1229 S: Supported
1230 F: hw/s390x/s390-pci*
1231 L: qemu-s390x@nongnu.org
1233 UniCore32 Machines
1234 ------------------
1235 PKUnity-3 SoC initramfs-with-busybox
1236 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1237 S: Maintained
1238 F: hw/*/puv3*
1239 F: hw/unicore32/
1241 X86 Machines
1242 ------------
1244 M: Michael S. Tsirkin <mst@redhat.com>
1245 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1246 S: Supported
1247 F: include/hw/i386/
1248 F: hw/i386/
1249 F: hw/pci-host/i440fx.c
1250 F: hw/pci-host/q35.c
1251 F: hw/pci-host/pam.c
1252 F: include/hw/pci-host/i440fx.h
1253 F: include/hw/pci-host/q35.h
1254 F: include/hw/pci-host/pam.h
1255 F: hw/isa/piix3.c
1256 F: hw/isa/lpc_ich9.c
1257 F: hw/i2c/smbus_ich9.c
1258 F: hw/acpi/piix4.c
1259 F: hw/acpi/ich9.c
1260 F: include/hw/acpi/ich9.h
1261 F: include/hw/southbridge/piix.h
1262 F: hw/misc/sga.c
1263 F: hw/isa/apm.c
1264 F: include/hw/isa/apm.h
1265 F: tests/test-x86-cpuid.c
1266 F: tests/test-x86-cpuid-compat.c
1268 PC Chipset
1269 M: Michael S. Tsirkin <mst@redhat.com>
1270 M: Paolo Bonzini <pbonzini@redhat.com>
1271 S: Supported
1272 F: hw/char/debugcon.c
1273 F: hw/char/parallel*
1274 F: hw/char/serial*
1275 F: hw/dma/i8257*
1276 F: hw/i2c/pm_smbus.c
1277 F: hw/input/pckbd.c
1278 F: hw/intc/apic*
1279 F: hw/intc/ioapic*
1280 F: hw/intc/i8259*
1281 F: hw/isa/isa-superio.c
1282 F: hw/misc/debugexit.c
1283 F: hw/misc/pc-testdev.c
1284 F: hw/timer/hpet*
1285 F: hw/timer/i8254*
1286 F: hw/rtc/mc146818rtc*
1287 F: hw/watchdog/wdt_ib700.c
1288 F: hw/watchdog/wdt_i6300esb.c
1289 F: include/hw/display/vga.h
1290 F: include/hw/char/parallel.h
1291 F: include/hw/dma/i8257.h
1292 F: include/hw/i2c/pm_smbus.h
1293 F: include/hw/input/i8042.h
1294 F: include/hw/isa/i8259_internal.h
1295 F: include/hw/isa/superio.h
1296 F: include/hw/timer/hpet.h
1297 F: include/hw/timer/i8254*
1298 F: include/hw/rtc/mc146818rtc*
1300 microvm
1301 M: Sergio Lopez <slp@redhat.com>
1302 M: Paolo Bonzini <pbonzini@redhat.com>
1303 S: Maintained
1304 F: docs/microvm.rst
1305 F: hw/i386/microvm.c
1306 F: include/hw/i386/microvm.h
1307 F: pc-bios/bios-microvm.bin
1309 Machine core
1310 M: Eduardo Habkost <ehabkost@redhat.com>
1311 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1312 S: Supported
1313 F: hw/core/cpu.c
1314 F: hw/core/machine-qmp-cmds.c
1315 F: hw/core/machine.c
1316 F: hw/core/null-machine.c
1317 F: hw/core/numa.c
1318 F: hw/cpu/cluster.c
1319 F: qapi/machine.json
1320 F: qapi/machine-target.json
1321 F: include/hw/boards.h
1322 F: include/hw/core/cpu.h
1323 F: include/hw/cpu/cluster.h
1324 F: include/sysemu/numa.h
1325 T: git https://github.com/ehabkost/qemu.git machine-next
1327 Xtensa Machines
1328 ---------------
1330 M: Max Filippov <jcmvbkbc@gmail.com>
1331 S: Maintained
1332 F: hw/xtensa/sim.c
1334 virt
1335 M: Max Filippov <jcmvbkbc@gmail.com>
1336 S: Maintained
1337 F: hw/xtensa/virt.c
1339 XTFPGA (LX60, LX200, ML605, KC705)
1340 M: Max Filippov <jcmvbkbc@gmail.com>
1341 S: Maintained
1342 F: hw/xtensa/xtfpga.c
1343 F: hw/net/opencores_eth.c
1345 Devices
1346 -------
1348 M: Jiri Slaby <jslaby@suse.cz>
1349 S: Maintained
1350 F: hw/misc/edu.c
1353 M: John Snow <jsnow@redhat.com>
1354 L: qemu-block@nongnu.org
1355 S: Supported
1356 F: include/hw/ide.h
1357 F: include/hw/ide/
1358 F: hw/ide/
1359 F: hw/block/block.c
1360 F: hw/block/cdrom.c
1361 F: hw/block/hd-geometry.c
1362 F: tests/ide-test.c
1363 F: tests/ahci-test.c
1364 F: tests/cdrom-test.c
1365 F: tests/libqos/ahci*
1366 T: git https://github.com/jnsnow/qemu.git ide
1368 IPMI
1369 M: Corey Minyard <minyard@acm.org>
1370 S: Maintained
1371 F: include/hw/ipmi/*
1372 F: hw/ipmi/*
1373 F: hw/smbios/smbios_type_38.c
1374 F: tests/ipmi*
1375 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1377 Floppy
1378 M: John Snow <jsnow@redhat.com>
1379 L: qemu-block@nongnu.org
1380 S: Supported
1381 F: hw/block/fdc.c
1382 F: include/hw/block/fdc.h
1383 F: tests/fdc-test.c
1384 T: git https://github.com/jnsnow/qemu.git ide
1386 OMAP
1387 M: Peter Maydell <peter.maydell@linaro.org>
1388 S: Maintained
1389 F: hw/*/omap*
1390 F: include/hw/arm/omap.h
1392 IPack
1393 M: Alberto Garcia <berto@igalia.com>
1394 S: Odd Fixes
1395 F: hw/char/ipoctal232.c
1396 F: hw/ipack/
1399 M: Michael S. Tsirkin <mst@redhat.com>
1400 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1401 S: Supported
1402 F: include/hw/pci/*
1403 F: hw/misc/pci-testdev.c
1404 F: hw/pci/*
1405 F: hw/pci-bridge/*
1406 F: docs/pci*
1407 F: docs/specs/*pci*
1408 F: default-configs/pci.mak
1410 ACPI/SMBIOS
1411 M: Michael S. Tsirkin <mst@redhat.com>
1412 M: Igor Mammedov <imammedo@redhat.com>
1413 S: Supported
1414 F: include/hw/acpi/*
1415 F: include/hw/firmware/smbios.h
1416 F: hw/mem/*
1417 F: hw/acpi/*
1418 F: hw/smbios/*
1419 F: hw/i386/acpi-build.[hc]
1420 F: hw/arm/virt-acpi-build.c
1421 F: tests/bios-tables-test.c
1422 F: tests/acpi-utils.[hc]
1423 F: tests/data/acpi/
1425 ppc4xx
1426 M: David Gibson <david@gibson.dropbear.id.au>
1427 L: qemu-ppc@nongnu.org
1428 S: Odd Fixes
1429 F: hw/ppc/ppc4*.c
1430 F: hw/i2c/ppc4xx_i2c.c
1431 F: include/hw/ppc/ppc4xx.h
1432 F: include/hw/i2c/ppc4xx_i2c.h
1434 Character devices
1435 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1436 R: Paolo Bonzini <pbonzini@redhat.com>
1437 S: Odd Fixes
1438 F: hw/char/
1440 Network devices
1441 M: Jason Wang <jasowang@redhat.com>
1442 S: Odd Fixes
1443 F: hw/net/
1444 F: include/hw/net/
1445 F: tests/virtio-net-test.c
1446 F: docs/virtio-net-failover.rst
1447 T: git https://github.com/jasowang/qemu.git net
1449 Parallel NOR Flash devices
1450 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1451 T: git https://gitlab.com/philmd/qemu.git pflash-next
1452 S: Maintained
1453 F: hw/block/pflash_cfi*.c
1454 F: include/hw/block/flash.h
1456 SCSI
1457 M: Paolo Bonzini <pbonzini@redhat.com>
1458 R: Fam Zheng <fam@euphon.net>
1459 S: Supported
1460 F: include/hw/scsi/*
1461 F: hw/scsi/*
1462 F: tests/virtio-scsi-test.c
1463 T: git https://github.com/bonzini/qemu.git scsi-next
1466 M: Alistair Francis <alistair@alistair23.me>
1467 S: Maintained
1468 F: hw/ssi/*
1469 F: hw/block/m25p80.c
1470 F: include/hw/ssi/ssi.h
1471 X: hw/ssi/xilinx_*
1472 F: tests/m25p80-test.c
1474 Xilinx SPI
1475 M: Alistair Francis <alistair@alistair23.me>
1476 S: Maintained
1477 F: hw/ssi/xilinx_*
1479 SD (Secure Card)
1480 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1481 S: Odd Fixes
1482 F: include/hw/sd/sd*
1483 F: hw/sd/core.c
1484 F: hw/sd/sd*
1485 F: tests/sd*
1488 M: Gerd Hoffmann <kraxel@redhat.com>
1489 S: Maintained
1490 F: hw/usb/*
1491 F: tests/usb-*-test.c
1492 F: docs/usb2.txt
1493 F: docs/usb-storage.txt
1494 F: include/hw/usb.h
1495 F: include/hw/usb/
1496 F: default-configs/usb.mak
1498 USB (serial adapter)
1499 M: Gerd Hoffmann <kraxel@redhat.com>
1500 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1501 S: Maintained
1502 F: hw/usb/dev-serial.c
1504 VFIO
1505 M: Alex Williamson <alex.williamson@redhat.com>
1506 S: Supported
1507 F: hw/vfio/*
1508 F: include/hw/vfio/
1510 vfio-ccw
1511 M: Cornelia Huck <cohuck@redhat.com>
1512 M: Eric Farman <farman@linux.ibm.com>
1513 S: Supported
1514 F: hw/vfio/ccw.c
1515 F: hw/s390x/s390-ccw.c
1516 F: include/hw/s390x/s390-ccw.h
1517 F: include/hw/s390x/vfio-ccw.h
1518 T: git https://github.com/cohuck/qemu.git s390-next
1519 L: qemu-s390x@nongnu.org
1521 vfio-ap
1522 M: Christian Borntraeger <borntraeger@de.ibm.com>
1523 M: Tony Krowiak <akrowiak@linux.ibm.com>
1524 M: Halil Pasic <pasic@linux.ibm.com>
1525 M: Pierre Morel <pmorel@linux.ibm.com>
1526 S: Supported
1527 F: hw/s390x/ap-device.c
1528 F: hw/s390x/ap-bridge.c
1529 F: include/hw/s390x/ap-device.h
1530 F: include/hw/s390x/ap-bridge.h
1531 F: hw/vfio/ap.c
1532 F: docs/vfio-ap.txt
1533 L: qemu-s390x@nongnu.org
1535 vhost
1536 M: Michael S. Tsirkin <mst@redhat.com>
1537 S: Supported
1538 F: hw/*/*vhost*
1539 F: docs/interop/vhost-user.json
1540 F: docs/interop/vhost-user.rst
1541 F: contrib/vhost-user-*/
1542 F: backends/vhost-user.c
1543 F: include/sysemu/vhost-user-backend.h
1545 virtio
1546 M: Michael S. Tsirkin <mst@redhat.com>
1547 S: Supported
1548 F: hw/*/virtio*
1549 F: hw/virtio/Makefile.objs
1550 F: hw/virtio/trace-events
1551 F: net/vhost-user.c
1552 F: include/hw/virtio/
1553 F: tests/virtio-balloon-test.c
1555 virtio-9p
1556 M: Greg Kurz <groug@kaod.org>
1557 S: Odd Fixes
1558 F: hw/9pfs/
1559 X: hw/9pfs/xen-9p*
1560 F: fsdev/
1561 F: tests/virtio-9p-test.c
1562 T: git https://github.com/gkurz/qemu.git 9p-next
1564 virtio-blk
1565 M: Stefan Hajnoczi <stefanha@redhat.com>
1566 L: qemu-block@nongnu.org
1567 S: Supported
1568 F: hw/block/virtio-blk.c
1569 F: hw/block/dataplane/*
1570 F: tests/virtio-blk-test.c
1571 T: git https://github.com/stefanha/qemu.git block
1573 virtio-ccw
1574 M: Cornelia Huck <cohuck@redhat.com>
1575 M: Halil Pasic <pasic@linux.ibm.com>
1576 S: Supported
1577 F: hw/s390x/virtio-ccw*.[hc]
1578 F: hw/s390x/vhost-vsock-ccw.c
1579 T: git https://github.com/cohuck/qemu.git s390-next
1580 T: git https://github.com/borntraeger/qemu.git s390-next
1581 L: qemu-s390x@nongnu.org
1583 virtio-input
1584 M: Gerd Hoffmann <kraxel@redhat.com>
1585 S: Maintained
1586 F: hw/input/vhost-user-input.c
1587 F: hw/input/virtio-input*.c
1588 F: include/hw/virtio/virtio-input.h
1589 F: contrib/vhost-user-input/*
1591 virtio-serial
1592 M: Laurent Vivier <lvivier@redhat.com>
1593 R: Amit Shah <amit@kernel.org>
1594 S: Supported
1595 F: hw/char/virtio-serial-bus.c
1596 F: hw/char/virtio-console.c
1597 F: include/hw/virtio/virtio-serial.h
1598 F: tests/virtio-console-test.c
1599 F: tests/virtio-serial-test.c
1601 virtio-rng
1602 M: Laurent Vivier <lvivier@redhat.com>
1603 R: Amit Shah <amit@kernel.org>
1604 S: Supported
1605 F: hw/virtio/virtio-rng.c
1606 F: include/hw/virtio/virtio-rng.h
1607 F: include/sysemu/rng*.h
1608 F: backends/rng*.c
1609 F: tests/virtio-rng-test.c
1611 virtio-crypto
1612 M: Gonglei <arei.gonglei@huawei.com>
1613 S: Supported
1614 F: hw/virtio/virtio-crypto.c
1615 F: hw/virtio/virtio-crypto-pci.c
1616 F: include/hw/virtio/virtio-crypto.h
1618 nvme
1619 M: Keith Busch <keith.busch@intel.com>
1620 L: qemu-block@nongnu.org
1621 S: Supported
1622 F: hw/block/nvme*
1623 F: tests/nvme-test.c
1625 megasas
1626 M: Hannes Reinecke <hare@suse.com>
1627 L: qemu-block@nongnu.org
1628 S: Supported
1629 F: hw/scsi/megasas.c
1630 F: hw/scsi/mfi.h
1631 F: tests/megasas-test.c
1633 Network packet abstractions
1634 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1635 S: Maintained
1636 F: include/net/eth.h
1637 F: net/eth.c
1638 F: hw/net/net_rx_pkt*
1639 F: hw/net/net_tx_pkt*
1641 Vmware
1642 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1643 S: Maintained
1644 F: hw/net/vmxnet*
1645 F: hw/scsi/vmw_pvscsi*
1646 F: tests/vmxnet3-test.c
1648 Rocker
1649 M: Jiri Pirko <jiri@resnulli.us>
1650 S: Maintained
1651 F: hw/net/rocker/
1652 F: tests/rocker/
1653 F: docs/specs/rocker.txt
1655 NVDIMM
1656 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1657 S: Maintained
1658 F: hw/acpi/nvdimm.c
1659 F: hw/mem/nvdimm.c
1660 F: include/hw/mem/nvdimm.h
1661 F: docs/nvdimm.txt
1663 e1000x
1664 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1665 S: Maintained
1666 F: hw/net/e1000x*
1668 e1000e
1669 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1670 S: Maintained
1671 F: hw/net/e1000e*
1673 eepro100
1674 M: Stefan Weil <sw@weilnetz.de>
1675 S: Maintained
1676 F: hw/net/eepro100.c
1678 tulip
1679 M: Sven Schnelle <svens@stackframe.org>
1680 S: Maintained
1681 F: hw/net/tulip.c
1682 F: hw/net/tulip.h
1684 Generic Loader
1685 M: Alistair Francis <alistair@alistair23.me>
1686 S: Maintained
1687 F: hw/core/generic-loader.c
1688 F: include/hw/core/generic-loader.h
1689 F: docs/generic-loader.txt
1691 Intel Hexadecimal Object File Loader
1692 M: Su Hang <suhang16@mails.ucas.ac.cn>
1693 S: Maintained
1694 F: tests/hexloader-test.c
1695 F: tests/data/hex-loader/test.hex
1697 CHRP NVRAM
1698 M: Thomas Huth <thuth@redhat.com>
1699 S: Maintained
1700 F: hw/nvram/chrp_nvram.c
1701 F: include/hw/nvram/chrp_nvram.h
1702 F: tests/prom-env-test.c
1704 VM Generation ID
1705 M: Ben Warren <ben@skyportsystems.com>
1706 S: Maintained
1707 F: hw/acpi/vmgenid.c
1708 F: include/hw/acpi/vmgenid.h
1709 F: docs/specs/vmgenid.txt
1710 F: tests/vmgenid-test.c
1711 F: stubs/vmgenid.c
1713 Unimplemented device
1714 M: Peter Maydell <peter.maydell@linaro.org>
1715 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1716 S: Maintained
1717 F: include/hw/misc/unimp.h
1718 F: hw/misc/unimp.c
1720 Standard VGA
1721 M: Gerd Hoffmann <kraxel@redhat.com>
1722 S: Maintained
1723 F: hw/display/vga*
1724 F: hw/display/bochs-display.c
1725 F: include/hw/display/vga.h
1726 F: include/hw/display/bochs-vbe.h
1728 ramfb
1729 M: Gerd Hoffmann <kraxel@redhat.com>
1730 S: Maintained
1731 F: hw/display/ramfb*.c
1732 F: include/hw/display/ramfb.h
1734 virtio-gpu
1735 M: Gerd Hoffmann <kraxel@redhat.com>
1736 S: Maintained
1737 F: hw/display/virtio-gpu*
1738 F: hw/display/virtio-vga.*
1739 F: include/hw/virtio/virtio-gpu.h
1741 vhost-user-gpu
1742 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1743 M: Gerd Hoffmann <kraxel@redhat.com>
1744 S: Maintained
1745 F: docs/interop/vhost-user-gpu.rst
1746 F: contrib/vhost-user-gpu
1747 F: hw/display/vhost-user-*
1749 Cirrus VGA
1750 M: Gerd Hoffmann <kraxel@redhat.com>
1751 S: Odd Fixes
1752 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1753 F: hw/display/cirrus*
1755 EDID Generator
1756 M: Gerd Hoffmann <kraxel@redhat.com>
1757 S: Maintained
1758 F: hw/display/edid*
1759 F: include/hw/display/edid.h
1760 F: qemu-edid.c
1762 PIIX4 South Bridge (i82371AB)
1763 M: Hervé Poussineau <hpoussin@reactos.org>
1764 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1765 S: Maintained
1766 F: hw/isa/piix4.c
1767 F: include/hw/southbridge/piix.h
1769 Firmware configuration (fw_cfg)
1770 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1771 R: Laszlo Ersek <lersek@redhat.com>
1772 R: Gerd Hoffmann <kraxel@redhat.com>
1773 S: Supported
1774 F: docs/specs/fw_cfg.txt
1775 F: hw/nvram/fw_cfg.c
1776 F: stubs/fw_cfg.c
1777 F: include/hw/nvram/fw_cfg.h
1778 F: include/standard-headers/linux/qemu_fw_cfg.h
1779 F: tests/libqos/fw_cfg.c
1780 F: tests/fw_cfg-test.c
1781 T: git https://github.com/philmd/qemu.git fw_cfg-next
1783 XIVE
1784 M: David Gibson <david@gibson.dropbear.id.au>
1785 M: Cédric Le Goater <clg@kaod.org>
1786 L: qemu-ppc@nongnu.org
1787 S: Supported
1788 F: hw/*/*xive*
1789 F: include/hw/*/*xive*
1790 F: docs/*/*xive*
1792 Subsystems
1793 ----------
1794 Audio
1795 M: Gerd Hoffmann <kraxel@redhat.com>
1796 S: Maintained
1797 F: audio/
1798 F: hw/audio/
1799 F: include/hw/audio/
1800 F: tests/ac97-test.c
1801 F: tests/es1370-test.c
1802 F: tests/intel-hda-test.c
1804 Block layer core
1805 M: Kevin Wolf <kwolf@redhat.com>
1806 M: Max Reitz <mreitz@redhat.com>
1807 L: qemu-block@nongnu.org
1808 S: Supported
1809 F: block*
1810 F: block/
1811 F: hw/block/
1812 F: include/block/
1813 F: qemu-img*
1814 F: qemu-io*
1815 F: tests/qemu-iotests/
1816 F: util/qemu-progress.c
1817 F: qobject/block-qdict.c
1818 F: tests/check-block-qdict.c
1819 T: git https://repo.or.cz/qemu/kevin.git block
1821 Block I/O path
1822 M: Stefan Hajnoczi <stefanha@redhat.com>
1823 M: Fam Zheng <fam@euphon.net>
1824 L: qemu-block@nongnu.org
1825 S: Supported
1826 F: util/async.c
1827 F: util/aio-*.c
1828 F: block/io.c
1829 F: migration/block*
1830 F: include/block/aio.h
1831 F: include/block/aio-wait.h
1832 F: scripts/qemugdb/aio.py
1833 T: git https://github.com/stefanha/qemu.git block
1835 Block SCSI subsystem
1836 M: Paolo Bonzini <pbonzini@redhat.com>
1837 R: Fam Zheng <fam@euphon.net>
1838 L: qemu-block@nongnu.org
1839 S: Supported
1840 F: include/scsi/*
1841 F: scsi/*
1843 Block Jobs
1844 M: John Snow <jsnow@redhat.com>
1845 L: qemu-block@nongnu.org
1846 S: Supported
1847 F: blockjob.c
1848 F: include/block/blockjob.h
1849 F: job.c
1850 F: job-qmp.c
1851 F: include/qemu/job.h
1852 F: block/backup.c
1853 F: block/commit.c
1854 F: block/stream.c
1855 F: block/mirror.c
1856 F: qapi/job.json
1857 T: git https://github.com/jnsnow/qemu.git jobs
1859 Block QAPI, monitor, command line
1860 M: Markus Armbruster <armbru@redhat.com>
1861 S: Supported
1862 F: blockdev.c
1863 F: block/qapi.c
1864 F: qapi/block*.json
1865 F: qapi/transaction.json
1866 T: git https://repo.or.cz/qemu/armbru.git block-next
1868 Dirty Bitmaps
1869 M: John Snow <jsnow@redhat.com>
1870 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1871 L: qemu-block@nongnu.org
1872 S: Supported
1873 F: util/hbitmap.c
1874 F: block/dirty-bitmap.c
1875 F: include/qemu/hbitmap.h
1876 F: include/block/dirty-bitmap.h
1877 F: qcow2-bitmap.c
1878 F: migration/block-dirty-bitmap.c
1879 F: tests/test-hbitmap.c
1880 F: docs/interop/bitmaps.rst
1881 T: git https://github.com/jnsnow/qemu.git bitmaps
1883 Character device backends
1884 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1885 R: Paolo Bonzini <pbonzini@redhat.com>
1886 S: Maintained
1887 F: chardev/
1888 F: include/chardev/
1889 F: qapi/char.json
1891 Character Devices (Braille)
1892 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1893 S: Maintained
1894 F: chardev/baum.c
1896 Command line option argument parsing
1897 M: Markus Armbruster <armbru@redhat.com>
1898 S: Supported
1899 F: include/qemu/option.h
1900 F: tests/test-keyval.c
1901 F: tests/test-qemu-opts.c
1902 F: util/keyval.c
1903 F: util/qemu-option.c
1905 Coverity model
1906 M: Markus Armbruster <armbru@redhat.com>
1907 S: Supported
1908 F: scripts/coverity-model.c
1910 Device Tree
1911 M: Alistair Francis <alistair.francis@wdc.com>
1912 R: David Gibson <david@gibson.dropbear.id.au>
1913 S: Maintained
1914 F: device_tree.c
1915 F: include/sysemu/device_tree.h
1917 Dump
1918 S: Supported
1919 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1920 F: dump/
1921 F: hw/misc/vmcoreinfo.c
1922 F: include/hw/misc/vmcoreinfo.h
1923 F: include/qemu/win_dump_defs
1924 F: include/sysemu/dump-arch.h
1925 F: include/sysemu/dump.h
1926 F: qapi/dump.json
1927 F: scripts/dump-guest-memory.py
1928 F: stubs/dump.c
1930 Error reporting
1931 M: Markus Armbruster <armbru@redhat.com>
1932 S: Supported
1933 F: include/qapi/error.h
1934 F: include/qemu/error-report.h
1935 F: qapi/error.json
1936 F: util/error.c
1937 F: util/qemu-error.c
1939 GDB stub
1940 M: Alex Bennée <alex.bennee@linaro.org>
1941 R: Philippe Mathieu-Daudé <philmd@redhat.com>
1942 S: Maintained
1943 F: gdbstub*
1944 F: gdb-xml/
1946 Memory API
1947 M: Paolo Bonzini <pbonzini@redhat.com>
1948 S: Supported
1949 F: include/exec/ioport.h
1950 F: ioport.c
1951 F: include/exec/memop.h
1952 F: include/exec/memory.h
1953 F: include/exec/ram_addr.h
1954 F: memory.c
1955 F: include/exec/memory-internal.h
1956 F: exec.c
1958 SPICE
1959 M: Gerd Hoffmann <kraxel@redhat.com>
1960 S: Supported
1961 F: include/ui/qemu-spice.h
1962 F: include/ui/spice-display.h
1963 F: ui/spice-*.c
1964 F: audio/spiceaudio.c
1965 F: hw/display/qxl*
1966 F: qapi/ui.json
1967 F: docs/spice-port-fqdn.txt
1969 Graphics
1970 M: Gerd Hoffmann <kraxel@redhat.com>
1971 S: Odd Fixes
1972 F: ui/
1973 F: include/ui/
1974 F: qapi/ui.json
1975 F: util/drm.c
1977 Cocoa graphics
1978 M: Peter Maydell <peter.maydell@linaro.org>
1979 S: Odd Fixes
1980 F: ui/cocoa.m
1982 Main loop
1983 M: Paolo Bonzini <pbonzini@redhat.com>
1984 S: Maintained
1985 F: cpus.c
1986 F: include/qemu/main-loop.h
1987 F: include/sysemu/runstate.h
1988 F: util/main-loop.c
1989 F: util/qemu-timer.c
1990 F: vl.c
1991 F: qapi/run-state.json
1993 Human Monitor (HMP)
1994 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1995 S: Maintained
1996 F: monitor/monitor-internal.h
1997 F: monitor/misc.c
1998 F: monitor/monitor.c
1999 F: monitor/hmp*
2000 F: hmp.h
2001 F: hmp-commands*.hx
2002 F: include/monitor/hmp-target.h
2003 F: tests/test-hmp.c
2004 F: include/qemu/qemu-print.h
2005 F: util/qemu-print.c
2007 Network device backends
2008 M: Jason Wang <jasowang@redhat.com>
2009 S: Maintained
2010 F: net/
2011 F: include/net/
2012 F: qemu-bridge-helper.c
2013 T: git https://github.com/jasowang/qemu.git net
2014 F: qapi/net.json
2016 Netmap network backend
2017 M: Luigi Rizzo <rizzo@iet.unipi.it>
2018 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2019 M: Vincenzo Maffione <v.maffione@gmail.com>
2020 W: http://info.iet.unipi.it/~luigi/netmap/
2021 S: Maintained
2022 F: net/netmap.c
2024 Host Memory Backends
2025 M: Eduardo Habkost <ehabkost@redhat.com>
2026 M: Igor Mammedov <imammedo@redhat.com>
2027 S: Maintained
2028 F: backends/hostmem*.c
2029 F: include/sysemu/hostmem.h
2030 T: git https://github.com/ehabkost/qemu.git machine-next
2032 Cryptodev Backends
2033 M: Gonglei <arei.gonglei@huawei.com>
2034 S: Maintained
2035 F: include/sysemu/cryptodev*.h
2036 F: backends/cryptodev*.c
2038 Python scripts
2039 M: Eduardo Habkost <ehabkost@redhat.com>
2040 M: Cleber Rosa <crosa@redhat.com>
2041 S: Odd fixes
2042 F: python/qemu/*py
2043 F: scripts/*.py
2044 F: tests/*.py
2046 QAPI
2047 M: Markus Armbruster <armbru@redhat.com>
2048 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2049 S: Supported
2050 F: qapi/
2051 X: qapi/*.json
2052 F: include/qapi/
2053 X: include/qapi/qmp/
2054 F: include/qapi/qmp/dispatch.h
2055 F: tests/qapi-schema/
2056 F: tests/test-*-visitor.c
2057 F: tests/test-qapi-*.c
2058 F: tests/test-qmp-*.c
2059 F: tests/test-visitor-serialization.c
2060 F: scripts/qapi-gen.py
2061 F: scripts/qapi/*
2062 F: docs/devel/qapi*
2063 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2065 QAPI Schema
2066 M: Eric Blake <eblake@redhat.com>
2067 M: Markus Armbruster <armbru@redhat.com>
2068 S: Supported
2069 F: qapi/*.json
2070 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2072 QObject
2073 M: Markus Armbruster <armbru@redhat.com>
2074 S: Supported
2075 F: qobject/
2076 F: include/qapi/qmp/
2077 X: include/qapi/qmp/dispatch.h
2078 F: scripts/coccinelle/qobject.cocci
2079 F: tests/check-qdict.c
2080 F: tests/check-qjson.c
2081 F: tests/check-qlist.c
2082 F: tests/check-qlit.c
2083 F: tests/check-qnull.c
2084 F: tests/check-qnum.c
2085 F: tests/check-qobject.c
2086 F: tests/check-qstring.c
2087 F: tests/data/qobject/qdict.txt
2088 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2090 QEMU Guest Agent
2091 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2092 S: Maintained
2093 F: qga/
2094 F: docs/interop/qemu-ga.rst
2095 F: scripts/qemu-guest-agent/
2096 F: tests/test-qga.c
2097 F: docs/interop/qemu-ga-ref.texi
2098 T: git https://github.com/mdroth/qemu.git qga
2101 M: Paolo Bonzini <pbonzini@redhat.com>
2102 R: Daniel P. Berrange <berrange@redhat.com>
2103 R: Eduardo Habkost <ehabkost@redhat.com>
2104 S: Supported
2105 F: docs/qdev-device-use.txt
2106 F: hw/core/qdev*
2107 F: include/hw/qdev*
2108 F: include/monitor/qdev.h
2109 F: include/qom/
2110 F: qapi/qom.json
2111 F: qapi/qdev.json
2112 F: qdev-monitor.c
2113 F: qom/
2114 F: tests/check-qom-interface.c
2115 F: tests/check-qom-proplist.c
2116 F: tests/test-qdev-global-props.c
2119 M: Markus Armbruster <armbru@redhat.com>
2120 S: Supported
2121 F: monitor/monitor-internal.h
2122 F: monitor/qmp*
2123 F: monitor/misc.c
2124 F: monitor/monitor.c
2125 F: qapi/error.json
2126 F: docs/devel/*qmp-*
2127 F: docs/interop/*qmp-*
2128 F: scripts/qmp/
2129 F: tests/qmp-test.c
2130 F: tests/qmp-cmd-test.c
2131 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2133 qtest
2134 M: Thomas Huth <thuth@redhat.com>
2135 M: Laurent Vivier <lvivier@redhat.com>
2136 R: Paolo Bonzini <pbonzini@redhat.com>
2137 S: Maintained
2138 F: qtest.c
2139 F: accel/qtest.c
2140 F: tests/libqtest*
2141 F: tests/libqos/
2142 F: tests/*-test.c
2144 Register API
2145 M: Alistair Francis <alistair@alistair23.me>
2146 S: Maintained
2147 F: hw/core/register.c
2148 F: include/hw/register.h
2149 F: include/hw/registerfields.h
2151 SLIRP
2152 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2153 S: Maintained
2154 F: slirp/
2155 F: net/slirp.c
2156 F: include/net/slirp.h
2157 T: git https://people.debian.org/~sthibault/qemu.git slirp
2159 Stubs
2160 M: Paolo Bonzini <pbonzini@redhat.com>
2161 S: Maintained
2162 F: stubs/
2164 Tracing
2165 M: Stefan Hajnoczi <stefanha@redhat.com>
2166 S: Maintained
2167 F: trace/
2168 F: trace-events
2169 F: qemu-option-trace.texi
2170 F: scripts/tracetool.py
2171 F: scripts/tracetool/
2172 F: scripts/qemu-trace-stap*
2173 F: docs/devel/tracing.txt
2174 T: git https://github.com/stefanha/qemu.git tracing
2177 M: Stefan Berger <stefanb@linux.ibm.com>
2178 S: Maintained
2179 F: tpm.c
2180 F: stubs/tpm.c
2181 F: hw/tpm/*
2182 F: include/hw/acpi/tpm.h
2183 F: include/sysemu/tpm*
2184 F: qapi/tpm.json
2185 F: backends/tpm.c
2186 F: tests/*tpm*
2187 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2189 Checkpatch
2190 S: Odd Fixes
2191 F: scripts/checkpatch.pl
2193 Migration
2194 M: Juan Quintela <quintela@redhat.com>
2195 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2196 S: Maintained
2197 F: include/migration/
2198 F: migration/
2199 F: scripts/vmstate-static-checker.py
2200 F: tests/vmstate-static-checker-data/
2201 F: tests/migration-test.c
2202 F: docs/devel/migration.rst
2203 F: qapi/migration.json
2205 Seccomp
2206 M: Eduardo Otubo <otubo@redhat.com>
2207 S: Supported
2208 F: qemu-seccomp.c
2209 F: include/sysemu/seccomp.h
2211 Cryptography
2212 M: Daniel P. Berrange <berrange@redhat.com>
2213 S: Maintained
2214 F: crypto/
2215 F: include/crypto/
2216 F: tests/test-crypto-*
2217 F: tests/benchmark-crypto-*
2218 F: tests/crypto-tls-*
2219 F: tests/pkix_asn1_tab.c
2220 F: qemu.sasl
2222 Coroutines
2223 M: Stefan Hajnoczi <stefanha@redhat.com>
2224 M: Kevin Wolf <kwolf@redhat.com>
2225 S: Maintained
2226 F: util/*coroutine*
2227 F: include/qemu/coroutine*
2228 F: tests/test-coroutine.c
2230 Buffers
2231 M: Daniel P. Berrange <berrange@redhat.com>
2232 S: Odd fixes
2233 F: util/buffer.c
2234 F: include/qemu/buffer.h
2236 I/O Channels
2237 M: Daniel P. Berrange <berrange@redhat.com>
2238 S: Maintained
2239 F: io/
2240 F: include/io/
2241 F: tests/test-io-*
2243 User authorization
2244 M: Daniel P. Berrange <berrange@redhat.com>
2245 S: Maintained
2246 F: authz/
2247 F: qapi/authz.json
2248 F: include/authz/
2249 F: tests/test-authz-*
2251 Sockets
2252 M: Daniel P. Berrange <berrange@redhat.com>
2253 M: Gerd Hoffmann <kraxel@redhat.com>
2254 S: Maintained
2255 F: include/qemu/sockets.h
2256 F: util/qemu-sockets.c
2257 F: qapi/sockets.json
2259 File monitor
2260 M: Daniel P. Berrange <berrange@redhat.com>
2261 S: Odd fixes
2262 F: util/filemonitor*.c
2263 F: include/qemu/filemonitor.h
2264 F: tests/test-util-filemonitor.c
2266 Throttling infrastructure
2267 M: Alberto Garcia <berto@igalia.com>
2268 S: Supported
2269 F: block/throttle-groups.c
2270 F: include/block/throttle-groups.h
2271 F: include/qemu/throttle*.h
2272 F: util/throttle.c
2273 F: docs/throttle.txt
2274 F: tests/test-throttle.c
2275 L: qemu-block@nongnu.org
2277 UUID
2278 M: Fam Zheng <fam@euphon.net>
2279 S: Supported
2280 F: util/uuid.c
2281 F: include/qemu/uuid.h
2282 F: tests/test-uuid.c
2284 COLO Framework
2285 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2286 S: Maintained
2287 F: migration/colo*
2288 F: include/migration/colo.h
2289 F: include/migration/failover.h
2290 F: docs/COLO-FT.txt
2292 COLO Proxy
2293 M: Zhang Chen <chen.zhang@intel.com>
2294 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2295 S: Supported
2296 F: docs/colo-proxy.txt
2297 F: net/colo*
2298 F: net/filter-rewriter.c
2299 F: net/filter-mirror.c
2301 Record/replay
2302 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2303 R: Paolo Bonzini <pbonzini@redhat.com>
2304 W: https://wiki.qemu.org/Features/record-replay
2305 S: Supported
2306 F: replay/*
2307 F: block/blkreplay.c
2308 F: net/filter-replay.c
2309 F: include/sysemu/replay.h
2310 F: docs/replay.txt
2311 F: stubs/replay.c
2313 IOVA Tree
2314 M: Peter Xu <peterx@redhat.com>
2315 S: Maintained
2316 F: include/qemu/iova-tree.h
2317 F: util/iova-tree.c
2319 elf2dmp
2320 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2321 S: Maintained
2322 F: contrib/elf2dmp/
2324 I2C and SMBus
2325 M: Corey Minyard <cminyard@mvista.com>
2326 S: Maintained
2327 F: hw/i2c/core.c
2328 F: hw/i2c/smbus_slave.c
2329 F: hw/i2c/smbus_master.c
2330 F: hw/i2c/smbus_eeprom.c
2331 F: include/hw/i2c/i2c.h
2332 F: include/hw/i2c/smbus_master.h
2333 F: include/hw/i2c/smbus_slave.h
2334 F: include/hw/i2c/smbus_eeprom.h
2336 EDK2 Firmware
2337 M: Laszlo Ersek <lersek@redhat.com>
2338 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2339 S: Supported
2340 F: pc-bios/descriptors/??-edk2-*.json
2341 F: pc-bios/edk2-*
2342 F: roms/Makefile.edk2
2343 F: roms/edk2
2344 F: roms/edk2-*
2345 F: tests/data/uefi-boot-images/
2346 F: tests/uefi-test-tools/
2348 Usermode Emulation
2349 ------------------
2350 Overall usermode emulation
2351 M: Riku Voipio <riku.voipio@iki.fi>
2352 S: Maintained
2353 F: thunk.c
2354 F: accel/tcg/user-exec*.c
2356 BSD user
2357 S: Orphan
2358 F: bsd-user/
2359 F: default-configs/*-bsd-user.mak
2361 Linux user
2362 M: Riku Voipio <riku.voipio@iki.fi>
2363 R: Laurent Vivier <laurent@vivier.eu>
2364 S: Maintained
2365 F: linux-user/
2366 F: default-configs/*-linux-user.mak
2367 F: scripts/qemu-binfmt-conf.sh
2369 Tiny Code Generator (TCG)
2370 -------------------------
2371 Common TCG code
2372 M: Richard Henderson <rth@twiddle.net>
2373 S: Maintained
2374 F: tcg/
2376 TCG Plugins
2377 M: Alex Bennée <alex.bennee@linaro.org>
2378 S: Maintained
2379 F: docs/devel/tcg-plugins.rst
2380 F: plugins/
2381 F: tests/plugin
2383 AArch64 TCG target
2384 M: Claudio Fontana <claudio.fontana@huawei.com>
2385 M: Claudio Fontana <claudio.fontana@gmail.com>
2386 S: Maintained
2387 L: qemu-arm@nongnu.org
2388 F: tcg/aarch64/
2389 F: disas/arm-a64.cc
2390 F: disas/libvixl/
2392 ARM TCG target
2393 M: Andrzej Zaborowski <balrogg@gmail.com>
2394 S: Maintained
2395 L: qemu-arm@nongnu.org
2396 F: tcg/arm/
2397 F: disas/arm.c
2399 i386 TCG target
2400 M: Richard Henderson <rth@twiddle.net>
2401 S: Maintained
2402 F: tcg/i386/
2403 F: disas/i386.c
2405 MIPS TCG target
2406 M: Aurelien Jarno <aurelien@aurel32.net>
2407 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2408 S: Maintained
2409 F: tcg/mips/
2411 PPC TCG target
2412 M: Richard Henderson <rth@twiddle.net>
2413 S: Odd Fixes
2414 F: tcg/ppc/
2415 F: disas/ppc.c
2417 RISC-V TCG target
2418 M: Palmer Dabbelt <palmer@dabbelt.com>
2419 M: Alistair Francis <Alistair.Francis@wdc.com>
2420 L: qemu-riscv@nongnu.org
2421 S: Maintained
2422 F: tcg/riscv/
2423 F: disas/riscv.c
2425 S390 TCG target
2426 M: Richard Henderson <rth@twiddle.net>
2427 S: Maintained
2428 F: tcg/s390/
2429 F: disas/s390.c
2430 L: qemu-s390x@nongnu.org
2432 SPARC TCG target
2433 S: Odd Fixes
2434 F: tcg/sparc/
2435 F: disas/sparc.c
2437 TCI TCG target
2438 M: Stefan Weil <sw@weilnetz.de>
2439 S: Maintained
2440 F: tcg/tci/
2441 F: tcg/tci.c
2442 F: disas/tci.c
2444 Block drivers
2445 -------------
2446 VMDK
2447 M: Fam Zheng <fam@euphon.net>
2448 L: qemu-block@nongnu.org
2449 S: Supported
2450 F: block/vmdk.c
2453 M: Jason Dillaman <dillaman@redhat.com>
2454 L: qemu-block@nongnu.org
2455 S: Supported
2456 F: block/rbd.c
2458 Sheepdog
2459 M: Liu Yuan <namei.unix@gmail.com>
2460 L: qemu-block@nongnu.org
2461 L: sheepdog@lists.wpkg.org
2462 S: Odd Fixes
2463 F: block/sheepdog.c
2465 VHDX
2466 M: Jeff Cody <codyprime@gmail.com>
2467 L: qemu-block@nongnu.org
2468 S: Supported
2469 F: block/vhdx*
2472 M: Stefan Weil <sw@weilnetz.de>
2473 L: qemu-block@nongnu.org
2474 S: Maintained
2475 F: block/vdi.c
2477 iSCSI
2478 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2479 M: Paolo Bonzini <pbonzini@redhat.com>
2480 M: Peter Lieven <pl@kamp.de>
2481 L: qemu-block@nongnu.org
2482 S: Odd Fixes
2483 F: block/iscsi.c
2484 F: block/iscsi-opts.c
2486 Network Block Device (NBD)
2487 M: Eric Blake <eblake@redhat.com>
2488 L: qemu-block@nongnu.org
2489 S: Maintained
2490 F: block/nbd*
2491 F: nbd/
2492 F: include/block/nbd*
2493 F: qemu-nbd.*
2494 F: blockdev-nbd.c
2495 F: docs/interop/nbd.txt
2496 T: git https://repo.or.cz/qemu/ericb.git nbd
2499 M: Peter Lieven <pl@kamp.de>
2500 L: qemu-block@nongnu.org
2501 S: Maintained
2502 F: block/nfs.c
2505 M: Richard W.M. Jones <rjones@redhat.com>
2506 L: qemu-block@nongnu.org
2507 S: Supported
2508 F: block/ssh.c
2510 CURL
2511 L: qemu-block@nongnu.org
2512 S: Odd Fixes
2513 F: block/curl.c
2515 GLUSTER
2516 L: qemu-block@nongnu.org
2517 L: integration@gluster.org
2518 S: Odd Fixes
2519 F: block/gluster.c
2521 Null Block Driver
2522 M: Fam Zheng <fam@euphon.net>
2523 L: qemu-block@nongnu.org
2524 S: Supported
2525 F: block/null.c
2527 NVMe Block Driver
2528 M: Fam Zheng <fam@euphon.net>
2529 L: qemu-block@nongnu.org
2530 S: Supported
2531 F: block/nvme*
2533 Bootdevice
2534 M: Gonglei <arei.gonglei@huawei.com>
2535 S: Maintained
2536 F: bootdevice.c
2538 Quorum
2539 M: Alberto Garcia <berto@igalia.com>
2540 S: Supported
2541 F: block/quorum.c
2542 L: qemu-block@nongnu.org
2544 blklogwrites
2545 M: Ari Sundholm <ari@tuxera.com>
2546 L: qemu-block@nongnu.org
2547 S: Supported
2548 F: block/blklogwrites.c
2550 blkverify
2551 M: Stefan Hajnoczi <stefanha@redhat.com>
2552 L: qemu-block@nongnu.org
2553 S: Supported
2554 F: block/blkverify.c
2556 bochs
2557 M: Stefan Hajnoczi <stefanha@redhat.com>
2558 L: qemu-block@nongnu.org
2559 S: Supported
2560 F: block/bochs.c
2562 cloop
2563 M: Stefan Hajnoczi <stefanha@redhat.com>
2564 L: qemu-block@nongnu.org
2565 S: Supported
2566 F: block/cloop.c
2569 M: Stefan Hajnoczi <stefanha@redhat.com>
2570 L: qemu-block@nongnu.org
2571 S: Supported
2572 F: block/dmg.c
2574 parallels
2575 M: Stefan Hajnoczi <stefanha@redhat.com>
2576 M: Denis V. Lunev <den@openvz.org>
2577 L: qemu-block@nongnu.org
2578 S: Supported
2579 F: block/parallels.c
2580 F: docs/interop/parallels.txt
2583 M: Stefan Hajnoczi <stefanha@redhat.com>
2584 L: qemu-block@nongnu.org
2585 S: Supported
2586 F: block/qed.c
2589 M: Kevin Wolf <kwolf@redhat.com>
2590 L: qemu-block@nongnu.org
2591 S: Supported
2592 F: block/linux-aio.c
2593 F: include/block/raw-aio.h
2594 F: block/raw-format.c
2595 F: block/file-posix.c
2596 F: block/file-win32.c
2597 F: block/win32-aio.c
2599 qcow2
2600 M: Kevin Wolf <kwolf@redhat.com>
2601 M: Max Reitz <mreitz@redhat.com>
2602 L: qemu-block@nongnu.org
2603 S: Supported
2604 F: block/qcow2*
2605 F: docs/interop/qcow2.txt
2607 qcow
2608 M: Kevin Wolf <kwolf@redhat.com>
2609 L: qemu-block@nongnu.org
2610 S: Supported
2611 F: block/qcow.c
2613 blkdebug
2614 M: Kevin Wolf <kwolf@redhat.com>
2615 M: Max Reitz <mreitz@redhat.com>
2616 L: qemu-block@nongnu.org
2617 S: Supported
2618 F: block/blkdebug.c
2621 M: Kevin Wolf <kwolf@redhat.com>
2622 L: qemu-block@nongnu.org
2623 S: Supported
2624 F: block/vpc.c
2626 vvfat
2627 M: Kevin Wolf <kwolf@redhat.com>
2628 L: qemu-block@nongnu.org
2629 S: Supported
2630 F: block/vvfat.c
2632 Image format fuzzer
2633 M: Stefan Hajnoczi <stefanha@redhat.com>
2634 L: qemu-block@nongnu.org
2635 S: Supported
2636 F: tests/image-fuzzer/
2638 Replication
2639 M: Wen Congyang <wencongyang2@huawei.com>
2640 M: Xie Changlong <xiechanglong.d@gmail.com>
2641 S: Supported
2642 F: replication*
2643 F: block/replication.c
2644 F: tests/test-replication.c
2645 F: docs/block-replication.txt
2647 PVRDMA
2648 M: Yuval Shaia <yuval.shaia@oracle.com>
2649 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2650 S: Maintained
2651 F: hw/rdma/*
2652 F: hw/rdma/vmw/*
2653 F: docs/pvrdma.txt
2654 F: contrib/rdmacm-mux/*
2655 F: qapi/rdma.json
2657 Semihosting
2658 M: Alex Bennée <alex.bennee@linaro.org>
2659 S: Maintained
2660 F: hw/semihosting/
2661 F: include/hw/semihosting/
2663 Build and test automation
2664 -------------------------
2665 Build and test automation
2666 M: Alex Bennée <alex.bennee@linaro.org>
2667 M: Fam Zheng <fam@euphon.net>
2668 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2669 S: Maintained
2670 F: .travis.yml
2671 F: scripts/travis/
2672 F: .shippable.yml
2673 F: tests/docker/
2674 F: tests/vm/
2675 F: scripts/archive-source.sh
2676 W: https://travis-ci.org/qemu/qemu
2677 W: https://app.shippable.com/github/qemu/qemu
2678 W: http://patchew.org/QEMU/
2680 FreeBSD Hosted Continuous Integration
2681 M: Ed Maste <emaste@freebsd.org>
2682 M: Li-Wen Hsu <lwhsu@freebsd.org>
2683 S: Maintained
2684 F: .cirrus.yml
2685 W: https://cirrus-ci.com/github/qemu/qemu
2687 GitLab Continuous Integration
2688 M: Thomas Huth <thuth@redhat.com>
2689 S: Maintained
2690 F: .gitlab-ci.yml
2692 Guest Test Compilation Support
2693 M: Alex Bennée <alex.bennee@linaro.org>
2694 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2695 S: Maintained
2696 F: tests/tcg/Makefile
2697 F: tests/tcg/Makefile.include
2699 Documentation
2700 -------------
2701 Build system architecture
2702 M: Daniel P. Berrange <berrange@redhat.com>
2703 S: Odd Fixes
2704 F: docs/devel/build-system.txt
2706 GIT Data Mining Config
2707 M: Alex Bennée <alex.bennee@linaro.org>
2708 S: Odd Fixes
2709 F: gitdm.config
2710 F: contrib/gitdm/*
2712 Incompatible changes
2713 R: libvir-list@redhat.com
2714 F: qemu-deprecated.texi
2716 Build System
2717 ------------
2718 GIT submodules
2719 M: Daniel P. Berrange <berrange@redhat.com>
2720 S: Odd Fixes
2721 F: scripts/git-submodule.sh
2723 UI translations
2724 M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2725 F: po/*.po
2727 Sphinx documentation configuration and build machinery
2728 M: Peter Maydell <peter.maydell@linaro.org>
2729 S: Maintained
2730 F: docs/conf.py
2731 F: docs/*/conf.py