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