OSDN Git Service

MAINTAINERS: Adjust file list for PPC e500 machines
[qmiga/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/input/adb*
1414 F: include/hw/misc/macio/
1415 F: include/hw/misc/mos6522.h
1416 F: include/hw/nvram/mac_nvram.h
1417 F: include/hw/ppc/mac_dbdma.h
1418 F: include/hw/pci-host/uninorth.h
1419 F: include/hw/input/adb*
1420 F: pc-bios/qemu_vga.ndrv
1421
1422 Old World (g3beige)
1423 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1424 L: qemu-ppc@nongnu.org
1425 S: Odd Fixes
1426 F: docs/system/ppc/powermac.rst
1427 F: hw/ppc/mac_oldworld.c
1428 F: hw/pci-host/grackle.c
1429 F: hw/misc/macio/
1430 F: hw/intc/heathrow_pic.c
1431 F: hw/input/adb*
1432 F: include/hw/intc/heathrow_pic.h
1433 F: include/hw/input/adb*
1434 F: include/hw/pci-host/grackle.h
1435 F: pc-bios/qemu_vga.ndrv
1436
1437 PReP
1438 M: Hervé Poussineau <hpoussin@reactos.org>
1439 L: qemu-ppc@nongnu.org
1440 S: Maintained
1441 F: docs/system/ppc/prep.rst
1442 F: hw/ppc/prep.c
1443 F: hw/ppc/prep_systemio.c
1444 F: hw/ppc/rs6000_mc.c
1445 F: hw/pci-host/raven.c
1446 F: hw/isa/i82378.c
1447 F: hw/isa/pc87312.c
1448 F: hw/dma/i82374.c
1449 F: hw/rtc/m48t59-isa.c
1450 F: include/hw/isa/pc87312.h
1451 F: include/hw/rtc/m48t59.h
1452 F: tests/avocado/ppc_prep_40p.py
1453
1454 sPAPR (pseries)
1455 M: Nicholas Piggin <npiggin@gmail.com>
1456 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1457 R: Cédric Le Goater <clg@kaod.org>
1458 R: David Gibson <david@gibson.dropbear.id.au>
1459 R: Harsh Prateek Bora <harshpb@linux.ibm.com>
1460 L: qemu-ppc@nongnu.org
1461 S: Odd Fixes
1462 F: hw/*/spapr*
1463 F: include/hw/*/spapr*
1464 F: hw/*/xics*
1465 F: include/hw/*/xics*
1466 F: pc-bios/slof.bin
1467 F: docs/system/ppc/pseries.rst
1468 F: docs/specs/ppc-spapr-*
1469 F: tests/qtest/spapr*
1470 F: tests/qtest/libqos/*spapr*
1471 F: tests/qtest/rtas*
1472 F: tests/qtest/libqos/rtas*
1473 F: tests/avocado/ppc_pseries.py
1474
1475 PowerNV (Non-Virtualized)
1476 M: Cédric Le Goater <clg@kaod.org>
1477 M: Nicholas Piggin <npiggin@gmail.com>
1478 R: Frédéric Barrat <fbarrat@linux.ibm.com>
1479 L: qemu-ppc@nongnu.org
1480 S: Odd Fixes
1481 F: docs/system/ppc/powernv.rst
1482 F: hw/ppc/pnv*
1483 F: hw/intc/pnv*
1484 F: hw/intc/xics_pnv.c
1485 F: hw/pci-host/pnv*
1486 F: include/hw/ppc/pnv*
1487 F: include/hw/pci-host/pnv*
1488 F: pc-bios/skiboot.lid
1489 F: tests/qtest/pnv*
1490
1491 virtex_ml507
1492 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1493 L: qemu-ppc@nongnu.org
1494 S: Odd Fixes
1495 F: hw/ppc/virtex_ml507.c
1496 F: tests/avocado/ppc_virtex_ml507.py
1497
1498 sam460ex
1499 M: BALATON Zoltan <balaton@eik.bme.hu>
1500 L: qemu-ppc@nongnu.org
1501 S: Maintained
1502 F: hw/ppc/sam460ex.c
1503 F: hw/ppc/ppc440_uc.c
1504 F: hw/ppc/ppc440_pcix.c
1505 F: hw/display/sm501*
1506 F: hw/ide/sii3112.c
1507 F: hw/rtc/m41t80.c
1508 F: pc-bios/canyonlands.dt[sb]
1509 F: pc-bios/u-boot-sam460ex-20100605.bin
1510 F: roms/u-boot-sam460ex
1511
1512 pegasos2
1513 M: BALATON Zoltan <balaton@eik.bme.hu>
1514 L: qemu-ppc@nongnu.org
1515 S: Maintained
1516 F: hw/ppc/pegasos2.c
1517 F: hw/pci-host/mv64361.c
1518 F: hw/pci-host/mv643xx.h
1519 F: include/hw/pci-host/mv64361.h
1520
1521 Virtual Open Firmware (VOF)
1522 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1523 R: David Gibson <david@gibson.dropbear.id.au>
1524 L: qemu-ppc@nongnu.org
1525 S: Odd Fixes
1526 F: hw/ppc/spapr_vof*
1527 F: hw/ppc/vof*
1528 F: include/hw/ppc/vof*
1529 F: pc-bios/vof/*
1530 F: pc-bios/vof*
1531
1532 RISC-V Machines
1533 ---------------
1534 OpenTitan
1535 M: Alistair Francis <Alistair.Francis@wdc.com>
1536 L: qemu-riscv@nongnu.org
1537 S: Supported
1538 F: hw/riscv/opentitan.c
1539 F: hw/*/ibex_*.c
1540 F: include/hw/riscv/opentitan.h
1541 F: include/hw/*/ibex_*.h
1542
1543 Microchip PolarFire SoC Icicle Kit
1544 M: Bin Meng <bin.meng@windriver.com>
1545 L: qemu-riscv@nongnu.org
1546 S: Supported
1547 F: docs/system/riscv/microchip-icicle-kit.rst
1548 F: hw/riscv/microchip_pfsoc.c
1549 F: hw/char/mchp_pfsoc_mmuart.c
1550 F: hw/misc/mchp_pfsoc_dmc.c
1551 F: hw/misc/mchp_pfsoc_ioscb.c
1552 F: hw/misc/mchp_pfsoc_sysreg.c
1553 F: include/hw/riscv/microchip_pfsoc.h
1554 F: include/hw/char/mchp_pfsoc_mmuart.h
1555 F: include/hw/misc/mchp_pfsoc_dmc.h
1556 F: include/hw/misc/mchp_pfsoc_ioscb.h
1557 F: include/hw/misc/mchp_pfsoc_sysreg.h
1558
1559 Shakti C class SoC
1560 M: Vijai Kumar K <vijai@behindbytes.com>
1561 L: qemu-riscv@nongnu.org
1562 S: Supported
1563 F: docs/system/riscv/shakti-c.rst
1564 F: hw/riscv/shakti_c.c
1565 F: hw/char/shakti_uart.c
1566 F: include/hw/riscv/shakti_c.h
1567 F: include/hw/char/shakti_uart.h
1568
1569 SiFive Machines
1570 M: Alistair Francis <Alistair.Francis@wdc.com>
1571 M: Bin Meng <bin.meng@windriver.com>
1572 M: Palmer Dabbelt <palmer@dabbelt.com>
1573 L: qemu-riscv@nongnu.org
1574 S: Supported
1575 F: docs/system/riscv/sifive_u.rst
1576 F: hw/*/*sifive*.c
1577 F: include/hw/*/*sifive*.h
1578
1579 RX Machines
1580 -----------
1581 rx-gdbsim
1582 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1583 S: Orphan
1584 F: docs/system/target-rx.rst
1585 F: hw/rx/rx-gdbsim.c
1586 F: tests/avocado/machine_rx_gdbsim.py
1587
1588 SH4 Machines
1589 ------------
1590 R2D
1591 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1592 R: Magnus Damm <magnus.damm@gmail.com>
1593 S: Odd Fixes
1594 F: hw/char/sh_serial.c
1595 F: hw/sh4/r2d.c
1596 F: hw/intc/sh_intc.c
1597 F: hw/pci-host/sh_pci.c
1598 F: hw/timer/sh_timer.c
1599 F: include/hw/sh4/sh_intc.h
1600
1601 Shix
1602 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1603 R: Magnus Damm <magnus.damm@gmail.com>
1604 S: Odd Fixes
1605 F: hw/block/tc58128.c
1606 F: hw/char/sh_serial.c
1607 F: hw/sh4/shix.c
1608 F: hw/intc/sh_intc.c
1609 F: hw/timer/sh_timer.c
1610 F: include/hw/sh4/sh_intc.h
1611
1612 SPARC Machines
1613 --------------
1614 Sun4m
1615 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1616 S: Maintained
1617 F: hw/sparc/sun4m.c
1618 F: hw/sparc/sun4m_iommu.c
1619 F: hw/display/cg3.c
1620 F: hw/display/tcx.c
1621 F: hw/dma/sparc32_dma.c
1622 F: hw/misc/eccmemctl.c
1623 F: hw/*/slavio_*.c
1624 F: include/hw/nvram/sun_nvram.h
1625 F: include/hw/sparc/sparc32_dma.h
1626 F: include/hw/sparc/sun4m_iommu.h
1627 F: pc-bios/openbios-sparc32
1628
1629 Sun4u
1630 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1631 S: Maintained
1632 F: hw/sparc64/sun4u.c
1633 F: hw/sparc64/sun4u_iommu.c
1634 F: include/hw/sparc/sun4u_iommu.h
1635 F: hw/pci-host/sabre.c
1636 F: include/hw/pci-host/sabre.h
1637 F: hw/pci-bridge/simba.c
1638 F: include/hw/pci-bridge/simba.h
1639 F: pc-bios/openbios-sparc64
1640 F: tests/avocado/machine_sparc64_sun4u.py
1641
1642 Sun4v
1643 M: Artyom Tarasenko <atar4qemu@gmail.com>
1644 S: Maintained
1645 F: hw/sparc64/niagara.c
1646 F: hw/rtc/sun4v-rtc.c
1647 F: include/hw/rtc/sun4v-rtc.h
1648
1649 Leon3
1650 M: Fabien Chouteau <chouteau@adacore.com>
1651 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1652 S: Maintained
1653 F: hw/sparc/leon3.c
1654 F: hw/*/grlib*
1655 F: include/hw/*/grlib*
1656 F: tests/avocado/machine_sparc_leon3.py
1657
1658 S390 Machines
1659 -------------
1660 S390 Virtio-ccw
1661 M: Halil Pasic <pasic@linux.ibm.com>
1662 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1663 M: Eric Farman <farman@linux.ibm.com>
1664 S: Supported
1665 F: hw/s390x/
1666 F: include/hw/s390x/
1667 F: configs/devices/s390x-softmmu/default.mak
1668 F: tests/avocado/machine_s390_ccw_virtio.py
1669 T: git https://github.com/borntraeger/qemu.git s390-next
1670 L: qemu-s390x@nongnu.org
1671
1672 S390-ccw boot
1673 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1674 M: Thomas Huth <thuth@redhat.com>
1675 S: Supported
1676 F: hw/s390x/ipl.*
1677 F: pc-bios/s390-ccw/
1678 F: pc-bios/s390-ccw.img
1679 F: docs/devel/s390-dasd-ipl.rst
1680 T: git https://github.com/borntraeger/qemu.git s390-next
1681 L: qemu-s390x@nongnu.org
1682
1683 S390 PCI
1684 M: Matthew Rosato <mjrosato@linux.ibm.com>
1685 M: Eric Farman <farman@linux.ibm.com>
1686 S: Supported
1687 F: hw/s390x/s390-pci*
1688 F: include/hw/s390x/s390-pci*
1689 L: qemu-s390x@nongnu.org
1690
1691 S390 channel subsystem
1692 M: Halil Pasic <pasic@linux.ibm.com>
1693 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1694 M: Eric Farman <farman@linux.ibm.com>
1695 S: Supported
1696 F: hw/s390x/ccw-device.[ch]
1697 F: hw/s390x/css.c
1698 F: hw/s390x/css-bridge.c
1699 F: include/hw/s390x/css.h
1700 F: include/hw/s390x/css-bridge.h
1701 F: include/hw/s390x/ioinst.h
1702 F: target/s390x/ioinst.c
1703 L: qemu-s390x@nongnu.org
1704
1705 S390 CPU models
1706 M: David Hildenbrand <david@redhat.com>
1707 S: Maintained
1708 F: target/s390x/cpu_features*.[ch]
1709 F: target/s390x/cpu_models.[ch]
1710 L: qemu-s390x@nongnu.org
1711
1712 S390 SCLP-backed devices
1713 M: Halil Pasic <pasic@linux.ibm.com>
1714 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1715 S: Supported
1716 F: include/hw/s390x/event-facility.h
1717 F: include/hw/s390x/sclp.h
1718 F: hw/char/sclp*.[hc]
1719 F: hw/s390x/event-facility.c
1720 F: hw/s390x/sclp*.c
1721 L: qemu-s390x@nongnu.org
1722
1723 S390 CPU topology
1724 M: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
1725 S: Supported
1726 F: include/hw/s390x/cpu-topology.h
1727 F: hw/s390x/cpu-topology.c
1728 F: target/s390x/kvm/stsi-topology.c
1729 F: docs/devel/s390-cpu-topology.rst
1730 F: docs/system/s390x/cpu-topology.rst
1731 F: tests/avocado/s390_topology.py
1732
1733 X86 Machines
1734 ------------
1735 PC
1736 M: Michael S. Tsirkin <mst@redhat.com>
1737 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1738 S: Supported
1739 F: include/hw/i386/
1740 F: hw/i386/
1741 F: hw/pci-host/i440fx.c
1742 F: hw/pci-host/q35.c
1743 F: hw/pci-host/pam.c
1744 F: include/hw/pci-host/i440fx.h
1745 F: include/hw/pci-host/q35.h
1746 F: include/hw/pci-host/pam.h
1747 F: hw/isa/piix3.c
1748 F: hw/isa/lpc_ich9.c
1749 F: hw/i2c/smbus_ich9.c
1750 F: hw/acpi/piix4.c
1751 F: hw/acpi/ich9*.c
1752 F: include/hw/acpi/ich9*.h
1753 F: include/hw/southbridge/ich9.h
1754 F: include/hw/southbridge/piix.h
1755 F: hw/isa/apm.c
1756 F: include/hw/isa/apm.h
1757 F: tests/unit/test-x86-cpuid.c
1758 F: tests/qtest/test-x86-cpuid-compat.c
1759
1760 PC Chipset
1761 M: Michael S. Tsirkin <mst@redhat.com>
1762 M: Paolo Bonzini <pbonzini@redhat.com>
1763 S: Supported
1764 F: hw/char/debugcon.c
1765 F: hw/char/parallel*
1766 F: hw/char/serial*
1767 F: hw/dma/i8257*
1768 F: hw/i2c/pm_smbus.c
1769 F: hw/input/pckbd.c
1770 F: hw/intc/apic*
1771 F: hw/intc/ioapic*
1772 F: hw/intc/i8259*
1773 F: hw/isa/isa-superio.c
1774 F: hw/misc/debugexit.c
1775 F: hw/misc/pc-testdev.c
1776 F: hw/timer/hpet*
1777 F: hw/timer/i8254*
1778 F: hw/rtc/mc146818rtc*
1779 F: hw/watchdog/wdt_ib700.c
1780 F: hw/watchdog/wdt_i6300esb.c
1781 F: include/hw/display/vga.h
1782 F: include/hw/char/parallel*.h
1783 F: include/hw/dma/i8257.h
1784 F: include/hw/i2c/pm_smbus.h
1785 F: include/hw/input/i8042.h
1786 F: include/hw/intc/ioapic*
1787 F: include/hw/intc/i8259.h
1788 F: include/hw/isa/i8259_internal.h
1789 F: include/hw/isa/superio.h
1790 F: include/hw/timer/hpet.h
1791 F: include/hw/timer/i8254*
1792 F: include/hw/rtc/mc146818rtc*
1793
1794 microvm
1795 M: Sergio Lopez <slp@redhat.com>
1796 M: Paolo Bonzini <pbonzini@redhat.com>
1797 S: Maintained
1798 F: docs/system/i386/microvm.rst
1799 F: hw/i386/microvm.c
1800 F: include/hw/i386/microvm.h
1801 F: pc-bios/bios-microvm.bin
1802
1803 Machine core
1804 M: Eduardo Habkost <eduardo@habkost.net>
1805 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1806 R: Philippe Mathieu-Daudé <philmd@linaro.org>
1807 R: Yanan Wang <wangyanan55@huawei.com>
1808 S: Supported
1809 F: hw/core/cpu.c
1810 F: hw/core/machine-qmp-cmds.c
1811 F: hw/core/machine.c
1812 F: hw/core/machine-smp.c
1813 F: hw/core/null-machine.c
1814 F: hw/core/numa.c
1815 F: hw/cpu/cluster.c
1816 F: qapi/machine.json
1817 F: qapi/machine-common.json
1818 F: qapi/machine-target.json
1819 F: include/hw/boards.h
1820 F: include/hw/core/cpu.h
1821 F: include/hw/cpu/cluster.h
1822 F: include/sysemu/numa.h
1823 F: tests/unit/test-smp-parse.c
1824 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1825
1826 Xtensa Machines
1827 ---------------
1828 sim
1829 M: Max Filippov <jcmvbkbc@gmail.com>
1830 S: Maintained
1831 F: hw/xtensa/sim.c
1832
1833 virt
1834 M: Max Filippov <jcmvbkbc@gmail.com>
1835 S: Maintained
1836 F: hw/xtensa/virt.c
1837
1838 XTFPGA (LX60, LX200, ML605, KC705)
1839 M: Max Filippov <jcmvbkbc@gmail.com>
1840 S: Maintained
1841 F: hw/xtensa/xtfpga.c
1842 F: hw/net/opencores_eth.c
1843
1844 Devices
1845 -------
1846 Overall Audio frontends
1847 M: Gerd Hoffmann <kraxel@redhat.com>
1848 S: Odd Fixes
1849 F: hw/audio/
1850 F: include/hw/audio/
1851 F: tests/qtest/ac97-test.c
1852 F: tests/qtest/es1370-test.c
1853 F: tests/qtest/intel-hda-test.c
1854 F: tests/qtest/fuzz-sb16-test.c
1855
1856 Xilinx CAN
1857 M: Vikram Garhwal <vikram.garhwal@amd.com>
1858 M: Francisco Iglesias <francisco.iglesias@amd.com>
1859 S: Maintained
1860 F: hw/net/can/xlnx-*
1861 F: include/hw/net/xlnx-*
1862 F: tests/qtest/xlnx-can*-test*
1863
1864 EDU
1865 M: Jiri Slaby <jslaby@suse.cz>
1866 S: Maintained
1867 F: hw/misc/edu.c
1868
1869 IDE
1870 M: John Snow <jsnow@redhat.com>
1871 L: qemu-block@nongnu.org
1872 S: Odd Fixes
1873 F: include/hw/ide.h
1874 F: include/hw/ide/
1875 F: hw/ide/
1876 F: hw/block/block.c
1877 F: hw/block/cdrom.c
1878 F: hw/block/hd-geometry.c
1879 F: tests/qtest/ide-test.c
1880 F: tests/qtest/ahci-test.c
1881 F: tests/qtest/cdrom-test.c
1882 F: tests/qtest/libqos/ahci*
1883 T: git https://gitlab.com/jsnow/qemu.git ide
1884
1885 IPMI
1886 M: Corey Minyard <minyard@acm.org>
1887 S: Maintained
1888 F: include/hw/ipmi/*
1889 F: hw/ipmi/*
1890 F: hw/smbios/smbios_type_38.c
1891 F: tests/qtest/ipmi*
1892 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1893
1894 Floppy
1895 M: John Snow <jsnow@redhat.com>
1896 L: qemu-block@nongnu.org
1897 S: Odd Fixes
1898 F: hw/block/fdc.c
1899 F: hw/block/fdc-internal.h
1900 F: hw/block/fdc-isa.c
1901 F: hw/block/fdc-sysbus.c
1902 F: include/hw/block/fdc.h
1903 F: tests/qtest/fdc-test.c
1904 T: git https://gitlab.com/jsnow/qemu.git ide
1905
1906 Hyper-V VMBus
1907 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1908 S: Odd Fixes
1909 F: hw/hyperv/vmbus.c
1910 F: include/hw/hyperv/vmbus*.h
1911
1912 OMAP
1913 M: Peter Maydell <peter.maydell@linaro.org>
1914 L: qemu-arm@nongnu.org
1915 S: Maintained
1916 F: hw/*/omap*
1917 F: include/hw/arm/omap.h
1918 F: docs/system/arm/sx1.rst
1919
1920 IPack
1921 M: Alberto Garcia <berto@igalia.com>
1922 S: Odd Fixes
1923 F: hw/char/ipoctal232.c
1924 F: hw/ipack/
1925
1926 PCI
1927 M: Michael S. Tsirkin <mst@redhat.com>
1928 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1929 S: Supported
1930 F: include/hw/pci/*
1931 F: hw/misc/pci-testdev.c
1932 F: hw/pci/*
1933 F: hw/pci-bridge/*
1934 F: qapi/pci.json
1935 F: docs/pci*
1936 F: docs/specs/*pci*
1937
1938 PCIE DOE
1939 M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1940 M: Chris Browy <cbrowy@avery-design.com>
1941 S: Supported
1942 F: include/hw/pci/pcie_doe.h
1943 F: hw/pci/pcie_doe.c
1944
1945 ACPI/SMBIOS
1946 M: Michael S. Tsirkin <mst@redhat.com>
1947 M: Igor Mammedov <imammedo@redhat.com>
1948 R: Ani Sinha <anisinha@redhat.com>
1949 S: Supported
1950 F: include/hw/acpi/*
1951 F: include/hw/firmware/smbios.h
1952 F: hw/acpi/*
1953 F: hw/smbios/*
1954 F: hw/i386/acpi-build.[hc]
1955 F: hw/arm/virt-acpi-build.c
1956 F: qapi/acpi.json
1957 F: tests/qtest/bios-tables-test*
1958 F: tests/qtest/acpi-utils.[hc]
1959 F: tests/data/acpi/
1960 F: docs/specs/acpi_cpu_hotplug.rst
1961 F: docs/specs/acpi_mem_hotplug.rst
1962 F: docs/specs/acpi_nvdimm.rst
1963 F: docs/specs/acpi_pci_hotplug.rst
1964 F: docs/specs/acpi_hw_reduced_hotplug.rst
1965
1966 ARM ACPI Subsystem
1967 M: Shannon Zhao <shannon.zhaosl@gmail.com>
1968 L: qemu-arm@nongnu.org
1969 S: Maintained
1970 F: hw/arm/virt-acpi-build.c
1971
1972 RISC-V ACPI Subsystem
1973 M: Sunil V L <sunilvl@ventanamicro.com>
1974 L: qemu-riscv@nongnu.org
1975 S: Maintained
1976 F: hw/riscv/virt-acpi-build.c
1977
1978 ACPI/VIOT
1979 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1980 S: Supported
1981 F: hw/acpi/viot.c
1982 F: hw/acpi/viot.h
1983
1984 ACPI/AVOCADO/BIOSBITS
1985 M: Ani Sinha <anisinha@redhat.com>
1986 M: Michael S. Tsirkin <mst@redhat.com>
1987 S: Supported
1988 F: tests/avocado/acpi-bits/*
1989 F: tests/avocado/acpi-bits.py
1990 F: docs/devel/acpi-bits.rst
1991
1992 ACPI/HEST/GHES
1993 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1994 L: qemu-arm@nongnu.org
1995 S: Maintained
1996 F: hw/acpi/ghes.c
1997 F: include/hw/acpi/ghes.h
1998 F: docs/specs/acpi_hest_ghes.rst
1999
2000 ppc4xx
2001 L: qemu-ppc@nongnu.org
2002 S: Orphan
2003 F: hw/ppc/ppc4xx*.c
2004 F: hw/ppc/ppc440_uc.c
2005 F: hw/ppc/ppc440.h
2006 F: hw/i2c/ppc4xx_i2c.c
2007 F: include/hw/ppc/ppc4xx.h
2008 F: include/hw/i2c/ppc4xx_i2c.h
2009 F: hw/intc/ppc-uic.c
2010 F: include/hw/intc/ppc-uic.h
2011
2012 Character devices
2013 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2014 R: Paolo Bonzini <pbonzini@redhat.com>
2015 S: Odd Fixes
2016 F: hw/char/
2017 F: include/hw/char/
2018
2019 Network devices
2020 M: Jason Wang <jasowang@redhat.com>
2021 S: Odd Fixes
2022 F: hw/net/
2023 F: include/hw/net/
2024 F: tests/qtest/virtio-net-test.c
2025 F: docs/virtio-net-failover.rst
2026 T: git https://github.com/jasowang/qemu.git net
2027
2028 Parallel NOR Flash devices
2029 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2030 T: git https://gitlab.com/philmd/qemu.git pflash-next
2031 S: Maintained
2032 F: hw/block/pflash_cfi*.c
2033 F: include/hw/block/flash.h
2034
2035 SCSI
2036 M: Paolo Bonzini <pbonzini@redhat.com>
2037 R: Fam Zheng <fam@euphon.net>
2038 S: Supported
2039 F: include/hw/scsi/*
2040 F: hw/scsi/*
2041 F: tests/qtest/virtio-scsi-test.c
2042 F: tests/qtest/fuzz-virtio-scsi-test.c
2043 F: tests/qtest/am53c974-test.c
2044 F: tests/qtest/fuzz-lsi53c895a-test.c
2045 T: git https://github.com/bonzini/qemu.git scsi-next
2046
2047 SSI
2048 M: Alistair Francis <alistair@alistair23.me>
2049 S: Maintained
2050 F: hw/ssi/*
2051 F: hw/block/m25p80*
2052 F: include/hw/ssi/ssi.h
2053 X: hw/ssi/xilinx_*
2054 F: tests/qtest/m25p80-test.c
2055
2056 Xilinx SPI
2057 M: Alistair Francis <alistair@alistair23.me>
2058 S: Maintained
2059 F: hw/ssi/xilinx_*
2060
2061 SD (Secure Card)
2062 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2063 M: Bin Meng <bin.meng@windriver.com>
2064 L: qemu-block@nongnu.org
2065 S: Odd Fixes
2066 F: include/hw/sd/sd*
2067 F: hw/sd/core.c
2068 F: hw/sd/sd*
2069 F: hw/sd/ssi-sd.c
2070 F: tests/qtest/fuzz-sdcard-test.c
2071 F: tests/qtest/sdhci-test.c
2072
2073 USB
2074 M: Gerd Hoffmann <kraxel@redhat.com>
2075 S: Odd Fixes
2076 F: hw/usb/*
2077 F: stubs/usb-dev-stub.c
2078 F: tests/qtest/usb-*-test.c
2079 F: docs/system/devices/usb.rst
2080 F: include/hw/usb.h
2081 F: include/hw/usb/
2082
2083 USB (serial adapter)
2084 R: Gerd Hoffmann <kraxel@redhat.com>
2085 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2086 S: Maintained
2087 F: hw/usb/dev-serial.c
2088
2089 VFIO
2090 M: Alex Williamson <alex.williamson@redhat.com>
2091 M: Cédric Le Goater <clg@redhat.com>
2092 S: Supported
2093 F: hw/vfio/*
2094 F: include/hw/vfio/
2095 F: docs/igd-assign.txt
2096 F: docs/devel/vfio-migration.rst
2097
2098 vfio-ccw
2099 M: Eric Farman <farman@linux.ibm.com>
2100 M: Matthew Rosato <mjrosato@linux.ibm.com>
2101 S: Supported
2102 F: hw/vfio/ccw.c
2103 F: hw/s390x/s390-ccw.c
2104 F: include/hw/s390x/s390-ccw.h
2105 F: include/hw/s390x/vfio-ccw.h
2106 L: qemu-s390x@nongnu.org
2107
2108 vfio-ap
2109 M: Tony Krowiak <akrowiak@linux.ibm.com>
2110 M: Halil Pasic <pasic@linux.ibm.com>
2111 M: Jason Herne <jjherne@linux.ibm.com>
2112 S: Supported
2113 F: hw/s390x/ap-device.c
2114 F: hw/s390x/ap-bridge.c
2115 F: include/hw/s390x/ap-device.h
2116 F: include/hw/s390x/ap-bridge.h
2117 F: hw/vfio/ap.c
2118 F: docs/system/s390x/vfio-ap.rst
2119 L: qemu-s390x@nongnu.org
2120
2121 vhost
2122 M: Michael S. Tsirkin <mst@redhat.com>
2123 S: Supported
2124 F: hw/*/*vhost*
2125 F: docs/interop/vhost-user.json
2126 F: docs/interop/vhost-user.rst
2127 F: contrib/vhost-user-*/
2128 F: backends/vhost-user.c
2129 F: include/sysemu/vhost-user-backend.h
2130 F: subprojects/libvhost-user/
2131
2132 vhost-shadow-virtqueue
2133 R: Eugenio Pérez <eperezma@redhat.com>
2134 F: hw/virtio/vhost-shadow-virtqueue.*
2135
2136 virtio
2137 M: Michael S. Tsirkin <mst@redhat.com>
2138 S: Supported
2139 F: hw/*/virtio*
2140 F: hw/virtio/Makefile.objs
2141 F: hw/virtio/trace-events
2142 F: qapi/virtio.json
2143 F: net/vhost-user.c
2144 F: include/hw/virtio/
2145 F: docs/devel/virtio*
2146
2147 virtio-balloon
2148 M: Michael S. Tsirkin <mst@redhat.com>
2149 M: David Hildenbrand <david@redhat.com>
2150 S: Maintained
2151 F: docs/interop/virtio-balloon-stats.rst
2152 F: hw/virtio/virtio-balloon*.c
2153 F: include/hw/virtio/virtio-balloon.h
2154 F: system/balloon.c
2155 F: include/sysemu/balloon.h
2156
2157 virtio-9p
2158 M: Greg Kurz <groug@kaod.org>
2159 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2160 S: Maintained
2161 W: https://wiki.qemu.org/Documentation/9p
2162 F: hw/9pfs/
2163 X: hw/9pfs/xen-9p*
2164 X: hw/9pfs/9p-proxy*
2165 F: fsdev/
2166 X: fsdev/virtfs-proxy-helper.c
2167 F: tests/qtest/virtio-9p-test.c
2168 F: tests/qtest/libqos/virtio-9p*
2169 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2170 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2171
2172 virtio-9p-proxy
2173 F: hw/9pfs/9p-proxy*
2174 F: fsdev/virtfs-proxy-helper.c
2175 F: docs/tools/virtfs-proxy-helper.rst
2176 S: Obsolete
2177
2178 virtio-blk
2179 M: Stefan Hajnoczi <stefanha@redhat.com>
2180 L: qemu-block@nongnu.org
2181 S: Supported
2182 F: hw/block/virtio-blk-common.c
2183 F: hw/block/virtio-blk.c
2184 F: hw/block/dataplane/*
2185 F: include/hw/virtio/virtio-blk-common.h
2186 F: tests/qtest/virtio-blk-test.c
2187 T: git https://github.com/stefanha/qemu.git block
2188
2189 virtio-ccw
2190 M: Cornelia Huck <cohuck@redhat.com>
2191 M: Halil Pasic <pasic@linux.ibm.com>
2192 M: Eric Farman <farman@linux.ibm.com>
2193 S: Supported
2194 F: hw/s390x/virtio-ccw*.[hc]
2195 F: hw/s390x/vhost-*-ccw.c
2196 T: git https://gitlab.com/cohuck/qemu.git s390-next
2197 T: git https://github.com/borntraeger/qemu.git s390-next
2198 L: qemu-s390x@nongnu.org
2199
2200 virtio-dmabuf
2201 M: Albert Esteve <aesteve@redhat.com>
2202 S: Supported
2203 F: hw/display/virtio-dmabuf.c
2204 F: include/hw/virtio/virtio-dmabuf.h
2205 F: tests/unit/test-virtio-dmabuf.c
2206
2207 virtiofs
2208 M: Stefan Hajnoczi <stefanha@redhat.com>
2209 S: Supported
2210 F: hw/virtio/vhost-user-fs*
2211 F: include/hw/virtio/vhost-user-fs.h
2212 L: virtio-fs@redhat.com
2213
2214 virtio-input
2215 M: Gerd Hoffmann <kraxel@redhat.com>
2216 S: Odd Fixes
2217 F: hw/input/vhost-user-input.c
2218 F: hw/input/virtio-input*.c
2219 F: include/hw/virtio/virtio-input.h
2220 F: contrib/vhost-user-input/*
2221
2222 virtio-iommu
2223 M: Eric Auger <eric.auger@redhat.com>
2224 S: Maintained
2225 F: hw/virtio/virtio-iommu*.c
2226 F: include/hw/virtio/virtio-iommu.h
2227
2228 virtio-serial
2229 M: Laurent Vivier <lvivier@redhat.com>
2230 R: Amit Shah <amit@kernel.org>
2231 S: Supported
2232 F: hw/char/virtio-serial-bus.c
2233 F: hw/char/virtio-console.c
2234 F: include/hw/virtio/virtio-serial.h
2235 F: tests/qtest/virtio-serial-test.c
2236
2237 virtio-rng
2238 M: Laurent Vivier <lvivier@redhat.com>
2239 R: Amit Shah <amit@kernel.org>
2240 S: Supported
2241 F: hw/virtio/virtio-rng.c
2242 F: include/hw/virtio/virtio-rng.h
2243 F: include/sysemu/rng*.h
2244 F: backends/rng*.c
2245 F: tests/qtest/virtio-rng-test.c
2246
2247 vhost-user-rng
2248 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2249 S: Supported
2250 F: docs/system/devices/vhost-user-rng.rst
2251 F: hw/virtio/vhost-user-rng.c
2252 F: hw/virtio/vhost-user-rng-pci.c
2253 F: include/hw/virtio/vhost-user-rng.h
2254 F: tools/vhost-user-rng/*
2255
2256 vhost-user-gpio
2257 M: Alex Bennée <alex.bennee@linaro.org>
2258 R: Viresh Kumar <viresh.kumar@linaro.org>
2259 S: Maintained
2260 F: hw/virtio/vhost-user-gpio*
2261 F: include/hw/virtio/vhost-user-gpio.h
2262 F: tests/qtest/libqos/virtio-gpio.*
2263
2264 vhost-user-scmi
2265 R: mzamazal@redhat.com
2266 S: Supported
2267 F: hw/virtio/vhost-user-scmi*
2268 F: include/hw/virtio/vhost-user-scmi.h
2269 F: tests/qtest/libqos/virtio-scmi.*
2270
2271 virtio-crypto
2272 M: Gonglei <arei.gonglei@huawei.com>
2273 S: Supported
2274 F: hw/virtio/virtio-crypto.c
2275 F: hw/virtio/virtio-crypto-pci.c
2276 F: include/hw/virtio/virtio-crypto.h
2277
2278 virtio based memory device
2279 M: David Hildenbrand <david@redhat.com>
2280 S: Supported
2281 F: hw/virtio/virtio-md-pci.c
2282 F: include/hw/virtio/virtio-md-pci.h
2283 F: stubs/virtio-md-pci.c
2284
2285 virtio-mem
2286 M: David Hildenbrand <david@redhat.com>
2287 S: Supported
2288 W: https://virtio-mem.gitlab.io/
2289 F: hw/virtio/virtio-mem.c
2290 F: hw/virtio/virtio-mem-pci.h
2291 F: hw/virtio/virtio-mem-pci.c
2292 F: include/hw/virtio/virtio-mem.h
2293
2294 nvme
2295 M: Keith Busch <kbusch@kernel.org>
2296 M: Klaus Jensen <its@irrelevant.dk>
2297 L: qemu-block@nongnu.org
2298 S: Supported
2299 F: hw/nvme/*
2300 F: include/block/nvme.h
2301 F: tests/qtest/nvme-test.c
2302 F: docs/system/devices/nvme.rst
2303 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2304
2305 ufs
2306 M: Jeuk Kim <jeuk20.kim@samsung.com>
2307 S: Supported
2308 F: hw/ufs/*
2309 F: include/block/ufs.h
2310 F: tests/qtest/ufs-test.c
2311
2312 megasas
2313 M: Hannes Reinecke <hare@suse.com>
2314 L: qemu-block@nongnu.org
2315 S: Supported
2316 F: hw/scsi/megasas.c
2317 F: hw/scsi/mfi.h
2318 F: tests/qtest/megasas-test.c
2319 F: tests/qtest/fuzz-megasas-test.c
2320
2321 Network packet abstractions
2322 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2323 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2324 S: Maintained
2325 F: include/net/eth.h
2326 F: net/eth.c
2327 F: hw/net/net_rx_pkt*
2328 F: hw/net/net_tx_pkt*
2329
2330 Vmware
2331 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2332 S: Maintained
2333 F: hw/net/vmxnet*
2334 F: hw/scsi/vmw_pvscsi*
2335 F: tests/qtest/vmxnet3-test.c
2336
2337 Rocker
2338 M: Jiri Pirko <jiri@resnulli.us>
2339 S: Maintained
2340 F: hw/net/rocker/
2341 F: qapi/rocker.json
2342 F: tests/rocker/
2343 F: docs/specs/rocker.txt
2344
2345 e1000x
2346 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2347 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2348 S: Maintained
2349 F: hw/net/e1000x*
2350
2351 e1000e
2352 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2353 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2354 S: Maintained
2355 F: hw/net/e1000e*
2356 F: tests/qtest/fuzz-e1000e-test.c
2357 F: tests/qtest/e1000e-test.c
2358 F: tests/qtest/libqos/e1000e.*
2359
2360 igb
2361 M: Akihiko Odaki <akihiko.odaki@daynix.com>
2362 R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2363 S: Maintained
2364 F: docs/system/devices/igb.rst
2365 F: hw/net/igb*
2366 F: tests/avocado/netdev-ethtool.py
2367 F: tests/qtest/igb-test.c
2368 F: tests/qtest/libqos/igb.c
2369
2370 eepro100
2371 M: Stefan Weil <sw@weilnetz.de>
2372 S: Maintained
2373 F: hw/net/eepro100.c
2374
2375 tulip
2376 M: Sven Schnelle <svens@stackframe.org>
2377 S: Maintained
2378 F: hw/net/tulip.c
2379 F: hw/net/tulip.h
2380
2381 pca954x
2382 M: Patrick Venture <venture@google.com>
2383 S: Maintained
2384 F: hw/i2c/i2c_mux_pca954x.c
2385 F: include/hw/i2c/i2c_mux_pca954x.h
2386
2387 Generic Loader
2388 M: Alistair Francis <alistair@alistair23.me>
2389 S: Maintained
2390 F: hw/core/generic-loader.c
2391 F: hw/core/uboot_image.h
2392 F: include/hw/core/generic-loader.h
2393 F: docs/system/generic-loader.rst
2394
2395 Guest Loader
2396 M: Alex Bennée <alex.bennee@linaro.org>
2397 S: Maintained
2398 F: hw/core/guest-loader.c
2399 F: docs/system/guest-loader.rst
2400 F: tests/avocado/boot_xen.py
2401
2402 Intel Hexadecimal Object File Loader
2403 M: Su Hang <suhang16@mails.ucas.ac.cn>
2404 S: Maintained
2405 F: tests/qtest/hexloader-test.c
2406 F: tests/data/hex-loader/test.hex
2407
2408 CHRP NVRAM
2409 M: Thomas Huth <thuth@redhat.com>
2410 S: Maintained
2411 F: hw/nvram/chrp_nvram.c
2412 F: include/hw/nvram/chrp_nvram.h
2413 F: tests/qtest/prom-env-test.c
2414
2415 VM Generation ID
2416 S: Orphan
2417 R: Ani Sinha <ani@anisinha.ca>
2418 F: hw/acpi/vmgenid.c
2419 F: include/hw/acpi/vmgenid.h
2420 F: docs/specs/vmgenid.txt
2421 F: tests/qtest/vmgenid-test.c
2422
2423 LED
2424 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2425 S: Maintained
2426 F: include/hw/misc/led.h
2427 F: hw/misc/led.c
2428
2429 Unimplemented device
2430 M: Peter Maydell <peter.maydell@linaro.org>
2431 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2432 R: Ani Sinha <ani@anisinha.ca>
2433 S: Maintained
2434 F: include/hw/misc/unimp.h
2435 F: hw/misc/unimp.c
2436
2437 Empty slot
2438 M: Artyom Tarasenko <atar4qemu@gmail.com>
2439 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2440 R: Ani Sinha <ani@anisinha.ca>
2441 S: Maintained
2442 F: include/hw/misc/empty_slot.h
2443 F: hw/misc/empty_slot.c
2444
2445 Standard VGA
2446 M: Gerd Hoffmann <kraxel@redhat.com>
2447 S: Maintained
2448 F: hw/display/vga*
2449 F: hw/display/bochs-display.c
2450 F: include/hw/display/vga.h
2451 F: include/hw/display/bochs-vbe.h
2452
2453 ramfb
2454 M: Gerd Hoffmann <kraxel@redhat.com>
2455 S: Maintained
2456 F: hw/display/ramfb*.c
2457 F: include/hw/display/ramfb.h
2458
2459 virtio-gpu
2460 M: Gerd Hoffmann <kraxel@redhat.com>
2461 S: Odd Fixes
2462 F: hw/display/virtio-gpu*
2463 F: hw/display/virtio-vga.*
2464 F: include/hw/virtio/virtio-gpu.h
2465
2466 vhost-user-blk
2467 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2468 S: Maintained
2469 F: contrib/vhost-user-blk/
2470 F: contrib/vhost-user-scsi/
2471 F: hw/block/vhost-user-blk.c
2472 F: hw/block/virtio-blk-common.c
2473 F: hw/scsi/vhost-user-scsi.c
2474 F: hw/virtio/vhost-user-blk-pci.c
2475 F: hw/virtio/vhost-user-scsi-pci.c
2476 F: include/hw/virtio/vhost-user-blk.h
2477 F: include/hw/virtio/vhost-user-scsi.h
2478 F: include/hw/virtio/virtio-blk-common.h
2479
2480 vhost-user-gpu
2481 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2482 R: Gerd Hoffmann <kraxel@redhat.com>
2483 S: Maintained
2484 F: docs/interop/vhost-user-gpu.rst
2485 F: contrib/vhost-user-gpu
2486 F: hw/display/vhost-user-*
2487
2488 Cirrus VGA
2489 M: Gerd Hoffmann <kraxel@redhat.com>
2490 S: Odd Fixes
2491 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2492 F: hw/display/cirrus*
2493
2494 EDID Generator
2495 M: Gerd Hoffmann <kraxel@redhat.com>
2496 S: Maintained
2497 F: hw/display/edid*
2498 F: include/hw/display/edid.h
2499 F: qemu-edid.c
2500
2501 PIIX4 South Bridge (i82371AB)
2502 M: Hervé Poussineau <hpoussin@reactos.org>
2503 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2504 S: Maintained
2505 F: hw/isa/piix4.c
2506 F: include/hw/southbridge/piix.h
2507
2508 VIA South Bridges (VT82C686B, VT8231)
2509 M: BALATON Zoltan <balaton@eik.bme.hu>
2510 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2511 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2512 S: Maintained
2513 F: hw/isa/vt82c686.c
2514 F: hw/usb/vt82c686-uhci-pci.c
2515 F: include/hw/isa/vt82c686.h
2516
2517 Firmware configuration (fw_cfg)
2518 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2519 R: Gerd Hoffmann <kraxel@redhat.com>
2520 S: Supported
2521 F: docs/specs/fw_cfg.txt
2522 F: hw/nvram/fw_cfg*.c
2523 F: stubs/fw_cfg.c
2524 F: include/hw/nvram/fw_cfg.h
2525 F: include/standard-headers/linux/qemu_fw_cfg.h
2526 F: tests/qtest/libqos/fw_cfg.c
2527 F: tests/qtest/fw_cfg-test.c
2528 T: git https://github.com/philmd/qemu.git fw_cfg-next
2529
2530 XIVE
2531 M: Cédric Le Goater <clg@kaod.org>
2532 R: Frédéric Barrat <fbarrat@linux.ibm.com>
2533 L: qemu-ppc@nongnu.org
2534 S: Odd Fixes
2535 F: hw/*/*xive*
2536 F: include/hw/*/*xive*
2537 F: docs/*/*xive*
2538
2539 Renesas peripherals
2540 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2541 R: Magnus Damm <magnus.damm@gmail.com>
2542 S: Odd Fixes
2543 F: hw/char/renesas_sci.c
2544 F: hw/char/sh_serial.c
2545 F: hw/timer/renesas_*.c
2546 F: hw/timer/sh_timer.c
2547 F: include/hw/char/renesas_sci.h
2548 F: include/hw/sh4/sh.h
2549 F: include/hw/timer/renesas_*.h
2550
2551 Renesas RX peripherals
2552 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2553 S: Orphan
2554 F: hw/intc/rx_icu.c
2555 F: hw/rx/
2556 F: include/hw/intc/rx_icu.h
2557 F: include/hw/rx/
2558
2559 CAN bus subsystem and hardware
2560 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2561 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2562 S: Maintained
2563 W: https://canbus.pages.fel.cvut.cz/
2564 F: net/can/*
2565 F: hw/net/can/*
2566 F: include/net/can_*.h
2567
2568 OpenPIC interrupt controller
2569 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2570 S: Odd Fixes
2571 F: hw/intc/openpic.c
2572 F: include/hw/ppc/openpic.h
2573
2574 MIPS CPS
2575 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2576 S: Odd Fixes
2577 F: hw/misc/mips_*
2578 F: include/hw/misc/mips_*
2579
2580 MIPS GIC
2581 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2582 S: Odd Fixes
2583 F: hw/intc/mips_gic.c
2584 F: hw/timer/mips_gictimer.c
2585 F: include/hw/intc/mips_gic.h
2586 F: include/hw/timer/mips_gictimer.h
2587
2588 S390 3270 device
2589 M: Halil Pasic <pasic@linux.ibm.com>
2590 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2591 S: Odd fixes
2592 F: include/hw/s390x/3270-ccw.h
2593 F: hw/char/terminal3270.c
2594 F: hw/s390x/3270-ccw.c
2595 L: qemu-s390x@nongnu.org
2596
2597 S390 diag 288 watchdog
2598 M: Halil Pasic <pasic@linux.ibm.com>
2599 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2600 S: Supported
2601 F: hw/watchdog/wdt_diag288.c
2602 F: include/hw/watchdog/wdt_diag288.h
2603 L: qemu-s390x@nongnu.org
2604
2605 S390 storage key device
2606 M: Halil Pasic <pasic@linux.ibm.com>
2607 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2608 S: Supported
2609 F: hw/s390x/storage-keys.h
2610 F: hw/s390x/s390-skeys*.c
2611 L: qemu-s390x@nongnu.org
2612
2613 S390 storage attribute device
2614 M: Halil Pasic <pasic@linux.ibm.com>
2615 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2616 S: Supported
2617 F: hw/s390x/storage-attributes.h
2618 F: hw/s390x/s390-stattrib*.c
2619 L: qemu-s390x@nongnu.org
2620
2621 S390 floating interrupt controller
2622 M: Halil Pasic <pasic@linux.ibm.com>
2623 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2624 M: David Hildenbrand <david@redhat.com>
2625 S: Supported
2626 F: hw/intc/s390_flic*.c
2627 F: include/hw/s390x/s390_flic.h
2628 L: qemu-s390x@nongnu.org
2629
2630 CanoKey
2631 M: Hongren (Zenithal) Zheng <i@zenithal.me>
2632 S: Maintained
2633 R: Canokeys.org <contact@canokeys.org>
2634 F: hw/usb/canokey.c
2635 F: hw/usb/canokey.h
2636 F: docs/system/devices/canokey.rst
2637
2638 Subsystems
2639 ----------
2640 Overall Audio backends
2641 M: Gerd Hoffmann <kraxel@redhat.com>
2642 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2643 S: Odd Fixes
2644 F: audio/
2645 X: audio/alsaaudio.c
2646 X: audio/coreaudio.c
2647 X: audio/dsound*
2648 X: audio/jackaudio.c
2649 X: audio/ossaudio.c
2650 X: audio/paaudio.c
2651 X: audio/sdlaudio.c
2652 X: audio/sndioaudio.c
2653 X: audio/spiceaudio.c
2654 F: qapi/audio.json
2655
2656 ALSA Audio backend
2657 M: Gerd Hoffmann <kraxel@redhat.com>
2658 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2659 S: Odd Fixes
2660 F: audio/alsaaudio.c
2661
2662 Core Audio framework backend
2663 M: Gerd Hoffmann <kraxel@redhat.com>
2664 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2665 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2666 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2667 S: Odd Fixes
2668 F: audio/coreaudio.c
2669
2670 DSound Audio backend
2671 M: Gerd Hoffmann <kraxel@redhat.com>
2672 S: Odd Fixes
2673 F: audio/dsound*
2674
2675 JACK Audio Connection Kit backend
2676 M: Gerd Hoffmann <kraxel@redhat.com>
2677 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2678 S: Odd Fixes
2679 F: audio/jackaudio.c
2680
2681 Open Sound System (OSS) Audio backend
2682 M: Gerd Hoffmann <kraxel@redhat.com>
2683 S: Odd Fixes
2684 F: audio/ossaudio.c
2685
2686 PulseAudio backend
2687 M: Gerd Hoffmann <kraxel@redhat.com>
2688 S: Odd Fixes
2689 F: audio/paaudio.c
2690
2691 SDL Audio backend
2692 M: Gerd Hoffmann <kraxel@redhat.com>
2693 R: Thomas Huth <huth@tuxfamily.org>
2694 S: Odd Fixes
2695 F: audio/sdlaudio.c
2696
2697 Sndio Audio backend
2698 M: Gerd Hoffmann <kraxel@redhat.com>
2699 R: Alexandre Ratchov <alex@caoua.org>
2700 S: Odd Fixes
2701 F: audio/sndioaudio.c
2702
2703 Block layer core
2704 M: Kevin Wolf <kwolf@redhat.com>
2705 M: Hanna Reitz <hreitz@redhat.com>
2706 L: qemu-block@nongnu.org
2707 S: Supported
2708 F: block*
2709 F: block/
2710 F: hw/block/
2711 F: qapi/block*.json
2712 F: qapi/transaction.json
2713 F: include/block/
2714 F: include/sysemu/block-*.h
2715 F: qemu-img*
2716 F: docs/tools/qemu-img.rst
2717 F: qemu-io*
2718 F: tests/qemu-iotests/
2719 F: util/qemu-progress.c
2720 F: qobject/block-qdict.c
2721 F: tests/unit/check-block-qdict.c
2722 T: git https://repo.or.cz/qemu/kevin.git block
2723
2724 Storage daemon
2725 M: Kevin Wolf <kwolf@redhat.com>
2726 L: qemu-block@nongnu.org
2727 S: Supported
2728 F: storage-daemon/
2729 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2730 F: docs/tools/qemu-storage-daemon.rst
2731 T: git https://repo.or.cz/qemu/kevin.git block
2732
2733 Block I/O path
2734 M: Stefan Hajnoczi <stefanha@redhat.com>
2735 M: Fam Zheng <fam@euphon.net>
2736 L: qemu-block@nongnu.org
2737 S: Supported
2738 F: util/async.c
2739 F: util/aio-*.c
2740 F: util/aio-*.h
2741 F: util/fdmon-*.c
2742 F: block/io.c
2743 F: block/plug.c
2744 F: migration/block*
2745 F: include/block/aio.h
2746 F: include/block/aio-wait.h
2747 F: scripts/qemugdb/aio.py
2748 F: tests/unit/test-fdmon-epoll.c
2749 T: git https://github.com/stefanha/qemu.git block
2750
2751 Block SCSI subsystem
2752 M: Paolo Bonzini <pbonzini@redhat.com>
2753 R: Fam Zheng <fam@euphon.net>
2754 L: qemu-block@nongnu.org
2755 S: Supported
2756 F: include/scsi/*
2757 F: scsi/*
2758
2759 Block Jobs
2760 M: John Snow <jsnow@redhat.com>
2761 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2762 L: qemu-block@nongnu.org
2763 S: Supported
2764 F: blockjob.c
2765 F: include/block/blockjob.h
2766 F: job.c
2767 F: job-qmp.c
2768 F: include/qemu/job.h
2769 F: block/backup.c
2770 F: block/commit.c
2771 F: block/stream.c
2772 F: block/mirror.c
2773 F: qapi/job.json
2774 F: block/block-copy.c
2775 F: include/block/block-copy.h
2776 F: block/reqlist.c
2777 F: include/block/reqlist.h
2778 F: block/copy-before-write.h
2779 F: block/copy-before-write.c
2780 F: block/snapshot-access.c
2781 F: include/block/aio_task.h
2782 F: block/aio_task.c
2783 F: util/qemu-co-shared-resource.c
2784 F: include/qemu/co-shared-resource.h
2785 T: git https://gitlab.com/jsnow/qemu.git jobs
2786 T: git https://gitlab.com/vsementsov/qemu.git block
2787
2788 Compute Express Link
2789 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2790 R: Fan Ni <fan.ni@samsung.com>
2791 S: Supported
2792 F: hw/cxl/
2793 F: hw/mem/cxl_type3.c
2794 F: include/hw/cxl/
2795
2796 Dirty Bitmaps
2797 M: Eric Blake <eblake@redhat.com>
2798 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2799 R: John Snow <jsnow@redhat.com>
2800 L: qemu-block@nongnu.org
2801 S: Supported
2802 F: include/qemu/hbitmap.h
2803 F: include/block/dirty-bitmap.h
2804 F: block/monitor/bitmap-qmp-cmds.c
2805 F: block/dirty-bitmap.c
2806 F: block/qcow2-bitmap.c
2807 F: migration/block-dirty-bitmap.c
2808 F: util/hbitmap.c
2809 F: tests/unit/test-hbitmap.c
2810 F: docs/interop/bitmaps.rst
2811 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2812 T: git https://gitlab.com/vsementsov/qemu.git block
2813
2814 Character device backends
2815 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2816 R: Paolo Bonzini <pbonzini@redhat.com>
2817 S: Maintained
2818 F: chardev/
2819 F: include/chardev/
2820 F: qapi/char.json
2821
2822 Character Devices (Braille)
2823 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2824 S: Maintained
2825 F: chardev/baum.c
2826
2827 Command line option argument parsing
2828 M: Markus Armbruster <armbru@redhat.com>
2829 S: Supported
2830 F: include/qemu/option.h
2831 F: tests/unit/test-keyval.c
2832 F: tests/unit/test-qemu-opts.c
2833 F: util/keyval.c
2834 F: util/qemu-option.c
2835
2836 Coverity model
2837 M: Markus Armbruster <armbru@redhat.com>
2838 S: Supported
2839 F: scripts/coverity-model.c
2840
2841 Coverity Scan integration
2842 M: Peter Maydell <peter.maydell@linaro.org>
2843 S: Maintained
2844 F: scripts/coverity-scan/
2845
2846 Device Tree
2847 M: Alistair Francis <alistair.francis@wdc.com>
2848 R: David Gibson <david@gibson.dropbear.id.au>
2849 S: Maintained
2850 F: system/device_tree.c
2851 F: include/sysemu/device_tree.h
2852
2853 Dump
2854 S: Supported
2855 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2856 F: dump/
2857 F: hw/misc/vmcoreinfo.c
2858 F: include/hw/misc/vmcoreinfo.h
2859 F: include/qemu/win_dump_defs
2860 F: include/sysemu/dump-arch.h
2861 F: include/sysemu/dump.h
2862 F: qapi/dump.json
2863 F: scripts/dump-guest-memory.py
2864 F: stubs/dump.c
2865
2866 Error reporting
2867 M: Markus Armbruster <armbru@redhat.com>
2868 S: Supported
2869 F: include/qapi/error.h
2870 F: include/qemu/error-report.h
2871 F: qapi/error.json
2872 F: util/error.c
2873 F: util/qemu-error.c
2874 F: scripts/coccinelle/err-bad-newline.cocci
2875 F: scripts/coccinelle/error-use-after-free.cocci
2876 F: scripts/coccinelle/error_propagate_null.cocci
2877 F: scripts/coccinelle/remove_local_err.cocci
2878 F: scripts/coccinelle/use-error_fatal.cocci
2879 F: scripts/coccinelle/errp-guard.cocci
2880
2881 GDB stub
2882 M: Alex Bennée <alex.bennee@linaro.org>
2883 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2884 S: Maintained
2885 F: docs/system/gdb.rst
2886 F: gdbstub/*
2887 F: include/exec/gdbstub.h
2888 F: include/gdbstub/*
2889 F: gdb-xml/
2890 F: tests/tcg/multiarch/gdbstub/
2891 F: scripts/feature_to_c.py
2892 F: scripts/probe-gdb-support.py
2893
2894 Memory API
2895 M: Paolo Bonzini <pbonzini@redhat.com>
2896 M: Peter Xu <peterx@redhat.com>
2897 M: David Hildenbrand <david@redhat.com>
2898 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2899 S: Supported
2900 F: include/exec/ioport.h
2901 F: include/exec/memop.h
2902 F: include/exec/memory.h
2903 F: include/exec/ram_addr.h
2904 F: include/exec/ramblock.h
2905 F: include/sysemu/memory_mapping.h
2906 F: system/dma-helpers.c
2907 F: system/ioport.c
2908 F: system/memory.c
2909 F: system/memory_mapping.c
2910 F: system/physmem.c
2911 F: include/exec/memory-internal.h
2912 F: scripts/coccinelle/memory-region-housekeeping.cocci
2913
2914 Memory devices
2915 M: David Hildenbrand <david@redhat.com>
2916 M: Igor Mammedov <imammedo@redhat.com>
2917 R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2918 S: Supported
2919 F: hw/mem/memory-device.c
2920 F: hw/mem/nvdimm.c
2921 F: hw/mem/pc-dimm.c
2922 F: include/hw/mem/memory-device.h
2923 F: include/hw/mem/nvdimm.h
2924 F: include/hw/mem/pc-dimm.h
2925 F: stubs/memory_device.c
2926 F: docs/nvdimm.txt
2927
2928 SPICE
2929 M: Gerd Hoffmann <kraxel@redhat.com>
2930 S: Odd Fixes
2931 F: include/ui/qemu-spice.h
2932 F: include/ui/spice-display.h
2933 F: ui/spice-*.c
2934 F: audio/spiceaudio.c
2935 F: hw/display/qxl*
2936 F: qapi/ui.json
2937 F: docs/spice-port-fqdn.txt
2938
2939 Graphics
2940 M: Gerd Hoffmann <kraxel@redhat.com>
2941 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2942 S: Odd Fixes
2943 F: ui/
2944 F: include/ui/
2945 F: qapi/ui.json
2946 F: util/drm.c
2947 F: docs/devel/ui.rst
2948
2949 Cocoa graphics
2950 M: Peter Maydell <peter.maydell@linaro.org>
2951 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2952 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2953 S: Odd Fixes
2954 F: ui/cocoa.m
2955
2956 Main loop
2957 M: Paolo Bonzini <pbonzini@redhat.com>
2958 S: Maintained
2959 F: include/qemu/main-loop.h
2960 F: include/sysemu/runstate.h
2961 F: include/sysemu/runstate-action.h
2962 F: util/main-loop.c
2963 F: util/qemu-timer.c
2964 F: system/vl.c
2965 F: system/main.c
2966 F: system/cpus.c
2967 F: system/cpu-throttle.c
2968 F: system/cpu-timers.c
2969 F: system/runstate*
2970 F: qapi/run-state.json
2971
2972 Read, Copy, Update (RCU)
2973 M: Paolo Bonzini <pbonzini@redhat.com>
2974 S: Maintained
2975 F: docs/devel/lockcnt.txt
2976 F: docs/devel/rcu.txt
2977 F: include/qemu/rcu*.h
2978 F: tests/unit/rcutorture.c
2979 F: tests/unit/test-rcu-*.c
2980 F: util/rcu.c
2981
2982 Human Monitor (HMP)
2983 M: Dr. David Alan Gilbert <dave@treblig.org>
2984 S: Maintained
2985 F: monitor/monitor-internal.h
2986 F: monitor/misc.c
2987 F: monitor/monitor.c
2988 F: monitor/hmp*
2989 F: hmp.h
2990 F: hmp-commands*.hx
2991 F: include/monitor/hmp-target.h
2992 F: tests/qtest/test-hmp.c
2993 F: include/qemu/qemu-print.h
2994 F: util/qemu-print.c
2995
2996 Network device backends
2997 M: Jason Wang <jasowang@redhat.com>
2998 S: Maintained
2999 F: net/
3000 F: include/net/
3001 F: qemu-bridge-helper.c
3002 T: git https://github.com/jasowang/qemu.git net
3003 F: qapi/net.json
3004
3005 Netmap network backend
3006 M: Luigi Rizzo <rizzo@iet.unipi.it>
3007 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
3008 M: Vincenzo Maffione <v.maffione@gmail.com>
3009 W: http://info.iet.unipi.it/~luigi/netmap/
3010 S: Maintained
3011 F: net/netmap.c
3012
3013 AF_XDP network backend
3014 R: Ilya Maximets <i.maximets@ovn.org>
3015 F: net/af-xdp.c
3016
3017 Host Memory Backends
3018 M: David Hildenbrand <david@redhat.com>
3019 M: Igor Mammedov <imammedo@redhat.com>
3020 S: Maintained
3021 F: backends/hostmem*.c
3022 F: include/sysemu/hostmem.h
3023 F: docs/system/vm-templating.rst
3024 T: git https://gitlab.com/ehabkost/qemu.git machine-next
3025
3026 Cryptodev Backends
3027 M: Gonglei <arei.gonglei@huawei.com>
3028 M: zhenwei pi <pizhenwei@bytedance.com>
3029 S: Maintained
3030 F: include/sysemu/cryptodev*.h
3031 F: backends/cryptodev*.c
3032 F: qapi/cryptodev.json
3033
3034 Python library
3035 M: John Snow <jsnow@redhat.com>
3036 M: Cleber Rosa <crosa@redhat.com>
3037 R: Beraldo Leal <bleal@redhat.com>
3038 S: Maintained
3039 F: python/
3040 T: git https://gitlab.com/jsnow/qemu.git python
3041
3042 Python scripts
3043 M: John Snow <jsnow@redhat.com>
3044 M: Cleber Rosa <crosa@redhat.com>
3045 S: Odd Fixes
3046 F: scripts/*.py
3047 F: tests/*.py
3048
3049 Benchmark util
3050 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3051 S: Maintained
3052 F: scripts/simplebench/
3053 T: git https://gitlab.com/vsementsov/qemu.git simplebench
3054
3055 Transactions helper
3056 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3057 S: Maintained
3058 F: include/qemu/transactions.h
3059 F: util/transactions.c
3060 T: git https://gitlab.com/vsementsov/qemu.git block
3061
3062 QAPI
3063 M: Markus Armbruster <armbru@redhat.com>
3064 M: Michael Roth <michael.roth@amd.com>
3065 S: Supported
3066 F: qapi/
3067 X: qapi/*.json
3068 F: include/qapi/
3069 X: include/qapi/qmp/
3070 F: include/qapi/qmp/dispatch.h
3071 F: tests/qapi-schema/
3072 F: tests/unit/test-*-visitor.c
3073 F: tests/unit/test-qapi-*.c
3074 F: tests/unit/test-qmp-*.c
3075 F: tests/unit/test-visitor-serialization.c
3076 F: scripts/qapi-gen.py
3077 F: scripts/qapi/*
3078 F: docs/sphinx/qapidoc.py
3079 F: docs/devel/qapi*
3080 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3081
3082 QAPI Schema
3083 M: Eric Blake <eblake@redhat.com>
3084 M: Markus Armbruster <armbru@redhat.com>
3085 S: Supported
3086 F: qapi/*.json
3087 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3088
3089 QObject
3090 M: Markus Armbruster <armbru@redhat.com>
3091 S: Supported
3092 F: qobject/
3093 F: include/qapi/qmp/
3094 X: include/qapi/qmp/dispatch.h
3095 F: scripts/coccinelle/qobject.cocci
3096 F: tests/unit/check-qdict.c
3097 F: tests/unit/check-qjson.c
3098 F: tests/unit/check-qlist.c
3099 F: tests/unit/check-qlit.c
3100 F: tests/unit/check-qnull.c
3101 F: tests/unit/check-qnum.c
3102 F: tests/unit/check-qobject.c
3103 F: tests/unit/check-qstring.c
3104 F: tests/data/qobject/qdict.txt
3105 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3106
3107 QEMU Guest Agent
3108 M: Michael Roth <michael.roth@amd.com>
3109 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3110 S: Maintained
3111 F: qga/
3112 F: docs/interop/qemu-ga.rst
3113 F: docs/interop/qemu-ga-ref.rst
3114 F: scripts/qemu-guest-agent/
3115 F: tests/unit/test-qga.c
3116 T: git https://github.com/mdroth/qemu.git qga
3117
3118 QEMU Guest Agent Win32
3119 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3120 S: Maintained
3121 F: qga/*win32*
3122 F: qga/vss-win32/
3123 F: qga/installer/
3124 T: git https://github.com/kostyanf14/qemu.git qga-win32
3125
3126 QOM
3127 M: Paolo Bonzini <pbonzini@redhat.com>
3128 R: Daniel P. Berrange <berrange@redhat.com>
3129 R: Eduardo Habkost <eduardo@habkost.net>
3130 S: Supported
3131 F: docs/devel/qom.rst
3132 F: docs/qdev-device-use.txt
3133 F: hw/core/qdev*
3134 F: hw/core/bus.c
3135 F: hw/core/sysbus.c
3136 F: include/hw/qdev*
3137 F: include/monitor/qdev.h
3138 F: include/qom/
3139 F: qapi/qom.json
3140 F: qapi/qdev.json
3141 F: scripts/coccinelle/qom-parent-type.cocci
3142 F: scripts/qom-cast-macro-clean-cocci-gen.py
3143 F: system/qdev-monitor.c
3144 F: stubs/qdev.c
3145 F: qom/
3146 F: tests/unit/check-qom-interface.c
3147 F: tests/unit/check-qom-proplist.c
3148 F: tests/unit/test-qdev-global-props.c
3149
3150 QOM boilerplate conversion script
3151 M: Eduardo Habkost <eduardo@habkost.net>
3152 S: Maintained
3153 F: scripts/codeconverter/
3154
3155 QMP
3156 M: Markus Armbruster <armbru@redhat.com>
3157 S: Supported
3158 F: monitor/monitor-internal.h
3159 F: monitor/qmp*
3160 F: monitor/misc.c
3161 F: monitor/monitor.c
3162 F: qapi/control.json
3163 F: qapi/error.json
3164 F: qapi/introspect.json
3165 F: docs/devel/*qmp-*
3166 F: docs/interop/*qmp-*
3167 F: scripts/qmp/
3168 F: tests/qtest/qmp-test.c
3169 F: tests/qtest/qmp-cmd-test.c
3170 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3171
3172 qtest
3173 M: Thomas Huth <thuth@redhat.com>
3174 M: Laurent Vivier <lvivier@redhat.com>
3175 R: Paolo Bonzini <pbonzini@redhat.com>
3176 S: Maintained
3177 F: system/qtest.c
3178 F: include/sysemu/qtest.h
3179 F: accel/qtest/
3180 F: tests/qtest/
3181 F: docs/devel/qgraph.rst
3182 F: docs/devel/qtest.rst
3183 X: tests/qtest/bios-tables-test*
3184
3185 Device Fuzzing
3186 M: Alexander Bulekov <alxndr@bu.edu>
3187 R: Paolo Bonzini <pbonzini@redhat.com>
3188 R: Bandan Das <bsd@redhat.com>
3189 R: Stefan Hajnoczi <stefanha@redhat.com>
3190 R: Thomas Huth <thuth@redhat.com>
3191 R: Darren Kenny <darren.kenny@oracle.com> 
3192 R: Qiuhao Li <Qiuhao.Li@outlook.com>
3193 S: Maintained
3194 F: tests/qtest/fuzz/
3195 F: tests/qtest/fuzz-*test.c
3196 F: tests/docker/test-fuzz
3197 F: scripts/oss-fuzz/
3198 F: hw/mem/sparse-mem.c
3199 F: docs/devel/fuzzing.rst
3200
3201 Register API
3202 M: Alistair Francis <alistair@alistair23.me>
3203 S: Maintained
3204 F: hw/core/register.c
3205 F: include/hw/register.h
3206 F: include/hw/registerfields.h
3207
3208 SLIRP
3209 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3210 S: Maintained
3211 F: net/slirp.c
3212 F: include/net/slirp.h
3213 T: git https://people.debian.org/~sthibault/qemu.git slirp
3214
3215 Stats
3216 S: Orphan
3217 F: include/sysemu/stats.h
3218 F: stats/
3219
3220 Streams
3221 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3222 S: Maintained
3223 F: hw/core/stream.c
3224 F: include/hw/stream.h
3225
3226 Stubs
3227 M: Paolo Bonzini <pbonzini@redhat.com>
3228 S: Maintained
3229 F: stubs/
3230
3231 Tracing
3232 M: Stefan Hajnoczi <stefanha@redhat.com>
3233 R: Mads Ynddal <mads@ynddal.dk>
3234 S: Maintained
3235 F: trace/
3236 F: trace-events
3237 F: docs/qemu-option-trace.rst.inc
3238 F: qapi/trace.json
3239 F: scripts/tracetool.py
3240 F: scripts/tracetool/
3241 F: scripts/qemu-trace-stap*
3242 F: docs/tools/qemu-trace-stap.rst
3243 F: docs/devel/tracing.rst
3244 T: git https://github.com/stefanha/qemu.git tracing
3245
3246 Simpletrace
3247 M: Mads Ynddal <mads@ynddal.dk>
3248 S: Maintained
3249 F: scripts/simpletrace.py
3250
3251 TPM
3252 M: Stefan Berger <stefanb@linux.ibm.com>
3253 S: Maintained
3254 F: system/tpm*
3255 F: hw/tpm/*
3256 F: include/hw/acpi/tpm.h
3257 F: include/sysemu/tpm*
3258 F: qapi/tpm.json
3259 F: backends/tpm/
3260 F: tests/qtest/*tpm*
3261 F: docs/specs/tpm.rst
3262 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3263
3264 Checkpatch
3265 S: Odd Fixes
3266 F: scripts/checkpatch.pl
3267
3268 Migration
3269 M: Juan Quintela <quintela@redhat.com>
3270 M: Peter Xu <peterx@redhat.com>
3271 M: Fabiano Rosas <farosas@suse.de>
3272 R: Leonardo Bras <leobras@redhat.com>
3273 S: Maintained
3274 F: hw/core/vmstate-if.c
3275 F: include/hw/vmstate-if.h
3276 F: include/migration/
3277 F: include/qemu/userfaultfd.h
3278 F: migration/
3279 F: scripts/vmstate-static-checker.py
3280 F: tests/vmstate-static-checker-data/
3281 F: tests/qtest/migration-test.c
3282 F: docs/devel/migration.rst
3283 F: qapi/migration.json
3284 F: tests/migration/
3285 F: util/userfaultfd.c
3286 X: migration/rdma*
3287
3288 RDMA Migration
3289 M: Juan Quintela <quintela@redhat.com>
3290 R: Li Zhijian <lizhijian@fujitsu.com>
3291 R: Peter Xu <peterx@redhat.com>
3292 R: Leonardo Bras <leobras@redhat.com>
3293 S: Odd Fixes
3294 F: migration/rdma*
3295
3296 Migration dirty limit and dirty page rate
3297 M: Hyman Huang <yong.huang@smartx.com>
3298 S: Maintained
3299 F: system/dirtylimit.c
3300 F: include/sysemu/dirtylimit.h
3301 F: migration/dirtyrate.c
3302 F: migration/dirtyrate.h
3303 F: include/sysemu/dirtyrate.h
3304
3305 D-Bus
3306 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3307 S: Maintained
3308 F: backends/dbus-vmstate.c
3309 F: ui/dbus*
3310 F: audio/dbus*
3311 F: util/dbus.c
3312 F: include/ui/dbus*
3313 F: include/qemu/dbus.h
3314 F: docs/interop/dbus*
3315 F: docs/sphinx/dbus*
3316 F: docs/sphinx/fakedbusdoc.py
3317 F: tests/qtest/dbus*
3318 F: scripts/xml-preprocess*
3319
3320 Seccomp
3321 M: Daniel P. Berrange <berrange@redhat.com>
3322 S: Odd Fixes
3323 F: system/qemu-seccomp.c
3324 F: include/sysemu/seccomp.h
3325 F: tests/unit/test-seccomp.c
3326
3327 Cryptography
3328 M: Daniel P. Berrange <berrange@redhat.com>
3329 S: Maintained
3330 F: crypto/
3331 F: include/crypto/
3332 F: host/include/*/host/crypto/
3333 F: qapi/crypto.json
3334 F: tests/unit/test-crypto-*
3335 F: tests/bench/benchmark-crypto-*
3336 F: tests/unit/crypto-tls-*
3337 F: tests/unit/pkix_asn1_tab.c
3338 F: qemu.sasl
3339
3340 Coroutines
3341 M: Stefan Hajnoczi <stefanha@redhat.com>
3342 M: Kevin Wolf <kwolf@redhat.com>
3343 S: Maintained
3344 F: util/*coroutine*
3345 F: include/qemu/coroutine*
3346 F: tests/unit/test-coroutine.c
3347
3348 Buffers
3349 M: Daniel P. Berrange <berrange@redhat.com>
3350 S: Odd Fixes
3351 F: util/buffer.c
3352 F: include/qemu/buffer.h
3353
3354 I/O Channels
3355 M: Daniel P. Berrange <berrange@redhat.com>
3356 S: Maintained
3357 F: io/
3358 F: include/io/
3359 F: tests/unit/test-io-*
3360
3361 User authorization
3362 M: Daniel P. Berrange <berrange@redhat.com>
3363 S: Maintained
3364 F: authz/
3365 F: qapi/authz.json
3366 F: include/authz/
3367 F: tests/unit/test-authz-*
3368
3369 Sockets
3370 M: Daniel P. Berrange <berrange@redhat.com>
3371 S: Maintained
3372 F: include/qemu/sockets.h
3373 F: util/qemu-sockets.c
3374 F: qapi/sockets.json
3375
3376 File monitor
3377 M: Daniel P. Berrange <berrange@redhat.com>
3378 S: Odd Fixes
3379 F: util/filemonitor*.c
3380 F: include/qemu/filemonitor.h
3381 F: tests/unit/test-util-filemonitor.c
3382
3383 Throttling infrastructure
3384 M: Alberto Garcia <berto@igalia.com>
3385 S: Supported
3386 F: block/throttle-groups.c
3387 F: include/block/throttle-groups.h
3388 F: include/qemu/throttle*.h
3389 F: util/throttle.c
3390 F: docs/throttle.txt
3391 F: tests/unit/test-throttle.c
3392 L: qemu-block@nongnu.org
3393
3394 UUID
3395 M: Fam Zheng <fam@euphon.net>
3396 S: Supported
3397 F: util/uuid.c
3398 F: include/qemu/uuid.h
3399 F: tests/unit/test-uuid.c
3400
3401 Yank feature
3402 M: Lukas Straub <lukasstraub2@web.de>
3403 S: Odd fixes
3404 F: util/yank.c
3405 F: migration/yank_functions*
3406 F: tests/unit/test-yank.c
3407 F: include/qemu/yank.h
3408 F: qapi/yank.json
3409
3410 COLO Framework
3411 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3412 S: Maintained
3413 F: migration/colo*
3414 F: include/migration/colo.h
3415 F: include/migration/failover.h
3416 F: docs/COLO-FT.txt
3417
3418 COLO Proxy
3419 M: Zhang Chen <chen.zhang@intel.com>
3420 M: Li Zhijian <lizhijian@fujitsu.com>
3421 S: Supported
3422 F: docs/colo-proxy.txt
3423 F: net/colo*
3424 F: net/filter-rewriter.c
3425 F: net/filter-mirror.c
3426 F: tests/qtest/test-filter*
3427
3428 Record/replay
3429 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3430 R: Paolo Bonzini <pbonzini@redhat.com>
3431 W: https://wiki.qemu.org/Features/record-replay
3432 S: Supported
3433 F: replay/*
3434 F: block/blkreplay.c
3435 F: net/filter-replay.c
3436 F: include/exec/replay-core.h
3437 F: include/sysemu/replay.h
3438 F: docs/devel/replay.rst
3439 F: docs/system/replay.rst
3440 F: stubs/replay.c
3441 F: tests/avocado/replay_kernel.py
3442 F: tests/avocado/replay_linux.py
3443 F: tests/avocado/reverse_debugging.py
3444 F: qapi/replay.json
3445
3446 IOVA Tree
3447 M: Peter Xu <peterx@redhat.com>
3448 S: Maintained
3449 F: include/qemu/iova-tree.h
3450 F: util/iova-tree.c
3451
3452 elf2dmp
3453 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3454 S: Maintained
3455 F: contrib/elf2dmp/
3456
3457 Overall sensors
3458 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3459 S: Odd Fixes
3460 F: hw/sensor
3461 F: include/hw/sensor
3462
3463 I2C and SMBus
3464 M: Corey Minyard <cminyard@mvista.com>
3465 S: Maintained
3466 F: hw/i2c/core.c
3467 F: hw/i2c/smbus_slave.c
3468 F: hw/i2c/smbus_master.c
3469 F: hw/i2c/smbus_eeprom.c
3470 F: include/hw/i2c/i2c.h
3471 F: include/hw/i2c/smbus_master.h
3472 F: include/hw/i2c/smbus_slave.h
3473 F: include/hw/i2c/smbus_eeprom.h
3474
3475 PMBus
3476 M: Titus Rwantare <titusr@google.com>
3477 S: Maintained
3478 F: hw/i2c/pmbus_device.c
3479 F: hw/sensor/adm1272.c
3480 F: hw/sensor/isl_pmbus_vr.c
3481 F: hw/sensor/max34451.c
3482 F: include/hw/i2c/pmbus_device.h
3483 F: include/hw/sensor/isl_pmbus_vr.h
3484 F: tests/qtest/adm1272-test.c
3485 F: tests/qtest/max34451-test.c
3486 F: tests/qtest/isl_pmbus_vr-test.c
3487
3488 Firmware schema specifications
3489 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3490 R: Daniel P. Berrange <berrange@redhat.com>
3491 R: Kashyap Chamarthy <kchamart@redhat.com>
3492 S: Maintained
3493 F: docs/interop/firmware.json
3494
3495 EDK2 Firmware
3496 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3497 M: Gerd Hoffmann <kraxel@redhat.com>
3498 S: Supported
3499 F: hw/i386/*ovmf*
3500 F: pc-bios/descriptors/??-edk2-*.json
3501 F: pc-bios/edk2-*
3502 F: roms/Makefile.edk2
3503 F: roms/edk2
3504 F: roms/edk2-*
3505 F: tests/data/uefi-boot-images/
3506 F: tests/uefi-test-tools/
3507
3508 VT-d Emulation
3509 M: Michael S. Tsirkin <mst@redhat.com>
3510 M: Peter Xu <peterx@redhat.com>
3511 R: Jason Wang <jasowang@redhat.com>
3512 S: Supported
3513 F: hw/i386/intel_iommu.c
3514 F: hw/i386/intel_iommu_internal.h
3515 F: include/hw/i386/intel_iommu.h
3516
3517 AMD-Vi Emulation
3518 S: Orphan
3519 F: hw/i386/amd_iommu.?
3520
3521 OpenSBI Firmware
3522 M: Bin Meng <bmeng.cn@gmail.com>
3523 S: Supported
3524 F: pc-bios/opensbi-*
3525 F: .gitlab-ci.d/opensbi.yml
3526 F: .gitlab-ci.d/opensbi/
3527
3528 Clock framework
3529 M: Luc Michel <luc@lmichel.fr>
3530 R: Damien Hedde <damien.hedde@dahe.fr>
3531 S: Maintained
3532 F: include/hw/clock.h
3533 F: include/hw/qdev-clock.h
3534 F: hw/core/clock.c
3535 F: hw/core/clock-vmstate.c
3536 F: hw/core/qdev-clock.c
3537 F: docs/devel/clocks.rst
3538
3539 Usermode Emulation
3540 ------------------
3541 Overall usermode emulation
3542 M: Riku Voipio <riku.voipio@iki.fi>
3543 S: Maintained
3544 F: accel/tcg/user-exec*.c
3545 F: include/user/
3546 F: common-user/
3547
3548 BSD user
3549 M: Warner Losh <imp@bsdimp.com>
3550 R: Kyle Evans <kevans@freebsd.org>
3551 S: Maintained
3552 F: bsd-user/
3553 F: configs/targets/*-bsd-user.mak
3554 F: tests/vm/*bsd
3555 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3556
3557 Linux user
3558 M: Laurent Vivier <laurent@vivier.eu>
3559 S: Maintained
3560 F: linux-user/
3561 F: configs/targets/*linux-user.mak
3562 F: scripts/qemu-binfmt-conf.sh
3563 F: scripts/update-syscalltbl.sh
3564 F: scripts/update-mips-syscall-args.sh
3565 F: scripts/gensyscalls.sh
3566
3567 Tiny Code Generator (TCG)
3568 -------------------------
3569 Common TCG code
3570 M: Richard Henderson <richard.henderson@linaro.org>
3571 S: Maintained
3572 F: tcg/
3573 F: include/tcg/
3574
3575 TCG Plugins
3576 M: Alex Bennée <alex.bennee@linaro.org>
3577 R: Alexandre Iooss <erdnaxe@crans.org>
3578 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3579 S: Maintained
3580 F: docs/devel/tcg-plugins.rst
3581 F: plugins/
3582 F: tests/plugin/
3583 F: tests/avocado/tcg_plugins.py
3584 F: contrib/plugins/
3585
3586 AArch64 TCG target
3587 M: Richard Henderson <richard.henderson@linaro.org>
3588 S: Maintained
3589 L: qemu-arm@nongnu.org
3590 F: tcg/aarch64/
3591
3592 ARM TCG target
3593 M: Richard Henderson <richard.henderson@linaro.org>
3594 S: Maintained
3595 L: qemu-arm@nongnu.org
3596 F: tcg/arm/
3597
3598 i386 TCG target
3599 M: Richard Henderson <richard.henderson@linaro.org>
3600 S: Maintained
3601 F: tcg/i386/
3602
3603 LoongArch64 TCG target
3604 M: WANG Xuerui <git@xen0n.name>
3605 S: Maintained
3606 F: tcg/loongarch64/
3607
3608 MIPS TCG target
3609 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3610 R: Aurelien Jarno <aurelien@aurel32.net>
3611 R: Huacai Chen <chenhuacai@kernel.org>
3612 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3613 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3614 S: Odd Fixes
3615 F: tcg/mips/
3616
3617 PPC TCG target
3618 M: Richard Henderson <richard.henderson@linaro.org>
3619 S: Odd Fixes
3620 F: tcg/ppc/
3621
3622 RISC-V TCG target
3623 M: Palmer Dabbelt <palmer@dabbelt.com>
3624 M: Alistair Francis <Alistair.Francis@wdc.com>
3625 L: qemu-riscv@nongnu.org
3626 S: Maintained
3627 F: tcg/riscv/
3628 F: disas/riscv.[ch]
3629
3630 S390 TCG target
3631 M: Richard Henderson <richard.henderson@linaro.org>
3632 S: Maintained
3633 F: tcg/s390/
3634 L: qemu-s390x@nongnu.org
3635
3636 SPARC TCG target
3637 S: Odd Fixes
3638 F: tcg/sparc64/
3639 F: disas/sparc.c
3640
3641 TCI TCG target
3642 M: Stefan Weil <sw@weilnetz.de>
3643 S: Maintained
3644 F: tcg/tci/
3645 F: tcg/tci.c
3646 F: disas/tci.c
3647
3648 Block drivers
3649 -------------
3650 VMDK
3651 M: Fam Zheng <fam@euphon.net>
3652 L: qemu-block@nongnu.org
3653 S: Supported
3654 F: block/vmdk.c
3655
3656 RBD
3657 M: Ilya Dryomov <idryomov@gmail.com>
3658 R: Peter Lieven <pl@kamp.de>
3659 L: qemu-block@nongnu.org
3660 S: Supported
3661 F: block/rbd.c
3662
3663 VHDX
3664 M: Jeff Cody <codyprime@gmail.com>
3665 L: qemu-block@nongnu.org
3666 S: Supported
3667 F: block/vhdx*
3668
3669 VDI
3670 M: Stefan Weil <sw@weilnetz.de>
3671 L: qemu-block@nongnu.org
3672 S: Maintained
3673 F: block/vdi.c
3674
3675 blkio
3676 M: Stefan Hajnoczi <stefanha@redhat.com>
3677 L: qemu-block@nongnu.org
3678 S: Maintained
3679 F: block/blkio.c
3680
3681 iSCSI
3682 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3683 M: Paolo Bonzini <pbonzini@redhat.com>
3684 M: Peter Lieven <pl@kamp.de>
3685 L: qemu-block@nongnu.org
3686 S: Odd Fixes
3687 F: block/iscsi.c
3688 F: block/iscsi-opts.c
3689
3690 Network Block Device (NBD)
3691 M: Eric Blake <eblake@redhat.com>
3692 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3693 L: qemu-block@nongnu.org
3694 S: Maintained
3695 F: block/nbd*
3696 F: nbd/
3697 F: include/block/nbd*
3698 F: qemu-nbd.*
3699 F: blockdev-nbd.c
3700 F: docs/interop/nbd.txt
3701 F: docs/tools/qemu-nbd.rst
3702 F: tests/qemu-iotests/tests/*nbd*
3703 T: git https://repo.or.cz/qemu/ericb.git nbd
3704 T: git https://gitlab.com/vsementsov/qemu.git block
3705
3706 NFS
3707 M: Peter Lieven <pl@kamp.de>
3708 L: qemu-block@nongnu.org
3709 S: Maintained
3710 F: block/nfs.c
3711
3712 SSH
3713 M: Richard W.M. Jones <rjones@redhat.com>
3714 L: qemu-block@nongnu.org
3715 S: Supported
3716 F: block/ssh.c
3717
3718 CURL
3719 L: qemu-block@nongnu.org
3720 S: Odd Fixes
3721 F: block/curl.c
3722
3723 GLUSTER
3724 L: qemu-block@nongnu.org
3725 L: integration@gluster.org
3726 S: Odd Fixes
3727 F: block/gluster.c
3728
3729 Null Block Driver
3730 M: Fam Zheng <fam@euphon.net>
3731 L: qemu-block@nongnu.org
3732 S: Supported
3733 F: block/null.c
3734
3735 NVMe Block Driver
3736 M: Stefan Hajnoczi <stefanha@redhat.com>
3737 R: Fam Zheng <fam@euphon.net>
3738 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3739 L: qemu-block@nongnu.org
3740 S: Supported
3741 F: block/nvme*
3742 F: include/block/nvme.h
3743 T: git https://github.com/stefanha/qemu.git block
3744
3745 Bootdevice
3746 M: Gonglei <arei.gonglei@huawei.com>
3747 S: Maintained
3748 F: system/bootdevice.c
3749
3750 Quorum
3751 M: Alberto Garcia <berto@igalia.com>
3752 S: Supported
3753 F: block/quorum.c
3754 L: qemu-block@nongnu.org
3755
3756 blklogwrites
3757 M: Ari Sundholm <ari@tuxera.com>
3758 L: qemu-block@nongnu.org
3759 S: Supported
3760 F: block/blklogwrites.c
3761
3762 blkverify
3763 M: Stefan Hajnoczi <stefanha@redhat.com>
3764 L: qemu-block@nongnu.org
3765 S: Supported
3766 F: block/blkverify.c
3767
3768 bochs
3769 M: Stefan Hajnoczi <stefanha@redhat.com>
3770 L: qemu-block@nongnu.org
3771 S: Supported
3772 F: block/bochs.c
3773
3774 cloop
3775 M: Stefan Hajnoczi <stefanha@redhat.com>
3776 L: qemu-block@nongnu.org
3777 S: Supported
3778 F: block/cloop.c
3779
3780 dmg
3781 M: Stefan Hajnoczi <stefanha@redhat.com>
3782 L: qemu-block@nongnu.org
3783 S: Supported
3784 F: block/dmg.c
3785
3786 parallels
3787 M: Stefan Hajnoczi <stefanha@redhat.com>
3788 M: Denis V. Lunev <den@openvz.org>
3789 L: qemu-block@nongnu.org
3790 S: Supported
3791 F: block/parallels.c
3792 F: block/parallels-ext.c
3793 F: docs/interop/parallels.txt
3794 T: git https://src.openvz.org/scm/~den/qemu.git parallels
3795
3796 qed
3797 M: Stefan Hajnoczi <stefanha@redhat.com>
3798 L: qemu-block@nongnu.org
3799 S: Supported
3800 F: block/qed.c
3801
3802 raw
3803 M: Kevin Wolf <kwolf@redhat.com>
3804 L: qemu-block@nongnu.org
3805 S: Supported
3806 F: block/linux-aio.c
3807 F: include/block/raw-aio.h
3808 F: block/raw-format.c
3809 F: block/file-posix.c
3810 F: block/file-win32.c
3811 F: block/win32-aio.c
3812
3813 Linux io_uring
3814 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3815 M: Julia Suvorova <jusual@redhat.com>
3816 M: Stefan Hajnoczi <stefanha@redhat.com>
3817 R: Stefano Garzarella <sgarzare@redhat.com>
3818 L: qemu-block@nongnu.org
3819 S: Maintained
3820 F: block/io_uring.c
3821 F: stubs/io_uring.c
3822
3823 qcow2
3824 M: Kevin Wolf <kwolf@redhat.com>
3825 M: Hanna Reitz <hreitz@redhat.com>
3826 L: qemu-block@nongnu.org
3827 S: Supported
3828 F: block/qcow2*
3829 F: docs/interop/qcow2.txt
3830
3831 qcow
3832 M: Kevin Wolf <kwolf@redhat.com>
3833 L: qemu-block@nongnu.org
3834 S: Supported
3835 F: block/qcow.c
3836
3837 blkdebug
3838 M: Kevin Wolf <kwolf@redhat.com>
3839 M: Hanna Reitz <hreitz@redhat.com>
3840 L: qemu-block@nongnu.org
3841 S: Supported
3842 F: block/blkdebug.c
3843
3844 vpc
3845 M: Kevin Wolf <kwolf@redhat.com>
3846 L: qemu-block@nongnu.org
3847 S: Supported
3848 F: block/vpc.c
3849
3850 vvfat
3851 M: Kevin Wolf <kwolf@redhat.com>
3852 L: qemu-block@nongnu.org
3853 S: Odd Fixes
3854 F: block/vvfat.c
3855
3856 Image format fuzzer
3857 M: Stefan Hajnoczi <stefanha@redhat.com>
3858 L: qemu-block@nongnu.org
3859 S: Supported
3860 F: tests/image-fuzzer/
3861
3862 Vhost-user block device backend server
3863 M: Coiby Xu <Coiby.Xu@gmail.com>
3864 S: Maintained
3865 F: block/export/vhost-user-blk-server.c
3866 F: block/export/vhost-user-blk-server.h
3867 F: block/export/virtio-blk-handler.c
3868 F: block/export/virtio-blk-handler.h
3869 F: include/qemu/vhost-user-server.h
3870 F: tests/qtest/libqos/vhost-user-blk.c
3871 F: tests/qtest/libqos/vhost-user-blk.h
3872 F: tests/qtest/vhost-user-blk-test.c
3873 F: util/vhost-user-server.c
3874
3875 FUSE block device exports
3876 M: Hanna Reitz <hreitz@redhat.com>
3877 L: qemu-block@nongnu.org
3878 S: Supported
3879 F: block/export/fuse.c
3880
3881 VDUSE library and block device exports
3882 M: Xie Yongji <xieyongji@bytedance.com>
3883 S: Maintained
3884 F: subprojects/libvduse/
3885 F: block/export/vduse-blk.c
3886 F: block/export/vduse-blk.h
3887
3888 Replication
3889 M: Wen Congyang <wencongyang2@huawei.com>
3890 M: Xie Changlong <xiechanglong.d@gmail.com>
3891 S: Supported
3892 F: replication*
3893 F: block/replication.c
3894 F: tests/unit/test-replication.c
3895 F: docs/block-replication.txt
3896
3897 PVRDMA
3898 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3899 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3900 S: Odd Fixes
3901 F: hw/rdma/*
3902 F: hw/rdma/vmw/*
3903 F: docs/pvrdma.txt
3904 F: contrib/rdmacm-mux/*
3905 F: qapi/rdma.json
3906
3907 Semihosting
3908 M: Alex Bennée <alex.bennee@linaro.org>
3909 S: Maintained
3910 F: semihosting/
3911 F: include/semihosting/
3912 F: tests/tcg/multiarch/arm-compat-semi/
3913 F: tests/tcg/aarch64/system/semiheap.c
3914
3915 Multi-process QEMU
3916 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3917 M: Jagannathan Raman <jag.raman@oracle.com>
3918 S: Maintained
3919 F: docs/devel/multi-process.rst
3920 F: docs/system/multi-process.rst
3921 F: hw/pci-host/remote.c
3922 F: include/hw/pci-host/remote.h
3923 F: hw/remote/machine.c
3924 F: include/hw/remote/machine.h
3925 F: hw/remote/mpqemu-link.c
3926 F: include/hw/remote/mpqemu-link.h
3927 F: hw/remote/message.c
3928 F: hw/remote/remote-obj.c
3929 F: include/hw/remote/memory.h
3930 F: hw/remote/memory.c
3931 F: hw/remote/proxy.c
3932 F: include/hw/remote/proxy.h
3933 F: hw/remote/proxy-memory-listener.c
3934 F: include/hw/remote/proxy-memory-listener.h
3935 F: hw/remote/iohub.c
3936 F: include/hw/remote/iohub.h
3937 F: subprojects/libvfio-user
3938 F: hw/remote/vfio-user-obj.c
3939 F: include/hw/remote/vfio-user-obj.h
3940 F: hw/remote/iommu.c
3941 F: include/hw/remote/iommu.h
3942
3943 EBPF:
3944 M: Jason Wang <jasowang@redhat.com>
3945 R: Andrew Melnychenko <andrew@daynix.com>
3946 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3947 S: Maintained
3948 F: docs/devel/ebpf_rss.rst
3949 F: ebpf/*
3950 F: tools/ebpf/*
3951
3952 Build and test automation
3953 -------------------------
3954 Build and test automation, general continuous integration
3955 M: Alex Bennée <alex.bennee@linaro.org>
3956 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3957 M: Thomas Huth <thuth@redhat.com>
3958 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3959 R: Beraldo Leal <bleal@redhat.com>
3960 S: Maintained
3961 F: .github/workflows/lockdown.yml
3962 F: .gitlab-ci.yml
3963 F: .gitlab-ci.d/
3964 F: .travis.yml
3965 F: docs/devel/ci*
3966 F: scripts/ci/
3967 F: tests/docker/
3968 F: tests/vm/
3969 F: tests/lcitool/
3970 F: tests/avocado/tuxrun_baselines.py
3971 F: scripts/archive-source.sh
3972 F: docs/devel/testing.rst
3973 W: https://gitlab.com/qemu-project/qemu/pipelines
3974 W: https://travis-ci.org/qemu/qemu
3975
3976 FreeBSD Hosted Continuous Integration
3977 M: Ed Maste <emaste@freebsd.org>
3978 M: Li-Wen Hsu <lwhsu@freebsd.org>
3979 S: Maintained
3980 F: .gitlab-ci.d/cirrus/freebsd*
3981 F: tests/vm/freebsd
3982 W: https://cirrus-ci.com/github/qemu/qemu
3983
3984 Windows Hosted Continuous Integration
3985 M: Yonggang Luo <luoyonggang@gmail.com>
3986 S: Maintained
3987 F: .gitlab-ci.d/windows.yml
3988
3989 Guest Test Compilation Support
3990 M: Alex Bennée <alex.bennee@linaro.org>
3991 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3992 S: Maintained
3993 F: tests/tcg/Makefile.target
3994
3995 Integration Testing with the Avocado framework
3996 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3997 R: Cleber Rosa <crosa@redhat.com>
3998 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3999 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
4000 R: Beraldo Leal <bleal@redhat.com>
4001 S: Odd Fixes
4002 F: tests/avocado/
4003
4004 GitLab custom runner (Works On Arm Sponsored)
4005 M: Alex Bennée <alex.bennee@linaro.org>
4006 M: Philippe Mathieu-Daudé <philmd@linaro.org>
4007 S: Maintained
4008 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
4009 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
4010
4011 Documentation
4012 -------------
4013 Build system architecture
4014 M: Daniel P. Berrange <berrange@redhat.com>
4015 S: Odd Fixes
4016 F: docs/devel/build-system.rst
4017
4018 GIT Data Mining Config
4019 M: Alex Bennée <alex.bennee@linaro.org>
4020 S: Odd Fixes
4021 F: gitdm.config
4022 F: contrib/gitdm/*
4023
4024 Incompatible changes
4025 R: libvir-list@redhat.com
4026 F: docs/about/deprecated.rst
4027
4028 Build System
4029 ------------
4030 Meson
4031 M: Paolo Bonzini <pbonzini@redhat.com>
4032 R: Marc-André Lureau <marcandre.lureau@redhat.com>
4033 R: Daniel P. Berrange <berrange@redhat.com>
4034 R: Thomas Huth <thuth@redhat.com>
4035 R: Philippe Mathieu-Daudé <philmd@linaro.org>
4036 S: Maintained
4037 F: meson.build
4038 F: meson_options.txt
4039 F: scripts/meson-buildoptions.*
4040 F: scripts/check_sparse.py
4041 F: scripts/symlink-install-tree.py
4042
4043 Top Level Makefile and configure
4044 M: Paolo Bonzini <pbonzini@redhat.com>
4045 R: Alex Bennée <alex.bennee@linaro.org>
4046 R: Thomas Huth <thuth@redhat.com>
4047 S: Maintained
4048 F: Makefile
4049 F: configure
4050 F: scripts/mtest2make.py
4051 F: tests/Makefile.include
4052
4053 Kconfig
4054 M: Paolo Bonzini <pbonzini@redhat.com>
4055 S: Maintained
4056 F: scripts/minikconf.py
4057 F: docs/devel/kconfig.rst
4058 F: Kconfig*
4059 F: */Kconfig*
4060 F: hw/*/Kconfig*
4061 F: target/*/Kconfig*
4062
4063 GIT submodules
4064 M: Daniel P. Berrange <berrange@redhat.com>
4065 S: Odd Fixes
4066 F: scripts/git-submodule.sh
4067
4068 UI translations
4069 S: Orphan
4070 F: po/*.po
4071
4072 Sphinx documentation configuration and build machinery
4073 M: Peter Maydell <peter.maydell@linaro.org>
4074 S: Maintained
4075 F: docs/conf.py
4076 F: docs/*/conf.py
4077 F: docs/sphinx/
4078 F: docs/_templates/
4079
4080 Miscellaneous
4081 -------------
4082 Performance Tools and Tests
4083 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
4084 S: Maintained
4085 F: scripts/performance/
4086
4087 Code Coverage Tools
4088 M: Alex Bennée <alex.bennee@linaro.org>
4089 S: Odd Fixes
4090 F: scripts/coverage/