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