configure: remove dead function
[qemu.git] / MAINTAINERS
blob7a40d4d865ee2a0415e0b1e2f810a0823f7632c0
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 (keep in sync with docs/devel/maintainers.rst):
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 F: docs/devel/trivial-patches.rst
82 T: git git://git.corpit.ru/qemu.git trivial-patches
83 T: git https://github.com/vivier/qemu.git trivial-patches
85 Architecture support
86 --------------------
87 S390 general architecture support
88 M: Thomas Huth <thuth@redhat.com>
89 S: Supported
90 F: configs/devices/s390x-softmmu/default.mak
91 F: gdb-xml/s390*.xml
92 F: hw/char/sclp*.[hc]
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
96 F: hw/s390x/
97 F: hw/vfio/ap.c
98 F: hw/vfio/ccw.c
99 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/s390x/
101 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw/
103 F: pc-bios/s390-ccw.img
104 F: target/s390x/
105 F: docs/system/target-s390x.rst
106 F: docs/system/s390x/
107 F: tests/migration/s390x/
108 K: ^Subject:.*(?i)s390x?
109 L: qemu-s390x@nongnu.org
111 MIPS general architecture support
112 M: Philippe Mathieu-Daudé <philmd@linaro.org>
113 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
114 S: Odd Fixes
115 K: ^Subject:.*(?i)mips
117 Guest CPU cores (TCG)
118 ---------------------
119 Overall TCG CPUs
120 M: Richard Henderson <richard.henderson@linaro.org>
121 R: Paolo Bonzini <pbonzini@redhat.com>
122 S: Maintained
123 F: softmmu/cpus.c
124 F: cpus-common.c
125 F: page-vary.c
126 F: page-vary-common.c
127 F: accel/tcg/
128 F: accel/stubs/tcg-stub.c
129 F: util/cacheinfo.c
130 F: util/cacheflush.c
131 F: scripts/decodetree.py
132 F: docs/devel/decodetree.rst
133 F: docs/devel/tcg*
134 F: include/exec/cpu*.h
135 F: include/exec/exec-all.h
136 F: include/exec/helper*.h
137 F: include/sysemu/cpus.h
138 F: include/sysemu/tcg.h
139 F: include/hw/core/tcg-cpu-ops.h
141 FPU emulation
142 M: Aurelien Jarno <aurelien@aurel32.net>
143 M: Peter Maydell <peter.maydell@linaro.org>
144 M: Alex Bennée <alex.bennee@linaro.org>
145 S: Maintained
146 F: fpu/
147 F: include/fpu/
148 F: tests/fp/
150 Alpha TCG CPUs
151 M: Richard Henderson <richard.henderson@linaro.org>
152 S: Maintained
153 F: target/alpha/
154 F: tests/tcg/alpha/
155 F: disas/alpha.c
157 ARM TCG CPUs
158 M: Peter Maydell <peter.maydell@linaro.org>
159 L: qemu-arm@nongnu.org
160 S: Maintained
161 F: target/arm/
162 F: tests/tcg/arm/
163 F: tests/tcg/aarch64/
164 F: tests/qtest/arm-cpu-features.c
165 F: hw/arm/
166 F: hw/cpu/a*mpcore.c
167 F: include/hw/cpu/a*mpcore.h
168 F: docs/system/target-arm.rst
169 F: docs/system/arm/cpu-features.rst
171 ARM SMMU
172 M: Eric Auger <eric.auger@redhat.com>
173 L: qemu-arm@nongnu.org
174 S: Maintained
175 F: hw/arm/smmu*
176 F: include/hw/arm/smmu*
177 F: tests/avocado/smmu.py
179 AVR TCG CPUs
180 M: Michael Rolnik <mrolnik@gmail.com>
181 S: Maintained
182 F: docs/system/target-avr.rst
183 F: gdb-xml/avr-cpu.xml
184 F: target/avr/
185 F: tests/avocado/machine_avr6.py
187 CRIS TCG CPUs
188 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
189 S: Maintained
190 F: target/cris/
191 F: hw/cris/
192 F: include/hw/cris/
193 F: tests/tcg/cris/
194 F: disas/cris.c
196 Hexagon TCG CPUs
197 M: Taylor Simpson <tsimpson@quicinc.com>
198 S: Supported
199 F: target/hexagon/
200 X: target/hexagon/idef-parser/
201 X: target/hexagon/gen_idef_parser_funcs.py
202 F: linux-user/hexagon/
203 F: tests/tcg/hexagon/
204 F: disas/hexagon.c
205 F: configs/targets/hexagon-linux-user/default.mak
206 F: docker/dockerfiles/debian-hexagon-cross.docker
208 Hexagon idef-parser
209 M: Alessandro Di Federico <ale@rev.ng>
210 M: Anton Johansson <anjo@rev.ng>
211 S: Supported
212 F: target/hexagon/idef-parser/
213 F: target/hexagon/gen_idef_parser_funcs.py
215 HPPA (PA-RISC) TCG CPUs
216 M: Richard Henderson <richard.henderson@linaro.org>
217 S: Maintained
218 F: target/hppa/
219 F: disas/hppa.c
221 LoongArch TCG CPUs
222 M: Song Gao <gaosong@loongson.cn>
223 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
224 S: Maintained
225 F: target/loongarch/
226 F: tests/tcg/loongarch64/
228 M68K TCG CPUs
229 M: Laurent Vivier <laurent@vivier.eu>
230 S: Maintained
231 F: target/m68k/
232 F: disas/m68k.c
234 MicroBlaze TCG CPUs
235 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
236 S: Maintained
237 F: target/microblaze/
238 F: hw/microblaze/
239 F: disas/microblaze.c
240 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
241 F: tests/tcg/nios2/Makefile.target
243 MIPS TCG CPUs
244 M: Philippe Mathieu-Daudé <philmd@linaro.org>
245 R: Aurelien Jarno <aurelien@aurel32.net>
246 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
247 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
248 S: Odd Fixes
249 F: target/mips/
250 F: disas/*mips.c
251 F: docs/system/cpu-models-mips.rst.inc
252 F: tests/tcg/mips/
254 NiosII TCG CPUs
255 M: Chris Wulff <crwulff@gmail.com>
256 M: Marek Vasut <marex@denx.de>
257 S: Maintained
258 F: target/nios2/
259 F: hw/nios2/
260 F: disas/nios2.c
261 F: configs/devices/nios2-softmmu/default.mak
262 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
264 OpenRISC TCG CPUs
265 M: Stafford Horne <shorne@gmail.com>
266 S: Odd Fixes
267 F: docs/system/openrisc/cpu-features.rst
268 F: target/openrisc/
269 F: hw/openrisc/
270 F: tests/tcg/openrisc/
272 PowerPC TCG CPUs
273 M: Daniel Henrique Barboza <danielhb413@gmail.com>
274 R: Cédric Le Goater <clg@kaod.org>
275 R: David Gibson <david@gibson.dropbear.id.au>
276 R: Greg Kurz <groug@kaod.org>
277 L: qemu-ppc@nongnu.org
278 S: Odd Fixes
279 F: target/ppc/
280 F: hw/ppc/ppc.c
281 F: hw/ppc/ppc_booke.c
282 F: include/hw/ppc/ppc.h
284 RISC-V TCG CPUs
285 M: Palmer Dabbelt <palmer@dabbelt.com>
286 M: Alistair Francis <alistair.francis@wdc.com>
287 M: Bin Meng <bin.meng@windriver.com>
288 L: qemu-riscv@nongnu.org
289 S: Supported
290 F: target/riscv/
291 F: hw/riscv/
292 F: include/hw/riscv/
293 F: linux-user/host/riscv32/
294 F: linux-user/host/riscv64/
296 RISC-V XVentanaCondOps extension
297 M: Philipp Tomsich <philipp.tomsich@vrull.eu>
298 L: qemu-riscv@nongnu.org
299 S: Supported
300 F: target/riscv/XVentanaCondOps.decode
301 F: target/riscv/insn_trans/trans_xventanacondops.c.inc
303 RENESAS RX CPUs
304 R: Yoshinori Sato <ysato@users.sourceforge.jp>
305 S: Orphan
306 F: target/rx/
308 S390 TCG CPUs
309 M: Richard Henderson <richard.henderson@linaro.org>
310 M: David Hildenbrand <david@redhat.com>
311 R: Ilya Leoshkevich <iii@linux.ibm.com>
312 S: Maintained
313 F: target/s390x/
314 F: target/s390x/tcg
315 F: hw/s390x/
316 F: tests/tcg/s390x/
317 L: qemu-s390x@nongnu.org
319 SH4 TCG CPUs
320 R: Yoshinori Sato <ysato@users.sourceforge.jp>
321 S: Orphan
322 F: target/sh4/
323 F: hw/sh4/
324 F: disas/sh4.c
325 F: include/hw/sh4/
327 SPARC TCG CPUs
328 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
329 M: Artyom Tarasenko <atar4qemu@gmail.com>
330 S: Maintained
331 F: target/sparc/
332 F: hw/sparc/
333 F: hw/sparc64/
334 F: include/hw/sparc/sparc64.h
335 F: disas/sparc.c
337 X86 TCG CPUs
338 M: Paolo Bonzini <pbonzini@redhat.com>
339 M: Richard Henderson <richard.henderson@linaro.org>
340 M: Eduardo Habkost <eduardo@habkost.net>
341 S: Maintained
342 F: target/i386/tcg/
343 F: tests/tcg/i386/
344 F: tests/tcg/x86_64/
345 F: hw/i386/
346 F: docs/system/i386/cpu.rst
347 F: docs/system/cpu-models-x86*
348 T: git https://gitlab.com/ehabkost/qemu.git x86-next
350 Xtensa TCG CPUs
351 M: Max Filippov <jcmvbkbc@gmail.com>
352 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
353 S: Maintained
354 F: target/xtensa/
355 F: hw/xtensa/
356 F: tests/tcg/xtensa/
357 F: disas/xtensa.c
358 F: include/hw/xtensa/xtensa-isa.h
359 F: configs/devices/xtensa*/default.mak
361 TriCore TCG CPUs
362 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
363 S: Maintained
364 F: target/tricore/
365 F: hw/tricore/
366 F: include/hw/tricore/
367 F: tests/tcg/tricore/
369 Multiarch Linux User Tests
370 M: Alex Bennée <alex.bennee@linaro.org>
371 S: Maintained
372 F: tests/tcg/multiarch/
374 Guest CPU Cores (KVM)
375 ---------------------
376 Overall KVM CPUs
377 M: Paolo Bonzini <pbonzini@redhat.com>
378 L: kvm@vger.kernel.org
379 S: Supported
380 F: */*/kvm*
381 F: accel/kvm/
382 F: accel/stubs/kvm-stub.c
383 F: include/hw/kvm/
384 F: include/sysemu/kvm*.h
385 F: scripts/kvm/kvm_flightrecorder
387 ARM KVM CPUs
388 M: Peter Maydell <peter.maydell@linaro.org>
389 L: qemu-arm@nongnu.org
390 S: Maintained
391 F: target/arm/kvm.c
393 MIPS KVM CPUs
394 M: Huacai Chen <chenhuacai@kernel.org>
395 S: Odd Fixes
396 F: target/mips/kvm*
397 F: target/mips/sysemu/
399 PPC KVM CPUs
400 M: Daniel Henrique Barboza <danielhb413@gmail.com>
401 R: Cédric Le Goater <clg@kaod.org>
402 R: David Gibson <david@gibson.dropbear.id.au>
403 R: Greg Kurz <groug@kaod.org>
404 S: Odd Fixes
405 F: target/ppc/kvm.c
407 S390 KVM CPUs
408 M: Halil Pasic <pasic@linux.ibm.com>
409 M: Christian Borntraeger <borntraeger@linux.ibm.com>
410 S: Supported
411 F: target/s390x/kvm/
412 F: target/s390x/machine.c
413 F: target/s390x/sigp.c
414 F: hw/s390x/pv.c
415 F: include/hw/s390x/pv.h
416 F: gdb-xml/s390*.xml
417 T: git https://github.com/borntraeger/qemu.git s390-next
418 L: qemu-s390x@nongnu.org
420 X86 KVM CPUs
421 M: Paolo Bonzini <pbonzini@redhat.com>
422 M: Marcelo Tosatti <mtosatti@redhat.com>
423 L: kvm@vger.kernel.org
424 S: Supported
425 F: docs/system/i386/amd-memory-encryption.rst
426 F: docs/system/i386/sgx.rst
427 F: target/i386/kvm/
428 F: target/i386/sev*
429 F: scripts/kvm/vmxcap
431 Guest CPU Cores (other accelerators)
432 ------------------------------------
433 Overall
434 M: Richard Henderson <richard.henderson@linaro.org>
435 R: Paolo Bonzini <pbonzini@redhat.com>
436 S: Maintained
437 F: include/qemu/accel.h
438 F: include/sysemu/accel-ops.h
439 F: include/hw/core/accel-cpu.h
440 F: accel/accel-*.c
441 F: accel/Makefile.objs
442 F: accel/stubs/Makefile.objs
444 Apple Silicon HVF CPUs
445 M: Alexander Graf <agraf@csgraf.de>
446 S: Maintained
447 F: target/arm/hvf/
449 X86 HVF CPUs
450 M: Cameron Esfahani <dirty@apple.com>
451 M: Roman Bolshakov <r.bolshakov@yadro.com>
452 W: https://wiki.qemu.org/Features/HVF
453 S: Maintained
454 F: target/i386/hvf/
457 M: Cameron Esfahani <dirty@apple.com>
458 M: Roman Bolshakov <r.bolshakov@yadro.com>
459 W: https://wiki.qemu.org/Features/HVF
460 S: Maintained
461 F: accel/hvf/
462 F: include/sysemu/hvf.h
463 F: include/sysemu/hvf_int.h
465 WHPX CPUs
466 M: Sunil Muthuswamy <sunilmut@microsoft.com>
467 S: Supported
468 F: target/i386/whpx/
469 F: include/sysemu/whpx.h
471 Guest CPU Cores (Xen)
472 ---------------------
473 X86 Xen CPUs
474 M: Stefano Stabellini <sstabellini@kernel.org>
475 M: Anthony Perard <anthony.perard@citrix.com>
476 M: Paul Durrant <paul@xen.org>
477 L: xen-devel@lists.xenproject.org
478 S: Supported
479 F: */xen*
480 F: accel/xen/*
481 F: hw/9pfs/xen-9p*
482 F: hw/char/xen_console.c
483 F: hw/display/xenfb.c
484 F: hw/net/xen_nic.c
485 F: hw/usb/xen-usb.c
486 F: hw/block/xen*
487 F: hw/block/dataplane/xen*
488 F: hw/xen/
489 F: hw/xenpv/
490 F: hw/i386/xen/
491 F: hw/pci-host/xen_igd_pt.c
492 F: include/hw/block/dataplane/xen*
493 F: include/hw/xen/
494 F: include/sysemu/xen.h
495 F: include/sysemu/xen-mapcache.h
496 F: stubs/xen-hw-stub.c
498 Guest CPU Cores (HAXM)
499 ---------------------
500 X86 HAXM CPUs
501 M: Wenchao Wang <wenchao.wang@intel.com>
502 L: haxm-team@intel.com
503 W: https://github.com/intel/haxm/issues
504 S: Maintained
505 F: accel/stubs/hax-stub.c
506 F: include/sysemu/hax.h
507 F: target/i386/hax/
509 Guest CPU Cores (NVMM)
510 ----------------------
511 NetBSD Virtual Machine Monitor (NVMM) CPU support
512 M: Kamil Rytarowski <kamil@netbsd.org>
513 M: Reinoud Zandijk <reinoud@netbsd.org>
514 S: Maintained
515 F: include/sysemu/nvmm.h
516 F: target/i386/nvmm/
518 Hosts
519 -----
520 LINUX
521 M: Michael S. Tsirkin <mst@redhat.com>
522 M: Cornelia Huck <cohuck@redhat.com>
523 M: Paolo Bonzini <pbonzini@redhat.com>
524 S: Maintained
525 F: linux-headers/
526 F: scripts/update-linux-headers.sh
528 POSIX
529 M: Paolo Bonzini <pbonzini@redhat.com>
530 S: Maintained
531 F: os-posix.c
532 F: include/sysemu/os-posix.h
533 F: util/*posix*.c
534 F: include/qemu/*posix*.h
536 NETBSD
537 M: Kamil Rytarowski <kamil@netbsd.org>
538 M: Reinoud Zandijk <reinoud@netbsd.org>
539 M: Ryo ONODERA <ryoon@netbsd.org>
540 S: Maintained
541 K: ^Subject:.*(?i)NetBSD
543 OPENBSD
544 M: Brad Smith <brad@comstyle.com>
545 S: Maintained
546 K: ^Subject:.*(?i)OpenBSD
548 W32, W64
549 M: Stefan Weil <sw@weilnetz.de>
550 S: Maintained
551 F: *win32*
552 F: */*win32*
553 F: include/*/*win32*
554 X: qga/*win32*
555 F: qemu.nsi
556 F: scripts/nsis.py
558 Darwin (macOS, iOS)
559 M: Philippe Mathieu-Daudé <philmd@linaro.org>
560 S: Odd Fixes
561 F: .gitlab-ci.d/cirrus/macos-*
562 F: */*.m
563 F: scripts/entitlement.sh
565 Alpha Machines
566 --------------
567 M: Richard Henderson <richard.henderson@linaro.org>
568 S: Maintained
569 F: hw/alpha/
570 F: hw/isa/smc37c669-superio.c
571 F: tests/tcg/alpha/system/
573 ARM Machines
574 ------------
575 Allwinner-a10
576 M: Beniamino Galvani <b.galvani@gmail.com>
577 M: Peter Maydell <peter.maydell@linaro.org>
578 L: qemu-arm@nongnu.org
579 S: Odd Fixes
580 F: hw/*/allwinner*
581 F: include/hw/*/allwinner*
582 F: hw/arm/cubieboard.c
583 F: docs/system/arm/cubieboard.rst
585 Allwinner-h3
586 M: Niek Linnenbank <nieklinnenbank@gmail.com>
587 L: qemu-arm@nongnu.org
588 S: Maintained
589 F: hw/*/allwinner-h3*
590 F: include/hw/*/allwinner-h3*
591 F: hw/arm/orangepi.c
592 F: docs/system/arm/orangepi.rst
594 ARM PrimeCell and CMSDK devices
595 M: Peter Maydell <peter.maydell@linaro.org>
596 L: qemu-arm@nongnu.org
597 S: Maintained
598 F: hw/char/pl011.c
599 F: include/hw/char/pl011.h
600 F: hw/display/pl110*
601 F: hw/dma/pl080.c
602 F: include/hw/dma/pl080.h
603 F: hw/dma/pl330.c
604 F: hw/gpio/pl061.c
605 F: hw/input/pl050.c
606 F: hw/intc/pl190.c
607 F: hw/sd/pl181.c
608 F: hw/ssi/pl022.c
609 F: include/hw/ssi/pl022.h
610 F: hw/rtc/pl031.c
611 F: include/hw/rtc/pl031.h
612 F: include/hw/arm/primecell.h
613 F: hw/timer/cmsdk-apb-timer.c
614 F: include/hw/timer/cmsdk-apb-timer.h
615 F: tests/qtest/cmsdk-apb-timer-test.c
616 F: hw/timer/cmsdk-apb-dualtimer.c
617 F: include/hw/timer/cmsdk-apb-dualtimer.h
618 F: tests/qtest/cmsdk-apb-dualtimer-test.c
619 F: hw/char/cmsdk-apb-uart.c
620 F: include/hw/char/cmsdk-apb-uart.h
621 F: hw/watchdog/cmsdk-apb-watchdog.c
622 F: include/hw/watchdog/cmsdk-apb-watchdog.h
623 F: tests/qtest/cmsdk-apb-watchdog-test.c
624 F: hw/misc/tz-ppc.c
625 F: include/hw/misc/tz-ppc.h
626 F: hw/misc/tz-mpc.c
627 F: include/hw/misc/tz-mpc.h
628 F: hw/misc/tz-msc.c
629 F: include/hw/misc/tz-msc.h
631 ARM cores
632 M: Peter Maydell <peter.maydell@linaro.org>
633 L: qemu-arm@nongnu.org
634 S: Maintained
635 F: hw/intc/arm*
636 F: hw/intc/gic_internal.h
637 F: hw/misc/a9scu.c
638 F: hw/misc/arm11scu.c
639 F: hw/misc/arm_l2x0.c
640 F: hw/misc/armv7m_ras.c
641 F: hw/timer/a9gtimer*
642 F: hw/timer/arm*
643 F: include/hw/arm/arm*.h
644 F: include/hw/intc/arm*
645 F: include/hw/misc/a9scu.h
646 F: include/hw/misc/arm11scu.h
647 F: include/hw/timer/a9gtimer.h
648 F: include/hw/timer/arm_mptimer.h
649 F: include/hw/timer/armv7m_systick.h
650 F: include/hw/misc/armv7m_ras.h
651 F: tests/qtest/test-arm-mptimer.c
653 Exynos
654 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
655 M: Peter Maydell <peter.maydell@linaro.org>
656 L: qemu-arm@nongnu.org
657 S: Odd Fixes
658 F: hw/*/exynos*
659 F: include/hw/*/exynos*
661 Calxeda Highbank
662 M: Rob Herring <robh@kernel.org>
663 M: Peter Maydell <peter.maydell@linaro.org>
664 L: qemu-arm@nongnu.org
665 S: Odd Fixes
666 F: hw/arm/highbank.c
667 F: hw/net/xgmac.c
668 F: docs/system/arm/highbank.rst
670 Canon DIGIC
671 M: Antony Pavlov <antonynpavlov@gmail.com>
672 M: Peter Maydell <peter.maydell@linaro.org>
673 L: qemu-arm@nongnu.org
674 S: Odd Fixes
675 F: include/hw/arm/digic.h
676 F: hw/*/digic*
677 F: include/hw/*/digic*
678 F: tests/avocado/machine_arm_canona1100.py
679 F: docs/system/arm/digic.rst
681 Goldfish RTC
682 M: Anup Patel <anup.patel@wdc.com>
683 M: Alistair Francis <Alistair.Francis@wdc.com>
684 L: qemu-riscv@nongnu.org
685 S: Maintained
686 F: hw/rtc/goldfish_rtc.c
687 F: include/hw/rtc/goldfish_rtc.h
689 Gumstix
690 M: Peter Maydell <peter.maydell@linaro.org>
691 R: Philippe Mathieu-Daudé <philmd@linaro.org>
692 L: qemu-arm@nongnu.org
693 S: Odd Fixes
694 F: hw/arm/gumstix.c
695 F: docs/system/arm/gumstix.rst
697 i.MX25 PDK
698 M: Peter Maydell <peter.maydell@linaro.org>
699 R: Jean-Christophe Dubois <jcd@tribudubois.net>
700 L: qemu-arm@nongnu.org
701 S: Odd Fixes
702 F: hw/arm/fsl-imx25.c
703 F: hw/arm/imx25_pdk.c
704 F: hw/misc/imx25_ccm.c
705 F: hw/watchdog/wdt_imx2.c
706 F: include/hw/arm/fsl-imx25.h
707 F: include/hw/misc/imx25_ccm.h
708 F: include/hw/watchdog/wdt_imx2.h
709 F: docs/system/arm/imx25-pdk.rst
711 i.MX31 (kzm)
712 M: Peter Maydell <peter.maydell@linaro.org>
713 L: qemu-arm@nongnu.org
714 S: Odd Fixes
715 F: hw/arm/kzm.c
716 F: hw/*/imx_*
717 F: hw/*/*imx31*
718 F: include/hw/*/imx_*
719 F: include/hw/*/*imx31*
720 F: docs/system/arm/kzm.rst
722 Integrator CP
723 M: Peter Maydell <peter.maydell@linaro.org>
724 L: qemu-arm@nongnu.org
725 S: Maintained
726 F: hw/arm/integratorcp.c
727 F: hw/misc/arm_integrator_debug.c
728 F: include/hw/misc/arm_integrator_debug.h
729 F: tests/avocado/machine_arm_integratorcp.py
730 F: docs/system/arm/integratorcp.rst
732 MCIMX6UL EVK / i.MX6ul
733 M: Peter Maydell <peter.maydell@linaro.org>
734 R: Jean-Christophe Dubois <jcd@tribudubois.net>
735 L: qemu-arm@nongnu.org
736 S: Odd Fixes
737 F: hw/arm/mcimx6ul-evk.c
738 F: hw/arm/fsl-imx6ul.c
739 F: hw/misc/imx6ul_ccm.c
740 F: include/hw/arm/fsl-imx6ul.h
741 F: include/hw/misc/imx6ul_ccm.h
743 MCIMX7D SABRE / i.MX7
744 M: Peter Maydell <peter.maydell@linaro.org>
745 R: Andrey Smirnov <andrew.smirnov@gmail.com>
746 L: qemu-arm@nongnu.org
747 S: Odd Fixes
748 F: hw/arm/mcimx7d-sabre.c
749 F: hw/arm/fsl-imx7.c
750 F: hw/misc/imx7_*.c
751 F: include/hw/arm/fsl-imx7.h
752 F: include/hw/misc/imx7_*.h
753 F: hw/pci-host/designware.c
754 F: include/hw/pci-host/designware.h
756 MPS2
757 M: Peter Maydell <peter.maydell@linaro.org>
758 L: qemu-arm@nongnu.org
759 S: Maintained
760 F: hw/arm/mps2.c
761 F: hw/arm/mps2-tz.c
762 F: hw/misc/mps2-*.c
763 F: include/hw/misc/mps2-*.h
764 F: hw/arm/armsse.c
765 F: include/hw/arm/armsse.h
766 F: hw/misc/iotkit-secctl.c
767 F: include/hw/misc/iotkit-secctl.h
768 F: hw/misc/iotkit-sysctl.c
769 F: include/hw/misc/iotkit-sysctl.h
770 F: hw/misc/iotkit-sysinfo.c
771 F: include/hw/misc/iotkit-sysinfo.h
772 F: hw/misc/armsse-cpu-pwrctrl.c
773 F: include/hw/misc/armsse-cpu-pwrctrl.h
774 F: hw/misc/armsse-cpuid.c
775 F: include/hw/misc/armsse-cpuid.h
776 F: hw/misc/armsse-mhu.c
777 F: include/hw/misc/armsse-mhu.h
778 F: hw/timer/sse-counter.c
779 F: include/hw/timer/sse-counter.h
780 F: hw/timer/sse-timer.c
781 F: include/hw/timer/sse-timer.h
782 F: tests/qtest/sse-timer-test.c
783 F: docs/system/arm/mps2.rst
785 Musca
786 M: Peter Maydell <peter.maydell@linaro.org>
787 L: qemu-arm@nongnu.org
788 S: Maintained
789 F: hw/arm/musca.c
790 F: docs/system/arm/musca.rst
792 Musicpal
793 M: Jan Kiszka <jan.kiszka@web.de>
794 M: Peter Maydell <peter.maydell@linaro.org>
795 L: qemu-arm@nongnu.org
796 S: Odd Fixes
797 F: hw/arm/musicpal.c
798 F: hw/net/mv88w8618_eth.c
799 F: include/hw/net/mv88w8618_eth.h
800 F: docs/system/arm/musicpal.rst
802 Nuvoton NPCM7xx
803 M: Havard Skinnemoen <hskinnemoen@google.com>
804 M: Tyrone Ting <kfting@nuvoton.com>
805 L: qemu-arm@nongnu.org
806 S: Supported
807 F: hw/*/npcm7xx*
808 F: include/hw/*/npcm7xx*
809 F: tests/qtest/npcm7xx*
810 F: pc-bios/npcm7xx_bootrom.bin
811 F: roms/vbootrom
812 F: docs/system/arm/nuvoton.rst
814 nSeries
815 M: Peter Maydell <peter.maydell@linaro.org>
816 L: qemu-arm@nongnu.org
817 S: Odd Fixes
818 F: hw/arm/nseries.c
819 F: hw/display/blizzard.c
820 F: hw/input/lm832x.c
821 F: hw/input/tsc2005.c
822 F: hw/misc/cbus.c
823 F: hw/rtc/twl92230.c
824 F: include/hw/display/blizzard.h
825 F: include/hw/input/lm832x.h
826 F: include/hw/input/tsc2xxx.h
827 F: include/hw/misc/cbus.h
828 F: tests/avocado/machine_arm_n8x0.py
829 F: docs/system/arm/nseries.rst
831 Palm
832 M: Peter Maydell <peter.maydell@linaro.org>
833 L: qemu-arm@nongnu.org
834 S: Odd Fixes
835 F: hw/arm/palm.c
836 F: hw/input/tsc210x.c
837 F: include/hw/input/tsc2xxx.h
838 F: docs/system/arm/palm.rst
840 Raspberry Pi
841 M: Peter Maydell <peter.maydell@linaro.org>
842 R: Philippe Mathieu-Daudé <philmd@linaro.org>
843 L: qemu-arm@nongnu.org
844 S: Odd Fixes
845 F: hw/arm/raspi.c
846 F: hw/arm/raspi_platform.h
847 F: hw/*/bcm283*
848 F: include/hw/arm/raspi*
849 F: include/hw/*/bcm283*
850 F: docs/system/arm/raspi.rst
852 Real View
853 M: Peter Maydell <peter.maydell@linaro.org>
854 L: qemu-arm@nongnu.org
855 S: Maintained
856 F: hw/arm/realview*
857 F: hw/cpu/realview_mpcore.c
858 F: hw/intc/realview_gic.c
859 F: include/hw/intc/realview_gic.h
860 F: docs/system/arm/realview.rst
862 PXA2XX
863 M: Peter Maydell <peter.maydell@linaro.org>
864 L: qemu-arm@nongnu.org
865 S: Odd Fixes
866 F: hw/arm/mainstone.c
867 F: hw/arm/spitz.c
868 F: hw/arm/tosa.c
869 F: hw/arm/z2.c
870 F: hw/*/pxa2xx*
871 F: hw/display/tc6393xb.c
872 F: hw/gpio/max7310.c
873 F: hw/gpio/zaurus.c
874 F: hw/misc/mst_fpga.c
875 F: hw/adc/max111x.c
876 F: include/hw/adc/max111x.h
877 F: include/hw/arm/pxa.h
878 F: include/hw/arm/sharpsl.h
879 F: include/hw/display/tc6393xb.h
880 F: docs/system/arm/xscale.rst
881 F: docs/system/arm/mainstone.rst
883 SABRELITE / i.MX6
884 M: Peter Maydell <peter.maydell@linaro.org>
885 R: Jean-Christophe Dubois <jcd@tribudubois.net>
886 L: qemu-arm@nongnu.org
887 S: Odd Fixes
888 F: docs/system/arm/sabrelite.rst
889 F: hw/arm/sabrelite.c
890 F: hw/arm/fsl-imx6.c
891 F: hw/misc/imx6_*.c
892 F: hw/ssi/imx_spi.c
893 F: hw/usb/imx-usb-phy.c
894 F: include/hw/usb/imx-usb-phy.h
895 F: include/hw/arm/fsl-imx6.h
896 F: include/hw/misc/imx6_*.h
897 F: include/hw/ssi/imx_spi.h
899 SBSA-REF
900 M: Radoslaw Biernacki <rad@semihalf.com>
901 M: Peter Maydell <peter.maydell@linaro.org>
902 R: Leif Lindholm <quic_llindhol@quicinc.com>
903 L: qemu-arm@nongnu.org
904 S: Maintained
905 F: hw/arm/sbsa-ref.c
906 F: docs/system/arm/sbsa.rst
908 Sharp SL-5500 (Collie) PDA
909 M: Peter Maydell <peter.maydell@linaro.org>
910 L: qemu-arm@nongnu.org
911 S: Odd Fixes
912 F: hw/arm/collie.c
913 F: hw/arm/strongarm*
914 F: docs/system/arm/collie.rst
916 Stellaris
917 M: Peter Maydell <peter.maydell@linaro.org>
918 L: qemu-arm@nongnu.org
919 S: Maintained
920 F: hw/*/stellaris*
921 F: include/hw/input/gamepad.h
922 F: docs/system/arm/stellaris.rst
924 STM32VLDISCOVERY
925 M: Alexandre Iooss <erdnaxe@crans.org>
926 L: qemu-arm@nongnu.org
927 S: Maintained
928 F: hw/arm/stm32vldiscovery.c
929 F: docs/system/arm/stm32.rst
931 Versatile Express
932 M: Peter Maydell <peter.maydell@linaro.org>
933 L: qemu-arm@nongnu.org
934 S: Maintained
935 F: hw/arm/vexpress.c
936 F: docs/system/arm/vexpress.rst
938 Versatile PB
939 M: Peter Maydell <peter.maydell@linaro.org>
940 L: qemu-arm@nongnu.org
941 S: Maintained
942 F: hw/*/versatile*
943 F: include/hw/i2c/arm_sbcon_i2c.h
944 F: hw/misc/arm_sysctl.c
945 F: docs/system/arm/versatile.rst
947 Virt
948 M: Peter Maydell <peter.maydell@linaro.org>
949 L: qemu-arm@nongnu.org
950 S: Maintained
951 F: hw/arm/virt*
952 F: include/hw/arm/virt.h
953 F: docs/system/arm/virt.rst
954 F: tests/avocado/machine_aarch64_virt.py
956 Xilinx Zynq
957 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
958 M: Alistair Francis <alistair@alistair23.me>
959 M: Peter Maydell <peter.maydell@linaro.org>
960 L: qemu-arm@nongnu.org
961 S: Maintained
962 F: hw/*/xilinx_*
963 F: hw/*/cadence_*
964 F: hw/misc/zynq_slcr.c
965 F: hw/adc/zynq-xadc.c
966 F: include/hw/misc/zynq_slcr.h
967 F: include/hw/adc/zynq-xadc.h
968 X: hw/ssi/xilinx_*
970 Xilinx ZynqMP and Versal
971 M: Alistair Francis <alistair@alistair23.me>
972 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
973 M: Peter Maydell <peter.maydell@linaro.org>
974 L: qemu-arm@nongnu.org
975 S: Maintained
976 F: hw/*/xlnx*.c
977 F: include/hw/*/xlnx*.h
978 F: include/hw/ssi/xilinx_spips.h
979 F: hw/display/dpcd.c
980 F: include/hw/display/dpcd.h
981 F: docs/system/arm/xlnx-versal-virt.rst
983 Xilinx Versal OSPI
984 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
985 S: Maintained
986 F: hw/ssi/xlnx-versal-ospi.c
987 F: include/hw/ssi/xlnx-versal-ospi.h
989 ARM ACPI Subsystem
990 M: Shannon Zhao <shannon.zhaosl@gmail.com>
991 L: qemu-arm@nongnu.org
992 S: Maintained
993 F: hw/arm/virt-acpi-build.c
995 STM32F100
996 M: Alexandre Iooss <erdnaxe@crans.org>
997 L: qemu-arm@nongnu.org
998 S: Maintained
999 F: hw/arm/stm32f100_soc.c
1001 STM32F205
1002 M: Alistair Francis <alistair@alistair23.me>
1003 M: Peter Maydell <peter.maydell@linaro.org>
1004 L: qemu-arm@nongnu.org
1005 S: Maintained
1006 F: hw/arm/stm32f205_soc.c
1007 F: hw/misc/stm32f2xx_syscfg.c
1008 F: hw/char/stm32f2xx_usart.c
1009 F: hw/timer/stm32f2xx_timer.c
1010 F: hw/adc/*
1011 F: hw/ssi/stm32f2xx_spi.c
1012 F: include/hw/*/stm32*.h
1014 STM32F405
1015 M: Alistair Francis <alistair@alistair23.me>
1016 M: Peter Maydell <peter.maydell@linaro.org>
1017 L: qemu-arm@nongnu.org
1018 S: Maintained
1019 F: hw/arm/stm32f405_soc.c
1020 F: hw/misc/stm32f4xx_syscfg.c
1021 F: hw/misc/stm32f4xx_exti.c
1023 Netduino 2
1024 M: Alistair Francis <alistair@alistair23.me>
1025 M: Peter Maydell <peter.maydell@linaro.org>
1026 L: qemu-arm@nongnu.org
1027 S: Maintained
1028 F: hw/arm/netduino2.c
1030 Netduino Plus 2
1031 M: Alistair Francis <alistair@alistair23.me>
1032 M: Peter Maydell <peter.maydell@linaro.org>
1033 L: qemu-arm@nongnu.org
1034 S: Maintained
1035 F: hw/arm/netduinoplus2.c
1037 SmartFusion2
1038 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1039 M: Peter Maydell <peter.maydell@linaro.org>
1040 L: qemu-arm@nongnu.org
1041 S: Maintained
1042 F: hw/arm/msf2-soc.c
1043 F: hw/misc/msf2-sysreg.c
1044 F: hw/timer/mss-timer.c
1045 F: hw/ssi/mss-spi.c
1046 F: include/hw/arm/msf2-soc.h
1047 F: include/hw/misc/msf2-sysreg.h
1048 F: include/hw/timer/mss-timer.h
1049 F: include/hw/ssi/mss-spi.h
1050 F: hw/net/msf2-emac.c
1051 F: include/hw/net/msf2-emac.h
1053 Emcraft M2S-FG484
1054 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1055 M: Peter Maydell <peter.maydell@linaro.org>
1056 L: qemu-arm@nongnu.org
1057 S: Maintained
1058 F: hw/arm/msf2-som.c
1059 F: docs/system/arm/emcraft-sf2.rst
1061 ASPEED BMCs
1062 M: Cédric Le Goater <clg@kaod.org>
1063 M: Peter Maydell <peter.maydell@linaro.org>
1064 R: Andrew Jeffery <andrew@aj.id.au>
1065 R: Joel Stanley <joel@jms.id.au>
1066 L: qemu-arm@nongnu.org
1067 S: Maintained
1068 F: hw/*/*aspeed*
1069 F: hw/misc/pca9552.c
1070 F: include/hw/*/*aspeed*
1071 F: include/hw/misc/pca9552*.h
1072 F: hw/net/ftgmac100.c
1073 F: include/hw/net/ftgmac100.h
1074 F: docs/system/arm/aspeed.rst
1075 F: tests/qtest/*aspeed*
1076 F: hw/arm/fby35.c
1078 NRF51
1079 M: Joel Stanley <joel@jms.id.au>
1080 M: Peter Maydell <peter.maydell@linaro.org>
1081 L: qemu-arm@nongnu.org
1082 S: Maintained
1083 F: hw/*/nrf51*.c
1084 F: hw/*/microbit*.c
1085 F: include/hw/*/nrf51*.h
1086 F: include/hw/*/microbit*.h
1087 F: tests/qtest/microbit-test.c
1088 F: docs/system/arm/nrf.rst
1090 AVR Machines
1091 -------------
1093 AVR MCUs
1094 M: Michael Rolnik <mrolnik@gmail.com>
1095 S: Maintained
1096 F: configs/devices/avr-softmmu/default.mak
1097 F: hw/avr/
1098 F: include/hw/char/avr_usart.h
1099 F: hw/char/avr_usart.c
1100 F: include/hw/timer/avr_timer16.h
1101 F: hw/timer/avr_timer16.c
1102 F: include/hw/misc/avr_power.h
1103 F: hw/misc/avr_power.c
1105 Arduino
1106 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1107 S: Maintained
1108 F: hw/avr/arduino.c
1110 CRIS Machines
1111 -------------
1112 Axis Dev88
1113 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1114 S: Maintained
1115 F: hw/cris/axis_dev88.c
1116 F: hw/*/etraxfs_*.c
1118 HP-PARISC Machines
1119 ------------------
1120 HP B160L
1121 M: Richard Henderson <richard.henderson@linaro.org>
1122 R: Helge Deller <deller@gmx.de>
1123 S: Odd Fixes
1124 F: configs/devices/hppa-softmmu/default.mak
1125 F: hw/hppa/
1126 F: hw/net/*i82596*
1127 F: hw/misc/lasi.c
1128 F: hw/pci-host/dino.c
1129 F: include/hw/misc/lasi.h
1130 F: include/hw/net/lasi_82596.h
1131 F: include/hw/pci-host/dino.h
1132 F: pc-bios/hppa-firmware.img
1134 LoongArch Machines
1135 ------------------
1136 Virt
1137 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
1138 M: Song Gao <gaosong@loongson.cn>
1139 S: Maintained
1140 F: docs/system/loongarch/virt.rst
1141 F: configs/targets/loongarch64-softmmu.mak
1142 F: configs/devices/loongarch64-softmmu/default.mak
1143 F: hw/loongarch/
1144 F: include/hw/loongarch/virt.h
1145 F: include/hw/intc/loongarch_*.h
1146 F: hw/intc/loongarch_*.c
1147 F: include/hw/pci-host/ls7a.h
1148 F: hw/rtc/ls7a_rtc.c
1149 F: gdb-xml/loongarch*.xml
1151 M68K Machines
1152 -------------
1153 an5206
1154 M: Thomas Huth <huth@tuxfamily.org>
1155 S: Odd Fixes
1156 F: hw/m68k/an5206.c
1157 F: hw/m68k/mcf5206.c
1159 mcf5208
1160 M: Thomas Huth <huth@tuxfamily.org>
1161 S: Odd Fixes
1162 F: hw/m68k/mcf5208.c
1163 F: hw/m68k/mcf_intc.c
1164 F: hw/char/mcf_uart.c
1165 F: hw/net/mcf_fec.c
1166 F: include/hw/m68k/mcf*.h
1168 NeXTcube
1169 M: Thomas Huth <huth@tuxfamily.org>
1170 S: Odd Fixes
1171 F: hw/m68k/next-*.c
1172 F: hw/display/next-fb.c
1173 F: include/hw/m68k/next-cube.h
1175 q800
1176 M: Laurent Vivier <laurent@vivier.eu>
1177 S: Maintained
1178 F: hw/m68k/q800.c
1179 F: hw/misc/mac_via.c
1180 F: hw/nubus/*
1181 F: hw/display/macfb.c
1182 F: hw/block/swim.c
1183 F: hw/m68k/bootinfo.h
1184 F: include/standard-headers/asm-m68k/bootinfo.h
1185 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1186 F: include/hw/misc/mac_via.h
1187 F: include/hw/nubus/*
1188 F: include/hw/display/macfb.h
1189 F: include/hw/block/swim.h
1191 virt
1192 M: Laurent Vivier <laurent@vivier.eu>
1193 S: Maintained
1194 F: hw/m68k/virt.c
1195 F: hw/char/goldfish_tty.c
1196 F: hw/intc/goldfish_pic.c
1197 F: hw/intc/m68k_irqc.c
1198 F: hw/misc/virt_ctrl.c
1199 F: include/hw/char/goldfish_tty.h
1200 F: include/hw/intc/goldfish_pic.h
1201 F: include/hw/intc/m68k_irqc.h
1202 F: include/hw/misc/virt_ctrl.h
1204 MicroBlaze Machines
1205 -------------------
1206 petalogix_s3adsp1800
1207 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1208 S: Maintained
1209 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1210 F: include/hw/char/xilinx_uartlite.h
1211 F: tests/avocado/machine_microblaze.py
1213 petalogix_ml605
1214 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1215 S: Maintained
1216 F: hw/microblaze/petalogix_ml605_mmu.c
1218 MIPS Machines
1219 -------------
1220 Overall MIPS Machines
1221 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1222 S: Odd Fixes
1223 F: configs/devices/mips*/*
1224 F: hw/mips/
1225 F: include/hw/mips/
1227 Jazz
1228 M: Hervé Poussineau <hpoussin@reactos.org>
1229 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1230 S: Maintained
1231 F: hw/mips/jazz.c
1232 F: hw/display/jazz_led.c
1233 F: hw/dma/rc4030.c
1235 Malta
1236 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1237 R: Aurelien Jarno <aurelien@aurel32.net>
1238 S: Odd Fixes
1239 F: hw/isa/piix4.c
1240 F: hw/acpi/piix4.c
1241 F: hw/mips/malta.c
1242 F: hw/mips/gt64xxx_pci.c
1243 F: include/hw/southbridge/piix.h
1244 F: tests/avocado/linux_ssh_mips_malta.py
1245 F: tests/avocado/machine_mips_malta.py
1247 Mipssim
1248 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1249 S: Orphan
1250 F: hw/mips/mipssim.c
1251 F: hw/net/mipsnet.c
1253 Fuloong 2E
1254 M: Huacai Chen <chenhuacai@kernel.org>
1255 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1256 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1257 S: Odd Fixes
1258 F: hw/mips/fuloong2e.c
1259 F: hw/isa/vt82c686.c
1260 F: hw/pci-host/bonito.c
1261 F: hw/usb/vt82c686-uhci-pci.c
1262 F: include/hw/isa/vt82c686.h
1263 F: tests/avocado/machine_mips_fuloong2e.py
1265 Loongson-3 virtual platforms
1266 M: Huacai Chen <chenhuacai@kernel.org>
1267 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1268 S: Maintained
1269 F: hw/intc/loongson_liointc.c
1270 F: hw/mips/loongson3_bootp.c
1271 F: hw/mips/loongson3_bootp.h
1272 F: hw/mips/loongson3_virt.c
1273 F: tests/avocado/machine_mips_loongson3v.py
1275 Boston
1276 M: Paul Burton <paulburton@kernel.org>
1277 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1278 S: Odd Fixes
1279 F: hw/core/loader-fit.c
1280 F: hw/mips/boston.c
1281 F: hw/pci-host/xilinx-pcie.c
1282 F: include/hw/pci-host/xilinx-pcie.h
1284 OpenRISC Machines
1285 -----------------
1286 or1k-sim
1287 M: Jia Liu <proljc@gmail.com>
1288 S: Maintained
1289 F: docs/system/openrisc/or1k-sim.rst
1290 F: hw/openrisc/openrisc_sim.c
1292 PowerPC Machines
1293 ----------------
1294 405 (ref405ep)
1295 L: qemu-ppc@nongnu.org
1296 S: Orphan
1297 F: hw/ppc/ppc405_boards.c
1299 Bamboo
1300 L: qemu-ppc@nongnu.org
1301 S: Orphan
1302 F: hw/ppc/ppc440_bamboo.c
1303 F: tests/avocado/ppc_bamboo.py
1305 e500
1306 L: qemu-ppc@nongnu.org
1307 S: Orphan
1308 F: hw/ppc/e500*
1309 F: hw/gpio/mpc8xxx.c
1310 F: hw/i2c/mpc_i2c.c
1311 F: hw/net/fsl_etsec/
1312 F: hw/pci-host/ppce500.c
1313 F: include/hw/ppc/ppc_e500.h
1314 F: include/hw/pci-host/ppce500.h
1315 F: pc-bios/u-boot.e500
1316 F: hw/intc/openpic_kvm.h
1317 F: include/hw/ppc/openpic_kvm.h
1319 mpc8544ds
1320 L: qemu-ppc@nongnu.org
1321 S: Orphan
1322 F: hw/ppc/mpc8544ds.c
1323 F: hw/ppc/mpc8544_guts.c
1324 F: tests/avocado/ppc_mpc8544ds.py
1326 New World (mac99)
1327 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1328 L: qemu-ppc@nongnu.org
1329 S: Odd Fixes
1330 F: docs/system/ppc/powermac.rst
1331 F: hw/ppc/mac_newworld.c
1332 F: hw/pci-host/uninorth.c
1333 F: hw/pci-bridge/dec.[hc]
1334 F: hw/misc/macio/
1335 F: hw/misc/mos6522.c
1336 F: hw/nvram/mac_nvram.c
1337 F: hw/input/adb*
1338 F: include/hw/misc/macio/
1339 F: include/hw/misc/mos6522.h
1340 F: include/hw/nvram/mac_nvram.h
1341 F: include/hw/ppc/mac_dbdma.h
1342 F: include/hw/pci-host/uninorth.h
1343 F: include/hw/input/adb*
1344 F: pc-bios/qemu_vga.ndrv
1346 Old World (g3beige)
1347 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1348 L: qemu-ppc@nongnu.org
1349 S: Odd Fixes
1350 F: docs/system/ppc/powermac.rst
1351 F: hw/ppc/mac_oldworld.c
1352 F: hw/pci-host/grackle.c
1353 F: hw/misc/macio/
1354 F: hw/intc/heathrow_pic.c
1355 F: hw/input/adb*
1356 F: include/hw/intc/heathrow_pic.h
1357 F: include/hw/input/adb*
1358 F: include/hw/pci-host/grackle.h
1359 F: pc-bios/qemu_vga.ndrv
1361 PReP
1362 M: Hervé Poussineau <hpoussin@reactos.org>
1363 L: qemu-ppc@nongnu.org
1364 S: Maintained
1365 F: docs/system/ppc/prep.rst
1366 F: hw/ppc/prep.c
1367 F: hw/ppc/prep_systemio.c
1368 F: hw/ppc/rs6000_mc.c
1369 F: hw/pci-host/raven.c
1370 F: hw/isa/i82378.c
1371 F: hw/isa/pc87312.c
1372 F: hw/dma/i82374.c
1373 F: hw/rtc/m48t59-isa.c
1374 F: include/hw/isa/pc87312.h
1375 F: include/hw/rtc/m48t59.h
1376 F: tests/avocado/ppc_prep_40p.py
1378 sPAPR (pseries)
1379 M: Daniel Henrique Barboza <danielhb413@gmail.com>
1380 R: Cédric Le Goater <clg@kaod.org>
1381 R: David Gibson <david@gibson.dropbear.id.au>
1382 R: Greg Kurz <groug@kaod.org>
1383 L: qemu-ppc@nongnu.org
1384 S: Odd Fixes
1385 F: hw/*/spapr*
1386 F: include/hw/*/spapr*
1387 F: hw/*/xics*
1388 F: include/hw/*/xics*
1389 F: pc-bios/slof.bin
1390 F: docs/system/ppc/pseries.rst
1391 F: docs/specs/ppc-spapr-*
1392 F: tests/qtest/spapr*
1393 F: tests/qtest/libqos/*spapr*
1394 F: tests/qtest/rtas*
1395 F: tests/qtest/libqos/rtas*
1396 F: tests/avocado/ppc_pseries.py
1398 PowerNV (Non-Virtualized)
1399 M: Cédric Le Goater <clg@kaod.org>
1400 L: qemu-ppc@nongnu.org
1401 S: Odd Fixes
1402 F: docs/system/ppc/powernv.rst
1403 F: hw/ppc/pnv*
1404 F: hw/intc/pnv*
1405 F: hw/intc/xics_pnv.c
1406 F: hw/pci-host/pnv*
1407 F: include/hw/ppc/pnv*
1408 F: include/hw/pci-host/pnv*
1409 F: pc-bios/skiboot.lid
1410 F: tests/qtest/pnv*
1412 virtex_ml507
1413 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1414 L: qemu-ppc@nongnu.org
1415 S: Odd Fixes
1416 F: hw/ppc/virtex_ml507.c
1417 F: tests/avocado/ppc_virtex_ml507.py
1419 sam460ex
1420 M: BALATON Zoltan <balaton@eik.bme.hu>
1421 L: qemu-ppc@nongnu.org
1422 S: Maintained
1423 F: hw/ppc/sam460ex.c
1424 F: hw/ppc/ppc440_pcix.c
1425 F: hw/display/sm501*
1426 F: hw/ide/sii3112.c
1427 F: hw/rtc/m41t80.c
1428 F: pc-bios/canyonlands.dt[sb]
1429 F: pc-bios/u-boot-sam460ex-20100605.bin
1430 F: roms/u-boot-sam460ex
1432 pegasos2
1433 M: BALATON Zoltan <balaton@eik.bme.hu>
1434 L: qemu-ppc@nongnu.org
1435 S: Maintained
1436 F: hw/ppc/pegasos2.c
1437 F: hw/pci-host/mv64361.c
1438 F: hw/pci-host/mv643xx.h
1439 F: include/hw/pci-host/mv64361.h
1441 Virtual Open Firmware (VOF)
1442 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1443 R: Cédric Le Goater <clg@kaod.org>
1444 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1445 R: David Gibson <david@gibson.dropbear.id.au>
1446 R: Greg Kurz <groug@kaod.org>
1447 L: qemu-ppc@nongnu.org
1448 S: Maintained
1449 F: hw/ppc/spapr_vof*
1450 F: hw/ppc/vof*
1451 F: include/hw/ppc/vof*
1452 F: pc-bios/vof/*
1453 F: pc-bios/vof*
1455 RISC-V Machines
1456 ---------------
1457 OpenTitan
1458 M: Alistair Francis <Alistair.Francis@wdc.com>
1459 L: qemu-riscv@nongnu.org
1460 S: Supported
1461 F: hw/riscv/opentitan.c
1462 F: hw/*/ibex_*.c
1463 F: include/hw/riscv/opentitan.h
1464 F: include/hw/*/ibex_*.h
1466 Microchip PolarFire SoC Icicle Kit
1467 M: Bin Meng <bin.meng@windriver.com>
1468 L: qemu-riscv@nongnu.org
1469 S: Supported
1470 F: hw/riscv/microchip_pfsoc.c
1471 F: hw/char/mchp_pfsoc_mmuart.c
1472 F: hw/misc/mchp_pfsoc_dmc.c
1473 F: hw/misc/mchp_pfsoc_ioscb.c
1474 F: hw/misc/mchp_pfsoc_sysreg.c
1475 F: include/hw/riscv/microchip_pfsoc.h
1476 F: include/hw/char/mchp_pfsoc_mmuart.h
1477 F: include/hw/misc/mchp_pfsoc_dmc.h
1478 F: include/hw/misc/mchp_pfsoc_ioscb.h
1479 F: include/hw/misc/mchp_pfsoc_sysreg.h
1481 Shakti C class SoC
1482 M: Vijai Kumar K <vijai@behindbytes.com>
1483 L: qemu-riscv@nongnu.org
1484 S: Supported
1485 F: hw/riscv/shakti_c.c
1486 F: hw/char/shakti_uart.c
1487 F: include/hw/riscv/shakti_c.h
1488 F: include/hw/char/shakti_uart.h
1490 SiFive Machines
1491 M: Alistair Francis <Alistair.Francis@wdc.com>
1492 M: Bin Meng <bin.meng@windriver.com>
1493 M: Palmer Dabbelt <palmer@dabbelt.com>
1494 L: qemu-riscv@nongnu.org
1495 S: Supported
1496 F: hw/*/*sifive*.c
1497 F: include/hw/*/*sifive*.h
1499 RX Machines
1500 -----------
1501 rx-gdbsim
1502 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1503 S: Orphan
1504 F: docs/system/target-rx.rst
1505 F: hw/rx/rx-gdbsim.c
1506 F: tests/avocado/machine_rx_gdbsim.py
1508 SH4 Machines
1509 ------------
1511 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1512 R: Magnus Damm <magnus.damm@gmail.com>
1513 S: Odd Fixes
1514 F: hw/char/sh_serial.c
1515 F: hw/sh4/r2d.c
1516 F: hw/intc/sh_intc.c
1517 F: hw/pci-host/sh_pci.c
1518 F: hw/timer/sh_timer.c
1519 F: include/hw/sh4/sh_intc.h
1521 Shix
1522 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1523 R: Magnus Damm <magnus.damm@gmail.com>
1524 S: Odd Fixes
1525 F: hw/block/tc58128.c
1526 F: hw/char/sh_serial.c
1527 F: hw/sh4/shix.c
1528 F: hw/intc/sh_intc.c
1529 F: hw/timer/sh_timer.c
1530 F: include/hw/sh4/sh_intc.h
1532 SPARC Machines
1533 --------------
1534 Sun4m
1535 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1536 S: Maintained
1537 F: hw/sparc/sun4m.c
1538 F: hw/sparc/sun4m_iommu.c
1539 F: hw/display/cg3.c
1540 F: hw/display/tcx.c
1541 F: hw/dma/sparc32_dma.c
1542 F: hw/misc/eccmemctl.c
1543 F: hw/*/slavio_*.c
1544 F: include/hw/nvram/sun_nvram.h
1545 F: include/hw/sparc/sparc32_dma.h
1546 F: include/hw/sparc/sun4m_iommu.h
1547 F: pc-bios/openbios-sparc32
1549 Sun4u
1550 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1551 S: Maintained
1552 F: hw/sparc64/sun4u.c
1553 F: hw/sparc64/sun4u_iommu.c
1554 F: include/hw/sparc/sun4u_iommu.h
1555 F: hw/pci-host/sabre.c
1556 F: include/hw/pci-host/sabre.h
1557 F: hw/pci-bridge/simba.c
1558 F: include/hw/pci-bridge/simba.h
1559 F: pc-bios/openbios-sparc64
1560 F: tests/avocado/machine_sparc64_sun4u.py
1562 Sun4v
1563 M: Artyom Tarasenko <atar4qemu@gmail.com>
1564 S: Maintained
1565 F: hw/sparc64/niagara.c
1566 F: hw/rtc/sun4v-rtc.c
1567 F: include/hw/rtc/sun4v-rtc.h
1569 Leon3
1570 M: Fabien Chouteau <chouteau@adacore.com>
1571 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1572 S: Maintained
1573 F: hw/sparc/leon3.c
1574 F: hw/*/grlib*
1575 F: include/hw/*/grlib*
1576 F: tests/avocado/machine_sparc_leon3.py
1578 S390 Machines
1579 -------------
1580 S390 Virtio-ccw
1581 M: Halil Pasic <pasic@linux.ibm.com>
1582 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1583 M: Eric Farman <farman@linux.ibm.com>
1584 S: Supported
1585 F: hw/s390x/
1586 F: include/hw/s390x/
1587 F: configs/devices/s390x-softmmu/default.mak
1588 F: tests/avocado/machine_s390_ccw_virtio.py
1589 T: git https://github.com/borntraeger/qemu.git s390-next
1590 L: qemu-s390x@nongnu.org
1592 S390-ccw boot
1593 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1594 M: Thomas Huth <thuth@redhat.com>
1595 S: Supported
1596 F: hw/s390x/ipl.*
1597 F: pc-bios/s390-ccw/
1598 F: pc-bios/s390-ccw.img
1599 F: docs/devel/s390-dasd-ipl.rst
1600 T: git https://github.com/borntraeger/qemu.git s390-next
1601 L: qemu-s390x@nongnu.org
1603 S390 PCI
1604 M: Matthew Rosato <mjrosato@linux.ibm.com>
1605 M: Eric Farman <farman@linux.ibm.com>
1606 S: Supported
1607 F: hw/s390x/s390-pci*
1608 F: include/hw/s390x/s390-pci*
1609 L: qemu-s390x@nongnu.org
1611 S390 channel subsystem
1612 M: Halil Pasic <pasic@linux.ibm.com>
1613 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1614 M: Eric Farman <farman@linux.ibm.com>
1615 S: Supported
1616 F: hw/s390x/ccw-device.[ch]
1617 F: hw/s390x/css.c
1618 F: hw/s390x/css-bridge.c
1619 F: include/hw/s390x/css.h
1620 F: include/hw/s390x/css-bridge.h
1621 F: include/hw/s390x/ioinst.h
1622 F: target/s390x/ioinst.c
1623 L: qemu-s390x@nongnu.org
1625 S390 CPU models
1626 M: David Hildenbrand <david@redhat.com>
1627 S: Maintained
1628 F: target/s390x/cpu_features*.[ch]
1629 F: target/s390x/cpu_models.[ch]
1630 L: qemu-s390x@nongnu.org
1632 S390 SCLP-backed devices
1633 M: Halil Pasic <pasic@linux.ibm.com>
1634 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1635 S: Supported
1636 F: include/hw/s390x/event-facility.h
1637 F: include/hw/s390x/sclp.h
1638 F: hw/char/sclp*.[hc]
1639 F: hw/s390x/event-facility.c
1640 F: hw/s390x/sclp*.c
1641 L: qemu-s390x@nongnu.org
1643 X86 Machines
1644 ------------
1646 M: Michael S. Tsirkin <mst@redhat.com>
1647 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1648 S: Supported
1649 F: include/hw/i386/
1650 F: hw/i386/
1651 F: hw/pci-host/i440fx.c
1652 F: hw/pci-host/q35.c
1653 F: hw/pci-host/pam.c
1654 F: include/hw/pci-host/i440fx.h
1655 F: include/hw/pci-host/q35.h
1656 F: include/hw/pci-host/pam.h
1657 F: hw/isa/piix3.c
1658 F: hw/isa/lpc_ich9.c
1659 F: hw/i2c/smbus_ich9.c
1660 F: hw/acpi/piix4.c
1661 F: hw/acpi/ich9*.c
1662 F: include/hw/acpi/ich9*.h
1663 F: include/hw/southbridge/piix.h
1664 F: hw/misc/sga.c
1665 F: hw/isa/apm.c
1666 F: include/hw/isa/apm.h
1667 F: tests/unit/test-x86-cpuid.c
1668 F: tests/qtest/test-x86-cpuid-compat.c
1670 PC Chipset
1671 M: Michael S. Tsirkin <mst@redhat.com>
1672 M: Paolo Bonzini <pbonzini@redhat.com>
1673 S: Supported
1674 F: hw/char/debugcon.c
1675 F: hw/char/parallel*
1676 F: hw/char/serial*
1677 F: hw/dma/i8257*
1678 F: hw/i2c/pm_smbus.c
1679 F: hw/input/pckbd.c
1680 F: hw/intc/apic*
1681 F: hw/intc/ioapic*
1682 F: hw/intc/i8259*
1683 F: hw/isa/isa-superio.c
1684 F: hw/misc/debugexit.c
1685 F: hw/misc/pc-testdev.c
1686 F: hw/timer/hpet*
1687 F: hw/timer/i8254*
1688 F: hw/rtc/mc146818rtc*
1689 F: hw/watchdog/wdt_ib700.c
1690 F: hw/watchdog/wdt_i6300esb.c
1691 F: include/hw/display/vga.h
1692 F: include/hw/char/parallel.h
1693 F: include/hw/dma/i8257.h
1694 F: include/hw/i2c/pm_smbus.h
1695 F: include/hw/input/i8042.h
1696 F: include/hw/isa/i8259_internal.h
1697 F: include/hw/isa/superio.h
1698 F: include/hw/timer/hpet.h
1699 F: include/hw/timer/i8254*
1700 F: include/hw/rtc/mc146818rtc*
1702 microvm
1703 M: Sergio Lopez <slp@redhat.com>
1704 M: Paolo Bonzini <pbonzini@redhat.com>
1705 S: Maintained
1706 F: docs/system/i386/microvm.rst
1707 F: hw/i386/microvm.c
1708 F: include/hw/i386/microvm.h
1709 F: pc-bios/bios-microvm.bin
1711 Machine core
1712 M: Eduardo Habkost <eduardo@habkost.net>
1713 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1714 R: Philippe Mathieu-Daudé <philmd@linaro.org>
1715 R: Yanan Wang <wangyanan55@huawei.com>
1716 S: Supported
1717 F: cpu.c
1718 F: hw/core/cpu.c
1719 F: hw/core/machine-qmp-cmds.c
1720 F: hw/core/machine.c
1721 F: hw/core/machine-smp.c
1722 F: hw/core/null-machine.c
1723 F: hw/core/numa.c
1724 F: hw/cpu/cluster.c
1725 F: qapi/machine.json
1726 F: qapi/machine-target.json
1727 F: include/hw/boards.h
1728 F: include/hw/core/cpu.h
1729 F: include/hw/cpu/cluster.h
1730 F: include/sysemu/numa.h
1731 F: tests/unit/test-smp-parse.c
1732 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1734 Xtensa Machines
1735 ---------------
1737 M: Max Filippov <jcmvbkbc@gmail.com>
1738 S: Maintained
1739 F: hw/xtensa/sim.c
1741 virt
1742 M: Max Filippov <jcmvbkbc@gmail.com>
1743 S: Maintained
1744 F: hw/xtensa/virt.c
1746 XTFPGA (LX60, LX200, ML605, KC705)
1747 M: Max Filippov <jcmvbkbc@gmail.com>
1748 S: Maintained
1749 F: hw/xtensa/xtfpga.c
1750 F: hw/net/opencores_eth.c
1752 Devices
1753 -------
1754 Overall Audio frontends
1755 M: Gerd Hoffmann <kraxel@redhat.com>
1756 S: Odd Fixes
1757 F: hw/audio/
1758 F: include/hw/audio/
1759 F: tests/qtest/ac97-test.c
1760 F: tests/qtest/es1370-test.c
1761 F: tests/qtest/intel-hda-test.c
1762 F: tests/qtest/fuzz-sb16-test.c
1764 Xilinx CAN
1765 M: Vikram Garhwal <vikram.garhwal@amd.com>
1766 M: Francisco Iglesias <francisco.iglesias@amd.com>
1767 S: Maintained
1768 F: hw/net/can/xlnx-*
1769 F: include/hw/net/xlnx-*
1770 F: tests/qtest/xlnx-can-test*
1773 M: Jiri Slaby <jslaby@suse.cz>
1774 S: Maintained
1775 F: hw/misc/edu.c
1778 M: John Snow <jsnow@redhat.com>
1779 L: qemu-block@nongnu.org
1780 S: Supported
1781 F: include/hw/ide.h
1782 F: include/hw/ide/
1783 F: hw/ide/
1784 F: hw/block/block.c
1785 F: hw/block/cdrom.c
1786 F: hw/block/hd-geometry.c
1787 F: tests/qtest/ide-test.c
1788 F: tests/qtest/ahci-test.c
1789 F: tests/qtest/cdrom-test.c
1790 F: tests/qtest/libqos/ahci*
1791 T: git https://gitlab.com/jsnow/qemu.git ide
1793 IPMI
1794 M: Corey Minyard <minyard@acm.org>
1795 S: Maintained
1796 F: include/hw/ipmi/*
1797 F: hw/ipmi/*
1798 F: hw/smbios/smbios_type_38.c
1799 F: tests/qtest/ipmi*
1800 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1802 Floppy
1803 M: John Snow <jsnow@redhat.com>
1804 L: qemu-block@nongnu.org
1805 S: Supported
1806 F: hw/block/fdc.c
1807 F: hw/block/fdc-internal.h
1808 F: hw/block/fdc-isa.c
1809 F: hw/block/fdc-sysbus.c
1810 F: include/hw/block/fdc.h
1811 F: tests/qtest/fdc-test.c
1812 T: git https://gitlab.com/jsnow/qemu.git ide
1814 Hyper-V VMBus
1815 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1816 S: Odd Fixes
1817 F: hw/hyperv/vmbus.c
1818 F: include/hw/hyperv/vmbus*.h
1820 OMAP
1821 M: Peter Maydell <peter.maydell@linaro.org>
1822 L: qemu-arm@nongnu.org
1823 S: Maintained
1824 F: hw/*/omap*
1825 F: include/hw/arm/omap.h
1826 F: docs/system/arm/sx1.rst
1828 IPack
1829 M: Alberto Garcia <berto@igalia.com>
1830 S: Odd Fixes
1831 F: hw/char/ipoctal232.c
1832 F: hw/ipack/
1835 M: Michael S. Tsirkin <mst@redhat.com>
1836 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1837 S: Supported
1838 F: include/hw/pci/*
1839 F: hw/misc/pci-testdev.c
1840 F: hw/pci/*
1841 F: hw/pci-bridge/*
1842 F: qapi/pci.json
1843 F: docs/pci*
1844 F: docs/specs/*pci*
1846 PCIE DOE
1847 M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1848 M: Chris Browy <cbrowy@avery-design.com>
1849 S: Supported
1850 F: include/hw/pci/pcie_doe.h
1851 F: hw/pci/pcie_doe.c
1853 ACPI/SMBIOS
1854 M: Michael S. Tsirkin <mst@redhat.com>
1855 M: Igor Mammedov <imammedo@redhat.com>
1856 R: Ani Sinha <ani@anisinha.ca>
1857 S: Supported
1858 F: include/hw/acpi/*
1859 F: include/hw/firmware/smbios.h
1860 F: hw/acpi/*
1861 F: hw/smbios/*
1862 F: hw/i386/acpi-build.[hc]
1863 F: hw/arm/virt-acpi-build.c
1864 F: qapi/acpi.json
1865 F: tests/qtest/bios-tables-test*
1866 F: tests/qtest/acpi-utils.[hc]
1867 F: tests/data/acpi/
1868 F: docs/specs/acpi_cpu_hotplug.rst
1869 F: docs/specs/acpi_mem_hotplug.rst
1870 F: docs/specs/acpi_nvdimm.rst
1871 F: docs/specs/acpi_pci_hotplug.rst
1872 F: docs/specs/acpi_hw_reduced_hotplug.rst
1874 ACPI/VIOT
1875 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1876 S: Supported
1877 F: hw/acpi/viot.c
1878 F: hw/acpi/viot.h
1880 ACPI/AVOCADO/BIOSBITS
1881 M: Ani Sinha <ani@anisinha.ca>
1882 M: Michael S. Tsirkin <mst@redhat.com>
1883 S: Supported
1884 F: tests/avocado/acpi-bits/*
1885 F: tests/avocado/acpi-bits.py
1886 F: docs/devel/acpi-bits.rst
1888 ACPI/HEST/GHES
1889 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1890 L: qemu-arm@nongnu.org
1891 S: Maintained
1892 F: hw/acpi/ghes.c
1893 F: include/hw/acpi/ghes.h
1894 F: docs/specs/acpi_hest_ghes.rst
1896 ppc4xx
1897 L: qemu-ppc@nongnu.org
1898 S: Orphan
1899 F: hw/ppc/ppc4*.c
1900 F: hw/i2c/ppc4xx_i2c.c
1901 F: include/hw/ppc/ppc4xx.h
1902 F: include/hw/i2c/ppc4xx_i2c.h
1903 F: hw/intc/ppc-uic.c
1904 F: include/hw/intc/ppc-uic.h
1906 Character devices
1907 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1908 R: Paolo Bonzini <pbonzini@redhat.com>
1909 S: Odd Fixes
1910 F: hw/char/
1912 Network devices
1913 M: Jason Wang <jasowang@redhat.com>
1914 S: Odd Fixes
1915 F: hw/net/
1916 F: include/hw/net/
1917 F: tests/qtest/virtio-net-test.c
1918 F: docs/virtio-net-failover.rst
1919 T: git https://github.com/jasowang/qemu.git net
1921 Parallel NOR Flash devices
1922 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1923 T: git https://gitlab.com/philmd/qemu.git pflash-next
1924 S: Maintained
1925 F: hw/block/pflash_cfi*.c
1926 F: include/hw/block/flash.h
1928 SCSI
1929 M: Paolo Bonzini <pbonzini@redhat.com>
1930 R: Fam Zheng <fam@euphon.net>
1931 S: Supported
1932 F: include/hw/scsi/*
1933 F: hw/scsi/*
1934 F: tests/qtest/virtio-scsi-test.c
1935 F: tests/qtest/fuzz-virtio-scsi-test.c
1936 F: tests/qtest/am53c974-test.c
1937 F: tests/qtest/fuzz-lsi53c895a-test.c
1938 T: git https://github.com/bonzini/qemu.git scsi-next
1941 M: Alistair Francis <alistair@alistair23.me>
1942 S: Maintained
1943 F: hw/ssi/*
1944 F: hw/block/m25p80*
1945 F: include/hw/ssi/ssi.h
1946 X: hw/ssi/xilinx_*
1947 F: tests/qtest/m25p80-test.c
1949 Xilinx SPI
1950 M: Alistair Francis <alistair@alistair23.me>
1951 S: Maintained
1952 F: hw/ssi/xilinx_*
1954 SD (Secure Card)
1955 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1956 M: Bin Meng <bin.meng@windriver.com>
1957 L: qemu-block@nongnu.org
1958 S: Odd Fixes
1959 F: include/hw/sd/sd*
1960 F: hw/sd/core.c
1961 F: hw/sd/sd*
1962 F: hw/sd/ssi-sd.c
1963 F: tests/qtest/fuzz-sdcard-test.c
1964 F: tests/qtest/sdhci-test.c
1967 M: Gerd Hoffmann <kraxel@redhat.com>
1968 S: Odd Fixes
1969 F: hw/usb/*
1970 F: stubs/usb-dev-stub.c
1971 F: tests/qtest/usb-*-test.c
1972 F: docs/system/devices/usb.rst
1973 F: include/hw/usb.h
1974 F: include/hw/usb/
1976 USB (serial adapter)
1977 R: Gerd Hoffmann <kraxel@redhat.com>
1978 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1979 S: Maintained
1980 F: hw/usb/dev-serial.c
1982 VFIO
1983 M: Alex Williamson <alex.williamson@redhat.com>
1984 S: Supported
1985 F: hw/vfio/*
1986 F: include/hw/vfio/
1987 F: docs/igd-assign.txt
1988 F: docs/devel/vfio-migration.rst
1990 vfio-ccw
1991 M: Eric Farman <farman@linux.ibm.com>
1992 M: Matthew Rosato <mjrosato@linux.ibm.com>
1993 S: Supported
1994 F: hw/vfio/ccw.c
1995 F: hw/s390x/s390-ccw.c
1996 F: include/hw/s390x/s390-ccw.h
1997 F: include/hw/s390x/vfio-ccw.h
1998 L: qemu-s390x@nongnu.org
2000 vfio-ap
2001 M: Tony Krowiak <akrowiak@linux.ibm.com>
2002 M: Halil Pasic <pasic@linux.ibm.com>
2003 M: Jason Herne <jjherne@linux.ibm.com>
2004 S: Supported
2005 F: hw/s390x/ap-device.c
2006 F: hw/s390x/ap-bridge.c
2007 F: include/hw/s390x/ap-device.h
2008 F: include/hw/s390x/ap-bridge.h
2009 F: hw/vfio/ap.c
2010 F: docs/system/s390x/vfio-ap.rst
2011 L: qemu-s390x@nongnu.org
2013 vhost
2014 M: Michael S. Tsirkin <mst@redhat.com>
2015 S: Supported
2016 F: hw/*/*vhost*
2017 F: docs/interop/vhost-user.json
2018 F: docs/interop/vhost-user.rst
2019 F: contrib/vhost-user-*/
2020 F: backends/vhost-user.c
2021 F: include/sysemu/vhost-user-backend.h
2022 F: subprojects/libvhost-user/
2024 virtio
2025 M: Michael S. Tsirkin <mst@redhat.com>
2026 S: Supported
2027 F: hw/*/virtio*
2028 F: hw/virtio/Makefile.objs
2029 F: hw/virtio/trace-events
2030 F: qapi/virtio.json
2031 F: net/vhost-user.c
2032 F: include/hw/virtio/
2033 F: docs/devel/virtio*
2035 virtio-balloon
2036 M: Michael S. Tsirkin <mst@redhat.com>
2037 M: David Hildenbrand <david@redhat.com>
2038 S: Maintained
2039 F: docs/interop/virtio-balloon-stats.rst
2040 F: hw/virtio/virtio-balloon*.c
2041 F: include/hw/virtio/virtio-balloon.h
2042 F: softmmu/balloon.c
2043 F: include/sysemu/balloon.h
2045 virtio-9p
2046 M: Greg Kurz <groug@kaod.org>
2047 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2048 S: Odd Fixes
2049 W: https://wiki.qemu.org/Documentation/9p
2050 F: hw/9pfs/
2051 X: hw/9pfs/xen-9p*
2052 F: fsdev/
2053 F: docs/tools/virtfs-proxy-helper.rst
2054 F: tests/qtest/virtio-9p-test.c
2055 F: tests/qtest/libqos/virtio-9p*
2056 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2057 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2059 virtio-blk
2060 M: Stefan Hajnoczi <stefanha@redhat.com>
2061 L: qemu-block@nongnu.org
2062 S: Supported
2063 F: hw/block/virtio-blk-common.c
2064 F: hw/block/virtio-blk.c
2065 F: hw/block/dataplane/*
2066 F: include/hw/virtio/virtio-blk-common.h
2067 F: tests/qtest/virtio-blk-test.c
2068 T: git https://github.com/stefanha/qemu.git block
2070 virtio-ccw
2071 M: Cornelia Huck <cohuck@redhat.com>
2072 M: Halil Pasic <pasic@linux.ibm.com>
2073 M: Eric Farman <farman@linux.ibm.com>
2074 S: Supported
2075 F: hw/s390x/virtio-ccw*.[hc]
2076 F: hw/s390x/vhost-*-ccw.c
2077 T: git https://gitlab.com/cohuck/qemu.git s390-next
2078 T: git https://github.com/borntraeger/qemu.git s390-next
2079 L: qemu-s390x@nongnu.org
2081 virtiofs
2082 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2083 M: Stefan Hajnoczi <stefanha@redhat.com>
2084 S: Supported
2085 F: tools/virtiofsd/*
2086 F: hw/virtio/vhost-user-fs*
2087 F: include/hw/virtio/vhost-user-fs.h
2088 F: docs/tools/virtiofsd.rst
2089 L: virtio-fs@redhat.com
2091 virtio-input
2092 M: Gerd Hoffmann <kraxel@redhat.com>
2093 S: Odd Fixes
2094 F: hw/input/vhost-user-input.c
2095 F: hw/input/virtio-input*.c
2096 F: include/hw/virtio/virtio-input.h
2097 F: contrib/vhost-user-input/*
2099 virtio-iommu
2100 M: Eric Auger <eric.auger@redhat.com>
2101 S: Maintained
2102 F: hw/virtio/virtio-iommu*.c
2103 F: include/hw/virtio/virtio-iommu.h
2105 virtio-serial
2106 M: Laurent Vivier <lvivier@redhat.com>
2107 R: Amit Shah <amit@kernel.org>
2108 S: Supported
2109 F: hw/char/virtio-serial-bus.c
2110 F: hw/char/virtio-console.c
2111 F: include/hw/virtio/virtio-serial.h
2112 F: tests/qtest/virtio-serial-test.c
2114 virtio-rng
2115 M: Laurent Vivier <lvivier@redhat.com>
2116 R: Amit Shah <amit@kernel.org>
2117 S: Supported
2118 F: hw/virtio/virtio-rng.c
2119 F: include/hw/virtio/virtio-rng.h
2120 F: include/sysemu/rng*.h
2121 F: backends/rng*.c
2122 F: tests/qtest/virtio-rng-test.c
2124 vhost-user-rng
2125 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2126 S: Supported
2127 F: docs/system/devices/vhost-user-rng.rst
2128 F: hw/virtio/vhost-user-rng.c
2129 F: hw/virtio/vhost-user-rng-pci.c
2130 F: include/hw/virtio/vhost-user-rng.h
2131 F: tools/vhost-user-rng/*
2133 vhost-user-gpio
2134 M: Alex Bennée <alex.bennee@linaro.org>
2135 R: Viresh Kumar <viresh.kumar@linaro.org>
2136 S: Maintained
2137 F: hw/virtio/vhost-user-gpio*
2138 F: include/hw/virtio/vhost-user-gpio.h
2139 F: tests/qtest/libqos/virtio-gpio.*
2141 virtio-crypto
2142 M: Gonglei <arei.gonglei@huawei.com>
2143 S: Supported
2144 F: hw/virtio/virtio-crypto.c
2145 F: hw/virtio/virtio-crypto-pci.c
2146 F: include/hw/virtio/virtio-crypto.h
2148 virtio-mem
2149 M: David Hildenbrand <david@redhat.com>
2150 S: Supported
2151 W: https://virtio-mem.gitlab.io/
2152 F: hw/virtio/virtio-mem.c
2153 F: hw/virtio/virtio-mem-pci.h
2154 F: hw/virtio/virtio-mem-pci.c
2155 F: include/hw/virtio/virtio-mem.h
2157 nvme
2158 M: Keith Busch <kbusch@kernel.org>
2159 M: Klaus Jensen <its@irrelevant.dk>
2160 L: qemu-block@nongnu.org
2161 S: Supported
2162 F: hw/nvme/*
2163 F: include/block/nvme.h
2164 F: tests/qtest/nvme-test.c
2165 F: docs/system/devices/nvme.rst
2166 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2168 megasas
2169 M: Hannes Reinecke <hare@suse.com>
2170 L: qemu-block@nongnu.org
2171 S: Supported
2172 F: hw/scsi/megasas.c
2173 F: hw/scsi/mfi.h
2174 F: tests/qtest/megasas-test.c
2175 F: tests/qtest/fuzz-megasas-test.c
2177 Network packet abstractions
2178 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2179 S: Maintained
2180 F: include/net/eth.h
2181 F: net/eth.c
2182 F: hw/net/net_rx_pkt*
2183 F: hw/net/net_tx_pkt*
2185 Vmware
2186 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2187 S: Maintained
2188 F: hw/net/vmxnet*
2189 F: hw/scsi/vmw_pvscsi*
2190 F: tests/qtest/vmxnet3-test.c
2192 Rocker
2193 M: Jiri Pirko <jiri@resnulli.us>
2194 S: Maintained
2195 F: hw/net/rocker/
2196 F: qapi/rocker.json
2197 F: tests/rocker/
2198 F: docs/specs/rocker.txt
2200 e1000x
2201 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2202 S: Maintained
2203 F: hw/net/e1000x*
2205 e1000e
2206 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2207 S: Maintained
2208 F: hw/net/e1000e*
2209 F: tests/qtest/fuzz-e1000e-test.c
2211 eepro100
2212 M: Stefan Weil <sw@weilnetz.de>
2213 S: Maintained
2214 F: hw/net/eepro100.c
2216 tulip
2217 M: Sven Schnelle <svens@stackframe.org>
2218 S: Maintained
2219 F: hw/net/tulip.c
2220 F: hw/net/tulip.h
2222 pca954x
2223 M: Patrick Venture <venture@google.com>
2224 S: Maintained
2225 F: hw/i2c/i2c_mux_pca954x.c
2226 F: include/hw/i2c/i2c_mux_pca954x.h
2228 Generic Loader
2229 M: Alistair Francis <alistair@alistair23.me>
2230 S: Maintained
2231 F: hw/core/generic-loader.c
2232 F: hw/core/uboot_image.h
2233 F: include/hw/core/generic-loader.h
2234 F: docs/system/generic-loader.rst
2236 Guest Loader
2237 M: Alex Bennée <alex.bennee@linaro.org>
2238 S: Maintained
2239 F: hw/core/guest-loader.c
2240 F: docs/system/guest-loader.rst
2241 F: tests/avocado/boot_xen.py
2243 Intel Hexadecimal Object File Loader
2244 M: Su Hang <suhang16@mails.ucas.ac.cn>
2245 S: Maintained
2246 F: tests/qtest/hexloader-test.c
2247 F: tests/data/hex-loader/test.hex
2249 CHRP NVRAM
2250 M: Thomas Huth <thuth@redhat.com>
2251 S: Maintained
2252 F: hw/nvram/chrp_nvram.c
2253 F: include/hw/nvram/chrp_nvram.h
2254 F: tests/qtest/prom-env-test.c
2256 VM Generation ID
2257 S: Orphan
2258 R: Ani Sinha <ani@anisinha.ca>
2259 F: hw/acpi/vmgenid.c
2260 F: include/hw/acpi/vmgenid.h
2261 F: docs/specs/vmgenid.txt
2262 F: tests/qtest/vmgenid-test.c
2263 F: stubs/vmgenid.c
2266 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2267 S: Maintained
2268 F: include/hw/misc/led.h
2269 F: hw/misc/led.c
2271 Unimplemented device
2272 M: Peter Maydell <peter.maydell@linaro.org>
2273 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2274 R: Ani Sinha <ani@anisinha.ca>
2275 S: Maintained
2276 F: include/hw/misc/unimp.h
2277 F: hw/misc/unimp.c
2279 Empty slot
2280 M: Artyom Tarasenko <atar4qemu@gmail.com>
2281 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2282 R: Ani Sinha <ani@anisinha.ca>
2283 S: Maintained
2284 F: include/hw/misc/empty_slot.h
2285 F: hw/misc/empty_slot.c
2287 Standard VGA
2288 M: Gerd Hoffmann <kraxel@redhat.com>
2289 S: Maintained
2290 F: hw/display/vga*
2291 F: hw/display/bochs-display.c
2292 F: include/hw/display/vga.h
2293 F: include/hw/display/bochs-vbe.h
2295 ramfb
2296 M: Gerd Hoffmann <kraxel@redhat.com>
2297 S: Maintained
2298 F: hw/display/ramfb*.c
2299 F: include/hw/display/ramfb.h
2301 virtio-gpu
2302 M: Gerd Hoffmann <kraxel@redhat.com>
2303 S: Odd Fixes
2304 F: hw/display/virtio-gpu*
2305 F: hw/display/virtio-vga.*
2306 F: include/hw/virtio/virtio-gpu.h
2308 vhost-user-blk
2309 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2310 S: Maintained
2311 F: contrib/vhost-user-blk/
2312 F: contrib/vhost-user-scsi/
2313 F: hw/block/vhost-user-blk.c
2314 F: hw/block/virtio-blk-common.c
2315 F: hw/scsi/vhost-user-scsi.c
2316 F: hw/virtio/vhost-user-blk-pci.c
2317 F: hw/virtio/vhost-user-scsi-pci.c
2318 F: include/hw/virtio/vhost-user-blk.h
2319 F: include/hw/virtio/vhost-user-scsi.h
2320 F: include/hw/virtio/virtio-blk-common.h
2322 vhost-user-gpu
2323 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2324 R: Gerd Hoffmann <kraxel@redhat.com>
2325 S: Maintained
2326 F: docs/interop/vhost-user-gpu.rst
2327 F: contrib/vhost-user-gpu
2328 F: hw/display/vhost-user-*
2330 Cirrus VGA
2331 M: Gerd Hoffmann <kraxel@redhat.com>
2332 S: Odd Fixes
2333 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2334 F: hw/display/cirrus*
2336 EDID Generator
2337 M: Gerd Hoffmann <kraxel@redhat.com>
2338 S: Maintained
2339 F: hw/display/edid*
2340 F: include/hw/display/edid.h
2341 F: qemu-edid.c
2343 PIIX4 South Bridge (i82371AB)
2344 M: Hervé Poussineau <hpoussin@reactos.org>
2345 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2346 S: Maintained
2347 F: hw/isa/piix4.c
2348 F: include/hw/southbridge/piix.h
2350 Firmware configuration (fw_cfg)
2351 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2352 R: Gerd Hoffmann <kraxel@redhat.com>
2353 S: Supported
2354 F: docs/specs/fw_cfg.txt
2355 F: hw/nvram/fw_cfg*.c
2356 F: stubs/fw_cfg.c
2357 F: include/hw/nvram/fw_cfg.h
2358 F: include/standard-headers/linux/qemu_fw_cfg.h
2359 F: tests/qtest/libqos/fw_cfg.c
2360 F: tests/qtest/fw_cfg-test.c
2361 T: git https://github.com/philmd/qemu.git fw_cfg-next
2363 XIVE
2364 M: Cédric Le Goater <clg@kaod.org>
2365 L: qemu-ppc@nongnu.org
2366 S: Odd Fixes
2367 F: hw/*/*xive*
2368 F: include/hw/*/*xive*
2369 F: docs/*/*xive*
2371 Renesas peripherals
2372 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2373 R: Magnus Damm <magnus.damm@gmail.com>
2374 S: Odd Fixes
2375 F: hw/char/renesas_sci.c
2376 F: hw/char/sh_serial.c
2377 F: hw/timer/renesas_*.c
2378 F: hw/timer/sh_timer.c
2379 F: include/hw/char/renesas_sci.h
2380 F: include/hw/sh4/sh.h
2381 F: include/hw/timer/renesas_*.h
2383 Renesas RX peripherals
2384 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2385 S: Orphan
2386 F: hw/intc/rx_icu.c
2387 F: hw/rx/
2388 F: include/hw/intc/rx_icu.h
2389 F: include/hw/rx/
2391 CAN bus subsystem and hardware
2392 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2393 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2394 S: Maintained
2395 W: https://canbus.pages.fel.cvut.cz/
2396 F: net/can/*
2397 F: hw/net/can/*
2398 F: include/net/can_*.h
2400 OpenPIC interrupt controller
2401 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2402 S: Odd Fixes
2403 F: hw/intc/openpic.c
2404 F: include/hw/ppc/openpic.h
2406 MIPS CPS
2407 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2408 S: Odd Fixes
2409 F: hw/misc/mips_*
2410 F: include/hw/misc/mips_*
2412 MIPS GIC
2413 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2414 S: Odd Fixes
2415 F: hw/intc/mips_gic.c
2416 F: hw/timer/mips_gictimer.c
2417 F: include/hw/intc/mips_gic.h
2418 F: include/hw/timer/mips_gictimer.h
2420 S390 3270 device
2421 M: Halil Pasic <pasic@linux.ibm.com>
2422 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2423 S: Odd fixes
2424 F: include/hw/s390x/3270-ccw.h
2425 F: hw/char/terminal3270.c
2426 F: hw/s390x/3270-ccw.c
2427 L: qemu-s390x@nongnu.org
2429 S390 diag 288 watchdog
2430 M: Halil Pasic <pasic@linux.ibm.com>
2431 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2432 S: Supported
2433 F: hw/watchdog/wdt_diag288.c
2434 F: include/hw/watchdog/wdt_diag288.h
2435 L: qemu-s390x@nongnu.org
2437 S390 storage key device
2438 M: Halil Pasic <pasic@linux.ibm.com>
2439 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2440 S: Supported
2441 F: hw/s390x/storage-keys.h
2442 F: hw/390x/s390-skeys*.c
2443 L: qemu-s390x@nongnu.org
2445 S390 storage attribute device
2446 M: Halil Pasic <pasic@linux.ibm.com>
2447 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2448 S: Supported
2449 F: hw/s390x/storage-attributes.h
2450 F: hw/s390/s390-stattrib*.c
2451 L: qemu-s390x@nongnu.org
2453 S390 floating interrupt controller
2454 M: Halil Pasic <pasic@linux.ibm.com>
2455 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2456 M: David Hildenbrand <david@redhat.com>
2457 S: Supported
2458 F: hw/intc/s390_flic*.c
2459 F: include/hw/s390x/s390_flic.h
2460 L: qemu-s390x@nongnu.org
2462 CanoKey
2463 M: Hongren (Zenithal) Zheng <i@zenithal.me>
2464 S: Maintained
2465 R: Canokeys.org <contact@canokeys.org>
2466 F: hw/usb/canokey.c
2467 F: hw/usb/canokey.h
2468 F: docs/system/devices/canokey.rst
2470 Subsystems
2471 ----------
2472 Overall Audio backends
2473 M: Gerd Hoffmann <kraxel@redhat.com>
2474 S: Odd Fixes
2475 F: audio/
2476 X: audio/alsaaudio.c
2477 X: audio/coreaudio.c
2478 X: audio/dsound*
2479 X: audio/jackaudio.c
2480 X: audio/ossaudio.c
2481 X: audio/paaudio.c
2482 X: audio/sdlaudio.c
2483 X: audio/sndioaudio.c
2484 X: audio/spiceaudio.c
2485 F: qapi/audio.json
2487 ALSA Audio backend
2488 M: Gerd Hoffmann <kraxel@redhat.com>
2489 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2490 S: Odd Fixes
2491 F: audio/alsaaudio.c
2493 Core Audio framework backend
2494 M: Gerd Hoffmann <kraxel@redhat.com>
2495 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2496 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2497 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2498 S: Odd Fixes
2499 F: audio/coreaudio.c
2501 DSound Audio backend
2502 M: Gerd Hoffmann <kraxel@redhat.com>
2503 S: Odd Fixes
2504 F: audio/dsound*
2506 JACK Audio Connection Kit backend
2507 M: Gerd Hoffmann <kraxel@redhat.com>
2508 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2509 S: Odd Fixes
2510 F: audio/jackaudio.c
2512 Open Sound System (OSS) Audio backend
2513 M: Gerd Hoffmann <kraxel@redhat.com>
2514 S: Odd Fixes
2515 F: audio/ossaudio.c
2517 PulseAudio backend
2518 M: Gerd Hoffmann <kraxel@redhat.com>
2519 S: Odd Fixes
2520 F: audio/paaudio.c
2522 SDL Audio backend
2523 M: Gerd Hoffmann <kraxel@redhat.com>
2524 R: Thomas Huth <huth@tuxfamily.org>
2525 S: Odd Fixes
2526 F: audio/sdlaudio.c
2528 Sndio Audio backend
2529 M: Gerd Hoffmann <kraxel@redhat.com>
2530 R: Alexandre Ratchov <alex@caoua.org>
2531 S: Odd Fixes
2532 F: audio/sndioaudio.c
2534 Block layer core
2535 M: Kevin Wolf <kwolf@redhat.com>
2536 M: Hanna Reitz <hreitz@redhat.com>
2537 L: qemu-block@nongnu.org
2538 S: Supported
2539 F: block*
2540 F: block/
2541 F: hw/block/
2542 F: qapi/block*.json
2543 F: qapi/transaction.json
2544 F: include/block/
2545 F: include/sysemu/block-*.h
2546 F: qemu-img*
2547 F: docs/tools/qemu-img.rst
2548 F: qemu-io*
2549 F: tests/qemu-iotests/
2550 F: util/qemu-progress.c
2551 F: qobject/block-qdict.c
2552 F: tests/unit/check-block-qdict.c
2553 T: git https://repo.or.cz/qemu/kevin.git block
2555 Storage daemon
2556 M: Kevin Wolf <kwolf@redhat.com>
2557 L: qemu-block@nongnu.org
2558 S: Supported
2559 F: storage-daemon/
2560 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2561 F: docs/tools/qemu-storage-daemon.rst
2562 T: git https://repo.or.cz/qemu/kevin.git block
2564 Block I/O path
2565 M: Stefan Hajnoczi <stefanha@redhat.com>
2566 M: Fam Zheng <fam@euphon.net>
2567 L: qemu-block@nongnu.org
2568 S: Supported
2569 F: util/async.c
2570 F: util/aio-*.c
2571 F: util/aio-*.h
2572 F: util/fdmon-*.c
2573 F: block/io.c
2574 F: migration/block*
2575 F: include/block/aio.h
2576 F: include/block/aio-wait.h
2577 F: scripts/qemugdb/aio.py
2578 F: tests/unit/test-fdmon-epoll.c
2579 T: git https://github.com/stefanha/qemu.git block
2581 Block SCSI subsystem
2582 M: Paolo Bonzini <pbonzini@redhat.com>
2583 R: Fam Zheng <fam@euphon.net>
2584 L: qemu-block@nongnu.org
2585 S: Supported
2586 F: include/scsi/*
2587 F: scsi/*
2589 Block Jobs
2590 M: John Snow <jsnow@redhat.com>
2591 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2592 L: qemu-block@nongnu.org
2593 S: Supported
2594 F: blockjob.c
2595 F: include/block/blockjob.h
2596 F: job.c
2597 F: job-qmp.c
2598 F: include/qemu/job.h
2599 F: block/backup.c
2600 F: block/commit.c
2601 F: block/stream.c
2602 F: block/mirror.c
2603 F: qapi/job.json
2604 F: block/block-copy.c
2605 F: include/block/block-copy.h
2606 F: block/reqlist.c
2607 F: include/block/reqlist.h
2608 F: block/copy-before-write.h
2609 F: block/copy-before-write.c
2610 F: block/snapshot-access.c
2611 F: include/block/aio_task.h
2612 F: block/aio_task.c
2613 F: util/qemu-co-shared-resource.c
2614 F: include/qemu/co-shared-resource.h
2615 T: git https://gitlab.com/jsnow/qemu.git jobs
2616 T: git https://gitlab.com/vsementsov/qemu.git block
2618 Compute Express Link
2619 M: Ben Widawsky <ben.widawsky@intel.com>
2620 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2621 S: Supported
2622 F: hw/cxl/
2623 F: hw/mem/cxl_type3.c
2624 F: include/hw/cxl/
2626 Dirty Bitmaps
2627 M: Eric Blake <eblake@redhat.com>
2628 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2629 R: John Snow <jsnow@redhat.com>
2630 L: qemu-block@nongnu.org
2631 S: Supported
2632 F: include/qemu/hbitmap.h
2633 F: include/block/dirty-bitmap.h
2634 F: block/monitor/bitmap-qmp-cmds.c
2635 F: block/dirty-bitmap.c
2636 F: block/qcow2-bitmap.c
2637 F: migration/block-dirty-bitmap.c
2638 F: util/hbitmap.c
2639 F: tests/unit/test-hbitmap.c
2640 F: docs/interop/bitmaps.rst
2641 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2642 T: git https://gitlab.com/vsementsov/qemu.git block
2644 Character device backends
2645 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2646 R: Paolo Bonzini <pbonzini@redhat.com>
2647 S: Maintained
2648 F: chardev/
2649 F: include/chardev/
2650 F: qapi/char.json
2652 Character Devices (Braille)
2653 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2654 S: Maintained
2655 F: chardev/baum.c
2657 Command line option argument parsing
2658 M: Markus Armbruster <armbru@redhat.com>
2659 S: Supported
2660 F: include/qemu/option.h
2661 F: tests/unit/test-keyval.c
2662 F: tests/unit/test-qemu-opts.c
2663 F: util/keyval.c
2664 F: util/qemu-option.c
2666 Coverity model
2667 M: Markus Armbruster <armbru@redhat.com>
2668 S: Supported
2669 F: scripts/coverity-model.c
2671 Coverity Scan integration
2672 M: Peter Maydell <peter.maydell@linaro.org>
2673 S: Maintained
2674 F: scripts/coverity-scan/
2676 Device Tree
2677 M: Alistair Francis <alistair.francis@wdc.com>
2678 R: David Gibson <david@gibson.dropbear.id.au>
2679 S: Maintained
2680 F: softmmu/device_tree.c
2681 F: include/sysemu/device_tree.h
2683 Dump
2684 S: Supported
2685 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2686 F: dump/
2687 F: hw/misc/vmcoreinfo.c
2688 F: include/hw/misc/vmcoreinfo.h
2689 F: include/qemu/win_dump_defs
2690 F: include/sysemu/dump-arch.h
2691 F: include/sysemu/dump.h
2692 F: qapi/dump.json
2693 F: scripts/dump-guest-memory.py
2694 F: stubs/dump.c
2696 Error reporting
2697 M: Markus Armbruster <armbru@redhat.com>
2698 S: Supported
2699 F: include/qapi/error.h
2700 F: include/qemu/error-report.h
2701 F: qapi/error.json
2702 F: util/error.c
2703 F: util/qemu-error.c
2704 F: scripts/coccinelle/err-bad-newline.cocci
2705 F: scripts/coccinelle/error-use-after-free.cocci
2706 F: scripts/coccinelle/error_propagate_null.cocci
2707 F: scripts/coccinelle/remove_local_err.cocci
2708 F: scripts/coccinelle/use-error_fatal.cocci
2709 F: scripts/coccinelle/errp-guard.cocci
2711 GDB stub
2712 M: Alex Bennée <alex.bennee@linaro.org>
2713 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2714 S: Maintained
2715 F: docs/system/gdb.rst
2716 F: gdbstub/*
2717 F: include/exec/gdbstub.h
2718 F: gdb-xml/
2719 F: tests/tcg/multiarch/gdbstub/
2720 F: scripts/feature_to_c.sh
2722 Memory API
2723 M: Paolo Bonzini <pbonzini@redhat.com>
2724 M: Peter Xu <peterx@redhat.com>
2725 M: David Hildenbrand <david@redhat.com>
2726 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2727 S: Supported
2728 F: include/exec/ioport.h
2729 F: include/exec/memop.h
2730 F: include/exec/memory.h
2731 F: include/exec/ram_addr.h
2732 F: include/exec/ramblock.h
2733 F: include/sysemu/memory_mapping.h
2734 F: softmmu/dma-helpers.c
2735 F: softmmu/ioport.c
2736 F: softmmu/memory.c
2737 F: softmmu/memory_mapping.c
2738 F: softmmu/physmem.c
2739 F: include/exec/memory-internal.h
2740 F: scripts/coccinelle/memory-region-housekeeping.cocci
2742 Memory devices
2743 M: David Hildenbrand <david@redhat.com>
2744 M: Igor Mammedov <imammedo@redhat.com>
2745 R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2746 S: Supported
2747 F: hw/mem/memory-device.c
2748 F: hw/mem/nvdimm.c
2749 F: hw/mem/pc-dimm.c
2750 F: include/hw/mem/memory-device.h
2751 F: include/hw/mem/nvdimm.h
2752 F: include/hw/mem/pc-dimm.h
2753 F: docs/nvdimm.txt
2755 SPICE
2756 M: Gerd Hoffmann <kraxel@redhat.com>
2757 S: Odd Fixes
2758 F: include/ui/qemu-spice.h
2759 F: include/ui/spice-display.h
2760 F: ui/spice-*.c
2761 F: audio/spiceaudio.c
2762 F: hw/display/qxl*
2763 F: qapi/ui.json
2764 F: docs/spice-port-fqdn.txt
2766 Graphics
2767 M: Gerd Hoffmann <kraxel@redhat.com>
2768 S: Odd Fixes
2769 F: ui/
2770 F: include/ui/
2771 F: qapi/ui.json
2772 F: util/drm.c
2773 F: docs/devel/ui.rst
2775 Cocoa graphics
2776 M: Peter Maydell <peter.maydell@linaro.org>
2777 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2778 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2779 S: Odd Fixes
2780 F: ui/cocoa.m
2782 Main loop
2783 M: Paolo Bonzini <pbonzini@redhat.com>
2784 S: Maintained
2785 F: include/exec/gen-icount.h
2786 F: include/qemu/main-loop.h
2787 F: include/sysemu/runstate.h
2788 F: include/sysemu/runstate-action.h
2789 F: util/main-loop.c
2790 F: util/qemu-timer.c
2791 F: softmmu/vl.c
2792 F: softmmu/main.c
2793 F: softmmu/cpus.c
2794 F: softmmu/cpu-throttle.c
2795 F: softmmu/cpu-timers.c
2796 F: softmmu/icount.c
2797 F: softmmu/runstate-action.c
2798 F: softmmu/runstate.c
2799 F: qapi/run-state.json
2801 Read, Copy, Update (RCU)
2802 M: Paolo Bonzini <pbonzini@redhat.com>
2803 S: Maintained
2804 F: include/qemu/rcu*.h
2805 F: tests/unit/rcutorture.c
2806 F: tests/unit/test-rcu-*.c
2807 F: util/rcu.c
2809 Human Monitor (HMP)
2810 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2811 S: Maintained
2812 F: monitor/monitor-internal.h
2813 F: monitor/misc.c
2814 F: monitor/monitor.c
2815 F: monitor/hmp*
2816 F: hmp.h
2817 F: hmp-commands*.hx
2818 F: include/monitor/hmp-target.h
2819 F: tests/qtest/test-hmp.c
2820 F: include/qemu/qemu-print.h
2821 F: util/qemu-print.c
2823 Network device backends
2824 M: Jason Wang <jasowang@redhat.com>
2825 S: Maintained
2826 F: net/
2827 F: include/net/
2828 F: qemu-bridge-helper.c
2829 T: git https://github.com/jasowang/qemu.git net
2830 F: qapi/net.json
2832 Netmap network backend
2833 M: Luigi Rizzo <rizzo@iet.unipi.it>
2834 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2835 M: Vincenzo Maffione <v.maffione@gmail.com>
2836 W: http://info.iet.unipi.it/~luigi/netmap/
2837 S: Maintained
2838 F: net/netmap.c
2840 Host Memory Backends
2841 M: David Hildenbrand <david@redhat.com>
2842 M: Igor Mammedov <imammedo@redhat.com>
2843 S: Maintained
2844 F: backends/hostmem*.c
2845 F: include/sysemu/hostmem.h
2846 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2848 Cryptodev Backends
2849 M: Gonglei <arei.gonglei@huawei.com>
2850 S: Maintained
2851 F: include/sysemu/cryptodev*.h
2852 F: backends/cryptodev*.c
2854 Python library
2855 M: John Snow <jsnow@redhat.com>
2856 M: Cleber Rosa <crosa@redhat.com>
2857 R: Beraldo Leal <bleal@redhat.com>
2858 S: Maintained
2859 F: python/
2860 T: git https://gitlab.com/jsnow/qemu.git python
2862 Python scripts
2863 M: John Snow <jsnow@redhat.com>
2864 M: Cleber Rosa <crosa@redhat.com>
2865 S: Odd Fixes
2866 F: scripts/*.py
2867 F: tests/*.py
2869 Benchmark util
2870 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2871 S: Maintained
2872 F: scripts/simplebench/
2873 T: git https://gitlab.com/vsementsov/qemu.git simplebench
2875 Transactions helper
2876 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2877 S: Maintained
2878 F: include/qemu/transactions.h
2879 F: util/transactions.c
2880 T: git https://gitlab.com/vsementsov/qemu.git block
2882 QAPI
2883 M: Markus Armbruster <armbru@redhat.com>
2884 M: Michael Roth <michael.roth@amd.com>
2885 S: Supported
2886 F: qapi/
2887 X: qapi/*.json
2888 F: include/qapi/
2889 X: include/qapi/qmp/
2890 F: include/qapi/qmp/dispatch.h
2891 F: tests/qapi-schema/
2892 F: tests/unit/test-*-visitor.c
2893 F: tests/unit/test-qapi-*.c
2894 F: tests/unit/test-qmp-*.c
2895 F: tests/unit/test-visitor-serialization.c
2896 F: scripts/qapi-gen.py
2897 F: scripts/qapi/*
2898 F: docs/sphinx/qapidoc.py
2899 F: docs/devel/qapi*
2900 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2902 QAPI Schema
2903 M: Eric Blake <eblake@redhat.com>
2904 M: Markus Armbruster <armbru@redhat.com>
2905 S: Supported
2906 F: qapi/*.json
2907 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2909 QObject
2910 M: Markus Armbruster <armbru@redhat.com>
2911 S: Supported
2912 F: qobject/
2913 F: include/qapi/qmp/
2914 X: include/qapi/qmp/dispatch.h
2915 F: scripts/coccinelle/qobject.cocci
2916 F: tests/unit/check-qdict.c
2917 F: tests/unit/check-qjson.c
2918 F: tests/unit/check-qlist.c
2919 F: tests/unit/check-qlit.c
2920 F: tests/unit/check-qnull.c
2921 F: tests/unit/check-qnum.c
2922 F: tests/unit/check-qobject.c
2923 F: tests/unit/check-qstring.c
2924 F: tests/data/qobject/qdict.txt
2925 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2927 QEMU Guest Agent
2928 M: Michael Roth <michael.roth@amd.com>
2929 M: Konstantin Kostiuk <kkostiuk@redhat.com>
2930 S: Maintained
2931 F: qga/
2932 F: docs/interop/qemu-ga.rst
2933 F: docs/interop/qemu-ga-ref.rst
2934 F: scripts/qemu-guest-agent/
2935 F: tests/unit/test-qga.c
2936 T: git https://github.com/mdroth/qemu.git qga
2938 QEMU Guest Agent Win32
2939 M: Konstantin Kostiuk <kkostiuk@redhat.com>
2940 S: Maintained
2941 F: qga/*win32*
2942 F: qga/vss-win32/
2943 F: qga/installer/
2944 T: git https://github.com/kostyanf14/qemu.git qga-win32
2947 M: Paolo Bonzini <pbonzini@redhat.com>
2948 R: Daniel P. Berrange <berrange@redhat.com>
2949 R: Eduardo Habkost <eduardo@habkost.net>
2950 S: Supported
2951 F: docs/devel/qom.rst
2952 F: docs/qdev-device-use.txt
2953 F: hw/core/qdev*
2954 F: hw/core/bus.c
2955 F: hw/core/sysbus.c
2956 F: include/hw/qdev*
2957 F: include/monitor/qdev.h
2958 F: include/qom/
2959 F: qapi/qom.json
2960 F: qapi/qdev.json
2961 F: scripts/coccinelle/qom-parent-type.cocci
2962 F: softmmu/qdev-monitor.c
2963 F: stubs/qdev.c
2964 F: qom/
2965 F: tests/unit/check-qom-interface.c
2966 F: tests/unit/check-qom-proplist.c
2967 F: tests/unit/test-qdev-global-props.c
2969 QOM boilerplate conversion script
2970 M: Eduardo Habkost <eduardo@habkost.net>
2971 S: Maintained
2972 F: scripts/codeconverter/
2975 M: Markus Armbruster <armbru@redhat.com>
2976 S: Supported
2977 F: monitor/monitor-internal.h
2978 F: monitor/qmp*
2979 F: monitor/misc.c
2980 F: monitor/monitor.c
2981 F: qapi/control.json
2982 F: qapi/error.json
2983 F: qapi/introspect.json
2984 F: docs/devel/*qmp-*
2985 F: docs/interop/*qmp-*
2986 F: scripts/qmp/
2987 F: tests/qtest/qmp-test.c
2988 F: tests/qtest/qmp-cmd-test.c
2989 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2991 qtest
2992 M: Thomas Huth <thuth@redhat.com>
2993 M: Laurent Vivier <lvivier@redhat.com>
2994 R: Paolo Bonzini <pbonzini@redhat.com>
2995 S: Maintained
2996 F: softmmu/qtest.c
2997 F: accel/qtest/
2998 F: tests/qtest/
2999 F: docs/devel/qgraph.rst
3000 F: docs/devel/qtest.rst
3001 X: tests/qtest/bios-tables-test*
3003 Device Fuzzing
3004 M: Alexander Bulekov <alxndr@bu.edu>
3005 R: Paolo Bonzini <pbonzini@redhat.com>
3006 R: Bandan Das <bsd@redhat.com>
3007 R: Stefan Hajnoczi <stefanha@redhat.com>
3008 R: Thomas Huth <thuth@redhat.com>
3009 R: Darren Kenny <darren.kenny@oracle.com> 
3010 R: Qiuhao Li <Qiuhao.Li@outlook.com>
3011 S: Maintained
3012 F: tests/qtest/fuzz/
3013 F: tests/qtest/fuzz-*test.c
3014 F: scripts/oss-fuzz/
3015 F: hw/mem/sparse-mem.c
3016 F: docs/devel/fuzzing.rst
3018 Register API
3019 M: Alistair Francis <alistair@alistair23.me>
3020 S: Maintained
3021 F: hw/core/register.c
3022 F: include/hw/register.h
3023 F: include/hw/registerfields.h
3025 SLIRP
3026 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3027 S: Maintained
3028 F: net/slirp.c
3029 F: include/net/slirp.h
3030 T: git https://people.debian.org/~sthibault/qemu.git slirp
3032 Streams
3033 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3034 S: Maintained
3035 F: hw/core/stream.c
3036 F: include/hw/stream.h
3038 Stubs
3039 M: Paolo Bonzini <pbonzini@redhat.com>
3040 S: Maintained
3041 F: stubs/
3043 Tracing
3044 M: Stefan Hajnoczi <stefanha@redhat.com>
3045 S: Maintained
3046 F: trace/
3047 F: trace-events
3048 F: docs/qemu-option-trace.rst.inc
3049 F: qapi/trace.json
3050 F: scripts/tracetool.py
3051 F: scripts/tracetool/
3052 F: scripts/qemu-trace-stap*
3053 F: docs/tools/qemu-trace-stap.rst
3054 F: docs/devel/tracing.rst
3055 T: git https://github.com/stefanha/qemu.git tracing
3058 M: Stefan Berger <stefanb@linux.ibm.com>
3059 S: Maintained
3060 F: tpm.c
3061 F: hw/tpm/*
3062 F: include/hw/acpi/tpm.h
3063 F: include/sysemu/tpm*
3064 F: qapi/tpm.json
3065 F: backends/tpm/
3066 F: tests/qtest/*tpm*
3067 F: docs/specs/tpm.rst
3068 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3070 Checkpatch
3071 S: Odd Fixes
3072 F: scripts/checkpatch.pl
3074 Migration
3075 M: Juan Quintela <quintela@redhat.com>
3076 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
3077 S: Maintained
3078 F: hw/core/vmstate-if.c
3079 F: include/hw/vmstate-if.h
3080 F: include/migration/
3081 F: migration/
3082 F: scripts/vmstate-static-checker.py
3083 F: tests/vmstate-static-checker-data/
3084 F: tests/qtest/migration-test.c
3085 F: docs/devel/migration.rst
3086 F: qapi/migration.json
3087 F: tests/migration/
3089 D-Bus
3090 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3091 S: Maintained
3092 F: backends/dbus-vmstate.c
3093 F: ui/dbus*
3094 F: audio/dbus*
3095 F: util/dbus.c
3096 F: include/ui/dbus*
3097 F: include/qemu/dbus.h
3098 F: docs/interop/dbus*
3099 F: docs/sphinx/dbus*
3100 F: docs/sphinx/fakedbusdoc.py
3101 F: tests/qtest/dbus*
3103 Seccomp
3104 M: Daniel P. Berrange <berrange@redhat.com>
3105 S: Odd Fixes
3106 F: softmmu/qemu-seccomp.c
3107 F: include/sysemu/seccomp.h
3108 F: tests/unit/test-seccomp.c
3110 Cryptography
3111 M: Daniel P. Berrange <berrange@redhat.com>
3112 S: Maintained
3113 F: crypto/
3114 F: include/crypto/
3115 F: qapi/crypto.json
3116 F: tests/unit/test-crypto-*
3117 F: tests/bench/benchmark-crypto-*
3118 F: tests/unit/crypto-tls-*
3119 F: tests/unit/pkix_asn1_tab.c
3120 F: qemu.sasl
3122 Coroutines
3123 M: Stefan Hajnoczi <stefanha@redhat.com>
3124 M: Kevin Wolf <kwolf@redhat.com>
3125 S: Maintained
3126 F: util/*coroutine*
3127 F: include/qemu/coroutine*
3128 F: tests/unit/test-coroutine.c
3130 Buffers
3131 M: Daniel P. Berrange <berrange@redhat.com>
3132 S: Odd Fixes
3133 F: util/buffer.c
3134 F: include/qemu/buffer.h
3136 I/O Channels
3137 M: Daniel P. Berrange <berrange@redhat.com>
3138 S: Maintained
3139 F: io/
3140 F: include/io/
3141 F: tests/unit/test-io-*
3143 User authorization
3144 M: Daniel P. Berrange <berrange@redhat.com>
3145 S: Maintained
3146 F: authz/
3147 F: qapi/authz.json
3148 F: include/authz/
3149 F: tests/unit/test-authz-*
3151 Sockets
3152 M: Daniel P. Berrange <berrange@redhat.com>
3153 S: Maintained
3154 F: include/qemu/sockets.h
3155 F: util/qemu-sockets.c
3156 F: qapi/sockets.json
3158 File monitor
3159 M: Daniel P. Berrange <berrange@redhat.com>
3160 S: Odd Fixes
3161 F: util/filemonitor*.c
3162 F: include/qemu/filemonitor.h
3163 F: tests/unit/test-util-filemonitor.c
3165 Throttling infrastructure
3166 M: Alberto Garcia <berto@igalia.com>
3167 S: Supported
3168 F: block/throttle-groups.c
3169 F: include/block/throttle-groups.h
3170 F: include/qemu/throttle*.h
3171 F: util/throttle.c
3172 F: docs/throttle.txt
3173 F: tests/unit/test-throttle.c
3174 L: qemu-block@nongnu.org
3176 UUID
3177 M: Fam Zheng <fam@euphon.net>
3178 S: Supported
3179 F: util/uuid.c
3180 F: include/qemu/uuid.h
3181 F: tests/unit/test-uuid.c
3183 Yank feature
3184 M: Lukas Straub <lukasstraub2@web.de>
3185 S: Odd fixes
3186 F: util/yank.c
3187 F: migration/yank_functions*
3188 F: tests/unit/test-yank.c
3189 F: include/qemu/yank.h
3190 F: qapi/yank.json
3192 COLO Framework
3193 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3194 S: Maintained
3195 F: migration/colo*
3196 F: include/migration/colo.h
3197 F: include/migration/failover.h
3198 F: docs/COLO-FT.txt
3200 COLO Proxy
3201 M: Zhang Chen <chen.zhang@intel.com>
3202 M: Li Zhijian <lizhijian@fujitsu.com>
3203 S: Supported
3204 F: docs/colo-proxy.txt
3205 F: net/colo*
3206 F: net/filter-rewriter.c
3207 F: net/filter-mirror.c
3208 F: tests/qtest/test-filter*
3210 Record/replay
3211 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3212 R: Paolo Bonzini <pbonzini@redhat.com>
3213 W: https://wiki.qemu.org/Features/record-replay
3214 S: Supported
3215 F: replay/*
3216 F: block/blkreplay.c
3217 F: net/filter-replay.c
3218 F: include/sysemu/replay.h
3219 F: docs/devel/replay.rst
3220 F: docs/system/replay.rst
3221 F: stubs/replay.c
3222 F: tests/avocado/replay_kernel.py
3223 F: tests/avocado/replay_linux.py
3224 F: tests/avocado/reverse_debugging.py
3225 F: qapi/replay.json
3227 IOVA Tree
3228 M: Peter Xu <peterx@redhat.com>
3229 S: Maintained
3230 F: include/qemu/iova-tree.h
3231 F: util/iova-tree.c
3233 elf2dmp
3234 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3235 S: Maintained
3236 F: contrib/elf2dmp/
3238 I2C and SMBus
3239 M: Corey Minyard <cminyard@mvista.com>
3240 S: Maintained
3241 F: hw/i2c/core.c
3242 F: hw/i2c/smbus_slave.c
3243 F: hw/i2c/smbus_master.c
3244 F: hw/i2c/smbus_eeprom.c
3245 F: include/hw/i2c/i2c.h
3246 F: include/hw/i2c/smbus_master.h
3247 F: include/hw/i2c/smbus_slave.h
3248 F: include/hw/i2c/smbus_eeprom.h
3250 PMBus
3251 M: Titus Rwantare <titusr@google.com>
3252 S: Maintained
3253 F: hw/i2c/pmbus_device.c
3254 F: hw/sensor/adm1272.c
3255 F: hw/sensor/isl_pmbus_vr.c
3256 F: hw/sensor/max34451.c
3257 F: include/hw/i2c/pmbus_device.h
3258 F: include/hw/sensor/isl_pmbus_vr.h
3259 F: tests/qtest/adm1272-test.c
3260 F: tests/qtest/max34451-test.c
3261 F: tests/qtest/isl_pmbus_vr-test.c
3263 Firmware schema specifications
3264 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3265 R: Daniel P. Berrange <berrange@redhat.com>
3266 R: Kashyap Chamarthy <kchamart@redhat.com>
3267 S: Maintained
3268 F: docs/interop/firmware.json
3270 EDK2 Firmware
3271 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3272 M: Gerd Hoffmann <kraxel@redhat.com>
3273 S: Supported
3274 F: hw/i386/*ovmf*
3275 F: pc-bios/descriptors/??-edk2-*.json
3276 F: pc-bios/edk2-*
3277 F: roms/Makefile.edk2
3278 F: roms/edk2
3279 F: roms/edk2-*
3280 F: tests/data/uefi-boot-images/
3281 F: tests/uefi-test-tools/
3282 F: .gitlab-ci.d/edk2.yml
3283 F: .gitlab-ci.d/edk2/
3285 VT-d Emulation
3286 M: Michael S. Tsirkin <mst@redhat.com>
3287 M: Peter Xu <peterx@redhat.com>
3288 R: Jason Wang <jasowang@redhat.com>
3289 S: Supported
3290 F: hw/i386/intel_iommu.c
3291 F: hw/i386/intel_iommu_internal.h
3292 F: include/hw/i386/intel_iommu.h
3294 OpenSBI Firmware
3295 M: Bin Meng <bmeng.cn@gmail.com>
3296 S: Supported
3297 F: pc-bios/opensbi-*
3298 F: .gitlab-ci.d/opensbi.yml
3299 F: .gitlab-ci.d/opensbi/
3301 Clock framework
3302 M: Luc Michel <luc@lmichel.fr>
3303 R: Damien Hedde <damien.hedde@greensocs.com>
3304 S: Maintained
3305 F: include/hw/clock.h
3306 F: include/hw/qdev-clock.h
3307 F: hw/core/clock.c
3308 F: hw/core/clock-vmstate.c
3309 F: hw/core/qdev-clock.c
3310 F: docs/devel/clocks.rst
3312 Usermode Emulation
3313 ------------------
3314 Overall usermode emulation
3315 M: Riku Voipio <riku.voipio@iki.fi>
3316 S: Maintained
3317 F: accel/tcg/user-exec*.c
3318 F: include/user/
3319 F: common-user/
3321 BSD user
3322 M: Warner Losh <imp@bsdimp.com>
3323 R: Kyle Evans <kevans@freebsd.org>
3324 S: Maintained
3325 F: bsd-user/
3326 F: configs/targets/*-bsd-user.mak
3327 F: tests/vm/*bsd
3328 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3330 Linux user
3331 M: Laurent Vivier <laurent@vivier.eu>
3332 S: Maintained
3333 F: linux-user/
3334 F: configs/targets/*linux-user.mak
3335 F: scripts/qemu-binfmt-conf.sh
3336 F: scripts/update-syscalltbl.sh
3337 F: scripts/update-mips-syscall-args.sh
3338 F: scripts/gensyscalls.sh
3340 Tiny Code Generator (TCG)
3341 -------------------------
3342 Common TCG code
3343 M: Richard Henderson <richard.henderson@linaro.org>
3344 S: Maintained
3345 F: tcg/
3346 F: include/tcg/
3348 TCG Plugins
3349 M: Alex Bennée <alex.bennee@linaro.org>
3350 R: Alexandre Iooss <erdnaxe@crans.org>
3351 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3352 S: Maintained
3353 F: docs/devel/tcg-plugins.rst
3354 F: plugins/
3355 F: tests/plugin/
3356 F: tests/avocado/tcg_plugins.py
3357 F: contrib/plugins/
3359 AArch64 TCG target
3360 M: Richard Henderson <richard.henderson@linaro.org>
3361 S: Maintained
3362 L: qemu-arm@nongnu.org
3363 F: tcg/aarch64/
3365 ARM TCG target
3366 M: Richard Henderson <richard.henderson@linaro.org>
3367 S: Maintained
3368 L: qemu-arm@nongnu.org
3369 F: tcg/arm/
3371 i386 TCG target
3372 M: Richard Henderson <richard.henderson@linaro.org>
3373 S: Maintained
3374 F: tcg/i386/
3376 LoongArch64 TCG target
3377 M: WANG Xuerui <git@xen0n.name>
3378 S: Maintained
3379 F: tcg/loongarch64/
3381 MIPS TCG target
3382 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3383 R: Aurelien Jarno <aurelien@aurel32.net>
3384 R: Huacai Chen <chenhuacai@kernel.org>
3385 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3386 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3387 S: Odd Fixes
3388 F: tcg/mips/
3390 PPC TCG target
3391 M: Richard Henderson <richard.henderson@linaro.org>
3392 S: Odd Fixes
3393 F: tcg/ppc/
3395 RISC-V TCG target
3396 M: Palmer Dabbelt <palmer@dabbelt.com>
3397 M: Alistair Francis <Alistair.Francis@wdc.com>
3398 L: qemu-riscv@nongnu.org
3399 S: Maintained
3400 F: tcg/riscv/
3401 F: disas/riscv.c
3403 S390 TCG target
3404 M: Richard Henderson <richard.henderson@linaro.org>
3405 S: Maintained
3406 F: tcg/s390/
3407 L: qemu-s390x@nongnu.org
3409 SPARC TCG target
3410 S: Odd Fixes
3411 F: tcg/sparc64/
3412 F: disas/sparc.c
3414 TCI TCG target
3415 M: Stefan Weil <sw@weilnetz.de>
3416 S: Maintained
3417 F: tcg/tci/
3418 F: tcg/tci.c
3419 F: disas/tci.c
3421 Block drivers
3422 -------------
3423 VMDK
3424 M: Fam Zheng <fam@euphon.net>
3425 L: qemu-block@nongnu.org
3426 S: Supported
3427 F: block/vmdk.c
3430 M: Ilya Dryomov <idryomov@gmail.com>
3431 R: Peter Lieven <pl@kamp.de>
3432 L: qemu-block@nongnu.org
3433 S: Supported
3434 F: block/rbd.c
3436 VHDX
3437 M: Jeff Cody <codyprime@gmail.com>
3438 L: qemu-block@nongnu.org
3439 S: Supported
3440 F: block/vhdx*
3443 M: Stefan Weil <sw@weilnetz.de>
3444 L: qemu-block@nongnu.org
3445 S: Maintained
3446 F: block/vdi.c
3448 blkio
3449 M: Stefan Hajnoczi <stefanha@redhat.com>
3450 L: qemu-block@nongnu.org
3451 S: Maintained
3452 F: block/blkio.c
3454 iSCSI
3455 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3456 M: Paolo Bonzini <pbonzini@redhat.com>
3457 M: Peter Lieven <pl@kamp.de>
3458 L: qemu-block@nongnu.org
3459 S: Odd Fixes
3460 F: block/iscsi.c
3461 F: block/iscsi-opts.c
3463 Network Block Device (NBD)
3464 M: Eric Blake <eblake@redhat.com>
3465 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3466 L: qemu-block@nongnu.org
3467 S: Maintained
3468 F: block/nbd*
3469 F: nbd/
3470 F: include/block/nbd*
3471 F: qemu-nbd.*
3472 F: blockdev-nbd.c
3473 F: docs/interop/nbd.txt
3474 F: docs/tools/qemu-nbd.rst
3475 F: tests/qemu-iotests/tests/*nbd*
3476 T: git https://repo.or.cz/qemu/ericb.git nbd
3477 T: git https://gitlab.com/vsementsov/qemu.git block
3480 M: Peter Lieven <pl@kamp.de>
3481 L: qemu-block@nongnu.org
3482 S: Maintained
3483 F: block/nfs.c
3486 M: Richard W.M. Jones <rjones@redhat.com>
3487 L: qemu-block@nongnu.org
3488 S: Supported
3489 F: block/ssh.c
3491 CURL
3492 L: qemu-block@nongnu.org
3493 S: Odd Fixes
3494 F: block/curl.c
3496 GLUSTER
3497 L: qemu-block@nongnu.org
3498 L: integration@gluster.org
3499 S: Odd Fixes
3500 F: block/gluster.c
3502 Null Block Driver
3503 M: Fam Zheng <fam@euphon.net>
3504 L: qemu-block@nongnu.org
3505 S: Supported
3506 F: block/null.c
3508 NVMe Block Driver
3509 M: Stefan Hajnoczi <stefanha@redhat.com>
3510 R: Fam Zheng <fam@euphon.net>
3511 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3512 L: qemu-block@nongnu.org
3513 S: Supported
3514 F: block/nvme*
3515 F: include/block/nvme.h
3516 T: git https://github.com/stefanha/qemu.git block
3518 Bootdevice
3519 M: Gonglei <arei.gonglei@huawei.com>
3520 S: Maintained
3521 F: softmmu/bootdevice.c
3523 Quorum
3524 M: Alberto Garcia <berto@igalia.com>
3525 S: Supported
3526 F: block/quorum.c
3527 L: qemu-block@nongnu.org
3529 blklogwrites
3530 M: Ari Sundholm <ari@tuxera.com>
3531 L: qemu-block@nongnu.org
3532 S: Supported
3533 F: block/blklogwrites.c
3535 blkverify
3536 M: Stefan Hajnoczi <stefanha@redhat.com>
3537 L: qemu-block@nongnu.org
3538 S: Supported
3539 F: block/blkverify.c
3541 bochs
3542 M: Stefan Hajnoczi <stefanha@redhat.com>
3543 L: qemu-block@nongnu.org
3544 S: Supported
3545 F: block/bochs.c
3547 cloop
3548 M: Stefan Hajnoczi <stefanha@redhat.com>
3549 L: qemu-block@nongnu.org
3550 S: Supported
3551 F: block/cloop.c
3554 M: Stefan Hajnoczi <stefanha@redhat.com>
3555 L: qemu-block@nongnu.org
3556 S: Supported
3557 F: block/dmg.c
3559 parallels
3560 M: Stefan Hajnoczi <stefanha@redhat.com>
3561 M: Denis V. Lunev <den@openvz.org>
3562 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3563 L: qemu-block@nongnu.org
3564 S: Supported
3565 F: block/parallels.c
3566 F: block/parallels-ext.c
3567 F: docs/interop/parallels.txt
3568 T: git https://gitlab.com/vsementsov/qemu.git block
3571 M: Stefan Hajnoczi <stefanha@redhat.com>
3572 L: qemu-block@nongnu.org
3573 S: Supported
3574 F: block/qed.c
3577 M: Kevin Wolf <kwolf@redhat.com>
3578 L: qemu-block@nongnu.org
3579 S: Supported
3580 F: block/linux-aio.c
3581 F: include/block/raw-aio.h
3582 F: block/raw-format.c
3583 F: block/file-posix.c
3584 F: block/file-win32.c
3585 F: block/win32-aio.c
3587 Linux io_uring
3588 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3589 M: Julia Suvorova <jusual@redhat.com>
3590 M: Stefan Hajnoczi <stefanha@redhat.com>
3591 R: Stefano Garzarella <sgarzare@redhat.com>
3592 L: qemu-block@nongnu.org
3593 S: Maintained
3594 F: block/io_uring.c
3595 F: stubs/io_uring.c
3597 qcow2
3598 M: Kevin Wolf <kwolf@redhat.com>
3599 M: Hanna Reitz <hreitz@redhat.com>
3600 L: qemu-block@nongnu.org
3601 S: Supported
3602 F: block/qcow2*
3603 F: docs/interop/qcow2.txt
3605 qcow
3606 M: Kevin Wolf <kwolf@redhat.com>
3607 L: qemu-block@nongnu.org
3608 S: Supported
3609 F: block/qcow.c
3611 blkdebug
3612 M: Kevin Wolf <kwolf@redhat.com>
3613 M: Hanna Reitz <hreitz@redhat.com>
3614 L: qemu-block@nongnu.org
3615 S: Supported
3616 F: block/blkdebug.c
3619 M: Kevin Wolf <kwolf@redhat.com>
3620 L: qemu-block@nongnu.org
3621 S: Supported
3622 F: block/vpc.c
3624 vvfat
3625 M: Kevin Wolf <kwolf@redhat.com>
3626 L: qemu-block@nongnu.org
3627 S: Odd Fixes
3628 F: block/vvfat.c
3630 Image format fuzzer
3631 M: Stefan Hajnoczi <stefanha@redhat.com>
3632 L: qemu-block@nongnu.org
3633 S: Supported
3634 F: tests/image-fuzzer/
3636 Vhost-user block device backend server
3637 M: Coiby Xu <Coiby.Xu@gmail.com>
3638 S: Maintained
3639 F: block/export/vhost-user-blk-server.c
3640 F: block/export/vhost-user-blk-server.h
3641 F: block/export/virtio-blk-handler.c
3642 F: block/export/virtio-blk-handler.h
3643 F: include/qemu/vhost-user-server.h
3644 F: tests/qtest/libqos/vhost-user-blk.c
3645 F: tests/qtest/libqos/vhost-user-blk.h
3646 F: tests/qtest/vhost-user-blk-test.c
3647 F: util/vhost-user-server.c
3649 FUSE block device exports
3650 M: Hanna Reitz <hreitz@redhat.com>
3651 L: qemu-block@nongnu.org
3652 S: Supported
3653 F: block/export/fuse.c
3655 VDUSE library and block device exports
3656 M: Xie Yongji <xieyongji@bytedance.com>
3657 S: Maintained
3658 F: subprojects/libvduse/
3659 F: block/export/vduse-blk.c
3660 F: block/export/vduse-blk.h
3662 Replication
3663 M: Wen Congyang <wencongyang2@huawei.com>
3664 M: Xie Changlong <xiechanglong.d@gmail.com>
3665 S: Supported
3666 F: replication*
3667 F: block/replication.c
3668 F: tests/unit/test-replication.c
3669 F: docs/block-replication.txt
3671 PVRDMA
3672 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3673 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3674 S: Maintained
3675 F: hw/rdma/*
3676 F: hw/rdma/vmw/*
3677 F: docs/pvrdma.txt
3678 F: contrib/rdmacm-mux/*
3679 F: qapi/rdma.json
3681 Semihosting
3682 M: Alex Bennée <alex.bennee@linaro.org>
3683 S: Maintained
3684 F: semihosting/
3685 F: include/semihosting/
3686 F: tests/tcg/multiarch/arm-compat-semi/
3687 F: tests/tcg/aarch64/system/semiheap.c
3689 Multi-process QEMU
3690 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3691 M: Jagannathan Raman <jag.raman@oracle.com>
3692 M: John G Johnson <john.g.johnson@oracle.com>
3693 S: Maintained
3694 F: docs/devel/multi-process.rst
3695 F: docs/system/multi-process.rst
3696 F: hw/pci-host/remote.c
3697 F: include/hw/pci-host/remote.h
3698 F: hw/remote/machine.c
3699 F: include/hw/remote/machine.h
3700 F: hw/remote/mpqemu-link.c
3701 F: include/hw/remote/mpqemu-link.h
3702 F: hw/remote/message.c
3703 F: hw/remote/remote-obj.c
3704 F: include/hw/remote/memory.h
3705 F: hw/remote/memory.c
3706 F: hw/remote/proxy.c
3707 F: include/hw/remote/proxy.h
3708 F: hw/remote/proxy-memory-listener.c
3709 F: include/hw/remote/proxy-memory-listener.h
3710 F: hw/remote/iohub.c
3711 F: include/hw/remote/iohub.h
3712 F: subprojects/libvfio-user
3713 F: hw/remote/vfio-user-obj.c
3714 F: include/hw/remote/vfio-user-obj.h
3715 F: hw/remote/iommu.c
3716 F: include/hw/remote/iommu.h
3718 EBPF:
3719 M: Jason Wang <jasowang@redhat.com>
3720 R: Andrew Melnychenko <andrew@daynix.com>
3721 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3722 S: Maintained
3723 F: ebpf/*
3724 F: tools/ebpf/*
3726 Build and test automation
3727 -------------------------
3728 Build and test automation, general continuous integration
3729 M: Alex Bennée <alex.bennee@linaro.org>
3730 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3731 M: Thomas Huth <thuth@redhat.com>
3732 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3733 R: Beraldo Leal <bleal@redhat.com>
3734 S: Maintained
3735 F: .github/workflows/lockdown.yml
3736 F: .gitlab-ci.yml
3737 F: .gitlab-ci.d/
3738 F: .travis.yml
3739 F: scripts/ci/
3740 F: tests/docker/
3741 F: tests/vm/
3742 F: tests/lcitool/
3743 F: scripts/archive-source.sh
3744 F: docs/devel/testing.rst
3745 W: https://gitlab.com/qemu-project/qemu/pipelines
3746 W: https://travis-ci.org/qemu/qemu
3748 FreeBSD Hosted Continuous Integration
3749 M: Ed Maste <emaste@freebsd.org>
3750 M: Li-Wen Hsu <lwhsu@freebsd.org>
3751 S: Maintained
3752 F: .gitlab-ci.d/cirrus/freebsd*
3753 F: tests/vm/freebsd
3754 W: https://cirrus-ci.com/github/qemu/qemu
3756 Windows Hosted Continuous Integration
3757 M: Yonggang Luo <luoyonggang@gmail.com>
3758 S: Maintained
3759 F: .cirrus.yml
3760 W: https://cirrus-ci.com/github/qemu/qemu
3762 Guest Test Compilation Support
3763 M: Alex Bennée <alex.bennee@linaro.org>
3764 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3765 S: Maintained
3766 F: tests/tcg/Makefile.target
3768 Integration Testing with the Avocado framework
3769 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3770 R: Cleber Rosa <crosa@redhat.com>
3771 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3772 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3773 R: Beraldo Leal <bleal@redhat.com>
3774 S: Odd Fixes
3775 F: tests/avocado/
3777 GitLab custom runner (Works On Arm Sponsored)
3778 M: Alex Bennée <alex.bennee@linaro.org>
3779 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3780 S: Maintained
3781 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3782 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3784 Documentation
3785 -------------
3786 Build system architecture
3787 M: Daniel P. Berrange <berrange@redhat.com>
3788 S: Odd Fixes
3789 F: docs/devel/build-system.rst
3791 GIT Data Mining Config
3792 M: Alex Bennée <alex.bennee@linaro.org>
3793 S: Odd Fixes
3794 F: gitdm.config
3795 F: contrib/gitdm/*
3797 Incompatible changes
3798 R: libvir-list@redhat.com
3799 F: docs/about/deprecated.rst
3801 Build System
3802 ------------
3803 Meson
3804 M: Paolo Bonzini <pbonzini@redhat.com>
3805 R: Marc-André Lureau <marcandre.lureau@redhat.com>
3806 R: Daniel P. Berrange <berrange@redhat.com>
3807 R: Thomas Huth <thuth@redhat.com>
3808 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3809 S: Maintained
3810 F: meson.build
3811 F: meson_options.txt
3812 F: scripts/meson-buildoptions.*
3813 F: scripts/check_sparse.py
3814 F: scripts/symlink-install-tree.py
3816 Top Level Makefile and configure
3817 M: Paolo Bonzini <pbonzini@redhat.com>
3818 R: Alex Bennée <alex.bennee@linaro.org>
3819 R: Thomas Huth <thuth@redhat.com>
3820 S: Maintained
3821 F: Makefile
3822 F: configure
3823 F: scripts/mtest2make.py
3824 F: tests/Makefile.include
3826 GIT submodules
3827 M: Daniel P. Berrange <berrange@redhat.com>
3828 S: Odd Fixes
3829 F: scripts/git-submodule.sh
3831 UI translations
3832 S: Orphan
3833 F: po/*.po
3835 Sphinx documentation configuration and build machinery
3836 M: Peter Maydell <peter.maydell@linaro.org>
3837 S: Maintained
3838 F: docs/conf.py
3839 F: docs/*/conf.py
3840 F: docs/sphinx/
3841 F: docs/_templates/
3843 Miscellaneous
3844 -------------
3845 Performance Tools and Tests
3846 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3847 S: Maintained
3848 F: scripts/performance/