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