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