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