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