OSDN Git Service

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