]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into staging
[mirror_qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
8
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
11
12 Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following (keep in sync with docs/devel/maintainers.rst):
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
45 F: net/
46 X: net/ipv6/
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
50 K: of_get_profile
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
56
57
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
61
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
66
67 Project policy and developer guides
68 R: Alex Bennée <alex.bennee@linaro.org>
69 R: Daniel P. Berrangé <berrange@redhat.com>
70 R: Thomas Huth <thuth@redhat.com>
71 R: Markus Armbruster <armbru@redhat.com>
72 R: Philippe Mathieu-Daudé <philmd@linaro.org>
73 R: Juan Quintela <quintela@redhat.com>
74 W: https://www.qemu.org/docs/master/devel/index.html
75 S: Odd Fixes
76 F: docs/devel/style.rst
77 F: docs/devel/code-of-conduct.rst
78 F: docs/devel/conflict-resolution.rst
79 F: docs/devel/submitting-a-patch.rst
80 F: docs/devel/submitting-a-pull-request.rst
81
82 Responsible Disclosure, Reporting Security Issues
83 -------------------------------------------------
84 W: https://wiki.qemu.org/SecurityProcess
85 M: Michael S. Tsirkin <mst@redhat.com>
86 L: secalert@redhat.com
87
88 Trivial patches
89 ---------------
90 Trivial patches
91 M: Michael Tokarev <mjt@tls.msk.ru>
92 M: Laurent Vivier <laurent@vivier.eu>
93 S: Maintained
94 L: qemu-trivial@nongnu.org
95 K: ^Subject:.*(?i)trivial
96 F: docs/devel/trivial-patches.rst
97 T: git git://git.corpit.ru/qemu.git trivial-patches
98 T: git https://github.com/vivier/qemu.git trivial-patches
99
100 Architecture support
101 --------------------
102 S390 general architecture support
103 M: Thomas Huth <thuth@redhat.com>
104 S: Supported
105 F: configs/devices/s390x-softmmu/default.mak
106 F: gdb-xml/s390*.xml
107 F: hw/char/sclp*.[hc]
108 F: hw/char/terminal3270.c
109 F: hw/intc/s390_flic.c
110 F: hw/intc/s390_flic_kvm.c
111 F: hw/s390x/
112 F: hw/vfio/ap.c
113 F: hw/vfio/ccw.c
114 F: hw/watchdog/wdt_diag288.c
115 F: include/hw/s390x/
116 F: include/hw/watchdog/wdt_diag288.h
117 F: pc-bios/s390-ccw/
118 F: pc-bios/s390-ccw.img
119 F: target/s390x/
120 F: docs/system/target-s390x.rst
121 F: docs/system/s390x/
122 F: tests/migration/s390x/
123 K: ^Subject:.*(?i)s390x?
124 L: qemu-s390x@nongnu.org
125
126 MIPS general architecture support
127 M: Philippe Mathieu-Daudé <philmd@linaro.org>
128 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
129 S: Odd Fixes
130 K: ^Subject:.*(?i)mips
131 F: docs/system/target-mips.rst
132 F: configs/targets/mips*
133
134 Guest CPU cores (TCG)
135 ---------------------
136 Overall TCG CPUs
137 M: Richard Henderson <richard.henderson@linaro.org>
138 R: Paolo Bonzini <pbonzini@redhat.com>
139 S: Maintained
140 F: softmmu/cpus.c
141 F: softmmu/watchpoint.c
142 F: cpus-common.c
143 F: page-vary.c
144 F: page-vary-common.c
145 F: accel/tcg/
146 F: accel/stubs/tcg-stub.c
147 F: util/cacheinfo.c
148 F: util/cacheflush.c
149 F: scripts/decodetree.py
150 F: docs/devel/decodetree.rst
151 F: docs/devel/tcg*
152 F: include/exec/cpu*.h
153 F: include/exec/exec-all.h
154 F: include/exec/tb-flush.h
155 F: include/exec/target_long.h
156 F: include/exec/helper*.h
157 F: include/sysemu/cpus.h
158 F: include/sysemu/tcg.h
159 F: include/hw/core/tcg-cpu-ops.h
160
161 FPU emulation
162 M: Aurelien Jarno <aurelien@aurel32.net>
163 M: Peter Maydell <peter.maydell@linaro.org>
164 M: Alex Bennée <alex.bennee@linaro.org>
165 S: Maintained
166 F: fpu/
167 F: include/fpu/
168 F: tests/fp/
169
170 Alpha TCG CPUs
171 M: Richard Henderson <richard.henderson@linaro.org>
172 S: Maintained
173 F: target/alpha/
174 F: tests/tcg/alpha/
175 F: disas/alpha.c
176
177 ARM TCG CPUs
178 M: Peter Maydell <peter.maydell@linaro.org>
179 L: qemu-arm@nongnu.org
180 S: Maintained
181 F: target/arm/
182 F: target/arm/tcg/
183 F: tests/tcg/arm/
184 F: tests/tcg/aarch64/
185 F: tests/qtest/arm-cpu-features.c
186 F: hw/arm/
187 F: hw/cpu/a*mpcore.c
188 F: include/hw/cpu/a*mpcore.h
189 F: docs/system/target-arm.rst
190 F: docs/system/arm/cpu-features.rst
191
192 ARM SMMU
193 M: Eric Auger <eric.auger@redhat.com>
194 L: qemu-arm@nongnu.org
195 S: Maintained
196 F: hw/arm/smmu*
197 F: include/hw/arm/smmu*
198 F: tests/avocado/smmu.py
199
200 AVR TCG CPUs
201 M: Michael Rolnik <mrolnik@gmail.com>
202 S: Maintained
203 F: docs/system/target-avr.rst
204 F: gdb-xml/avr-cpu.xml
205 F: target/avr/
206 F: tests/avocado/machine_avr6.py
207
208 CRIS TCG CPUs
209 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
210 S: Maintained
211 F: target/cris/
212 F: hw/cris/
213 F: include/hw/cris/
214 F: tests/tcg/cris/
215 F: disas/cris.c
216
217 Hexagon TCG CPUs
218 M: Taylor Simpson <tsimpson@quicinc.com>
219 S: Supported
220 F: target/hexagon/
221 X: target/hexagon/idef-parser/
222 X: target/hexagon/gen_idef_parser_funcs.py
223 F: linux-user/hexagon/
224 F: tests/tcg/hexagon/
225 F: disas/hexagon.c
226 F: configs/targets/hexagon-linux-user/default.mak
227 F: docker/dockerfiles/debian-hexagon-cross.docker
228
229 Hexagon idef-parser
230 M: Alessandro Di Federico <ale@rev.ng>
231 M: Anton Johansson <anjo@rev.ng>
232 S: Supported
233 F: target/hexagon/idef-parser/
234 F: target/hexagon/gen_idef_parser_funcs.py
235
236 HPPA (PA-RISC) TCG CPUs
237 M: Richard Henderson <richard.henderson@linaro.org>
238 S: Maintained
239 F: target/hppa/
240 F: disas/hppa.c
241
242 LoongArch TCG CPUs
243 M: Song Gao <gaosong@loongson.cn>
244 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
245 S: Maintained
246 F: target/loongarch/
247 F: tests/tcg/loongarch64/
248
249 M68K TCG CPUs
250 M: Laurent Vivier <laurent@vivier.eu>
251 S: Maintained
252 F: target/m68k/
253 F: disas/m68k.c
254
255 MicroBlaze TCG CPUs
256 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
257 S: Maintained
258 F: target/microblaze/
259 F: hw/microblaze/
260 F: disas/microblaze.c
261 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
262
263 MIPS TCG CPUs
264 M: Philippe Mathieu-Daudé <philmd@linaro.org>
265 R: Aurelien Jarno <aurelien@aurel32.net>
266 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
267 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
268 S: Odd Fixes
269 F: target/mips/
270 F: disas/*mips.c
271 F: docs/system/cpu-models-mips.rst.inc
272 F: tests/tcg/mips/
273
274 NiosII TCG CPUs
275 R: Chris Wulff <crwulff@gmail.com>
276 R: Marek Vasut <marex@denx.de>
277 S: Orphan
278 F: target/nios2/
279 F: hw/nios2/
280 F: disas/nios2.c
281 F: configs/devices/nios2-softmmu/default.mak
282 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
283 F: tests/tcg/nios2/
284
285 OpenRISC TCG CPUs
286 M: Stafford Horne <shorne@gmail.com>
287 S: Odd Fixes
288 F: docs/system/openrisc/cpu-features.rst
289 F: target/openrisc/
290 F: hw/openrisc/
291 F: tests/tcg/openrisc/
292
293 PowerPC TCG CPUs
294 M: Daniel Henrique Barboza <danielhb413@gmail.com>
295 R: Cédric Le Goater <clg@kaod.org>
296 R: David Gibson <david@gibson.dropbear.id.au>
297 R: Greg Kurz <groug@kaod.org>
298 L: qemu-ppc@nongnu.org
299 S: Odd Fixes
300 F: target/ppc/
301 F: hw/ppc/ppc.c
302 F: hw/ppc/ppc_booke.c
303 F: include/hw/ppc/ppc.h
304
305 RISC-V TCG CPUs
306 M: Palmer Dabbelt <palmer@dabbelt.com>
307 M: Alistair Francis <alistair.francis@wdc.com>
308 M: Bin Meng <bin.meng@windriver.com>
309 R: Weiwei Li <liweiwei@iscas.ac.cn>
310 R: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
311 R: Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
312 L: qemu-riscv@nongnu.org
313 S: Supported
314 F: target/riscv/
315 F: hw/riscv/
316 F: include/hw/riscv/
317 F: linux-user/host/riscv32/
318 F: linux-user/host/riscv64/
319
320 RISC-V XThead* extensions
321 M: Christoph Muellner <christoph.muellner@vrull.eu>
322 M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
323 L: qemu-riscv@nongnu.org
324 S: Supported
325 F: target/riscv/insn_trans/trans_xthead.c.inc
326 F: target/riscv/xthead*.decode
327
328 RISC-V XVentanaCondOps extension
329 M: Philipp Tomsich <philipp.tomsich@vrull.eu>
330 L: qemu-riscv@nongnu.org
331 S: 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 <anisinha@redhat.com>
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 <anisinha@redhat.com>
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 vhost-shadow-virtqueue
2080 R: Eugenio Pérez <eperezma@redhat.com>
2081 F: hw/virtio/vhost-shadow-virtqueue.*
2082
2083 virtio
2084 M: Michael S. Tsirkin <mst@redhat.com>
2085 S: Supported
2086 F: hw/*/virtio*
2087 F: hw/virtio/Makefile.objs
2088 F: hw/virtio/trace-events
2089 F: qapi/virtio.json
2090 F: net/vhost-user.c
2091 F: include/hw/virtio/
2092 F: docs/devel/virtio*
2093
2094 virtio-balloon
2095 M: Michael S. Tsirkin <mst@redhat.com>
2096 M: David Hildenbrand <david@redhat.com>
2097 S: Maintained
2098 F: docs/interop/virtio-balloon-stats.rst
2099 F: hw/virtio/virtio-balloon*.c
2100 F: include/hw/virtio/virtio-balloon.h
2101 F: softmmu/balloon.c
2102 F: include/sysemu/balloon.h
2103
2104 virtio-9p
2105 M: Greg Kurz <groug@kaod.org>
2106 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2107 S: Odd Fixes
2108 W: https://wiki.qemu.org/Documentation/9p
2109 F: hw/9pfs/
2110 X: hw/9pfs/xen-9p*
2111 F: fsdev/
2112 F: docs/tools/virtfs-proxy-helper.rst
2113 F: tests/qtest/virtio-9p-test.c
2114 F: tests/qtest/libqos/virtio-9p*
2115 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2116 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2117
2118 virtio-blk
2119 M: Stefan Hajnoczi <stefanha@redhat.com>
2120 L: qemu-block@nongnu.org
2121 S: Supported
2122 F: hw/block/virtio-blk-common.c
2123 F: hw/block/virtio-blk.c
2124 F: hw/block/dataplane/*
2125 F: include/hw/virtio/virtio-blk-common.h
2126 F: tests/qtest/virtio-blk-test.c
2127 T: git https://github.com/stefanha/qemu.git block
2128
2129 virtio-ccw
2130 M: Cornelia Huck <cohuck@redhat.com>
2131 M: Halil Pasic <pasic@linux.ibm.com>
2132 M: Eric Farman <farman@linux.ibm.com>
2133 S: Supported
2134 F: hw/s390x/virtio-ccw*.[hc]
2135 F: hw/s390x/vhost-*-ccw.c
2136 T: git https://gitlab.com/cohuck/qemu.git s390-next
2137 T: git https://github.com/borntraeger/qemu.git s390-next
2138 L: qemu-s390x@nongnu.org
2139
2140 virtiofs
2141 M: Stefan Hajnoczi <stefanha@redhat.com>
2142 S: Supported
2143 F: hw/virtio/vhost-user-fs*
2144 F: include/hw/virtio/vhost-user-fs.h
2145 L: virtio-fs@redhat.com
2146
2147 virtio-input
2148 M: Gerd Hoffmann <kraxel@redhat.com>
2149 S: Odd Fixes
2150 F: hw/input/vhost-user-input.c
2151 F: hw/input/virtio-input*.c
2152 F: include/hw/virtio/virtio-input.h
2153 F: contrib/vhost-user-input/*
2154
2155 virtio-iommu
2156 M: Eric Auger <eric.auger@redhat.com>
2157 S: Maintained
2158 F: hw/virtio/virtio-iommu*.c
2159 F: include/hw/virtio/virtio-iommu.h
2160
2161 virtio-serial
2162 M: Laurent Vivier <lvivier@redhat.com>
2163 R: Amit Shah <amit@kernel.org>
2164 S: Supported
2165 F: hw/char/virtio-serial-bus.c
2166 F: hw/char/virtio-console.c
2167 F: include/hw/virtio/virtio-serial.h
2168 F: tests/qtest/virtio-serial-test.c
2169
2170 virtio-rng
2171 M: Laurent Vivier <lvivier@redhat.com>
2172 R: Amit Shah <amit@kernel.org>
2173 S: Supported
2174 F: hw/virtio/virtio-rng.c
2175 F: include/hw/virtio/virtio-rng.h
2176 F: include/sysemu/rng*.h
2177 F: backends/rng*.c
2178 F: tests/qtest/virtio-rng-test.c
2179
2180 vhost-user-rng
2181 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2182 S: Supported
2183 F: docs/system/devices/vhost-user-rng.rst
2184 F: hw/virtio/vhost-user-rng.c
2185 F: hw/virtio/vhost-user-rng-pci.c
2186 F: include/hw/virtio/vhost-user-rng.h
2187 F: tools/vhost-user-rng/*
2188
2189 vhost-user-gpio
2190 M: Alex Bennée <alex.bennee@linaro.org>
2191 R: Viresh Kumar <viresh.kumar@linaro.org>
2192 S: Maintained
2193 F: hw/virtio/vhost-user-gpio*
2194 F: include/hw/virtio/vhost-user-gpio.h
2195 F: tests/qtest/libqos/virtio-gpio.*
2196
2197 virtio-crypto
2198 M: Gonglei <arei.gonglei@huawei.com>
2199 S: Supported
2200 F: hw/virtio/virtio-crypto.c
2201 F: hw/virtio/virtio-crypto-pci.c
2202 F: include/hw/virtio/virtio-crypto.h
2203
2204 virtio-mem
2205 M: David Hildenbrand <david@redhat.com>
2206 S: Supported
2207 W: https://virtio-mem.gitlab.io/
2208 F: hw/virtio/virtio-mem.c
2209 F: hw/virtio/virtio-mem-pci.h
2210 F: hw/virtio/virtio-mem-pci.c
2211 F: include/hw/virtio/virtio-mem.h
2212
2213 nvme
2214 M: Keith Busch <kbusch@kernel.org>
2215 M: Klaus Jensen <its@irrelevant.dk>
2216 L: qemu-block@nongnu.org
2217 S: Supported
2218 F: hw/nvme/*
2219 F: include/block/nvme.h
2220 F: tests/qtest/nvme-test.c
2221 F: docs/system/devices/nvme.rst
2222 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2223
2224 megasas
2225 M: Hannes Reinecke <hare@suse.com>
2226 L: qemu-block@nongnu.org
2227 S: Supported
2228 F: hw/scsi/megasas.c
2229 F: hw/scsi/mfi.h
2230 F: tests/qtest/megasas-test.c
2231 F: tests/qtest/fuzz-megasas-test.c
2232
2233 Network packet abstractions
2234 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2235 S: Maintained
2236 F: include/net/eth.h
2237 F: net/eth.c
2238 F: hw/net/net_rx_pkt*
2239 F: hw/net/net_tx_pkt*
2240
2241 Vmware
2242 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2243 S: Maintained
2244 F: hw/net/vmxnet*
2245 F: hw/scsi/vmw_pvscsi*
2246 F: tests/qtest/vmxnet3-test.c
2247
2248 Rocker
2249 M: Jiri Pirko <jiri@resnulli.us>
2250 S: Maintained
2251 F: hw/net/rocker/
2252 F: qapi/rocker.json
2253 F: tests/rocker/
2254 F: docs/specs/rocker.txt
2255
2256 e1000x
2257 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2258 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2259 S: Maintained
2260 F: hw/net/e1000x*
2261
2262 e1000e
2263 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2264 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2265 S: Maintained
2266 F: hw/net/e1000e*
2267 F: tests/qtest/fuzz-e1000e-test.c
2268 F: tests/qtest/e1000e-test.c
2269 F: tests/qtest/libqos/e1000e.*
2270
2271 igb
2272 M: Akihiko Odaki <akihiko.odaki@daynix.com>
2273 R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2274 S: Maintained
2275 F: docs/system/devices/igb.rst
2276 F: hw/net/igb*
2277 F: tests/avocado/igb.py
2278 F: tests/qtest/igb-test.c
2279 F: tests/qtest/libqos/igb.c
2280
2281 eepro100
2282 M: Stefan Weil <sw@weilnetz.de>
2283 S: Maintained
2284 F: hw/net/eepro100.c
2285
2286 tulip
2287 M: Sven Schnelle <svens@stackframe.org>
2288 S: Maintained
2289 F: hw/net/tulip.c
2290 F: hw/net/tulip.h
2291
2292 pca954x
2293 M: Patrick Venture <venture@google.com>
2294 S: Maintained
2295 F: hw/i2c/i2c_mux_pca954x.c
2296 F: include/hw/i2c/i2c_mux_pca954x.h
2297
2298 Generic Loader
2299 M: Alistair Francis <alistair@alistair23.me>
2300 S: Maintained
2301 F: hw/core/generic-loader.c
2302 F: hw/core/uboot_image.h
2303 F: include/hw/core/generic-loader.h
2304 F: docs/system/generic-loader.rst
2305
2306 Guest Loader
2307 M: Alex Bennée <alex.bennee@linaro.org>
2308 S: Maintained
2309 F: hw/core/guest-loader.c
2310 F: docs/system/guest-loader.rst
2311 F: tests/avocado/boot_xen.py
2312
2313 Intel Hexadecimal Object File Loader
2314 M: Su Hang <suhang16@mails.ucas.ac.cn>
2315 S: Maintained
2316 F: tests/qtest/hexloader-test.c
2317 F: tests/data/hex-loader/test.hex
2318
2319 CHRP NVRAM
2320 M: Thomas Huth <thuth@redhat.com>
2321 S: Maintained
2322 F: hw/nvram/chrp_nvram.c
2323 F: include/hw/nvram/chrp_nvram.h
2324 F: tests/qtest/prom-env-test.c
2325
2326 VM Generation ID
2327 S: Orphan
2328 R: Ani Sinha <ani@anisinha.ca>
2329 F: hw/acpi/vmgenid.c
2330 F: include/hw/acpi/vmgenid.h
2331 F: docs/specs/vmgenid.txt
2332 F: tests/qtest/vmgenid-test.c
2333
2334 LED
2335 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2336 S: Maintained
2337 F: include/hw/misc/led.h
2338 F: hw/misc/led.c
2339
2340 Unimplemented device
2341 M: Peter Maydell <peter.maydell@linaro.org>
2342 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2343 R: Ani Sinha <ani@anisinha.ca>
2344 S: Maintained
2345 F: include/hw/misc/unimp.h
2346 F: hw/misc/unimp.c
2347
2348 Empty slot
2349 M: Artyom Tarasenko <atar4qemu@gmail.com>
2350 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2351 R: Ani Sinha <ani@anisinha.ca>
2352 S: Maintained
2353 F: include/hw/misc/empty_slot.h
2354 F: hw/misc/empty_slot.c
2355
2356 Standard VGA
2357 M: Gerd Hoffmann <kraxel@redhat.com>
2358 S: Maintained
2359 F: hw/display/vga*
2360 F: hw/display/bochs-display.c
2361 F: include/hw/display/vga.h
2362 F: include/hw/display/bochs-vbe.h
2363
2364 ramfb
2365 M: Gerd Hoffmann <kraxel@redhat.com>
2366 S: Maintained
2367 F: hw/display/ramfb*.c
2368 F: include/hw/display/ramfb.h
2369
2370 virtio-gpu
2371 M: Gerd Hoffmann <kraxel@redhat.com>
2372 S: Odd Fixes
2373 F: hw/display/virtio-gpu*
2374 F: hw/display/virtio-vga.*
2375 F: include/hw/virtio/virtio-gpu.h
2376
2377 vhost-user-blk
2378 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2379 S: Maintained
2380 F: contrib/vhost-user-blk/
2381 F: contrib/vhost-user-scsi/
2382 F: hw/block/vhost-user-blk.c
2383 F: hw/block/virtio-blk-common.c
2384 F: hw/scsi/vhost-user-scsi.c
2385 F: hw/virtio/vhost-user-blk-pci.c
2386 F: hw/virtio/vhost-user-scsi-pci.c
2387 F: include/hw/virtio/vhost-user-blk.h
2388 F: include/hw/virtio/vhost-user-scsi.h
2389 F: include/hw/virtio/virtio-blk-common.h
2390
2391 vhost-user-gpu
2392 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2393 R: Gerd Hoffmann <kraxel@redhat.com>
2394 S: Maintained
2395 F: docs/interop/vhost-user-gpu.rst
2396 F: contrib/vhost-user-gpu
2397 F: hw/display/vhost-user-*
2398
2399 Cirrus VGA
2400 M: Gerd Hoffmann <kraxel@redhat.com>
2401 S: Odd Fixes
2402 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2403 F: hw/display/cirrus*
2404
2405 EDID Generator
2406 M: Gerd Hoffmann <kraxel@redhat.com>
2407 S: Maintained
2408 F: hw/display/edid*
2409 F: include/hw/display/edid.h
2410 F: qemu-edid.c
2411
2412 PIIX4 South Bridge (i82371AB)
2413 M: Hervé Poussineau <hpoussin@reactos.org>
2414 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2415 S: Maintained
2416 F: hw/isa/piix4.c
2417 F: include/hw/southbridge/piix.h
2418
2419 Firmware configuration (fw_cfg)
2420 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2421 R: Gerd Hoffmann <kraxel@redhat.com>
2422 S: Supported
2423 F: docs/specs/fw_cfg.txt
2424 F: hw/nvram/fw_cfg*.c
2425 F: stubs/fw_cfg.c
2426 F: include/hw/nvram/fw_cfg.h
2427 F: include/standard-headers/linux/qemu_fw_cfg.h
2428 F: tests/qtest/libqos/fw_cfg.c
2429 F: tests/qtest/fw_cfg-test.c
2430 T: git https://github.com/philmd/qemu.git fw_cfg-next
2431
2432 XIVE
2433 M: Cédric Le Goater <clg@kaod.org>
2434 L: qemu-ppc@nongnu.org
2435 S: Odd Fixes
2436 F: hw/*/*xive*
2437 F: include/hw/*/*xive*
2438 F: docs/*/*xive*
2439
2440 Renesas peripherals
2441 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2442 R: Magnus Damm <magnus.damm@gmail.com>
2443 S: Odd Fixes
2444 F: hw/char/renesas_sci.c
2445 F: hw/char/sh_serial.c
2446 F: hw/timer/renesas_*.c
2447 F: hw/timer/sh_timer.c
2448 F: include/hw/char/renesas_sci.h
2449 F: include/hw/sh4/sh.h
2450 F: include/hw/timer/renesas_*.h
2451
2452 Renesas RX peripherals
2453 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2454 S: Orphan
2455 F: hw/intc/rx_icu.c
2456 F: hw/rx/
2457 F: include/hw/intc/rx_icu.h
2458 F: include/hw/rx/
2459
2460 CAN bus subsystem and hardware
2461 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2462 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2463 S: Maintained
2464 W: https://canbus.pages.fel.cvut.cz/
2465 F: net/can/*
2466 F: hw/net/can/*
2467 F: include/net/can_*.h
2468
2469 OpenPIC interrupt controller
2470 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2471 S: Odd Fixes
2472 F: hw/intc/openpic.c
2473 F: include/hw/ppc/openpic.h
2474
2475 MIPS CPS
2476 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2477 S: Odd Fixes
2478 F: hw/misc/mips_*
2479 F: include/hw/misc/mips_*
2480
2481 MIPS GIC
2482 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2483 S: Odd Fixes
2484 F: hw/intc/mips_gic.c
2485 F: hw/timer/mips_gictimer.c
2486 F: include/hw/intc/mips_gic.h
2487 F: include/hw/timer/mips_gictimer.h
2488
2489 S390 3270 device
2490 M: Halil Pasic <pasic@linux.ibm.com>
2491 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2492 S: Odd fixes
2493 F: include/hw/s390x/3270-ccw.h
2494 F: hw/char/terminal3270.c
2495 F: hw/s390x/3270-ccw.c
2496 L: qemu-s390x@nongnu.org
2497
2498 S390 diag 288 watchdog
2499 M: Halil Pasic <pasic@linux.ibm.com>
2500 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2501 S: Supported
2502 F: hw/watchdog/wdt_diag288.c
2503 F: include/hw/watchdog/wdt_diag288.h
2504 L: qemu-s390x@nongnu.org
2505
2506 S390 storage key device
2507 M: Halil Pasic <pasic@linux.ibm.com>
2508 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2509 S: Supported
2510 F: hw/s390x/storage-keys.h
2511 F: hw/390x/s390-skeys*.c
2512 L: qemu-s390x@nongnu.org
2513
2514 S390 storage attribute device
2515 M: Halil Pasic <pasic@linux.ibm.com>
2516 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2517 S: Supported
2518 F: hw/s390x/storage-attributes.h
2519 F: hw/s390/s390-stattrib*.c
2520 L: qemu-s390x@nongnu.org
2521
2522 S390 floating interrupt controller
2523 M: Halil Pasic <pasic@linux.ibm.com>
2524 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2525 M: David Hildenbrand <david@redhat.com>
2526 S: Supported
2527 F: hw/intc/s390_flic*.c
2528 F: include/hw/s390x/s390_flic.h
2529 L: qemu-s390x@nongnu.org
2530
2531 CanoKey
2532 M: Hongren (Zenithal) Zheng <i@zenithal.me>
2533 S: Maintained
2534 R: Canokeys.org <contact@canokeys.org>
2535 F: hw/usb/canokey.c
2536 F: hw/usb/canokey.h
2537 F: docs/system/devices/canokey.rst
2538
2539 Subsystems
2540 ----------
2541 Overall Audio backends
2542 M: Gerd Hoffmann <kraxel@redhat.com>
2543 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2544 S: Odd Fixes
2545 F: audio/
2546 X: audio/alsaaudio.c
2547 X: audio/coreaudio.c
2548 X: audio/dsound*
2549 X: audio/jackaudio.c
2550 X: audio/ossaudio.c
2551 X: audio/paaudio.c
2552 X: audio/sdlaudio.c
2553 X: audio/sndioaudio.c
2554 X: audio/spiceaudio.c
2555 F: qapi/audio.json
2556
2557 ALSA Audio backend
2558 M: Gerd Hoffmann <kraxel@redhat.com>
2559 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2560 S: Odd Fixes
2561 F: audio/alsaaudio.c
2562
2563 Core Audio framework backend
2564 M: Gerd Hoffmann <kraxel@redhat.com>
2565 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2566 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2567 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2568 S: Odd Fixes
2569 F: audio/coreaudio.c
2570
2571 DSound Audio backend
2572 M: Gerd Hoffmann <kraxel@redhat.com>
2573 S: Odd Fixes
2574 F: audio/dsound*
2575
2576 JACK Audio Connection Kit backend
2577 M: Gerd Hoffmann <kraxel@redhat.com>
2578 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2579 S: Odd Fixes
2580 F: audio/jackaudio.c
2581
2582 Open Sound System (OSS) Audio backend
2583 M: Gerd Hoffmann <kraxel@redhat.com>
2584 S: Odd Fixes
2585 F: audio/ossaudio.c
2586
2587 PulseAudio backend
2588 M: Gerd Hoffmann <kraxel@redhat.com>
2589 S: Odd Fixes
2590 F: audio/paaudio.c
2591
2592 SDL Audio backend
2593 M: Gerd Hoffmann <kraxel@redhat.com>
2594 R: Thomas Huth <huth@tuxfamily.org>
2595 S: Odd Fixes
2596 F: audio/sdlaudio.c
2597
2598 Sndio Audio backend
2599 M: Gerd Hoffmann <kraxel@redhat.com>
2600 R: Alexandre Ratchov <alex@caoua.org>
2601 S: Odd Fixes
2602 F: audio/sndioaudio.c
2603
2604 Block layer core
2605 M: Kevin Wolf <kwolf@redhat.com>
2606 M: Hanna Reitz <hreitz@redhat.com>
2607 L: qemu-block@nongnu.org
2608 S: Supported
2609 F: block*
2610 F: block/
2611 F: hw/block/
2612 F: qapi/block*.json
2613 F: qapi/transaction.json
2614 F: include/block/
2615 F: include/sysemu/block-*.h
2616 F: qemu-img*
2617 F: docs/tools/qemu-img.rst
2618 F: qemu-io*
2619 F: tests/qemu-iotests/
2620 F: util/qemu-progress.c
2621 F: qobject/block-qdict.c
2622 F: tests/unit/check-block-qdict.c
2623 T: git https://repo.or.cz/qemu/kevin.git block
2624
2625 Storage daemon
2626 M: Kevin Wolf <kwolf@redhat.com>
2627 L: qemu-block@nongnu.org
2628 S: Supported
2629 F: storage-daemon/
2630 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2631 F: docs/tools/qemu-storage-daemon.rst
2632 T: git https://repo.or.cz/qemu/kevin.git block
2633
2634 Block I/O path
2635 M: Stefan Hajnoczi <stefanha@redhat.com>
2636 M: Fam Zheng <fam@euphon.net>
2637 L: qemu-block@nongnu.org
2638 S: Supported
2639 F: util/async.c
2640 F: util/aio-*.c
2641 F: util/aio-*.h
2642 F: util/fdmon-*.c
2643 F: block/io.c
2644 F: migration/block*
2645 F: include/block/aio.h
2646 F: include/block/aio-wait.h
2647 F: scripts/qemugdb/aio.py
2648 F: tests/unit/test-fdmon-epoll.c
2649 T: git https://github.com/stefanha/qemu.git block
2650
2651 Block SCSI subsystem
2652 M: Paolo Bonzini <pbonzini@redhat.com>
2653 R: Fam Zheng <fam@euphon.net>
2654 L: qemu-block@nongnu.org
2655 S: Supported
2656 F: include/scsi/*
2657 F: scsi/*
2658
2659 Block Jobs
2660 M: John Snow <jsnow@redhat.com>
2661 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2662 L: qemu-block@nongnu.org
2663 S: Supported
2664 F: blockjob.c
2665 F: include/block/blockjob.h
2666 F: job.c
2667 F: job-qmp.c
2668 F: include/qemu/job.h
2669 F: block/backup.c
2670 F: block/commit.c
2671 F: block/stream.c
2672 F: block/mirror.c
2673 F: qapi/job.json
2674 F: block/block-copy.c
2675 F: include/block/block-copy.h
2676 F: block/reqlist.c
2677 F: include/block/reqlist.h
2678 F: block/copy-before-write.h
2679 F: block/copy-before-write.c
2680 F: block/snapshot-access.c
2681 F: include/block/aio_task.h
2682 F: block/aio_task.c
2683 F: util/qemu-co-shared-resource.c
2684 F: include/qemu/co-shared-resource.h
2685 T: git https://gitlab.com/jsnow/qemu.git jobs
2686 T: git https://gitlab.com/vsementsov/qemu.git block
2687
2688 Compute Express Link
2689 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2690 R: Fan Ni <fan.ni@samsung.com>
2691 S: Supported
2692 F: hw/cxl/
2693 F: hw/mem/cxl_type3.c
2694 F: include/hw/cxl/
2695
2696 Dirty Bitmaps
2697 M: Eric Blake <eblake@redhat.com>
2698 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2699 R: John Snow <jsnow@redhat.com>
2700 L: qemu-block@nongnu.org
2701 S: Supported
2702 F: include/qemu/hbitmap.h
2703 F: include/block/dirty-bitmap.h
2704 F: block/monitor/bitmap-qmp-cmds.c
2705 F: block/dirty-bitmap.c
2706 F: block/qcow2-bitmap.c
2707 F: migration/block-dirty-bitmap.c
2708 F: util/hbitmap.c
2709 F: tests/unit/test-hbitmap.c
2710 F: docs/interop/bitmaps.rst
2711 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2712 T: git https://gitlab.com/vsementsov/qemu.git block
2713
2714 Character device backends
2715 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2716 R: Paolo Bonzini <pbonzini@redhat.com>
2717 S: Maintained
2718 F: chardev/
2719 F: include/chardev/
2720 F: qapi/char.json
2721
2722 Character Devices (Braille)
2723 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2724 S: Maintained
2725 F: chardev/baum.c
2726
2727 Command line option argument parsing
2728 M: Markus Armbruster <armbru@redhat.com>
2729 S: Supported
2730 F: include/qemu/option.h
2731 F: tests/unit/test-keyval.c
2732 F: tests/unit/test-qemu-opts.c
2733 F: util/keyval.c
2734 F: util/qemu-option.c
2735
2736 Coverity model
2737 M: Markus Armbruster <armbru@redhat.com>
2738 S: Supported
2739 F: scripts/coverity-model.c
2740
2741 Coverity Scan integration
2742 M: Peter Maydell <peter.maydell@linaro.org>
2743 S: Maintained
2744 F: scripts/coverity-scan/
2745
2746 Device Tree
2747 M: Alistair Francis <alistair.francis@wdc.com>
2748 R: David Gibson <david@gibson.dropbear.id.au>
2749 S: Maintained
2750 F: softmmu/device_tree.c
2751 F: include/sysemu/device_tree.h
2752
2753 Dump
2754 S: Supported
2755 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2756 F: dump/
2757 F: hw/misc/vmcoreinfo.c
2758 F: include/hw/misc/vmcoreinfo.h
2759 F: include/qemu/win_dump_defs
2760 F: include/sysemu/dump-arch.h
2761 F: include/sysemu/dump.h
2762 F: qapi/dump.json
2763 F: scripts/dump-guest-memory.py
2764 F: stubs/dump.c
2765
2766 Error reporting
2767 M: Markus Armbruster <armbru@redhat.com>
2768 S: Supported
2769 F: include/qapi/error.h
2770 F: include/qemu/error-report.h
2771 F: qapi/error.json
2772 F: util/error.c
2773 F: util/qemu-error.c
2774 F: scripts/coccinelle/err-bad-newline.cocci
2775 F: scripts/coccinelle/error-use-after-free.cocci
2776 F: scripts/coccinelle/error_propagate_null.cocci
2777 F: scripts/coccinelle/remove_local_err.cocci
2778 F: scripts/coccinelle/use-error_fatal.cocci
2779 F: scripts/coccinelle/errp-guard.cocci
2780
2781 GDB stub
2782 M: Alex Bennée <alex.bennee@linaro.org>
2783 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2784 S: Maintained
2785 F: docs/system/gdb.rst
2786 F: gdbstub/*
2787 F: include/exec/gdbstub.h
2788 F: include/gdbstub/*
2789 F: gdb-xml/
2790 F: tests/tcg/multiarch/gdbstub/
2791 F: scripts/feature_to_c.sh
2792 F: scripts/probe-gdb-support.py
2793
2794 Memory API
2795 M: Paolo Bonzini <pbonzini@redhat.com>
2796 M: Peter Xu <peterx@redhat.com>
2797 M: David Hildenbrand <david@redhat.com>
2798 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2799 S: Supported
2800 F: include/exec/ioport.h
2801 F: include/exec/memop.h
2802 F: include/exec/memory.h
2803 F: include/exec/ram_addr.h
2804 F: include/exec/ramblock.h
2805 F: include/sysemu/memory_mapping.h
2806 F: softmmu/dma-helpers.c
2807 F: softmmu/ioport.c
2808 F: softmmu/memory.c
2809 F: softmmu/memory_mapping.c
2810 F: softmmu/physmem.c
2811 F: include/exec/memory-internal.h
2812 F: scripts/coccinelle/memory-region-housekeeping.cocci
2813
2814 Memory devices
2815 M: David Hildenbrand <david@redhat.com>
2816 M: Igor Mammedov <imammedo@redhat.com>
2817 R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2818 S: Supported
2819 F: hw/mem/memory-device.c
2820 F: hw/mem/nvdimm.c
2821 F: hw/mem/pc-dimm.c
2822 F: include/hw/mem/memory-device.h
2823 F: include/hw/mem/nvdimm.h
2824 F: include/hw/mem/pc-dimm.h
2825 F: docs/nvdimm.txt
2826
2827 SPICE
2828 M: Gerd Hoffmann <kraxel@redhat.com>
2829 S: Odd Fixes
2830 F: include/ui/qemu-spice.h
2831 F: include/ui/spice-display.h
2832 F: ui/spice-*.c
2833 F: audio/spiceaudio.c
2834 F: hw/display/qxl*
2835 F: qapi/ui.json
2836 F: docs/spice-port-fqdn.txt
2837
2838 Graphics
2839 M: Gerd Hoffmann <kraxel@redhat.com>
2840 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2841 S: Odd Fixes
2842 F: ui/
2843 F: include/ui/
2844 F: qapi/ui.json
2845 F: util/drm.c
2846 F: docs/devel/ui.rst
2847
2848 Cocoa graphics
2849 M: Peter Maydell <peter.maydell@linaro.org>
2850 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2851 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2852 S: Odd Fixes
2853 F: ui/cocoa.m
2854
2855 Main loop
2856 M: Paolo Bonzini <pbonzini@redhat.com>
2857 S: Maintained
2858 F: include/exec/gen-icount.h
2859 F: include/qemu/main-loop.h
2860 F: include/sysemu/runstate.h
2861 F: include/sysemu/runstate-action.h
2862 F: util/main-loop.c
2863 F: util/qemu-timer.c
2864 F: softmmu/vl.c
2865 F: softmmu/main.c
2866 F: softmmu/cpus.c
2867 F: softmmu/cpu-throttle.c
2868 F: softmmu/cpu-timers.c
2869 F: softmmu/icount.c
2870 F: softmmu/runstate*
2871 F: qapi/run-state.json
2872
2873 Read, Copy, Update (RCU)
2874 M: Paolo Bonzini <pbonzini@redhat.com>
2875 S: Maintained
2876 F: docs/devel/lockcnt.txt
2877 F: docs/devel/rcu.txt
2878 F: include/qemu/rcu*.h
2879 F: tests/unit/rcutorture.c
2880 F: tests/unit/test-rcu-*.c
2881 F: util/rcu.c
2882
2883 Human Monitor (HMP)
2884 M: Dr. David Alan Gilbert <dave@treblig.org>
2885 S: Maintained
2886 F: monitor/monitor-internal.h
2887 F: monitor/misc.c
2888 F: monitor/monitor.c
2889 F: monitor/hmp*
2890 F: hmp.h
2891 F: hmp-commands*.hx
2892 F: include/monitor/hmp-target.h
2893 F: tests/qtest/test-hmp.c
2894 F: include/qemu/qemu-print.h
2895 F: util/qemu-print.c
2896
2897 Network device backends
2898 M: Jason Wang <jasowang@redhat.com>
2899 S: Maintained
2900 F: net/
2901 F: include/net/
2902 F: qemu-bridge-helper.c
2903 T: git https://github.com/jasowang/qemu.git net
2904 F: qapi/net.json
2905
2906 Netmap network backend
2907 M: Luigi Rizzo <rizzo@iet.unipi.it>
2908 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2909 M: Vincenzo Maffione <v.maffione@gmail.com>
2910 W: http://info.iet.unipi.it/~luigi/netmap/
2911 S: Maintained
2912 F: net/netmap.c
2913
2914 Host Memory Backends
2915 M: David Hildenbrand <david@redhat.com>
2916 M: Igor Mammedov <imammedo@redhat.com>
2917 S: Maintained
2918 F: backends/hostmem*.c
2919 F: include/sysemu/hostmem.h
2920 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2921
2922 Cryptodev Backends
2923 M: Gonglei <arei.gonglei@huawei.com>
2924 M: zhenwei pi <pizhenwei@bytedance.com>
2925 S: Maintained
2926 F: include/sysemu/cryptodev*.h
2927 F: backends/cryptodev*.c
2928 F: qapi/cryptodev.json
2929
2930 Python library
2931 M: John Snow <jsnow@redhat.com>
2932 M: Cleber Rosa <crosa@redhat.com>
2933 R: Beraldo Leal <bleal@redhat.com>
2934 S: Maintained
2935 F: python/
2936 T: git https://gitlab.com/jsnow/qemu.git python
2937
2938 Python scripts
2939 M: John Snow <jsnow@redhat.com>
2940 M: Cleber Rosa <crosa@redhat.com>
2941 S: Odd Fixes
2942 F: scripts/*.py
2943 F: tests/*.py
2944
2945 Benchmark util
2946 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2947 S: Maintained
2948 F: scripts/simplebench/
2949 T: git https://gitlab.com/vsementsov/qemu.git simplebench
2950
2951 Transactions helper
2952 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2953 S: Maintained
2954 F: include/qemu/transactions.h
2955 F: util/transactions.c
2956 T: git https://gitlab.com/vsementsov/qemu.git block
2957
2958 QAPI
2959 M: Markus Armbruster <armbru@redhat.com>
2960 M: Michael Roth <michael.roth@amd.com>
2961 S: Supported
2962 F: qapi/
2963 X: qapi/*.json
2964 F: include/qapi/
2965 X: include/qapi/qmp/
2966 F: include/qapi/qmp/dispatch.h
2967 F: tests/qapi-schema/
2968 F: tests/unit/test-*-visitor.c
2969 F: tests/unit/test-qapi-*.c
2970 F: tests/unit/test-qmp-*.c
2971 F: tests/unit/test-visitor-serialization.c
2972 F: scripts/qapi-gen.py
2973 F: scripts/qapi/*
2974 F: docs/sphinx/qapidoc.py
2975 F: docs/devel/qapi*
2976 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2977
2978 QAPI Schema
2979 M: Eric Blake <eblake@redhat.com>
2980 M: Markus Armbruster <armbru@redhat.com>
2981 S: Supported
2982 F: qapi/*.json
2983 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2984
2985 QObject
2986 M: Markus Armbruster <armbru@redhat.com>
2987 S: Supported
2988 F: qobject/
2989 F: include/qapi/qmp/
2990 X: include/qapi/qmp/dispatch.h
2991 F: scripts/coccinelle/qobject.cocci
2992 F: tests/unit/check-qdict.c
2993 F: tests/unit/check-qjson.c
2994 F: tests/unit/check-qlist.c
2995 F: tests/unit/check-qlit.c
2996 F: tests/unit/check-qnull.c
2997 F: tests/unit/check-qnum.c
2998 F: tests/unit/check-qobject.c
2999 F: tests/unit/check-qstring.c
3000 F: tests/data/qobject/qdict.txt
3001 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3002
3003 QEMU Guest Agent
3004 M: Michael Roth <michael.roth@amd.com>
3005 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3006 S: Maintained
3007 F: qga/
3008 F: docs/interop/qemu-ga.rst
3009 F: docs/interop/qemu-ga-ref.rst
3010 F: scripts/qemu-guest-agent/
3011 F: tests/unit/test-qga.c
3012 T: git https://github.com/mdroth/qemu.git qga
3013
3014 QEMU Guest Agent Win32
3015 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3016 S: Maintained
3017 F: qga/*win32*
3018 F: qga/vss-win32/
3019 F: qga/installer/
3020 T: git https://github.com/kostyanf14/qemu.git qga-win32
3021
3022 QOM
3023 M: Paolo Bonzini <pbonzini@redhat.com>
3024 R: Daniel P. Berrange <berrange@redhat.com>
3025 R: Eduardo Habkost <eduardo@habkost.net>
3026 S: Supported
3027 F: docs/devel/qom.rst
3028 F: docs/qdev-device-use.txt
3029 F: hw/core/qdev*
3030 F: hw/core/bus.c
3031 F: hw/core/sysbus.c
3032 F: include/hw/qdev*
3033 F: include/monitor/qdev.h
3034 F: include/qom/
3035 F: qapi/qom.json
3036 F: qapi/qdev.json
3037 F: scripts/coccinelle/qom-parent-type.cocci
3038 F: softmmu/qdev-monitor.c
3039 F: stubs/qdev.c
3040 F: qom/
3041 F: tests/unit/check-qom-interface.c
3042 F: tests/unit/check-qom-proplist.c
3043 F: tests/unit/test-qdev-global-props.c
3044
3045 QOM boilerplate conversion script
3046 M: Eduardo Habkost <eduardo@habkost.net>
3047 S: Maintained
3048 F: scripts/codeconverter/
3049
3050 QMP
3051 M: Markus Armbruster <armbru@redhat.com>
3052 S: Supported
3053 F: monitor/monitor-internal.h
3054 F: monitor/qmp*
3055 F: monitor/misc.c
3056 F: monitor/monitor.c
3057 F: qapi/control.json
3058 F: qapi/error.json
3059 F: qapi/introspect.json
3060 F: docs/devel/*qmp-*
3061 F: docs/interop/*qmp-*
3062 F: scripts/qmp/
3063 F: tests/qtest/qmp-test.c
3064 F: tests/qtest/qmp-cmd-test.c
3065 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3066
3067 qtest
3068 M: Thomas Huth <thuth@redhat.com>
3069 M: Laurent Vivier <lvivier@redhat.com>
3070 R: Paolo Bonzini <pbonzini@redhat.com>
3071 S: Maintained
3072 F: softmmu/qtest.c
3073 F: accel/qtest/
3074 F: tests/qtest/
3075 F: docs/devel/qgraph.rst
3076 F: docs/devel/qtest.rst
3077 X: tests/qtest/bios-tables-test*
3078
3079 Device Fuzzing
3080 M: Alexander Bulekov <alxndr@bu.edu>
3081 R: Paolo Bonzini <pbonzini@redhat.com>
3082 R: Bandan Das <bsd@redhat.com>
3083 R: Stefan Hajnoczi <stefanha@redhat.com>
3084 R: Thomas Huth <thuth@redhat.com>
3085 R: Darren Kenny <darren.kenny@oracle.com>
3086 R: Qiuhao Li <Qiuhao.Li@outlook.com>
3087 S: Maintained
3088 F: tests/qtest/fuzz/
3089 F: tests/qtest/fuzz-*test.c
3090 F: scripts/oss-fuzz/
3091 F: hw/mem/sparse-mem.c
3092 F: docs/devel/fuzzing.rst
3093
3094 Register API
3095 M: Alistair Francis <alistair@alistair23.me>
3096 S: Maintained
3097 F: hw/core/register.c
3098 F: include/hw/register.h
3099 F: include/hw/registerfields.h
3100
3101 SLIRP
3102 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3103 S: Maintained
3104 F: net/slirp.c
3105 F: include/net/slirp.h
3106 T: git https://people.debian.org/~sthibault/qemu.git slirp
3107
3108 Stats
3109 S: Orphan
3110 F: include/sysemu/stats.h
3111 F: stats/
3112
3113 Streams
3114 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3115 S: Maintained
3116 F: hw/core/stream.c
3117 F: include/hw/stream.h
3118
3119 Stubs
3120 M: Paolo Bonzini <pbonzini@redhat.com>
3121 S: Maintained
3122 F: stubs/
3123
3124 Tracing
3125 M: Stefan Hajnoczi <stefanha@redhat.com>
3126 S: Maintained
3127 F: trace/
3128 F: trace-events
3129 F: docs/qemu-option-trace.rst.inc
3130 F: qapi/trace.json
3131 F: scripts/tracetool.py
3132 F: scripts/tracetool/
3133 F: scripts/qemu-trace-stap*
3134 F: docs/tools/qemu-trace-stap.rst
3135 F: docs/devel/tracing.rst
3136 T: git https://github.com/stefanha/qemu.git tracing
3137
3138 TPM
3139 M: Stefan Berger <stefanb@linux.ibm.com>
3140 S: Maintained
3141 F: softmmu/tpm*
3142 F: hw/tpm/*
3143 F: include/hw/acpi/tpm.h
3144 F: include/sysemu/tpm*
3145 F: qapi/tpm.json
3146 F: backends/tpm/
3147 F: tests/qtest/*tpm*
3148 F: docs/specs/tpm.rst
3149 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3150
3151 Checkpatch
3152 S: Odd Fixes
3153 F: scripts/checkpatch.pl
3154
3155 Migration
3156 M: Juan Quintela <quintela@redhat.com>
3157 S: Maintained
3158 F: hw/core/vmstate-if.c
3159 F: include/hw/vmstate-if.h
3160 F: include/migration/
3161 F: include/qemu/userfaultfd.h
3162 F: migration/
3163 F: scripts/vmstate-static-checker.py
3164 F: tests/vmstate-static-checker-data/
3165 F: tests/qtest/migration-test.c
3166 F: docs/devel/migration.rst
3167 F: qapi/migration.json
3168 F: tests/migration/
3169 F: util/userfaultfd.c
3170
3171 D-Bus
3172 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3173 S: Maintained
3174 F: backends/dbus-vmstate.c
3175 F: ui/dbus*
3176 F: audio/dbus*
3177 F: util/dbus.c
3178 F: include/ui/dbus*
3179 F: include/qemu/dbus.h
3180 F: docs/interop/dbus*
3181 F: docs/sphinx/dbus*
3182 F: docs/sphinx/fakedbusdoc.py
3183 F: tests/qtest/dbus*
3184
3185 Seccomp
3186 M: Daniel P. Berrange <berrange@redhat.com>
3187 S: Odd Fixes
3188 F: softmmu/qemu-seccomp.c
3189 F: include/sysemu/seccomp.h
3190 F: tests/unit/test-seccomp.c
3191
3192 Cryptography
3193 M: Daniel P. Berrange <berrange@redhat.com>
3194 S: Maintained
3195 F: crypto/
3196 F: include/crypto/
3197 F: qapi/crypto.json
3198 F: tests/unit/test-crypto-*
3199 F: tests/bench/benchmark-crypto-*
3200 F: tests/unit/crypto-tls-*
3201 F: tests/unit/pkix_asn1_tab.c
3202 F: qemu.sasl
3203
3204 Coroutines
3205 M: Stefan Hajnoczi <stefanha@redhat.com>
3206 M: Kevin Wolf <kwolf@redhat.com>
3207 S: Maintained
3208 F: util/*coroutine*
3209 F: include/qemu/coroutine*
3210 F: tests/unit/test-coroutine.c
3211
3212 Buffers
3213 M: Daniel P. Berrange <berrange@redhat.com>
3214 S: Odd Fixes
3215 F: util/buffer.c
3216 F: include/qemu/buffer.h
3217
3218 I/O Channels
3219 M: Daniel P. Berrange <berrange@redhat.com>
3220 S: Maintained
3221 F: io/
3222 F: include/io/
3223 F: tests/unit/test-io-*
3224
3225 User authorization
3226 M: Daniel P. Berrange <berrange@redhat.com>
3227 S: Maintained
3228 F: authz/
3229 F: qapi/authz.json
3230 F: include/authz/
3231 F: tests/unit/test-authz-*
3232
3233 Sockets
3234 M: Daniel P. Berrange <berrange@redhat.com>
3235 S: Maintained
3236 F: include/qemu/sockets.h
3237 F: util/qemu-sockets.c
3238 F: qapi/sockets.json
3239
3240 File monitor
3241 M: Daniel P. Berrange <berrange@redhat.com>
3242 S: Odd Fixes
3243 F: util/filemonitor*.c
3244 F: include/qemu/filemonitor.h
3245 F: tests/unit/test-util-filemonitor.c
3246
3247 Throttling infrastructure
3248 M: Alberto Garcia <berto@igalia.com>
3249 S: Supported
3250 F: block/throttle-groups.c
3251 F: include/block/throttle-groups.h
3252 F: include/qemu/throttle*.h
3253 F: util/throttle.c
3254 F: docs/throttle.txt
3255 F: tests/unit/test-throttle.c
3256 L: qemu-block@nongnu.org
3257
3258 UUID
3259 M: Fam Zheng <fam@euphon.net>
3260 S: Supported
3261 F: util/uuid.c
3262 F: include/qemu/uuid.h
3263 F: tests/unit/test-uuid.c
3264
3265 Yank feature
3266 M: Lukas Straub <lukasstraub2@web.de>
3267 S: Odd fixes
3268 F: util/yank.c
3269 F: migration/yank_functions*
3270 F: tests/unit/test-yank.c
3271 F: include/qemu/yank.h
3272 F: qapi/yank.json
3273
3274 COLO Framework
3275 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3276 S: Maintained
3277 F: migration/colo*
3278 F: include/migration/colo.h
3279 F: include/migration/failover.h
3280 F: docs/COLO-FT.txt
3281
3282 COLO Proxy
3283 M: Zhang Chen <chen.zhang@intel.com>
3284 M: Li Zhijian <lizhijian@fujitsu.com>
3285 S: Supported
3286 F: docs/colo-proxy.txt
3287 F: net/colo*
3288 F: net/filter-rewriter.c
3289 F: net/filter-mirror.c
3290 F: tests/qtest/test-filter*
3291
3292 Record/replay
3293 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3294 R: Paolo Bonzini <pbonzini@redhat.com>
3295 W: https://wiki.qemu.org/Features/record-replay
3296 S: Supported
3297 F: replay/*
3298 F: block/blkreplay.c
3299 F: net/filter-replay.c
3300 F: include/exec/replay-core.h
3301 F: include/sysemu/replay.h
3302 F: docs/devel/replay.rst
3303 F: docs/system/replay.rst
3304 F: stubs/replay.c
3305 F: tests/avocado/replay_kernel.py
3306 F: tests/avocado/replay_linux.py
3307 F: tests/avocado/reverse_debugging.py
3308 F: qapi/replay.json
3309
3310 IOVA Tree
3311 M: Peter Xu <peterx@redhat.com>
3312 S: Maintained
3313 F: include/qemu/iova-tree.h
3314 F: util/iova-tree.c
3315
3316 elf2dmp
3317 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3318 S: Maintained
3319 F: contrib/elf2dmp/
3320
3321 I2C and SMBus
3322 M: Corey Minyard <cminyard@mvista.com>
3323 S: Maintained
3324 F: hw/i2c/core.c
3325 F: hw/i2c/smbus_slave.c
3326 F: hw/i2c/smbus_master.c
3327 F: hw/i2c/smbus_eeprom.c
3328 F: include/hw/i2c/i2c.h
3329 F: include/hw/i2c/smbus_master.h
3330 F: include/hw/i2c/smbus_slave.h
3331 F: include/hw/i2c/smbus_eeprom.h
3332
3333 PMBus
3334 M: Titus Rwantare <titusr@google.com>
3335 S: Maintained
3336 F: hw/i2c/pmbus_device.c
3337 F: hw/sensor/adm1272.c
3338 F: hw/sensor/isl_pmbus_vr.c
3339 F: hw/sensor/max34451.c
3340 F: include/hw/i2c/pmbus_device.h
3341 F: include/hw/sensor/isl_pmbus_vr.h
3342 F: tests/qtest/adm1272-test.c
3343 F: tests/qtest/max34451-test.c
3344 F: tests/qtest/isl_pmbus_vr-test.c
3345
3346 Firmware schema specifications
3347 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3348 R: Daniel P. Berrange <berrange@redhat.com>
3349 R: Kashyap Chamarthy <kchamart@redhat.com>
3350 S: Maintained
3351 F: docs/interop/firmware.json
3352
3353 EDK2 Firmware
3354 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3355 M: Gerd Hoffmann <kraxel@redhat.com>
3356 S: Supported
3357 F: hw/i386/*ovmf*
3358 F: pc-bios/descriptors/??-edk2-*.json
3359 F: pc-bios/edk2-*
3360 F: roms/Makefile.edk2
3361 F: roms/edk2
3362 F: roms/edk2-*
3363 F: tests/data/uefi-boot-images/
3364 F: tests/uefi-test-tools/
3365
3366 VT-d Emulation
3367 M: Michael S. Tsirkin <mst@redhat.com>
3368 M: Peter Xu <peterx@redhat.com>
3369 R: Jason Wang <jasowang@redhat.com>
3370 S: Supported
3371 F: hw/i386/intel_iommu.c
3372 F: hw/i386/intel_iommu_internal.h
3373 F: include/hw/i386/intel_iommu.h
3374
3375 AMD-Vi Emulation
3376 S: Orphan
3377 F: hw/i386/amd_iommu.?
3378
3379 OpenSBI Firmware
3380 M: Bin Meng <bmeng.cn@gmail.com>
3381 S: Supported
3382 F: pc-bios/opensbi-*
3383 F: .gitlab-ci.d/opensbi.yml
3384 F: .gitlab-ci.d/opensbi/
3385
3386 Clock framework
3387 M: Luc Michel <luc@lmichel.fr>
3388 R: Damien Hedde <damien.hedde@dahe.fr>
3389 S: Maintained
3390 F: include/hw/clock.h
3391 F: include/hw/qdev-clock.h
3392 F: hw/core/clock.c
3393 F: hw/core/clock-vmstate.c
3394 F: hw/core/qdev-clock.c
3395 F: docs/devel/clocks.rst
3396
3397 Usermode Emulation
3398 ------------------
3399 Overall usermode emulation
3400 M: Riku Voipio <riku.voipio@iki.fi>
3401 S: Maintained
3402 F: accel/tcg/user-exec*.c
3403 F: include/user/
3404 F: common-user/
3405
3406 BSD user
3407 M: Warner Losh <imp@bsdimp.com>
3408 R: Kyle Evans <kevans@freebsd.org>
3409 S: Maintained
3410 F: bsd-user/
3411 F: configs/targets/*-bsd-user.mak
3412 F: tests/vm/*bsd
3413 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3414
3415 Linux user
3416 M: Laurent Vivier <laurent@vivier.eu>
3417 S: Maintained
3418 F: linux-user/
3419 F: configs/targets/*linux-user.mak
3420 F: scripts/qemu-binfmt-conf.sh
3421 F: scripts/update-syscalltbl.sh
3422 F: scripts/update-mips-syscall-args.sh
3423 F: scripts/gensyscalls.sh
3424
3425 Tiny Code Generator (TCG)
3426 -------------------------
3427 Common TCG code
3428 M: Richard Henderson <richard.henderson@linaro.org>
3429 S: Maintained
3430 F: tcg/
3431 F: include/tcg/
3432
3433 TCG Plugins
3434 M: Alex Bennée <alex.bennee@linaro.org>
3435 R: Alexandre Iooss <erdnaxe@crans.org>
3436 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3437 S: Maintained
3438 F: docs/devel/tcg-plugins.rst
3439 F: plugins/
3440 F: tests/plugin/
3441 F: tests/avocado/tcg_plugins.py
3442 F: contrib/plugins/
3443
3444 AArch64 TCG target
3445 M: Richard Henderson <richard.henderson@linaro.org>
3446 S: Maintained
3447 L: qemu-arm@nongnu.org
3448 F: tcg/aarch64/
3449
3450 ARM TCG target
3451 M: Richard Henderson <richard.henderson@linaro.org>
3452 S: Maintained
3453 L: qemu-arm@nongnu.org
3454 F: tcg/arm/
3455
3456 i386 TCG target
3457 M: Richard Henderson <richard.henderson@linaro.org>
3458 S: Maintained
3459 F: tcg/i386/
3460
3461 LoongArch64 TCG target
3462 M: WANG Xuerui <git@xen0n.name>
3463 S: Maintained
3464 F: tcg/loongarch64/
3465
3466 MIPS TCG target
3467 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3468 R: Aurelien Jarno <aurelien@aurel32.net>
3469 R: Huacai Chen <chenhuacai@kernel.org>
3470 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3471 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3472 S: Odd Fixes
3473 F: tcg/mips/
3474
3475 PPC TCG target
3476 M: Richard Henderson <richard.henderson@linaro.org>
3477 S: Odd Fixes
3478 F: tcg/ppc/
3479
3480 RISC-V TCG target
3481 M: Palmer Dabbelt <palmer@dabbelt.com>
3482 M: Alistair Francis <Alistair.Francis@wdc.com>
3483 L: qemu-riscv@nongnu.org
3484 S: Maintained
3485 F: tcg/riscv/
3486 F: disas/riscv.c
3487
3488 S390 TCG target
3489 M: Richard Henderson <richard.henderson@linaro.org>
3490 S: Maintained
3491 F: tcg/s390/
3492 L: qemu-s390x@nongnu.org
3493
3494 SPARC TCG target
3495 S: Odd Fixes
3496 F: tcg/sparc64/
3497 F: disas/sparc.c
3498
3499 TCI TCG target
3500 M: Stefan Weil <sw@weilnetz.de>
3501 S: Maintained
3502 F: tcg/tci/
3503 F: tcg/tci.c
3504 F: disas/tci.c
3505
3506 Block drivers
3507 -------------
3508 VMDK
3509 M: Fam Zheng <fam@euphon.net>
3510 L: qemu-block@nongnu.org
3511 S: Supported
3512 F: block/vmdk.c
3513
3514 RBD
3515 M: Ilya Dryomov <idryomov@gmail.com>
3516 R: Peter Lieven <pl@kamp.de>
3517 L: qemu-block@nongnu.org
3518 S: Supported
3519 F: block/rbd.c
3520
3521 VHDX
3522 M: Jeff Cody <codyprime@gmail.com>
3523 L: qemu-block@nongnu.org
3524 S: Supported
3525 F: block/vhdx*
3526
3527 VDI
3528 M: Stefan Weil <sw@weilnetz.de>
3529 L: qemu-block@nongnu.org
3530 S: Maintained
3531 F: block/vdi.c
3532
3533 blkio
3534 M: Stefan Hajnoczi <stefanha@redhat.com>
3535 L: qemu-block@nongnu.org
3536 S: Maintained
3537 F: block/blkio.c
3538
3539 iSCSI
3540 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3541 M: Paolo Bonzini <pbonzini@redhat.com>
3542 M: Peter Lieven <pl@kamp.de>
3543 L: qemu-block@nongnu.org
3544 S: Odd Fixes
3545 F: block/iscsi.c
3546 F: block/iscsi-opts.c
3547
3548 Network Block Device (NBD)
3549 M: Eric Blake <eblake@redhat.com>
3550 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3551 L: qemu-block@nongnu.org
3552 S: Maintained
3553 F: block/nbd*
3554 F: nbd/
3555 F: include/block/nbd*
3556 F: qemu-nbd.*
3557 F: blockdev-nbd.c
3558 F: docs/interop/nbd.txt
3559 F: docs/tools/qemu-nbd.rst
3560 F: tests/qemu-iotests/tests/*nbd*
3561 T: git https://repo.or.cz/qemu/ericb.git nbd
3562 T: git https://gitlab.com/vsementsov/qemu.git block
3563
3564 NFS
3565 M: Peter Lieven <pl@kamp.de>
3566 L: qemu-block@nongnu.org
3567 S: Maintained
3568 F: block/nfs.c
3569
3570 SSH
3571 M: Richard W.M. Jones <rjones@redhat.com>
3572 L: qemu-block@nongnu.org
3573 S: Supported
3574 F: block/ssh.c
3575
3576 CURL
3577 L: qemu-block@nongnu.org
3578 S: Odd Fixes
3579 F: block/curl.c
3580
3581 GLUSTER
3582 L: qemu-block@nongnu.org
3583 L: integration@gluster.org
3584 S: Odd Fixes
3585 F: block/gluster.c
3586
3587 Null Block Driver
3588 M: Fam Zheng <fam@euphon.net>
3589 L: qemu-block@nongnu.org
3590 S: Supported
3591 F: block/null.c
3592
3593 NVMe Block Driver
3594 M: Stefan Hajnoczi <stefanha@redhat.com>
3595 R: Fam Zheng <fam@euphon.net>
3596 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3597 L: qemu-block@nongnu.org
3598 S: Supported
3599 F: block/nvme*
3600 F: include/block/nvme.h
3601 T: git https://github.com/stefanha/qemu.git block
3602
3603 Bootdevice
3604 M: Gonglei <arei.gonglei@huawei.com>
3605 S: Maintained
3606 F: softmmu/bootdevice.c
3607
3608 Quorum
3609 M: Alberto Garcia <berto@igalia.com>
3610 S: Supported
3611 F: block/quorum.c
3612 L: qemu-block@nongnu.org
3613
3614 blklogwrites
3615 M: Ari Sundholm <ari@tuxera.com>
3616 L: qemu-block@nongnu.org
3617 S: Supported
3618 F: block/blklogwrites.c
3619
3620 blkverify
3621 M: Stefan Hajnoczi <stefanha@redhat.com>
3622 L: qemu-block@nongnu.org
3623 S: Supported
3624 F: block/blkverify.c
3625
3626 bochs
3627 M: Stefan Hajnoczi <stefanha@redhat.com>
3628 L: qemu-block@nongnu.org
3629 S: Supported
3630 F: block/bochs.c
3631
3632 cloop
3633 M: Stefan Hajnoczi <stefanha@redhat.com>
3634 L: qemu-block@nongnu.org
3635 S: Supported
3636 F: block/cloop.c
3637
3638 dmg
3639 M: Stefan Hajnoczi <stefanha@redhat.com>
3640 L: qemu-block@nongnu.org
3641 S: Supported
3642 F: block/dmg.c
3643
3644 parallels
3645 M: Stefan Hajnoczi <stefanha@redhat.com>
3646 M: Denis V. Lunev <den@openvz.org>
3647 L: qemu-block@nongnu.org
3648 S: Supported
3649 F: block/parallels.c
3650 F: block/parallels-ext.c
3651 F: docs/interop/parallels.txt
3652
3653 qed
3654 M: Stefan Hajnoczi <stefanha@redhat.com>
3655 L: qemu-block@nongnu.org
3656 S: Supported
3657 F: block/qed.c
3658
3659 raw
3660 M: Kevin Wolf <kwolf@redhat.com>
3661 L: qemu-block@nongnu.org
3662 S: Supported
3663 F: block/linux-aio.c
3664 F: include/block/raw-aio.h
3665 F: block/raw-format.c
3666 F: block/file-posix.c
3667 F: block/file-win32.c
3668 F: block/win32-aio.c
3669
3670 Linux io_uring
3671 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3672 M: Julia Suvorova <jusual@redhat.com>
3673 M: Stefan Hajnoczi <stefanha@redhat.com>
3674 R: Stefano Garzarella <sgarzare@redhat.com>
3675 L: qemu-block@nongnu.org
3676 S: Maintained
3677 F: block/io_uring.c
3678 F: stubs/io_uring.c
3679
3680 qcow2
3681 M: Kevin Wolf <kwolf@redhat.com>
3682 M: Hanna Reitz <hreitz@redhat.com>
3683 L: qemu-block@nongnu.org
3684 S: Supported
3685 F: block/qcow2*
3686 F: docs/interop/qcow2.txt
3687
3688 qcow
3689 M: Kevin Wolf <kwolf@redhat.com>
3690 L: qemu-block@nongnu.org
3691 S: Supported
3692 F: block/qcow.c
3693
3694 blkdebug
3695 M: Kevin Wolf <kwolf@redhat.com>
3696 M: Hanna Reitz <hreitz@redhat.com>
3697 L: qemu-block@nongnu.org
3698 S: Supported
3699 F: block/blkdebug.c
3700
3701 vpc
3702 M: Kevin Wolf <kwolf@redhat.com>
3703 L: qemu-block@nongnu.org
3704 S: Supported
3705 F: block/vpc.c
3706
3707 vvfat
3708 M: Kevin Wolf <kwolf@redhat.com>
3709 L: qemu-block@nongnu.org
3710 S: Odd Fixes
3711 F: block/vvfat.c
3712
3713 Image format fuzzer
3714 M: Stefan Hajnoczi <stefanha@redhat.com>
3715 L: qemu-block@nongnu.org
3716 S: Supported
3717 F: tests/image-fuzzer/
3718
3719 Vhost-user block device backend server
3720 M: Coiby Xu <Coiby.Xu@gmail.com>
3721 S: Maintained
3722 F: block/export/vhost-user-blk-server.c
3723 F: block/export/vhost-user-blk-server.h
3724 F: block/export/virtio-blk-handler.c
3725 F: block/export/virtio-blk-handler.h
3726 F: include/qemu/vhost-user-server.h
3727 F: tests/qtest/libqos/vhost-user-blk.c
3728 F: tests/qtest/libqos/vhost-user-blk.h
3729 F: tests/qtest/vhost-user-blk-test.c
3730 F: util/vhost-user-server.c
3731
3732 FUSE block device exports
3733 M: Hanna Reitz <hreitz@redhat.com>
3734 L: qemu-block@nongnu.org
3735 S: Supported
3736 F: block/export/fuse.c
3737
3738 VDUSE library and block device exports
3739 M: Xie Yongji <xieyongji@bytedance.com>
3740 S: Maintained
3741 F: subprojects/libvduse/
3742 F: block/export/vduse-blk.c
3743 F: block/export/vduse-blk.h
3744
3745 Replication
3746 M: Wen Congyang <wencongyang2@huawei.com>
3747 M: Xie Changlong <xiechanglong.d@gmail.com>
3748 S: Supported
3749 F: replication*
3750 F: block/replication.c
3751 F: tests/unit/test-replication.c
3752 F: docs/block-replication.txt
3753
3754 PVRDMA
3755 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3756 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3757 S: Maintained
3758 F: hw/rdma/*
3759 F: hw/rdma/vmw/*
3760 F: docs/pvrdma.txt
3761 F: contrib/rdmacm-mux/*
3762 F: qapi/rdma.json
3763
3764 Semihosting
3765 M: Alex Bennée <alex.bennee@linaro.org>
3766 S: Maintained
3767 F: semihosting/
3768 F: include/semihosting/
3769 F: tests/tcg/multiarch/arm-compat-semi/
3770 F: tests/tcg/aarch64/system/semiheap.c
3771
3772 Multi-process QEMU
3773 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3774 M: Jagannathan Raman <jag.raman@oracle.com>
3775 M: John G Johnson <john.g.johnson@oracle.com>
3776 S: Maintained
3777 F: docs/devel/multi-process.rst
3778 F: docs/system/multi-process.rst
3779 F: hw/pci-host/remote.c
3780 F: include/hw/pci-host/remote.h
3781 F: hw/remote/machine.c
3782 F: include/hw/remote/machine.h
3783 F: hw/remote/mpqemu-link.c
3784 F: include/hw/remote/mpqemu-link.h
3785 F: hw/remote/message.c
3786 F: hw/remote/remote-obj.c
3787 F: include/hw/remote/memory.h
3788 F: hw/remote/memory.c
3789 F: hw/remote/proxy.c
3790 F: include/hw/remote/proxy.h
3791 F: hw/remote/proxy-memory-listener.c
3792 F: include/hw/remote/proxy-memory-listener.h
3793 F: hw/remote/iohub.c
3794 F: include/hw/remote/iohub.h
3795 F: subprojects/libvfio-user
3796 F: hw/remote/vfio-user-obj.c
3797 F: include/hw/remote/vfio-user-obj.h
3798 F: hw/remote/iommu.c
3799 F: include/hw/remote/iommu.h
3800
3801 EBPF:
3802 M: Jason Wang <jasowang@redhat.com>
3803 R: Andrew Melnychenko <andrew@daynix.com>
3804 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3805 S: Maintained
3806 F: ebpf/*
3807 F: tools/ebpf/*
3808
3809 Build and test automation
3810 -------------------------
3811 Build and test automation, general continuous integration
3812 M: Alex Bennée <alex.bennee@linaro.org>
3813 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3814 M: Thomas Huth <thuth@redhat.com>
3815 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3816 R: Beraldo Leal <bleal@redhat.com>
3817 S: Maintained
3818 F: .github/workflows/lockdown.yml
3819 F: .gitlab-ci.yml
3820 F: .gitlab-ci.d/
3821 F: .travis.yml
3822 F: scripts/ci/
3823 F: tests/docker/
3824 F: tests/vm/
3825 F: tests/lcitool/
3826 F: tests/avocado/tuxrun_baselines.py
3827 F: scripts/archive-source.sh
3828 F: docs/devel/testing.rst
3829 W: https://gitlab.com/qemu-project/qemu/pipelines
3830 W: https://travis-ci.org/qemu/qemu
3831
3832 FreeBSD Hosted Continuous Integration
3833 M: Ed Maste <emaste@freebsd.org>
3834 M: Li-Wen Hsu <lwhsu@freebsd.org>
3835 S: Maintained
3836 F: .gitlab-ci.d/cirrus/freebsd*
3837 F: tests/vm/freebsd
3838 W: https://cirrus-ci.com/github/qemu/qemu
3839
3840 Windows Hosted Continuous Integration
3841 M: Yonggang Luo <luoyonggang@gmail.com>
3842 S: Maintained
3843 F: .gitlab-ci.d/windows.yml
3844
3845 Guest Test Compilation Support
3846 M: Alex Bennée <alex.bennee@linaro.org>
3847 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3848 S: Maintained
3849 F: tests/tcg/Makefile.target
3850
3851 Integration Testing with the Avocado framework
3852 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3853 R: Cleber Rosa <crosa@redhat.com>
3854 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3855 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3856 R: Beraldo Leal <bleal@redhat.com>
3857 S: Odd Fixes
3858 F: tests/avocado/
3859
3860 GitLab custom runner (Works On Arm Sponsored)
3861 M: Alex Bennée <alex.bennee@linaro.org>
3862 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3863 S: Maintained
3864 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3865 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3866
3867 Documentation
3868 -------------
3869 Build system architecture
3870 M: Daniel P. Berrange <berrange@redhat.com>
3871 S: Odd Fixes
3872 F: docs/devel/build-system.rst
3873
3874 GIT Data Mining Config
3875 M: Alex Bennée <alex.bennee@linaro.org>
3876 S: Odd Fixes
3877 F: gitdm.config
3878 F: contrib/gitdm/*
3879
3880 Incompatible changes
3881 R: libvir-list@redhat.com
3882 F: docs/about/deprecated.rst
3883
3884 Build System
3885 ------------
3886 Meson
3887 M: Paolo Bonzini <pbonzini@redhat.com>
3888 R: Marc-André Lureau <marcandre.lureau@redhat.com>
3889 R: Daniel P. Berrange <berrange@redhat.com>
3890 R: Thomas Huth <thuth@redhat.com>
3891 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3892 S: Maintained
3893 F: meson.build
3894 F: meson_options.txt
3895 F: scripts/meson-buildoptions.*
3896 F: scripts/check_sparse.py
3897 F: scripts/symlink-install-tree.py
3898
3899 Top Level Makefile and configure
3900 M: Paolo Bonzini <pbonzini@redhat.com>
3901 R: Alex Bennée <alex.bennee@linaro.org>
3902 R: Thomas Huth <thuth@redhat.com>
3903 S: Maintained
3904 F: Makefile
3905 F: configure
3906 F: scripts/mtest2make.py
3907 F: tests/Makefile.include
3908
3909 GIT submodules
3910 M: Daniel P. Berrange <berrange@redhat.com>
3911 S: Odd Fixes
3912 F: scripts/git-submodule.sh
3913
3914 UI translations
3915 S: Orphan
3916 F: po/*.po
3917
3918 Sphinx documentation configuration and build machinery
3919 M: Peter Maydell <peter.maydell@linaro.org>
3920 S: Maintained
3921 F: docs/conf.py
3922 F: docs/*/conf.py
3923 F: docs/sphinx/
3924 F: docs/_templates/
3925
3926 Miscellaneous
3927 -------------
3928 Performance Tools and Tests
3929 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3930 S: Maintained
3931 F: scripts/performance/
3932
3933 Code Coverage Tools
3934 M: Alex Bennée <alex.bennee@linaro.org>
3935 S: Odd Fixes
3936 F: scripts/coverage/