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