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