]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
q800: introduce Q800MachineState
[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/misc/mac_via.c
1229 F: hw/nubus/*
1230 F: hw/display/macfb.c
1231 F: hw/block/swim.c
1232 F: hw/m68k/bootinfo.h
1233 F: include/standard-headers/asm-m68k/bootinfo.h
1234 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1235 F: include/hw/misc/mac_via.h
1236 F: include/hw/nubus/*
1237 F: include/hw/display/macfb.h
1238 F: include/hw/block/swim.h
1239 F: include/hw/m68k/q800.h
1240
1241 virt
1242 M: Laurent Vivier <laurent@vivier.eu>
1243 S: Maintained
1244 F: hw/m68k/virt.c
1245 F: hw/char/goldfish_tty.c
1246 F: hw/intc/goldfish_pic.c
1247 F: hw/intc/m68k_irqc.c
1248 F: hw/misc/virt_ctrl.c
1249 F: include/hw/char/goldfish_tty.h
1250 F: include/hw/intc/goldfish_pic.h
1251 F: include/hw/intc/m68k_irqc.h
1252 F: include/hw/misc/virt_ctrl.h
1253
1254 MicroBlaze Machines
1255 -------------------
1256 petalogix_s3adsp1800
1257 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1258 S: Maintained
1259 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1260 F: include/hw/char/xilinx_uartlite.h
1261 F: tests/avocado/machine_microblaze.py
1262
1263 petalogix_ml605
1264 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1265 S: Maintained
1266 F: hw/microblaze/petalogix_ml605_mmu.c
1267
1268 MIPS Machines
1269 -------------
1270 Overall MIPS Machines
1271 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1272 S: Odd Fixes
1273 F: configs/devices/mips*/*
1274 F: hw/mips/
1275 F: include/hw/mips/
1276
1277 Jazz
1278 M: Hervé Poussineau <hpoussin@reactos.org>
1279 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1280 S: Maintained
1281 F: hw/mips/jazz.c
1282 F: hw/display/jazz_led.c
1283 F: hw/dma/rc4030.c
1284
1285 Malta
1286 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1287 R: Aurelien Jarno <aurelien@aurel32.net>
1288 S: Odd Fixes
1289 F: hw/isa/piix4.c
1290 F: hw/acpi/piix4.c
1291 F: hw/mips/malta.c
1292 F: hw/pci-host/gt64120.c
1293 F: include/hw/southbridge/piix.h
1294 F: tests/avocado/linux_ssh_mips_malta.py
1295 F: tests/avocado/machine_mips_malta.py
1296
1297 Mipssim
1298 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1299 S: Orphan
1300 F: hw/mips/mipssim.c
1301 F: hw/net/mipsnet.c
1302
1303 Fuloong 2E
1304 M: Huacai Chen <chenhuacai@kernel.org>
1305 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1306 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1307 S: Odd Fixes
1308 F: hw/mips/fuloong2e.c
1309 F: hw/isa/vt82c686.c
1310 F: hw/pci-host/bonito.c
1311 F: hw/usb/vt82c686-uhci-pci.c
1312 F: include/hw/isa/vt82c686.h
1313 F: include/hw/pci-host/bonito.h
1314 F: tests/avocado/machine_mips_fuloong2e.py
1315
1316 Loongson-3 virtual platforms
1317 M: Huacai Chen <chenhuacai@kernel.org>
1318 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1319 S: Maintained
1320 F: hw/intc/loongson_liointc.c
1321 F: hw/mips/loongson3_bootp.c
1322 F: hw/mips/loongson3_bootp.h
1323 F: hw/mips/loongson3_virt.c
1324 F: tests/avocado/machine_mips_loongson3v.py
1325
1326 Boston
1327 M: Paul Burton <paulburton@kernel.org>
1328 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1329 S: Odd Fixes
1330 F: hw/core/loader-fit.c
1331 F: hw/mips/boston.c
1332 F: hw/pci-host/xilinx-pcie.c
1333 F: include/hw/pci-host/xilinx-pcie.h
1334
1335 OpenRISC Machines
1336 -----------------
1337 or1k-sim
1338 M: Jia Liu <proljc@gmail.com>
1339 S: Maintained
1340 F: docs/system/openrisc/or1k-sim.rst
1341 F: hw/openrisc/openrisc_sim.c
1342
1343 PowerPC Machines
1344 ----------------
1345 405 (ref405ep)
1346 L: qemu-ppc@nongnu.org
1347 S: Orphan
1348 F: hw/ppc/ppc405_boards.c
1349
1350 Bamboo
1351 L: qemu-ppc@nongnu.org
1352 S: Orphan
1353 F: hw/ppc/ppc440_bamboo.c
1354 F: tests/avocado/ppc_bamboo.py
1355
1356 e500
1357 L: qemu-ppc@nongnu.org
1358 S: Orphan
1359 F: hw/ppc/e500*
1360 F: hw/gpio/mpc8xxx.c
1361 F: hw/i2c/mpc_i2c.c
1362 F: hw/net/fsl_etsec/
1363 F: hw/pci-host/ppce500.c
1364 F: include/hw/ppc/ppc_e500.h
1365 F: include/hw/pci-host/ppce500.h
1366 F: pc-bios/u-boot.e500
1367 F: hw/intc/openpic_kvm.h
1368 F: include/hw/ppc/openpic_kvm.h
1369
1370 mpc8544ds
1371 L: qemu-ppc@nongnu.org
1372 S: Orphan
1373 F: hw/ppc/mpc8544ds.c
1374 F: hw/ppc/mpc8544_guts.c
1375 F: tests/avocado/ppc_mpc8544ds.py
1376
1377 New World (mac99)
1378 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1379 L: qemu-ppc@nongnu.org
1380 S: Odd Fixes
1381 F: docs/system/ppc/powermac.rst
1382 F: hw/ppc/mac_newworld.c
1383 F: hw/pci-host/uninorth.c
1384 F: hw/pci-bridge/dec.[hc]
1385 F: hw/misc/macio/
1386 F: hw/misc/mos6522.c
1387 F: hw/nvram/mac_nvram.c
1388 F: hw/input/adb*
1389 F: include/hw/misc/macio/
1390 F: include/hw/misc/mos6522.h
1391 F: include/hw/nvram/mac_nvram.h
1392 F: include/hw/ppc/mac_dbdma.h
1393 F: include/hw/pci-host/uninorth.h
1394 F: include/hw/input/adb*
1395 F: pc-bios/qemu_vga.ndrv
1396
1397 Old World (g3beige)
1398 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1399 L: qemu-ppc@nongnu.org
1400 S: Odd Fixes
1401 F: docs/system/ppc/powermac.rst
1402 F: hw/ppc/mac_oldworld.c
1403 F: hw/pci-host/grackle.c
1404 F: hw/misc/macio/
1405 F: hw/intc/heathrow_pic.c
1406 F: hw/input/adb*
1407 F: include/hw/intc/heathrow_pic.h
1408 F: include/hw/input/adb*
1409 F: include/hw/pci-host/grackle.h
1410 F: pc-bios/qemu_vga.ndrv
1411
1412 PReP
1413 M: Hervé Poussineau <hpoussin@reactos.org>
1414 L: qemu-ppc@nongnu.org
1415 S: Maintained
1416 F: docs/system/ppc/prep.rst
1417 F: hw/ppc/prep.c
1418 F: hw/ppc/prep_systemio.c
1419 F: hw/ppc/rs6000_mc.c
1420 F: hw/pci-host/raven.c
1421 F: hw/isa/i82378.c
1422 F: hw/isa/pc87312.c
1423 F: hw/dma/i82374.c
1424 F: hw/rtc/m48t59-isa.c
1425 F: include/hw/isa/pc87312.h
1426 F: include/hw/rtc/m48t59.h
1427 F: tests/avocado/ppc_prep_40p.py
1428
1429 sPAPR (pseries)
1430 M: Daniel Henrique Barboza <danielhb413@gmail.com>
1431 R: Cédric Le Goater <clg@kaod.org>
1432 R: David Gibson <david@gibson.dropbear.id.au>
1433 R: Greg Kurz <groug@kaod.org>
1434 R: Harsh Prateek Bora <harshpb@linux.ibm.com>
1435 L: qemu-ppc@nongnu.org
1436 S: Odd Fixes
1437 F: hw/*/spapr*
1438 F: include/hw/*/spapr*
1439 F: hw/*/xics*
1440 F: include/hw/*/xics*
1441 F: pc-bios/slof.bin
1442 F: docs/system/ppc/pseries.rst
1443 F: docs/specs/ppc-spapr-*
1444 F: tests/qtest/spapr*
1445 F: tests/qtest/libqos/*spapr*
1446 F: tests/qtest/rtas*
1447 F: tests/qtest/libqos/rtas*
1448 F: tests/avocado/ppc_pseries.py
1449
1450 PowerNV (Non-Virtualized)
1451 M: Cédric Le Goater <clg@kaod.org>
1452 L: qemu-ppc@nongnu.org
1453 S: Odd Fixes
1454 F: docs/system/ppc/powernv.rst
1455 F: hw/ppc/pnv*
1456 F: hw/intc/pnv*
1457 F: hw/intc/xics_pnv.c
1458 F: hw/pci-host/pnv*
1459 F: include/hw/ppc/pnv*
1460 F: include/hw/pci-host/pnv*
1461 F: pc-bios/skiboot.lid
1462 F: tests/qtest/pnv*
1463
1464 virtex_ml507
1465 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1466 L: qemu-ppc@nongnu.org
1467 S: Odd Fixes
1468 F: hw/ppc/virtex_ml507.c
1469 F: tests/avocado/ppc_virtex_ml507.py
1470
1471 sam460ex
1472 M: BALATON Zoltan <balaton@eik.bme.hu>
1473 L: qemu-ppc@nongnu.org
1474 S: Maintained
1475 F: hw/ppc/sam460ex.c
1476 F: hw/ppc/ppc440_pcix.c
1477 F: hw/display/sm501*
1478 F: hw/ide/sii3112.c
1479 F: hw/rtc/m41t80.c
1480 F: pc-bios/canyonlands.dt[sb]
1481 F: pc-bios/u-boot-sam460ex-20100605.bin
1482 F: roms/u-boot-sam460ex
1483
1484 pegasos2
1485 M: BALATON Zoltan <balaton@eik.bme.hu>
1486 L: qemu-ppc@nongnu.org
1487 S: Maintained
1488 F: hw/ppc/pegasos2.c
1489 F: hw/pci-host/mv64361.c
1490 F: hw/pci-host/mv643xx.h
1491 F: include/hw/pci-host/mv64361.h
1492
1493 Virtual Open Firmware (VOF)
1494 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1495 R: Cédric Le Goater <clg@kaod.org>
1496 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1497 R: David Gibson <david@gibson.dropbear.id.au>
1498 R: Greg Kurz <groug@kaod.org>
1499 L: qemu-ppc@nongnu.org
1500 S: Maintained
1501 F: hw/ppc/spapr_vof*
1502 F: hw/ppc/vof*
1503 F: include/hw/ppc/vof*
1504 F: pc-bios/vof/*
1505 F: pc-bios/vof*
1506
1507 RISC-V Machines
1508 ---------------
1509 OpenTitan
1510 M: Alistair Francis <Alistair.Francis@wdc.com>
1511 L: qemu-riscv@nongnu.org
1512 S: Supported
1513 F: hw/riscv/opentitan.c
1514 F: hw/*/ibex_*.c
1515 F: include/hw/riscv/opentitan.h
1516 F: include/hw/*/ibex_*.h
1517
1518 Microchip PolarFire SoC Icicle Kit
1519 M: Bin Meng <bin.meng@windriver.com>
1520 L: qemu-riscv@nongnu.org
1521 S: Supported
1522 F: hw/riscv/microchip_pfsoc.c
1523 F: hw/char/mchp_pfsoc_mmuart.c
1524 F: hw/misc/mchp_pfsoc_dmc.c
1525 F: hw/misc/mchp_pfsoc_ioscb.c
1526 F: hw/misc/mchp_pfsoc_sysreg.c
1527 F: include/hw/riscv/microchip_pfsoc.h
1528 F: include/hw/char/mchp_pfsoc_mmuart.h
1529 F: include/hw/misc/mchp_pfsoc_dmc.h
1530 F: include/hw/misc/mchp_pfsoc_ioscb.h
1531 F: include/hw/misc/mchp_pfsoc_sysreg.h
1532
1533 Shakti C class SoC
1534 M: Vijai Kumar K <vijai@behindbytes.com>
1535 L: qemu-riscv@nongnu.org
1536 S: Supported
1537 F: hw/riscv/shakti_c.c
1538 F: hw/char/shakti_uart.c
1539 F: include/hw/riscv/shakti_c.h
1540 F: include/hw/char/shakti_uart.h
1541
1542 SiFive Machines
1543 M: Alistair Francis <Alistair.Francis@wdc.com>
1544 M: Bin Meng <bin.meng@windriver.com>
1545 M: Palmer Dabbelt <palmer@dabbelt.com>
1546 L: qemu-riscv@nongnu.org
1547 S: Supported
1548 F: hw/*/*sifive*.c
1549 F: include/hw/*/*sifive*.h
1550
1551 RX Machines
1552 -----------
1553 rx-gdbsim
1554 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1555 S: Orphan
1556 F: docs/system/target-rx.rst
1557 F: hw/rx/rx-gdbsim.c
1558 F: tests/avocado/machine_rx_gdbsim.py
1559
1560 SH4 Machines
1561 ------------
1562 R2D
1563 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1564 R: Magnus Damm <magnus.damm@gmail.com>
1565 S: Odd Fixes
1566 F: hw/char/sh_serial.c
1567 F: hw/sh4/r2d.c
1568 F: hw/intc/sh_intc.c
1569 F: hw/pci-host/sh_pci.c
1570 F: hw/timer/sh_timer.c
1571 F: include/hw/sh4/sh_intc.h
1572
1573 Shix
1574 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1575 R: Magnus Damm <magnus.damm@gmail.com>
1576 S: Odd Fixes
1577 F: hw/block/tc58128.c
1578 F: hw/char/sh_serial.c
1579 F: hw/sh4/shix.c
1580 F: hw/intc/sh_intc.c
1581 F: hw/timer/sh_timer.c
1582 F: include/hw/sh4/sh_intc.h
1583
1584 SPARC Machines
1585 --------------
1586 Sun4m
1587 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1588 S: Maintained
1589 F: hw/sparc/sun4m.c
1590 F: hw/sparc/sun4m_iommu.c
1591 F: hw/display/cg3.c
1592 F: hw/display/tcx.c
1593 F: hw/dma/sparc32_dma.c
1594 F: hw/misc/eccmemctl.c
1595 F: hw/*/slavio_*.c
1596 F: include/hw/nvram/sun_nvram.h
1597 F: include/hw/sparc/sparc32_dma.h
1598 F: include/hw/sparc/sun4m_iommu.h
1599 F: pc-bios/openbios-sparc32
1600
1601 Sun4u
1602 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1603 S: Maintained
1604 F: hw/sparc64/sun4u.c
1605 F: hw/sparc64/sun4u_iommu.c
1606 F: include/hw/sparc/sun4u_iommu.h
1607 F: hw/pci-host/sabre.c
1608 F: include/hw/pci-host/sabre.h
1609 F: hw/pci-bridge/simba.c
1610 F: include/hw/pci-bridge/simba.h
1611 F: pc-bios/openbios-sparc64
1612 F: tests/avocado/machine_sparc64_sun4u.py
1613
1614 Sun4v
1615 M: Artyom Tarasenko <atar4qemu@gmail.com>
1616 S: Maintained
1617 F: hw/sparc64/niagara.c
1618 F: hw/rtc/sun4v-rtc.c
1619 F: include/hw/rtc/sun4v-rtc.h
1620
1621 Leon3
1622 M: Fabien Chouteau <chouteau@adacore.com>
1623 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1624 S: Maintained
1625 F: hw/sparc/leon3.c
1626 F: hw/*/grlib*
1627 F: include/hw/*/grlib*
1628 F: tests/avocado/machine_sparc_leon3.py
1629
1630 S390 Machines
1631 -------------
1632 S390 Virtio-ccw
1633 M: Halil Pasic <pasic@linux.ibm.com>
1634 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1635 M: Eric Farman <farman@linux.ibm.com>
1636 S: Supported
1637 F: hw/s390x/
1638 F: include/hw/s390x/
1639 F: configs/devices/s390x-softmmu/default.mak
1640 F: tests/avocado/machine_s390_ccw_virtio.py
1641 T: git https://github.com/borntraeger/qemu.git s390-next
1642 L: qemu-s390x@nongnu.org
1643
1644 S390-ccw boot
1645 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1646 M: Thomas Huth <thuth@redhat.com>
1647 S: Supported
1648 F: hw/s390x/ipl.*
1649 F: pc-bios/s390-ccw/
1650 F: pc-bios/s390-ccw.img
1651 F: docs/devel/s390-dasd-ipl.rst
1652 T: git https://github.com/borntraeger/qemu.git s390-next
1653 L: qemu-s390x@nongnu.org
1654
1655 S390 PCI
1656 M: Matthew Rosato <mjrosato@linux.ibm.com>
1657 M: Eric Farman <farman@linux.ibm.com>
1658 S: Supported
1659 F: hw/s390x/s390-pci*
1660 F: include/hw/s390x/s390-pci*
1661 L: qemu-s390x@nongnu.org
1662
1663 S390 channel subsystem
1664 M: Halil Pasic <pasic@linux.ibm.com>
1665 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1666 M: Eric Farman <farman@linux.ibm.com>
1667 S: Supported
1668 F: hw/s390x/ccw-device.[ch]
1669 F: hw/s390x/css.c
1670 F: hw/s390x/css-bridge.c
1671 F: include/hw/s390x/css.h
1672 F: include/hw/s390x/css-bridge.h
1673 F: include/hw/s390x/ioinst.h
1674 F: target/s390x/ioinst.c
1675 L: qemu-s390x@nongnu.org
1676
1677 S390 CPU models
1678 M: David Hildenbrand <david@redhat.com>
1679 S: Maintained
1680 F: target/s390x/cpu_features*.[ch]
1681 F: target/s390x/cpu_models.[ch]
1682 L: qemu-s390x@nongnu.org
1683
1684 S390 SCLP-backed devices
1685 M: Halil Pasic <pasic@linux.ibm.com>
1686 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1687 S: Supported
1688 F: include/hw/s390x/event-facility.h
1689 F: include/hw/s390x/sclp.h
1690 F: hw/char/sclp*.[hc]
1691 F: hw/s390x/event-facility.c
1692 F: hw/s390x/sclp*.c
1693 L: qemu-s390x@nongnu.org
1694
1695 X86 Machines
1696 ------------
1697 PC
1698 M: Michael S. Tsirkin <mst@redhat.com>
1699 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1700 S: Supported
1701 F: include/hw/i386/
1702 F: hw/i386/
1703 F: hw/pci-host/i440fx.c
1704 F: hw/pci-host/q35.c
1705 F: hw/pci-host/pam.c
1706 F: include/hw/pci-host/i440fx.h
1707 F: include/hw/pci-host/q35.h
1708 F: include/hw/pci-host/pam.h
1709 F: hw/isa/piix3.c
1710 F: hw/isa/lpc_ich9.c
1711 F: hw/i2c/smbus_ich9.c
1712 F: hw/acpi/piix4.c
1713 F: hw/acpi/ich9*.c
1714 F: include/hw/acpi/ich9*.h
1715 F: include/hw/southbridge/ich9.h
1716 F: include/hw/southbridge/piix.h
1717 F: hw/isa/apm.c
1718 F: include/hw/isa/apm.h
1719 F: tests/unit/test-x86-cpuid.c
1720 F: tests/qtest/test-x86-cpuid-compat.c
1721
1722 PC Chipset
1723 M: Michael S. Tsirkin <mst@redhat.com>
1724 M: Paolo Bonzini <pbonzini@redhat.com>
1725 S: Supported
1726 F: hw/char/debugcon.c
1727 F: hw/char/parallel*
1728 F: hw/char/serial*
1729 F: hw/dma/i8257*
1730 F: hw/i2c/pm_smbus.c
1731 F: hw/input/pckbd.c
1732 F: hw/intc/apic*
1733 F: hw/intc/ioapic*
1734 F: hw/intc/i8259*
1735 F: hw/isa/isa-superio.c
1736 F: hw/misc/debugexit.c
1737 F: hw/misc/pc-testdev.c
1738 F: hw/timer/hpet*
1739 F: hw/timer/i8254*
1740 F: hw/rtc/mc146818rtc*
1741 F: hw/watchdog/wdt_ib700.c
1742 F: hw/watchdog/wdt_i6300esb.c
1743 F: include/hw/display/vga.h
1744 F: include/hw/char/parallel*.h
1745 F: include/hw/dma/i8257.h
1746 F: include/hw/i2c/pm_smbus.h
1747 F: include/hw/input/i8042.h
1748 F: include/hw/intc/ioapic*
1749 F: include/hw/isa/i8259_internal.h
1750 F: include/hw/isa/superio.h
1751 F: include/hw/timer/hpet.h
1752 F: include/hw/timer/i8254*
1753 F: include/hw/rtc/mc146818rtc*
1754
1755 microvm
1756 M: Sergio Lopez <slp@redhat.com>
1757 M: Paolo Bonzini <pbonzini@redhat.com>
1758 S: Maintained
1759 F: docs/system/i386/microvm.rst
1760 F: hw/i386/microvm.c
1761 F: include/hw/i386/microvm.h
1762 F: pc-bios/bios-microvm.bin
1763
1764 Machine core
1765 M: Eduardo Habkost <eduardo@habkost.net>
1766 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1767 R: Philippe Mathieu-Daudé <philmd@linaro.org>
1768 R: Yanan Wang <wangyanan55@huawei.com>
1769 S: Supported
1770 F: cpu.c
1771 F: hw/core/cpu.c
1772 F: hw/core/machine-qmp-cmds.c
1773 F: hw/core/machine.c
1774 F: hw/core/machine-smp.c
1775 F: hw/core/null-machine.c
1776 F: hw/core/numa.c
1777 F: hw/cpu/cluster.c
1778 F: qapi/machine.json
1779 F: qapi/machine-target.json
1780 F: include/hw/boards.h
1781 F: include/hw/core/cpu.h
1782 F: include/hw/cpu/cluster.h
1783 F: include/sysemu/numa.h
1784 F: tests/unit/test-smp-parse.c
1785 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1786
1787 Xtensa Machines
1788 ---------------
1789 sim
1790 M: Max Filippov <jcmvbkbc@gmail.com>
1791 S: Maintained
1792 F: hw/xtensa/sim.c
1793
1794 virt
1795 M: Max Filippov <jcmvbkbc@gmail.com>
1796 S: Maintained
1797 F: hw/xtensa/virt.c
1798
1799 XTFPGA (LX60, LX200, ML605, KC705)
1800 M: Max Filippov <jcmvbkbc@gmail.com>
1801 S: Maintained
1802 F: hw/xtensa/xtfpga.c
1803 F: hw/net/opencores_eth.c
1804
1805 Devices
1806 -------
1807 Overall Audio frontends
1808 M: Gerd Hoffmann <kraxel@redhat.com>
1809 S: Odd Fixes
1810 F: hw/audio/
1811 F: include/hw/audio/
1812 F: tests/qtest/ac97-test.c
1813 F: tests/qtest/es1370-test.c
1814 F: tests/qtest/intel-hda-test.c
1815 F: tests/qtest/fuzz-sb16-test.c
1816
1817 Xilinx CAN
1818 M: Vikram Garhwal <vikram.garhwal@amd.com>
1819 M: Francisco Iglesias <francisco.iglesias@amd.com>
1820 S: Maintained
1821 F: hw/net/can/xlnx-*
1822 F: include/hw/net/xlnx-*
1823 F: tests/qtest/xlnx-can*-test*
1824
1825 EDU
1826 M: Jiri Slaby <jslaby@suse.cz>
1827 S: Maintained
1828 F: hw/misc/edu.c
1829
1830 IDE
1831 M: John Snow <jsnow@redhat.com>
1832 L: qemu-block@nongnu.org
1833 S: Odd Fixes
1834 F: include/hw/ide.h
1835 F: include/hw/ide/
1836 F: hw/ide/
1837 F: hw/block/block.c
1838 F: hw/block/cdrom.c
1839 F: hw/block/hd-geometry.c
1840 F: tests/qtest/ide-test.c
1841 F: tests/qtest/ahci-test.c
1842 F: tests/qtest/cdrom-test.c
1843 F: tests/qtest/libqos/ahci*
1844 T: git https://gitlab.com/jsnow/qemu.git ide
1845
1846 IPMI
1847 M: Corey Minyard <minyard@acm.org>
1848 S: Maintained
1849 F: include/hw/ipmi/*
1850 F: hw/ipmi/*
1851 F: hw/smbios/smbios_type_38.c
1852 F: tests/qtest/ipmi*
1853 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1854
1855 Floppy
1856 M: John Snow <jsnow@redhat.com>
1857 L: qemu-block@nongnu.org
1858 S: Odd Fixes
1859 F: hw/block/fdc.c
1860 F: hw/block/fdc-internal.h
1861 F: hw/block/fdc-isa.c
1862 F: hw/block/fdc-sysbus.c
1863 F: include/hw/block/fdc.h
1864 F: tests/qtest/fdc-test.c
1865 T: git https://gitlab.com/jsnow/qemu.git ide
1866
1867 Hyper-V VMBus
1868 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1869 S: Odd Fixes
1870 F: hw/hyperv/vmbus.c
1871 F: include/hw/hyperv/vmbus*.h
1872
1873 OMAP
1874 M: Peter Maydell <peter.maydell@linaro.org>
1875 L: qemu-arm@nongnu.org
1876 S: Maintained
1877 F: hw/*/omap*
1878 F: include/hw/arm/omap.h
1879 F: docs/system/arm/sx1.rst
1880
1881 IPack
1882 M: Alberto Garcia <berto@igalia.com>
1883 S: Odd Fixes
1884 F: hw/char/ipoctal232.c
1885 F: hw/ipack/
1886
1887 PCI
1888 M: Michael S. Tsirkin <mst@redhat.com>
1889 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1890 S: Supported
1891 F: include/hw/pci/*
1892 F: hw/misc/pci-testdev.c
1893 F: hw/pci/*
1894 F: hw/pci-bridge/*
1895 F: qapi/pci.json
1896 F: docs/pci*
1897 F: docs/specs/*pci*
1898
1899 PCIE DOE
1900 M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1901 M: Chris Browy <cbrowy@avery-design.com>
1902 S: Supported
1903 F: include/hw/pci/pcie_doe.h
1904 F: hw/pci/pcie_doe.c
1905
1906 ACPI/SMBIOS
1907 M: Michael S. Tsirkin <mst@redhat.com>
1908 M: Igor Mammedov <imammedo@redhat.com>
1909 R: Ani Sinha <anisinha@redhat.com>
1910 S: Supported
1911 F: include/hw/acpi/*
1912 F: include/hw/firmware/smbios.h
1913 F: hw/acpi/*
1914 F: hw/smbios/*
1915 F: hw/i386/acpi-build.[hc]
1916 F: hw/arm/virt-acpi-build.c
1917 F: qapi/acpi.json
1918 F: tests/qtest/bios-tables-test*
1919 F: tests/qtest/acpi-utils.[hc]
1920 F: tests/data/acpi/
1921 F: docs/specs/acpi_cpu_hotplug.rst
1922 F: docs/specs/acpi_mem_hotplug.rst
1923 F: docs/specs/acpi_nvdimm.rst
1924 F: docs/specs/acpi_pci_hotplug.rst
1925 F: docs/specs/acpi_hw_reduced_hotplug.rst
1926
1927 ARM ACPI Subsystem
1928 M: Shannon Zhao <shannon.zhaosl@gmail.com>
1929 L: qemu-arm@nongnu.org
1930 S: Maintained
1931 F: hw/arm/virt-acpi-build.c
1932
1933 RISC-V ACPI Subsystem
1934 M: Sunil V L <sunilvl@ventanamicro.com>
1935 L: qemu-riscv@nongnu.org
1936 S: Maintained
1937 F: hw/riscv/virt-acpi-build.c
1938
1939 ACPI/VIOT
1940 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1941 S: Supported
1942 F: hw/acpi/viot.c
1943 F: hw/acpi/viot.h
1944
1945 ACPI/AVOCADO/BIOSBITS
1946 M: Ani Sinha <anisinha@redhat.com>
1947 M: Michael S. Tsirkin <mst@redhat.com>
1948 S: Supported
1949 F: tests/avocado/acpi-bits/*
1950 F: tests/avocado/acpi-bits.py
1951 F: docs/devel/acpi-bits.rst
1952
1953 ACPI/HEST/GHES
1954 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1955 L: qemu-arm@nongnu.org
1956 S: Maintained
1957 F: hw/acpi/ghes.c
1958 F: include/hw/acpi/ghes.h
1959 F: docs/specs/acpi_hest_ghes.rst
1960
1961 ppc4xx
1962 L: qemu-ppc@nongnu.org
1963 S: Orphan
1964 F: hw/ppc/ppc4*.c
1965 F: hw/i2c/ppc4xx_i2c.c
1966 F: include/hw/ppc/ppc4xx.h
1967 F: include/hw/i2c/ppc4xx_i2c.h
1968 F: hw/intc/ppc-uic.c
1969 F: include/hw/intc/ppc-uic.h
1970
1971 Character devices
1972 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1973 R: Paolo Bonzini <pbonzini@redhat.com>
1974 S: Odd Fixes
1975 F: hw/char/
1976
1977 Network devices
1978 M: Jason Wang <jasowang@redhat.com>
1979 S: Odd Fixes
1980 F: hw/net/
1981 F: include/hw/net/
1982 F: tests/qtest/virtio-net-test.c
1983 F: docs/virtio-net-failover.rst
1984 T: git https://github.com/jasowang/qemu.git net
1985
1986 Parallel NOR Flash devices
1987 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1988 T: git https://gitlab.com/philmd/qemu.git pflash-next
1989 S: Maintained
1990 F: hw/block/pflash_cfi*.c
1991 F: include/hw/block/flash.h
1992
1993 SCSI
1994 M: Paolo Bonzini <pbonzini@redhat.com>
1995 R: Fam Zheng <fam@euphon.net>
1996 S: Supported
1997 F: include/hw/scsi/*
1998 F: hw/scsi/*
1999 F: tests/qtest/virtio-scsi-test.c
2000 F: tests/qtest/fuzz-virtio-scsi-test.c
2001 F: tests/qtest/am53c974-test.c
2002 F: tests/qtest/fuzz-lsi53c895a-test.c
2003 T: git https://github.com/bonzini/qemu.git scsi-next
2004
2005 SSI
2006 M: Alistair Francis <alistair@alistair23.me>
2007 S: Maintained
2008 F: hw/ssi/*
2009 F: hw/block/m25p80*
2010 F: include/hw/ssi/ssi.h
2011 X: hw/ssi/xilinx_*
2012 F: tests/qtest/m25p80-test.c
2013
2014 Xilinx SPI
2015 M: Alistair Francis <alistair@alistair23.me>
2016 S: Maintained
2017 F: hw/ssi/xilinx_*
2018
2019 SD (Secure Card)
2020 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2021 M: Bin Meng <bin.meng@windriver.com>
2022 L: qemu-block@nongnu.org
2023 S: Odd Fixes
2024 F: include/hw/sd/sd*
2025 F: hw/sd/core.c
2026 F: hw/sd/sd*
2027 F: hw/sd/ssi-sd.c
2028 F: tests/qtest/fuzz-sdcard-test.c
2029 F: tests/qtest/sdhci-test.c
2030
2031 USB
2032 M: Gerd Hoffmann <kraxel@redhat.com>
2033 S: Odd Fixes
2034 F: hw/usb/*
2035 F: stubs/usb-dev-stub.c
2036 F: tests/qtest/usb-*-test.c
2037 F: docs/system/devices/usb.rst
2038 F: include/hw/usb.h
2039 F: include/hw/usb/
2040
2041 USB (serial adapter)
2042 R: Gerd Hoffmann <kraxel@redhat.com>
2043 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2044 S: Maintained
2045 F: hw/usb/dev-serial.c
2046
2047 VFIO
2048 M: Alex Williamson <alex.williamson@redhat.com>
2049 R: Cédric Le Goater <clg@redhat.com>
2050 S: Supported
2051 F: hw/vfio/*
2052 F: include/hw/vfio/
2053 F: docs/igd-assign.txt
2054 F: docs/devel/vfio-migration.rst
2055
2056 vfio-ccw
2057 M: Eric Farman <farman@linux.ibm.com>
2058 M: Matthew Rosato <mjrosato@linux.ibm.com>
2059 S: Supported
2060 F: hw/vfio/ccw.c
2061 F: hw/s390x/s390-ccw.c
2062 F: include/hw/s390x/s390-ccw.h
2063 F: include/hw/s390x/vfio-ccw.h
2064 L: qemu-s390x@nongnu.org
2065
2066 vfio-ap
2067 M: Tony Krowiak <akrowiak@linux.ibm.com>
2068 M: Halil Pasic <pasic@linux.ibm.com>
2069 M: Jason Herne <jjherne@linux.ibm.com>
2070 S: Supported
2071 F: hw/s390x/ap-device.c
2072 F: hw/s390x/ap-bridge.c
2073 F: include/hw/s390x/ap-device.h
2074 F: include/hw/s390x/ap-bridge.h
2075 F: hw/vfio/ap.c
2076 F: docs/system/s390x/vfio-ap.rst
2077 L: qemu-s390x@nongnu.org
2078
2079 vhost
2080 M: Michael S. Tsirkin <mst@redhat.com>
2081 S: Supported
2082 F: hw/*/*vhost*
2083 F: docs/interop/vhost-user.json
2084 F: docs/interop/vhost-user.rst
2085 F: contrib/vhost-user-*/
2086 F: backends/vhost-user.c
2087 F: include/sysemu/vhost-user-backend.h
2088 F: subprojects/libvhost-user/
2089
2090 vhost-shadow-virtqueue
2091 R: Eugenio Pérez <eperezma@redhat.com>
2092 F: hw/virtio/vhost-shadow-virtqueue.*
2093
2094 virtio
2095 M: Michael S. Tsirkin <mst@redhat.com>
2096 S: Supported
2097 F: hw/*/virtio*
2098 F: hw/virtio/Makefile.objs
2099 F: hw/virtio/trace-events
2100 F: qapi/virtio.json
2101 F: net/vhost-user.c
2102 F: include/hw/virtio/
2103 F: docs/devel/virtio*
2104
2105 virtio-balloon
2106 M: Michael S. Tsirkin <mst@redhat.com>
2107 M: David Hildenbrand <david@redhat.com>
2108 S: Maintained
2109 F: docs/interop/virtio-balloon-stats.rst
2110 F: hw/virtio/virtio-balloon*.c
2111 F: include/hw/virtio/virtio-balloon.h
2112 F: softmmu/balloon.c
2113 F: include/sysemu/balloon.h
2114
2115 virtio-9p
2116 M: Greg Kurz <groug@kaod.org>
2117 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2118 S: Odd Fixes
2119 W: https://wiki.qemu.org/Documentation/9p
2120 F: hw/9pfs/
2121 X: hw/9pfs/xen-9p*
2122 F: fsdev/
2123 F: docs/tools/virtfs-proxy-helper.rst
2124 F: tests/qtest/virtio-9p-test.c
2125 F: tests/qtest/libqos/virtio-9p*
2126 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2127 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2128
2129 virtio-blk
2130 M: Stefan Hajnoczi <stefanha@redhat.com>
2131 L: qemu-block@nongnu.org
2132 S: Supported
2133 F: hw/block/virtio-blk-common.c
2134 F: hw/block/virtio-blk.c
2135 F: hw/block/dataplane/*
2136 F: include/hw/virtio/virtio-blk-common.h
2137 F: tests/qtest/virtio-blk-test.c
2138 T: git https://github.com/stefanha/qemu.git block
2139
2140 virtio-ccw
2141 M: Cornelia Huck <cohuck@redhat.com>
2142 M: Halil Pasic <pasic@linux.ibm.com>
2143 M: Eric Farman <farman@linux.ibm.com>
2144 S: Supported
2145 F: hw/s390x/virtio-ccw*.[hc]
2146 F: hw/s390x/vhost-*-ccw.c
2147 T: git https://gitlab.com/cohuck/qemu.git s390-next
2148 T: git https://github.com/borntraeger/qemu.git s390-next
2149 L: qemu-s390x@nongnu.org
2150
2151 virtiofs
2152 M: Stefan Hajnoczi <stefanha@redhat.com>
2153 S: Supported
2154 F: hw/virtio/vhost-user-fs*
2155 F: include/hw/virtio/vhost-user-fs.h
2156 L: virtio-fs@redhat.com
2157
2158 virtio-input
2159 M: Gerd Hoffmann <kraxel@redhat.com>
2160 S: Odd Fixes
2161 F: hw/input/vhost-user-input.c
2162 F: hw/input/virtio-input*.c
2163 F: include/hw/virtio/virtio-input.h
2164 F: contrib/vhost-user-input/*
2165
2166 virtio-iommu
2167 M: Eric Auger <eric.auger@redhat.com>
2168 S: Maintained
2169 F: hw/virtio/virtio-iommu*.c
2170 F: include/hw/virtio/virtio-iommu.h
2171
2172 virtio-serial
2173 M: Laurent Vivier <lvivier@redhat.com>
2174 R: Amit Shah <amit@kernel.org>
2175 S: Supported
2176 F: hw/char/virtio-serial-bus.c
2177 F: hw/char/virtio-console.c
2178 F: include/hw/virtio/virtio-serial.h
2179 F: tests/qtest/virtio-serial-test.c
2180
2181 virtio-rng
2182 M: Laurent Vivier <lvivier@redhat.com>
2183 R: Amit Shah <amit@kernel.org>
2184 S: Supported
2185 F: hw/virtio/virtio-rng.c
2186 F: include/hw/virtio/virtio-rng.h
2187 F: include/sysemu/rng*.h
2188 F: backends/rng*.c
2189 F: tests/qtest/virtio-rng-test.c
2190
2191 vhost-user-rng
2192 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2193 S: Supported
2194 F: docs/system/devices/vhost-user-rng.rst
2195 F: hw/virtio/vhost-user-rng.c
2196 F: hw/virtio/vhost-user-rng-pci.c
2197 F: include/hw/virtio/vhost-user-rng.h
2198 F: tools/vhost-user-rng/*
2199
2200 vhost-user-gpio
2201 M: Alex Bennée <alex.bennee@linaro.org>
2202 R: Viresh Kumar <viresh.kumar@linaro.org>
2203 S: Maintained
2204 F: hw/virtio/vhost-user-gpio*
2205 F: include/hw/virtio/vhost-user-gpio.h
2206 F: tests/qtest/libqos/virtio-gpio.*
2207
2208 virtio-crypto
2209 M: Gonglei <arei.gonglei@huawei.com>
2210 S: Supported
2211 F: hw/virtio/virtio-crypto.c
2212 F: hw/virtio/virtio-crypto-pci.c
2213 F: include/hw/virtio/virtio-crypto.h
2214
2215 virtio-mem
2216 M: David Hildenbrand <david@redhat.com>
2217 S: Supported
2218 W: https://virtio-mem.gitlab.io/
2219 F: hw/virtio/virtio-mem.c
2220 F: hw/virtio/virtio-mem-pci.h
2221 F: hw/virtio/virtio-mem-pci.c
2222 F: include/hw/virtio/virtio-mem.h
2223
2224 nvme
2225 M: Keith Busch <kbusch@kernel.org>
2226 M: Klaus Jensen <its@irrelevant.dk>
2227 L: qemu-block@nongnu.org
2228 S: Supported
2229 F: hw/nvme/*
2230 F: include/block/nvme.h
2231 F: tests/qtest/nvme-test.c
2232 F: docs/system/devices/nvme.rst
2233 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2234
2235 megasas
2236 M: Hannes Reinecke <hare@suse.com>
2237 L: qemu-block@nongnu.org
2238 S: Supported
2239 F: hw/scsi/megasas.c
2240 F: hw/scsi/mfi.h
2241 F: tests/qtest/megasas-test.c
2242 F: tests/qtest/fuzz-megasas-test.c
2243
2244 Network packet abstractions
2245 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2246 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2247 S: Maintained
2248 F: include/net/eth.h
2249 F: net/eth.c
2250 F: hw/net/net_rx_pkt*
2251 F: hw/net/net_tx_pkt*
2252
2253 Vmware
2254 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2255 S: Maintained
2256 F: hw/net/vmxnet*
2257 F: hw/scsi/vmw_pvscsi*
2258 F: tests/qtest/vmxnet3-test.c
2259
2260 Rocker
2261 M: Jiri Pirko <jiri@resnulli.us>
2262 S: Maintained
2263 F: hw/net/rocker/
2264 F: qapi/rocker.json
2265 F: tests/rocker/
2266 F: docs/specs/rocker.txt
2267
2268 e1000x
2269 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2270 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2271 S: Maintained
2272 F: hw/net/e1000x*
2273
2274 e1000e
2275 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2276 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2277 S: Maintained
2278 F: hw/net/e1000e*
2279 F: tests/qtest/fuzz-e1000e-test.c
2280 F: tests/qtest/e1000e-test.c
2281 F: tests/qtest/libqos/e1000e.*
2282
2283 igb
2284 M: Akihiko Odaki <akihiko.odaki@daynix.com>
2285 R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2286 S: Maintained
2287 F: docs/system/devices/igb.rst
2288 F: hw/net/igb*
2289 F: tests/avocado/netdev-ethtool.py
2290 F: tests/qtest/igb-test.c
2291 F: tests/qtest/libqos/igb.c
2292
2293 eepro100
2294 M: Stefan Weil <sw@weilnetz.de>
2295 S: Maintained
2296 F: hw/net/eepro100.c
2297
2298 tulip
2299 M: Sven Schnelle <svens@stackframe.org>
2300 S: Maintained
2301 F: hw/net/tulip.c
2302 F: hw/net/tulip.h
2303
2304 pca954x
2305 M: Patrick Venture <venture@google.com>
2306 S: Maintained
2307 F: hw/i2c/i2c_mux_pca954x.c
2308 F: include/hw/i2c/i2c_mux_pca954x.h
2309
2310 Generic Loader
2311 M: Alistair Francis <alistair@alistair23.me>
2312 S: Maintained
2313 F: hw/core/generic-loader.c
2314 F: hw/core/uboot_image.h
2315 F: include/hw/core/generic-loader.h
2316 F: docs/system/generic-loader.rst
2317
2318 Guest Loader
2319 M: Alex Bennée <alex.bennee@linaro.org>
2320 S: Maintained
2321 F: hw/core/guest-loader.c
2322 F: docs/system/guest-loader.rst
2323 F: tests/avocado/boot_xen.py
2324
2325 Intel Hexadecimal Object File Loader
2326 M: Su Hang <suhang16@mails.ucas.ac.cn>
2327 S: Maintained
2328 F: tests/qtest/hexloader-test.c
2329 F: tests/data/hex-loader/test.hex
2330
2331 CHRP NVRAM
2332 M: Thomas Huth <thuth@redhat.com>
2333 S: Maintained
2334 F: hw/nvram/chrp_nvram.c
2335 F: include/hw/nvram/chrp_nvram.h
2336 F: tests/qtest/prom-env-test.c
2337
2338 VM Generation ID
2339 S: Orphan
2340 R: Ani Sinha <ani@anisinha.ca>
2341 F: hw/acpi/vmgenid.c
2342 F: include/hw/acpi/vmgenid.h
2343 F: docs/specs/vmgenid.txt
2344 F: tests/qtest/vmgenid-test.c
2345
2346 LED
2347 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2348 S: Maintained
2349 F: include/hw/misc/led.h
2350 F: hw/misc/led.c
2351
2352 Unimplemented device
2353 M: Peter Maydell <peter.maydell@linaro.org>
2354 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2355 R: Ani Sinha <ani@anisinha.ca>
2356 S: Maintained
2357 F: include/hw/misc/unimp.h
2358 F: hw/misc/unimp.c
2359
2360 Empty slot
2361 M: Artyom Tarasenko <atar4qemu@gmail.com>
2362 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2363 R: Ani Sinha <ani@anisinha.ca>
2364 S: Maintained
2365 F: include/hw/misc/empty_slot.h
2366 F: hw/misc/empty_slot.c
2367
2368 Standard VGA
2369 M: Gerd Hoffmann <kraxel@redhat.com>
2370 S: Maintained
2371 F: hw/display/vga*
2372 F: hw/display/bochs-display.c
2373 F: include/hw/display/vga.h
2374 F: include/hw/display/bochs-vbe.h
2375
2376 ramfb
2377 M: Gerd Hoffmann <kraxel@redhat.com>
2378 S: Maintained
2379 F: hw/display/ramfb*.c
2380 F: include/hw/display/ramfb.h
2381
2382 virtio-gpu
2383 M: Gerd Hoffmann <kraxel@redhat.com>
2384 S: Odd Fixes
2385 F: hw/display/virtio-gpu*
2386 F: hw/display/virtio-vga.*
2387 F: include/hw/virtio/virtio-gpu.h
2388
2389 vhost-user-blk
2390 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2391 S: Maintained
2392 F: contrib/vhost-user-blk/
2393 F: contrib/vhost-user-scsi/
2394 F: hw/block/vhost-user-blk.c
2395 F: hw/block/virtio-blk-common.c
2396 F: hw/scsi/vhost-user-scsi.c
2397 F: hw/virtio/vhost-user-blk-pci.c
2398 F: hw/virtio/vhost-user-scsi-pci.c
2399 F: include/hw/virtio/vhost-user-blk.h
2400 F: include/hw/virtio/vhost-user-scsi.h
2401 F: include/hw/virtio/virtio-blk-common.h
2402
2403 vhost-user-gpu
2404 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2405 R: Gerd Hoffmann <kraxel@redhat.com>
2406 S: Maintained
2407 F: docs/interop/vhost-user-gpu.rst
2408 F: contrib/vhost-user-gpu
2409 F: hw/display/vhost-user-*
2410
2411 Cirrus VGA
2412 M: Gerd Hoffmann <kraxel@redhat.com>
2413 S: Odd Fixes
2414 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2415 F: hw/display/cirrus*
2416
2417 EDID Generator
2418 M: Gerd Hoffmann <kraxel@redhat.com>
2419 S: Maintained
2420 F: hw/display/edid*
2421 F: include/hw/display/edid.h
2422 F: qemu-edid.c
2423
2424 PIIX4 South Bridge (i82371AB)
2425 M: Hervé Poussineau <hpoussin@reactos.org>
2426 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2427 S: Maintained
2428 F: hw/isa/piix4.c
2429 F: include/hw/southbridge/piix.h
2430
2431 Firmware configuration (fw_cfg)
2432 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2433 R: Gerd Hoffmann <kraxel@redhat.com>
2434 S: Supported
2435 F: docs/specs/fw_cfg.txt
2436 F: hw/nvram/fw_cfg*.c
2437 F: stubs/fw_cfg.c
2438 F: include/hw/nvram/fw_cfg.h
2439 F: include/standard-headers/linux/qemu_fw_cfg.h
2440 F: tests/qtest/libqos/fw_cfg.c
2441 F: tests/qtest/fw_cfg-test.c
2442 T: git https://github.com/philmd/qemu.git fw_cfg-next
2443
2444 XIVE
2445 M: Cédric Le Goater <clg@kaod.org>
2446 L: qemu-ppc@nongnu.org
2447 S: Odd Fixes
2448 F: hw/*/*xive*
2449 F: include/hw/*/*xive*
2450 F: docs/*/*xive*
2451
2452 Renesas peripherals
2453 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2454 R: Magnus Damm <magnus.damm@gmail.com>
2455 S: Odd Fixes
2456 F: hw/char/renesas_sci.c
2457 F: hw/char/sh_serial.c
2458 F: hw/timer/renesas_*.c
2459 F: hw/timer/sh_timer.c
2460 F: include/hw/char/renesas_sci.h
2461 F: include/hw/sh4/sh.h
2462 F: include/hw/timer/renesas_*.h
2463
2464 Renesas RX peripherals
2465 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2466 S: Orphan
2467 F: hw/intc/rx_icu.c
2468 F: hw/rx/
2469 F: include/hw/intc/rx_icu.h
2470 F: include/hw/rx/
2471
2472 CAN bus subsystem and hardware
2473 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2474 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2475 S: Maintained
2476 W: https://canbus.pages.fel.cvut.cz/
2477 F: net/can/*
2478 F: hw/net/can/*
2479 F: include/net/can_*.h
2480
2481 OpenPIC interrupt controller
2482 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2483 S: Odd Fixes
2484 F: hw/intc/openpic.c
2485 F: include/hw/ppc/openpic.h
2486
2487 MIPS CPS
2488 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2489 S: Odd Fixes
2490 F: hw/misc/mips_*
2491 F: include/hw/misc/mips_*
2492
2493 MIPS GIC
2494 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2495 S: Odd Fixes
2496 F: hw/intc/mips_gic.c
2497 F: hw/timer/mips_gictimer.c
2498 F: include/hw/intc/mips_gic.h
2499 F: include/hw/timer/mips_gictimer.h
2500
2501 S390 3270 device
2502 M: Halil Pasic <pasic@linux.ibm.com>
2503 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2504 S: Odd fixes
2505 F: include/hw/s390x/3270-ccw.h
2506 F: hw/char/terminal3270.c
2507 F: hw/s390x/3270-ccw.c
2508 L: qemu-s390x@nongnu.org
2509
2510 S390 diag 288 watchdog
2511 M: Halil Pasic <pasic@linux.ibm.com>
2512 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2513 S: Supported
2514 F: hw/watchdog/wdt_diag288.c
2515 F: include/hw/watchdog/wdt_diag288.h
2516 L: qemu-s390x@nongnu.org
2517
2518 S390 storage key device
2519 M: Halil Pasic <pasic@linux.ibm.com>
2520 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2521 S: Supported
2522 F: hw/s390x/storage-keys.h
2523 F: hw/390x/s390-skeys*.c
2524 L: qemu-s390x@nongnu.org
2525
2526 S390 storage attribute device
2527 M: Halil Pasic <pasic@linux.ibm.com>
2528 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2529 S: Supported
2530 F: hw/s390x/storage-attributes.h
2531 F: hw/s390/s390-stattrib*.c
2532 L: qemu-s390x@nongnu.org
2533
2534 S390 floating interrupt controller
2535 M: Halil Pasic <pasic@linux.ibm.com>
2536 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2537 M: David Hildenbrand <david@redhat.com>
2538 S: Supported
2539 F: hw/intc/s390_flic*.c
2540 F: include/hw/s390x/s390_flic.h
2541 L: qemu-s390x@nongnu.org
2542
2543 CanoKey
2544 M: Hongren (Zenithal) Zheng <i@zenithal.me>
2545 S: Maintained
2546 R: Canokeys.org <contact@canokeys.org>
2547 F: hw/usb/canokey.c
2548 F: hw/usb/canokey.h
2549 F: docs/system/devices/canokey.rst
2550
2551 Subsystems
2552 ----------
2553 Overall Audio backends
2554 M: Gerd Hoffmann <kraxel@redhat.com>
2555 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2556 S: Odd Fixes
2557 F: audio/
2558 X: audio/alsaaudio.c
2559 X: audio/coreaudio.c
2560 X: audio/dsound*
2561 X: audio/jackaudio.c
2562 X: audio/ossaudio.c
2563 X: audio/paaudio.c
2564 X: audio/sdlaudio.c
2565 X: audio/sndioaudio.c
2566 X: audio/spiceaudio.c
2567 F: qapi/audio.json
2568
2569 ALSA Audio backend
2570 M: Gerd Hoffmann <kraxel@redhat.com>
2571 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2572 S: Odd Fixes
2573 F: audio/alsaaudio.c
2574
2575 Core Audio framework backend
2576 M: Gerd Hoffmann <kraxel@redhat.com>
2577 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2578 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2579 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2580 S: Odd Fixes
2581 F: audio/coreaudio.c
2582
2583 DSound Audio backend
2584 M: Gerd Hoffmann <kraxel@redhat.com>
2585 S: Odd Fixes
2586 F: audio/dsound*
2587
2588 JACK Audio Connection Kit backend
2589 M: Gerd Hoffmann <kraxel@redhat.com>
2590 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2591 S: Odd Fixes
2592 F: audio/jackaudio.c
2593
2594 Open Sound System (OSS) Audio backend
2595 M: Gerd Hoffmann <kraxel@redhat.com>
2596 S: Odd Fixes
2597 F: audio/ossaudio.c
2598
2599 PulseAudio backend
2600 M: Gerd Hoffmann <kraxel@redhat.com>
2601 S: Odd Fixes
2602 F: audio/paaudio.c
2603
2604 SDL Audio backend
2605 M: Gerd Hoffmann <kraxel@redhat.com>
2606 R: Thomas Huth <huth@tuxfamily.org>
2607 S: Odd Fixes
2608 F: audio/sdlaudio.c
2609
2610 Sndio Audio backend
2611 M: Gerd Hoffmann <kraxel@redhat.com>
2612 R: Alexandre Ratchov <alex@caoua.org>
2613 S: Odd Fixes
2614 F: audio/sndioaudio.c
2615
2616 Block layer core
2617 M: Kevin Wolf <kwolf@redhat.com>
2618 M: Hanna Reitz <hreitz@redhat.com>
2619 L: qemu-block@nongnu.org
2620 S: Supported
2621 F: block*
2622 F: block/
2623 F: hw/block/
2624 F: qapi/block*.json
2625 F: qapi/transaction.json
2626 F: include/block/
2627 F: include/sysemu/block-*.h
2628 F: qemu-img*
2629 F: docs/tools/qemu-img.rst
2630 F: qemu-io*
2631 F: tests/qemu-iotests/
2632 F: util/qemu-progress.c
2633 F: qobject/block-qdict.c
2634 F: tests/unit/check-block-qdict.c
2635 T: git https://repo.or.cz/qemu/kevin.git block
2636
2637 Storage daemon
2638 M: Kevin Wolf <kwolf@redhat.com>
2639 L: qemu-block@nongnu.org
2640 S: Supported
2641 F: storage-daemon/
2642 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2643 F: docs/tools/qemu-storage-daemon.rst
2644 T: git https://repo.or.cz/qemu/kevin.git block
2645
2646 Block I/O path
2647 M: Stefan Hajnoczi <stefanha@redhat.com>
2648 M: Fam Zheng <fam@euphon.net>
2649 L: qemu-block@nongnu.org
2650 S: Supported
2651 F: util/async.c
2652 F: util/aio-*.c
2653 F: util/aio-*.h
2654 F: util/fdmon-*.c
2655 F: block/io.c
2656 F: block/plug.c
2657 F: migration/block*
2658 F: include/block/aio.h
2659 F: include/block/aio-wait.h
2660 F: scripts/qemugdb/aio.py
2661 F: tests/unit/test-fdmon-epoll.c
2662 T: git https://github.com/stefanha/qemu.git block
2663
2664 Block SCSI subsystem
2665 M: Paolo Bonzini <pbonzini@redhat.com>
2666 R: Fam Zheng <fam@euphon.net>
2667 L: qemu-block@nongnu.org
2668 S: Supported
2669 F: include/scsi/*
2670 F: scsi/*
2671
2672 Block Jobs
2673 M: John Snow <jsnow@redhat.com>
2674 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2675 L: qemu-block@nongnu.org
2676 S: Supported
2677 F: blockjob.c
2678 F: include/block/blockjob.h
2679 F: job.c
2680 F: job-qmp.c
2681 F: include/qemu/job.h
2682 F: block/backup.c
2683 F: block/commit.c
2684 F: block/stream.c
2685 F: block/mirror.c
2686 F: qapi/job.json
2687 F: block/block-copy.c
2688 F: include/block/block-copy.h
2689 F: block/reqlist.c
2690 F: include/block/reqlist.h
2691 F: block/copy-before-write.h
2692 F: block/copy-before-write.c
2693 F: block/snapshot-access.c
2694 F: include/block/aio_task.h
2695 F: block/aio_task.c
2696 F: util/qemu-co-shared-resource.c
2697 F: include/qemu/co-shared-resource.h
2698 T: git https://gitlab.com/jsnow/qemu.git jobs
2699 T: git https://gitlab.com/vsementsov/qemu.git block
2700
2701 Compute Express Link
2702 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2703 R: Fan Ni <fan.ni@samsung.com>
2704 S: Supported
2705 F: hw/cxl/
2706 F: hw/mem/cxl_type3.c
2707 F: include/hw/cxl/
2708
2709 Dirty Bitmaps
2710 M: Eric Blake <eblake@redhat.com>
2711 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2712 R: John Snow <jsnow@redhat.com>
2713 L: qemu-block@nongnu.org
2714 S: Supported
2715 F: include/qemu/hbitmap.h
2716 F: include/block/dirty-bitmap.h
2717 F: block/monitor/bitmap-qmp-cmds.c
2718 F: block/dirty-bitmap.c
2719 F: block/qcow2-bitmap.c
2720 F: migration/block-dirty-bitmap.c
2721 F: util/hbitmap.c
2722 F: tests/unit/test-hbitmap.c
2723 F: docs/interop/bitmaps.rst
2724 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2725 T: git https://gitlab.com/vsementsov/qemu.git block
2726
2727 Character device backends
2728 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2729 R: Paolo Bonzini <pbonzini@redhat.com>
2730 S: Maintained
2731 F: chardev/
2732 F: include/chardev/
2733 F: qapi/char.json
2734
2735 Character Devices (Braille)
2736 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2737 S: Maintained
2738 F: chardev/baum.c
2739
2740 Command line option argument parsing
2741 M: Markus Armbruster <armbru@redhat.com>
2742 S: Supported
2743 F: include/qemu/option.h
2744 F: tests/unit/test-keyval.c
2745 F: tests/unit/test-qemu-opts.c
2746 F: util/keyval.c
2747 F: util/qemu-option.c
2748
2749 Coverity model
2750 M: Markus Armbruster <armbru@redhat.com>
2751 S: Supported
2752 F: scripts/coverity-model.c
2753
2754 Coverity Scan integration
2755 M: Peter Maydell <peter.maydell@linaro.org>
2756 S: Maintained
2757 F: scripts/coverity-scan/
2758
2759 Device Tree
2760 M: Alistair Francis <alistair.francis@wdc.com>
2761 R: David Gibson <david@gibson.dropbear.id.au>
2762 S: Maintained
2763 F: softmmu/device_tree.c
2764 F: include/sysemu/device_tree.h
2765
2766 Dump
2767 S: Supported
2768 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2769 F: dump/
2770 F: hw/misc/vmcoreinfo.c
2771 F: include/hw/misc/vmcoreinfo.h
2772 F: include/qemu/win_dump_defs
2773 F: include/sysemu/dump-arch.h
2774 F: include/sysemu/dump.h
2775 F: qapi/dump.json
2776 F: scripts/dump-guest-memory.py
2777 F: stubs/dump.c
2778
2779 Error reporting
2780 M: Markus Armbruster <armbru@redhat.com>
2781 S: Supported
2782 F: include/qapi/error.h
2783 F: include/qemu/error-report.h
2784 F: qapi/error.json
2785 F: util/error.c
2786 F: util/qemu-error.c
2787 F: scripts/coccinelle/err-bad-newline.cocci
2788 F: scripts/coccinelle/error-use-after-free.cocci
2789 F: scripts/coccinelle/error_propagate_null.cocci
2790 F: scripts/coccinelle/remove_local_err.cocci
2791 F: scripts/coccinelle/use-error_fatal.cocci
2792 F: scripts/coccinelle/errp-guard.cocci
2793
2794 GDB stub
2795 M: Alex Bennée <alex.bennee@linaro.org>
2796 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2797 S: Maintained
2798 F: docs/system/gdb.rst
2799 F: gdbstub/*
2800 F: include/exec/gdbstub.h
2801 F: include/gdbstub/*
2802 F: gdb-xml/
2803 F: tests/tcg/multiarch/gdbstub/
2804 F: scripts/feature_to_c.sh
2805 F: scripts/probe-gdb-support.py
2806
2807 Memory API
2808 M: Paolo Bonzini <pbonzini@redhat.com>
2809 M: Peter Xu <peterx@redhat.com>
2810 M: David Hildenbrand <david@redhat.com>
2811 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2812 S: Supported
2813 F: include/exec/ioport.h
2814 F: include/exec/memop.h
2815 F: include/exec/memory.h
2816 F: include/exec/ram_addr.h
2817 F: include/exec/ramblock.h
2818 F: include/sysemu/memory_mapping.h
2819 F: softmmu/dma-helpers.c
2820 F: softmmu/ioport.c
2821 F: softmmu/memory.c
2822 F: softmmu/memory_mapping.c
2823 F: softmmu/physmem.c
2824 F: include/exec/memory-internal.h
2825 F: scripts/coccinelle/memory-region-housekeeping.cocci
2826
2827 Memory devices
2828 M: David Hildenbrand <david@redhat.com>
2829 M: Igor Mammedov <imammedo@redhat.com>
2830 R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2831 S: Supported
2832 F: hw/mem/memory-device.c
2833 F: hw/mem/nvdimm.c
2834 F: hw/mem/pc-dimm.c
2835 F: include/hw/mem/memory-device.h
2836 F: include/hw/mem/nvdimm.h
2837 F: include/hw/mem/pc-dimm.h
2838 F: docs/nvdimm.txt
2839
2840 SPICE
2841 M: Gerd Hoffmann <kraxel@redhat.com>
2842 S: Odd Fixes
2843 F: include/ui/qemu-spice.h
2844 F: include/ui/spice-display.h
2845 F: ui/spice-*.c
2846 F: audio/spiceaudio.c
2847 F: hw/display/qxl*
2848 F: qapi/ui.json
2849 F: docs/spice-port-fqdn.txt
2850
2851 Graphics
2852 M: Gerd Hoffmann <kraxel@redhat.com>
2853 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2854 S: Odd Fixes
2855 F: ui/
2856 F: include/ui/
2857 F: qapi/ui.json
2858 F: util/drm.c
2859 F: docs/devel/ui.rst
2860
2861 Cocoa graphics
2862 M: Peter Maydell <peter.maydell@linaro.org>
2863 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2864 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2865 S: Odd Fixes
2866 F: ui/cocoa.m
2867
2868 Main loop
2869 M: Paolo Bonzini <pbonzini@redhat.com>
2870 S: Maintained
2871 F: include/qemu/main-loop.h
2872 F: include/sysemu/runstate.h
2873 F: include/sysemu/runstate-action.h
2874 F: util/main-loop.c
2875 F: util/qemu-timer.c
2876 F: softmmu/vl.c
2877 F: softmmu/main.c
2878 F: softmmu/cpus.c
2879 F: softmmu/cpu-throttle.c
2880 F: softmmu/cpu-timers.c
2881 F: softmmu/icount.c
2882 F: softmmu/runstate*
2883 F: qapi/run-state.json
2884
2885 Read, Copy, Update (RCU)
2886 M: Paolo Bonzini <pbonzini@redhat.com>
2887 S: Maintained
2888 F: docs/devel/lockcnt.txt
2889 F: docs/devel/rcu.txt
2890 F: include/qemu/rcu*.h
2891 F: tests/unit/rcutorture.c
2892 F: tests/unit/test-rcu-*.c
2893 F: util/rcu.c
2894
2895 Human Monitor (HMP)
2896 M: Dr. David Alan Gilbert <dave@treblig.org>
2897 S: Maintained
2898 F: monitor/monitor-internal.h
2899 F: monitor/misc.c
2900 F: monitor/monitor.c
2901 F: monitor/hmp*
2902 F: hmp.h
2903 F: hmp-commands*.hx
2904 F: include/monitor/hmp-target.h
2905 F: tests/qtest/test-hmp.c
2906 F: include/qemu/qemu-print.h
2907 F: util/qemu-print.c
2908
2909 Network device backends
2910 M: Jason Wang <jasowang@redhat.com>
2911 S: Maintained
2912 F: net/
2913 F: include/net/
2914 F: qemu-bridge-helper.c
2915 T: git https://github.com/jasowang/qemu.git net
2916 F: qapi/net.json
2917
2918 Netmap network backend
2919 M: Luigi Rizzo <rizzo@iet.unipi.it>
2920 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2921 M: Vincenzo Maffione <v.maffione@gmail.com>
2922 W: http://info.iet.unipi.it/~luigi/netmap/
2923 S: Maintained
2924 F: net/netmap.c
2925
2926 Host Memory Backends
2927 M: David Hildenbrand <david@redhat.com>
2928 M: Igor Mammedov <imammedo@redhat.com>
2929 S: Maintained
2930 F: backends/hostmem*.c
2931 F: include/sysemu/hostmem.h
2932 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2933
2934 Cryptodev Backends
2935 M: Gonglei <arei.gonglei@huawei.com>
2936 M: zhenwei pi <pizhenwei@bytedance.com>
2937 S: Maintained
2938 F: include/sysemu/cryptodev*.h
2939 F: backends/cryptodev*.c
2940 F: qapi/cryptodev.json
2941
2942 Python library
2943 M: John Snow <jsnow@redhat.com>
2944 M: Cleber Rosa <crosa@redhat.com>
2945 R: Beraldo Leal <bleal@redhat.com>
2946 S: Maintained
2947 F: python/
2948 T: git https://gitlab.com/jsnow/qemu.git python
2949
2950 Python scripts
2951 M: John Snow <jsnow@redhat.com>
2952 M: Cleber Rosa <crosa@redhat.com>
2953 S: Odd Fixes
2954 F: scripts/*.py
2955 F: tests/*.py
2956
2957 Benchmark util
2958 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2959 S: Maintained
2960 F: scripts/simplebench/
2961 T: git https://gitlab.com/vsementsov/qemu.git simplebench
2962
2963 Transactions helper
2964 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2965 S: Maintained
2966 F: include/qemu/transactions.h
2967 F: util/transactions.c
2968 T: git https://gitlab.com/vsementsov/qemu.git block
2969
2970 QAPI
2971 M: Markus Armbruster <armbru@redhat.com>
2972 M: Michael Roth <michael.roth@amd.com>
2973 S: Supported
2974 F: qapi/
2975 X: qapi/*.json
2976 F: include/qapi/
2977 X: include/qapi/qmp/
2978 F: include/qapi/qmp/dispatch.h
2979 F: tests/qapi-schema/
2980 F: tests/unit/test-*-visitor.c
2981 F: tests/unit/test-qapi-*.c
2982 F: tests/unit/test-qmp-*.c
2983 F: tests/unit/test-visitor-serialization.c
2984 F: scripts/qapi-gen.py
2985 F: scripts/qapi/*
2986 F: docs/sphinx/qapidoc.py
2987 F: docs/devel/qapi*
2988 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2989
2990 QAPI Schema
2991 M: Eric Blake <eblake@redhat.com>
2992 M: Markus Armbruster <armbru@redhat.com>
2993 S: Supported
2994 F: qapi/*.json
2995 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2996
2997 QObject
2998 M: Markus Armbruster <armbru@redhat.com>
2999 S: Supported
3000 F: qobject/
3001 F: include/qapi/qmp/
3002 X: include/qapi/qmp/dispatch.h
3003 F: scripts/coccinelle/qobject.cocci
3004 F: tests/unit/check-qdict.c
3005 F: tests/unit/check-qjson.c
3006 F: tests/unit/check-qlist.c
3007 F: tests/unit/check-qlit.c
3008 F: tests/unit/check-qnull.c
3009 F: tests/unit/check-qnum.c
3010 F: tests/unit/check-qobject.c
3011 F: tests/unit/check-qstring.c
3012 F: tests/data/qobject/qdict.txt
3013 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3014
3015 QEMU Guest Agent
3016 M: Michael Roth <michael.roth@amd.com>
3017 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3018 S: Maintained
3019 F: qga/
3020 F: docs/interop/qemu-ga.rst
3021 F: docs/interop/qemu-ga-ref.rst
3022 F: scripts/qemu-guest-agent/
3023 F: tests/unit/test-qga.c
3024 T: git https://github.com/mdroth/qemu.git qga
3025
3026 QEMU Guest Agent Win32
3027 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3028 S: Maintained
3029 F: qga/*win32*
3030 F: qga/vss-win32/
3031 F: qga/installer/
3032 T: git https://github.com/kostyanf14/qemu.git qga-win32
3033
3034 QOM
3035 M: Paolo Bonzini <pbonzini@redhat.com>
3036 R: Daniel P. Berrange <berrange@redhat.com>
3037 R: Eduardo Habkost <eduardo@habkost.net>
3038 S: Supported
3039 F: docs/devel/qom.rst
3040 F: docs/qdev-device-use.txt
3041 F: hw/core/qdev*
3042 F: hw/core/bus.c
3043 F: hw/core/sysbus.c
3044 F: include/hw/qdev*
3045 F: include/monitor/qdev.h
3046 F: include/qom/
3047 F: qapi/qom.json
3048 F: qapi/qdev.json
3049 F: scripts/coccinelle/qom-parent-type.cocci
3050 F: scripts/qom-cast-macro-clean-cocci-gen.py
3051 F: softmmu/qdev-monitor.c
3052 F: stubs/qdev.c
3053 F: qom/
3054 F: tests/unit/check-qom-interface.c
3055 F: tests/unit/check-qom-proplist.c
3056 F: tests/unit/test-qdev-global-props.c
3057
3058 QOM boilerplate conversion script
3059 M: Eduardo Habkost <eduardo@habkost.net>
3060 S: Maintained
3061 F: scripts/codeconverter/
3062
3063 QMP
3064 M: Markus Armbruster <armbru@redhat.com>
3065 S: Supported
3066 F: monitor/monitor-internal.h
3067 F: monitor/qmp*
3068 F: monitor/misc.c
3069 F: monitor/monitor.c
3070 F: qapi/control.json
3071 F: qapi/error.json
3072 F: qapi/introspect.json
3073 F: docs/devel/*qmp-*
3074 F: docs/interop/*qmp-*
3075 F: scripts/qmp/
3076 F: tests/qtest/qmp-test.c
3077 F: tests/qtest/qmp-cmd-test.c
3078 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3079
3080 qtest
3081 M: Thomas Huth <thuth@redhat.com>
3082 M: Laurent Vivier <lvivier@redhat.com>
3083 R: Paolo Bonzini <pbonzini@redhat.com>
3084 S: Maintained
3085 F: softmmu/qtest.c
3086 F: accel/qtest/
3087 F: tests/qtest/
3088 F: docs/devel/qgraph.rst
3089 F: docs/devel/qtest.rst
3090 X: tests/qtest/bios-tables-test*
3091
3092 Device Fuzzing
3093 M: Alexander Bulekov <alxndr@bu.edu>
3094 R: Paolo Bonzini <pbonzini@redhat.com>
3095 R: Bandan Das <bsd@redhat.com>
3096 R: Stefan Hajnoczi <stefanha@redhat.com>
3097 R: Thomas Huth <thuth@redhat.com>
3098 R: Darren Kenny <darren.kenny@oracle.com>
3099 R: Qiuhao Li <Qiuhao.Li@outlook.com>
3100 S: Maintained
3101 F: tests/qtest/fuzz/
3102 F: tests/qtest/fuzz-*test.c
3103 F: scripts/oss-fuzz/
3104 F: hw/mem/sparse-mem.c
3105 F: docs/devel/fuzzing.rst
3106
3107 Register API
3108 M: Alistair Francis <alistair@alistair23.me>
3109 S: Maintained
3110 F: hw/core/register.c
3111 F: include/hw/register.h
3112 F: include/hw/registerfields.h
3113
3114 SLIRP
3115 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3116 S: Maintained
3117 F: net/slirp.c
3118 F: include/net/slirp.h
3119 T: git https://people.debian.org/~sthibault/qemu.git slirp
3120
3121 Stats
3122 S: Orphan
3123 F: include/sysemu/stats.h
3124 F: stats/
3125
3126 Streams
3127 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3128 S: Maintained
3129 F: hw/core/stream.c
3130 F: include/hw/stream.h
3131
3132 Stubs
3133 M: Paolo Bonzini <pbonzini@redhat.com>
3134 S: Maintained
3135 F: stubs/
3136
3137 Tracing
3138 M: Stefan Hajnoczi <stefanha@redhat.com>
3139 S: Maintained
3140 F: trace/
3141 F: trace-events
3142 F: docs/qemu-option-trace.rst.inc
3143 F: qapi/trace.json
3144 F: scripts/tracetool.py
3145 F: scripts/tracetool/
3146 F: scripts/qemu-trace-stap*
3147 F: docs/tools/qemu-trace-stap.rst
3148 F: docs/devel/tracing.rst
3149 T: git https://github.com/stefanha/qemu.git tracing
3150
3151 TPM
3152 M: Stefan Berger <stefanb@linux.ibm.com>
3153 S: Maintained
3154 F: softmmu/tpm*
3155 F: hw/tpm/*
3156 F: include/hw/acpi/tpm.h
3157 F: include/sysemu/tpm*
3158 F: qapi/tpm.json
3159 F: backends/tpm/
3160 F: tests/qtest/*tpm*
3161 F: docs/specs/tpm.rst
3162 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3163
3164 Checkpatch
3165 S: Odd Fixes
3166 F: scripts/checkpatch.pl
3167
3168 Migration
3169 M: Juan Quintela <quintela@redhat.com>
3170 R: Peter Xu <peterx@redhat.com>
3171 R: Leonardo Bras <leobras@redhat.com>
3172 S: Maintained
3173 F: hw/core/vmstate-if.c
3174 F: include/hw/vmstate-if.h
3175 F: include/migration/
3176 F: include/qemu/userfaultfd.h
3177 F: migration/
3178 F: scripts/vmstate-static-checker.py
3179 F: tests/vmstate-static-checker-data/
3180 F: tests/qtest/migration-test.c
3181 F: docs/devel/migration.rst
3182 F: qapi/migration.json
3183 F: tests/migration/
3184 F: util/userfaultfd.c
3185
3186 D-Bus
3187 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3188 S: Maintained
3189 F: backends/dbus-vmstate.c
3190 F: ui/dbus*
3191 F: audio/dbus*
3192 F: util/dbus.c
3193 F: include/ui/dbus*
3194 F: include/qemu/dbus.h
3195 F: docs/interop/dbus*
3196 F: docs/sphinx/dbus*
3197 F: docs/sphinx/fakedbusdoc.py
3198 F: tests/qtest/dbus*
3199
3200 Seccomp
3201 M: Daniel P. Berrange <berrange@redhat.com>
3202 S: Odd Fixes
3203 F: softmmu/qemu-seccomp.c
3204 F: include/sysemu/seccomp.h
3205 F: tests/unit/test-seccomp.c
3206
3207 Cryptography
3208 M: Daniel P. Berrange <berrange@redhat.com>
3209 S: Maintained
3210 F: crypto/
3211 F: include/crypto/
3212 F: qapi/crypto.json
3213 F: tests/unit/test-crypto-*
3214 F: tests/bench/benchmark-crypto-*
3215 F: tests/unit/crypto-tls-*
3216 F: tests/unit/pkix_asn1_tab.c
3217 F: qemu.sasl
3218
3219 Coroutines
3220 M: Stefan Hajnoczi <stefanha@redhat.com>
3221 M: Kevin Wolf <kwolf@redhat.com>
3222 S: Maintained
3223 F: util/*coroutine*
3224 F: include/qemu/coroutine*
3225 F: tests/unit/test-coroutine.c
3226
3227 Buffers
3228 M: Daniel P. Berrange <berrange@redhat.com>
3229 S: Odd Fixes
3230 F: util/buffer.c
3231 F: include/qemu/buffer.h
3232
3233 I/O Channels
3234 M: Daniel P. Berrange <berrange@redhat.com>
3235 S: Maintained
3236 F: io/
3237 F: include/io/
3238 F: tests/unit/test-io-*
3239
3240 User authorization
3241 M: Daniel P. Berrange <berrange@redhat.com>
3242 S: Maintained
3243 F: authz/
3244 F: qapi/authz.json
3245 F: include/authz/
3246 F: tests/unit/test-authz-*
3247
3248 Sockets
3249 M: Daniel P. Berrange <berrange@redhat.com>
3250 S: Maintained
3251 F: include/qemu/sockets.h
3252 F: util/qemu-sockets.c
3253 F: qapi/sockets.json
3254
3255 File monitor
3256 M: Daniel P. Berrange <berrange@redhat.com>
3257 S: Odd Fixes
3258 F: util/filemonitor*.c
3259 F: include/qemu/filemonitor.h
3260 F: tests/unit/test-util-filemonitor.c
3261
3262 Throttling infrastructure
3263 M: Alberto Garcia <berto@igalia.com>
3264 S: Supported
3265 F: block/throttle-groups.c
3266 F: include/block/throttle-groups.h
3267 F: include/qemu/throttle*.h
3268 F: util/throttle.c
3269 F: docs/throttle.txt
3270 F: tests/unit/test-throttle.c
3271 L: qemu-block@nongnu.org
3272
3273 UUID
3274 M: Fam Zheng <fam@euphon.net>
3275 S: Supported
3276 F: util/uuid.c
3277 F: include/qemu/uuid.h
3278 F: tests/unit/test-uuid.c
3279
3280 Yank feature
3281 M: Lukas Straub <lukasstraub2@web.de>
3282 S: Odd fixes
3283 F: util/yank.c
3284 F: migration/yank_functions*
3285 F: tests/unit/test-yank.c
3286 F: include/qemu/yank.h
3287 F: qapi/yank.json
3288
3289 COLO Framework
3290 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3291 S: Maintained
3292 F: migration/colo*
3293 F: include/migration/colo.h
3294 F: include/migration/failover.h
3295 F: docs/COLO-FT.txt
3296
3297 COLO Proxy
3298 M: Zhang Chen <chen.zhang@intel.com>
3299 M: Li Zhijian <lizhijian@fujitsu.com>
3300 S: Supported
3301 F: docs/colo-proxy.txt
3302 F: net/colo*
3303 F: net/filter-rewriter.c
3304 F: net/filter-mirror.c
3305 F: tests/qtest/test-filter*
3306
3307 Record/replay
3308 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3309 R: Paolo Bonzini <pbonzini@redhat.com>
3310 W: https://wiki.qemu.org/Features/record-replay
3311 S: Supported
3312 F: replay/*
3313 F: block/blkreplay.c
3314 F: net/filter-replay.c
3315 F: include/exec/replay-core.h
3316 F: include/sysemu/replay.h
3317 F: docs/devel/replay.rst
3318 F: docs/system/replay.rst
3319 F: stubs/replay.c
3320 F: tests/avocado/replay_kernel.py
3321 F: tests/avocado/replay_linux.py
3322 F: tests/avocado/reverse_debugging.py
3323 F: qapi/replay.json
3324
3325 IOVA Tree
3326 M: Peter Xu <peterx@redhat.com>
3327 S: Maintained
3328 F: include/qemu/iova-tree.h
3329 F: util/iova-tree.c
3330
3331 elf2dmp
3332 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3333 S: Maintained
3334 F: contrib/elf2dmp/
3335
3336 I2C and SMBus
3337 M: Corey Minyard <cminyard@mvista.com>
3338 S: Maintained
3339 F: hw/i2c/core.c
3340 F: hw/i2c/smbus_slave.c
3341 F: hw/i2c/smbus_master.c
3342 F: hw/i2c/smbus_eeprom.c
3343 F: include/hw/i2c/i2c.h
3344 F: include/hw/i2c/smbus_master.h
3345 F: include/hw/i2c/smbus_slave.h
3346 F: include/hw/i2c/smbus_eeprom.h
3347
3348 PMBus
3349 M: Titus Rwantare <titusr@google.com>
3350 S: Maintained
3351 F: hw/i2c/pmbus_device.c
3352 F: hw/sensor/adm1272.c
3353 F: hw/sensor/isl_pmbus_vr.c
3354 F: hw/sensor/max34451.c
3355 F: include/hw/i2c/pmbus_device.h
3356 F: include/hw/sensor/isl_pmbus_vr.h
3357 F: tests/qtest/adm1272-test.c
3358 F: tests/qtest/max34451-test.c
3359 F: tests/qtest/isl_pmbus_vr-test.c
3360
3361 Firmware schema specifications
3362 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3363 R: Daniel P. Berrange <berrange@redhat.com>
3364 R: Kashyap Chamarthy <kchamart@redhat.com>
3365 S: Maintained
3366 F: docs/interop/firmware.json
3367
3368 EDK2 Firmware
3369 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3370 M: Gerd Hoffmann <kraxel@redhat.com>
3371 S: Supported
3372 F: hw/i386/*ovmf*
3373 F: pc-bios/descriptors/??-edk2-*.json
3374 F: pc-bios/edk2-*
3375 F: roms/Makefile.edk2
3376 F: roms/edk2
3377 F: roms/edk2-*
3378 F: tests/data/uefi-boot-images/
3379 F: tests/uefi-test-tools/
3380
3381 VT-d Emulation
3382 M: Michael S. Tsirkin <mst@redhat.com>
3383 M: Peter Xu <peterx@redhat.com>
3384 R: Jason Wang <jasowang@redhat.com>
3385 S: Supported
3386 F: hw/i386/intel_iommu.c
3387 F: hw/i386/intel_iommu_internal.h
3388 F: include/hw/i386/intel_iommu.h
3389
3390 AMD-Vi Emulation
3391 S: Orphan
3392 F: hw/i386/amd_iommu.?
3393
3394 OpenSBI Firmware
3395 M: Bin Meng <bmeng.cn@gmail.com>
3396 S: Supported
3397 F: pc-bios/opensbi-*
3398 F: .gitlab-ci.d/opensbi.yml
3399 F: .gitlab-ci.d/opensbi/
3400
3401 Clock framework
3402 M: Luc Michel <luc@lmichel.fr>
3403 R: Damien Hedde <damien.hedde@dahe.fr>
3404 S: Maintained
3405 F: include/hw/clock.h
3406 F: include/hw/qdev-clock.h
3407 F: hw/core/clock.c
3408 F: hw/core/clock-vmstate.c
3409 F: hw/core/qdev-clock.c
3410 F: docs/devel/clocks.rst
3411
3412 Usermode Emulation
3413 ------------------
3414 Overall usermode emulation
3415 M: Riku Voipio <riku.voipio@iki.fi>
3416 S: Maintained
3417 F: accel/tcg/user-exec*.c
3418 F: include/user/
3419 F: common-user/
3420
3421 BSD user
3422 M: Warner Losh <imp@bsdimp.com>
3423 R: Kyle Evans <kevans@freebsd.org>
3424 S: Maintained
3425 F: bsd-user/
3426 F: configs/targets/*-bsd-user.mak
3427 F: tests/vm/*bsd
3428 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3429
3430 Linux user
3431 M: Laurent Vivier <laurent@vivier.eu>
3432 S: Maintained
3433 F: linux-user/
3434 F: configs/targets/*linux-user.mak
3435 F: scripts/qemu-binfmt-conf.sh
3436 F: scripts/update-syscalltbl.sh
3437 F: scripts/update-mips-syscall-args.sh
3438 F: scripts/gensyscalls.sh
3439
3440 Tiny Code Generator (TCG)
3441 -------------------------
3442 Common TCG code
3443 M: Richard Henderson <richard.henderson@linaro.org>
3444 S: Maintained
3445 F: tcg/
3446 F: include/tcg/
3447
3448 TCG Plugins
3449 M: Alex Bennée <alex.bennee@linaro.org>
3450 R: Alexandre Iooss <erdnaxe@crans.org>
3451 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3452 S: Maintained
3453 F: docs/devel/tcg-plugins.rst
3454 F: plugins/
3455 F: tests/plugin/
3456 F: tests/avocado/tcg_plugins.py
3457 F: contrib/plugins/
3458
3459 AArch64 TCG target
3460 M: Richard Henderson <richard.henderson@linaro.org>
3461 S: Maintained
3462 L: qemu-arm@nongnu.org
3463 F: tcg/aarch64/
3464
3465 ARM TCG target
3466 M: Richard Henderson <richard.henderson@linaro.org>
3467 S: Maintained
3468 L: qemu-arm@nongnu.org
3469 F: tcg/arm/
3470
3471 i386 TCG target
3472 M: Richard Henderson <richard.henderson@linaro.org>
3473 S: Maintained
3474 F: tcg/i386/
3475
3476 LoongArch64 TCG target
3477 M: WANG Xuerui <git@xen0n.name>
3478 S: Maintained
3479 F: tcg/loongarch64/
3480
3481 MIPS TCG target
3482 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3483 R: Aurelien Jarno <aurelien@aurel32.net>
3484 R: Huacai Chen <chenhuacai@kernel.org>
3485 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3486 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3487 S: Odd Fixes
3488 F: tcg/mips/
3489
3490 PPC TCG target
3491 M: Richard Henderson <richard.henderson@linaro.org>
3492 S: Odd Fixes
3493 F: tcg/ppc/
3494
3495 RISC-V TCG target
3496 M: Palmer Dabbelt <palmer@dabbelt.com>
3497 M: Alistair Francis <Alistair.Francis@wdc.com>
3498 L: qemu-riscv@nongnu.org
3499 S: Maintained
3500 F: tcg/riscv/
3501 F: disas/riscv.c
3502
3503 S390 TCG target
3504 M: Richard Henderson <richard.henderson@linaro.org>
3505 S: Maintained
3506 F: tcg/s390/
3507 L: qemu-s390x@nongnu.org
3508
3509 SPARC TCG target
3510 S: Odd Fixes
3511 F: tcg/sparc64/
3512 F: disas/sparc.c
3513
3514 TCI TCG target
3515 M: Stefan Weil <sw@weilnetz.de>
3516 S: Maintained
3517 F: tcg/tci/
3518 F: tcg/tci.c
3519 F: disas/tci.c
3520
3521 Block drivers
3522 -------------
3523 VMDK
3524 M: Fam Zheng <fam@euphon.net>
3525 L: qemu-block@nongnu.org
3526 S: Supported
3527 F: block/vmdk.c
3528
3529 RBD
3530 M: Ilya Dryomov <idryomov@gmail.com>
3531 R: Peter Lieven <pl@kamp.de>
3532 L: qemu-block@nongnu.org
3533 S: Supported
3534 F: block/rbd.c
3535
3536 VHDX
3537 M: Jeff Cody <codyprime@gmail.com>
3538 L: qemu-block@nongnu.org
3539 S: Supported
3540 F: block/vhdx*
3541
3542 VDI
3543 M: Stefan Weil <sw@weilnetz.de>
3544 L: qemu-block@nongnu.org
3545 S: Maintained
3546 F: block/vdi.c
3547
3548 blkio
3549 M: Stefan Hajnoczi <stefanha@redhat.com>
3550 L: qemu-block@nongnu.org
3551 S: Maintained
3552 F: block/blkio.c
3553
3554 iSCSI
3555 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3556 M: Paolo Bonzini <pbonzini@redhat.com>
3557 M: Peter Lieven <pl@kamp.de>
3558 L: qemu-block@nongnu.org
3559 S: Odd Fixes
3560 F: block/iscsi.c
3561 F: block/iscsi-opts.c
3562
3563 Network Block Device (NBD)
3564 M: Eric Blake <eblake@redhat.com>
3565 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3566 L: qemu-block@nongnu.org
3567 S: Maintained
3568 F: block/nbd*
3569 F: nbd/
3570 F: include/block/nbd*
3571 F: qemu-nbd.*
3572 F: blockdev-nbd.c
3573 F: docs/interop/nbd.txt
3574 F: docs/tools/qemu-nbd.rst
3575 F: tests/qemu-iotests/tests/*nbd*
3576 T: git https://repo.or.cz/qemu/ericb.git nbd
3577 T: git https://gitlab.com/vsementsov/qemu.git block
3578
3579 NFS
3580 M: Peter Lieven <pl@kamp.de>
3581 L: qemu-block@nongnu.org
3582 S: Maintained
3583 F: block/nfs.c
3584
3585 SSH
3586 M: Richard W.M. Jones <rjones@redhat.com>
3587 L: qemu-block@nongnu.org
3588 S: Supported
3589 F: block/ssh.c
3590
3591 CURL
3592 L: qemu-block@nongnu.org
3593 S: Odd Fixes
3594 F: block/curl.c
3595
3596 GLUSTER
3597 L: qemu-block@nongnu.org
3598 L: integration@gluster.org
3599 S: Odd Fixes
3600 F: block/gluster.c
3601
3602 Null Block Driver
3603 M: Fam Zheng <fam@euphon.net>
3604 L: qemu-block@nongnu.org
3605 S: Supported
3606 F: block/null.c
3607
3608 NVMe Block Driver
3609 M: Stefan Hajnoczi <stefanha@redhat.com>
3610 R: Fam Zheng <fam@euphon.net>
3611 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3612 L: qemu-block@nongnu.org
3613 S: Supported
3614 F: block/nvme*
3615 F: include/block/nvme.h
3616 T: git https://github.com/stefanha/qemu.git block
3617
3618 Bootdevice
3619 M: Gonglei <arei.gonglei@huawei.com>
3620 S: Maintained
3621 F: softmmu/bootdevice.c
3622
3623 Quorum
3624 M: Alberto Garcia <berto@igalia.com>
3625 S: Supported
3626 F: block/quorum.c
3627 L: qemu-block@nongnu.org
3628
3629 blklogwrites
3630 M: Ari Sundholm <ari@tuxera.com>
3631 L: qemu-block@nongnu.org
3632 S: Supported
3633 F: block/blklogwrites.c
3634
3635 blkverify
3636 M: Stefan Hajnoczi <stefanha@redhat.com>
3637 L: qemu-block@nongnu.org
3638 S: Supported
3639 F: block/blkverify.c
3640
3641 bochs
3642 M: Stefan Hajnoczi <stefanha@redhat.com>
3643 L: qemu-block@nongnu.org
3644 S: Supported
3645 F: block/bochs.c
3646
3647 cloop
3648 M: Stefan Hajnoczi <stefanha@redhat.com>
3649 L: qemu-block@nongnu.org
3650 S: Supported
3651 F: block/cloop.c
3652
3653 dmg
3654 M: Stefan Hajnoczi <stefanha@redhat.com>
3655 L: qemu-block@nongnu.org
3656 S: Supported
3657 F: block/dmg.c
3658
3659 parallels
3660 M: Stefan Hajnoczi <stefanha@redhat.com>
3661 M: Denis V. Lunev <den@openvz.org>
3662 L: qemu-block@nongnu.org
3663 S: Supported
3664 F: block/parallels.c
3665 F: block/parallels-ext.c
3666 F: docs/interop/parallels.txt
3667
3668 qed
3669 M: Stefan Hajnoczi <stefanha@redhat.com>
3670 L: qemu-block@nongnu.org
3671 S: Supported
3672 F: block/qed.c
3673
3674 raw
3675 M: Kevin Wolf <kwolf@redhat.com>
3676 L: qemu-block@nongnu.org
3677 S: Supported
3678 F: block/linux-aio.c
3679 F: include/block/raw-aio.h
3680 F: block/raw-format.c
3681 F: block/file-posix.c
3682 F: block/file-win32.c
3683 F: block/win32-aio.c
3684
3685 Linux io_uring
3686 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3687 M: Julia Suvorova <jusual@redhat.com>
3688 M: Stefan Hajnoczi <stefanha@redhat.com>
3689 R: Stefano Garzarella <sgarzare@redhat.com>
3690 L: qemu-block@nongnu.org
3691 S: Maintained
3692 F: block/io_uring.c
3693 F: stubs/io_uring.c
3694
3695 qcow2
3696 M: Kevin Wolf <kwolf@redhat.com>
3697 M: Hanna Reitz <hreitz@redhat.com>
3698 L: qemu-block@nongnu.org
3699 S: Supported
3700 F: block/qcow2*
3701 F: docs/interop/qcow2.txt
3702
3703 qcow
3704 M: Kevin Wolf <kwolf@redhat.com>
3705 L: qemu-block@nongnu.org
3706 S: Supported
3707 F: block/qcow.c
3708
3709 blkdebug
3710 M: Kevin Wolf <kwolf@redhat.com>
3711 M: Hanna Reitz <hreitz@redhat.com>
3712 L: qemu-block@nongnu.org
3713 S: Supported
3714 F: block/blkdebug.c
3715
3716 vpc
3717 M: Kevin Wolf <kwolf@redhat.com>
3718 L: qemu-block@nongnu.org
3719 S: Supported
3720 F: block/vpc.c
3721
3722 vvfat
3723 M: Kevin Wolf <kwolf@redhat.com>
3724 L: qemu-block@nongnu.org
3725 S: Odd Fixes
3726 F: block/vvfat.c
3727
3728 Image format fuzzer
3729 M: Stefan Hajnoczi <stefanha@redhat.com>
3730 L: qemu-block@nongnu.org
3731 S: Supported
3732 F: tests/image-fuzzer/
3733
3734 Vhost-user block device backend server
3735 M: Coiby Xu <Coiby.Xu@gmail.com>
3736 S: Maintained
3737 F: block/export/vhost-user-blk-server.c
3738 F: block/export/vhost-user-blk-server.h
3739 F: block/export/virtio-blk-handler.c
3740 F: block/export/virtio-blk-handler.h
3741 F: include/qemu/vhost-user-server.h
3742 F: tests/qtest/libqos/vhost-user-blk.c
3743 F: tests/qtest/libqos/vhost-user-blk.h
3744 F: tests/qtest/vhost-user-blk-test.c
3745 F: util/vhost-user-server.c
3746
3747 FUSE block device exports
3748 M: Hanna Reitz <hreitz@redhat.com>
3749 L: qemu-block@nongnu.org
3750 S: Supported
3751 F: block/export/fuse.c
3752
3753 VDUSE library and block device exports
3754 M: Xie Yongji <xieyongji@bytedance.com>
3755 S: Maintained
3756 F: subprojects/libvduse/
3757 F: block/export/vduse-blk.c
3758 F: block/export/vduse-blk.h
3759
3760 Replication
3761 M: Wen Congyang <wencongyang2@huawei.com>
3762 M: Xie Changlong <xiechanglong.d@gmail.com>
3763 S: Supported
3764 F: replication*
3765 F: block/replication.c
3766 F: tests/unit/test-replication.c
3767 F: docs/block-replication.txt
3768
3769 PVRDMA
3770 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3771 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3772 S: Maintained
3773 F: hw/rdma/*
3774 F: hw/rdma/vmw/*
3775 F: docs/pvrdma.txt
3776 F: contrib/rdmacm-mux/*
3777 F: qapi/rdma.json
3778
3779 Semihosting
3780 M: Alex Bennée <alex.bennee@linaro.org>
3781 S: Maintained
3782 F: semihosting/
3783 F: include/semihosting/
3784 F: tests/tcg/multiarch/arm-compat-semi/
3785 F: tests/tcg/aarch64/system/semiheap.c
3786
3787 Multi-process QEMU
3788 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3789 M: Jagannathan Raman <jag.raman@oracle.com>
3790 S: Maintained
3791 F: docs/devel/multi-process.rst
3792 F: docs/system/multi-process.rst
3793 F: hw/pci-host/remote.c
3794 F: include/hw/pci-host/remote.h
3795 F: hw/remote/machine.c
3796 F: include/hw/remote/machine.h
3797 F: hw/remote/mpqemu-link.c
3798 F: include/hw/remote/mpqemu-link.h
3799 F: hw/remote/message.c
3800 F: hw/remote/remote-obj.c
3801 F: include/hw/remote/memory.h
3802 F: hw/remote/memory.c
3803 F: hw/remote/proxy.c
3804 F: include/hw/remote/proxy.h
3805 F: hw/remote/proxy-memory-listener.c
3806 F: include/hw/remote/proxy-memory-listener.h
3807 F: hw/remote/iohub.c
3808 F: include/hw/remote/iohub.h
3809 F: subprojects/libvfio-user
3810 F: hw/remote/vfio-user-obj.c
3811 F: include/hw/remote/vfio-user-obj.h
3812 F: hw/remote/iommu.c
3813 F: include/hw/remote/iommu.h
3814
3815 EBPF:
3816 M: Jason Wang <jasowang@redhat.com>
3817 R: Andrew Melnychenko <andrew@daynix.com>
3818 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3819 S: Maintained
3820 F: ebpf/*
3821 F: tools/ebpf/*
3822
3823 Build and test automation
3824 -------------------------
3825 Build and test automation, general continuous integration
3826 M: Alex Bennée <alex.bennee@linaro.org>
3827 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3828 M: Thomas Huth <thuth@redhat.com>
3829 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3830 R: Beraldo Leal <bleal@redhat.com>
3831 S: Maintained
3832 F: .github/workflows/lockdown.yml
3833 F: .gitlab-ci.yml
3834 F: .gitlab-ci.d/
3835 F: .travis.yml
3836 F: scripts/ci/
3837 F: tests/docker/
3838 F: tests/vm/
3839 F: tests/lcitool/
3840 F: tests/avocado/tuxrun_baselines.py
3841 F: scripts/archive-source.sh
3842 F: docs/devel/testing.rst
3843 W: https://gitlab.com/qemu-project/qemu/pipelines
3844 W: https://travis-ci.org/qemu/qemu
3845
3846 FreeBSD Hosted Continuous Integration
3847 M: Ed Maste <emaste@freebsd.org>
3848 M: Li-Wen Hsu <lwhsu@freebsd.org>
3849 S: Maintained
3850 F: .gitlab-ci.d/cirrus/freebsd*
3851 F: tests/vm/freebsd
3852 W: https://cirrus-ci.com/github/qemu/qemu
3853
3854 Windows Hosted Continuous Integration
3855 M: Yonggang Luo <luoyonggang@gmail.com>
3856 S: Maintained
3857 F: .gitlab-ci.d/windows.yml
3858
3859 Guest Test Compilation Support
3860 M: Alex Bennée <alex.bennee@linaro.org>
3861 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3862 S: Maintained
3863 F: tests/tcg/Makefile.target
3864
3865 Integration Testing with the Avocado framework
3866 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3867 R: Cleber Rosa <crosa@redhat.com>
3868 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3869 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3870 R: Beraldo Leal <bleal@redhat.com>
3871 S: Odd Fixes
3872 F: tests/avocado/
3873
3874 GitLab custom runner (Works On Arm Sponsored)
3875 M: Alex Bennée <alex.bennee@linaro.org>
3876 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3877 S: Maintained
3878 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3879 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3880
3881 Documentation
3882 -------------
3883 Build system architecture
3884 M: Daniel P. Berrange <berrange@redhat.com>
3885 S: Odd Fixes
3886 F: docs/devel/build-system.rst
3887
3888 GIT Data Mining Config
3889 M: Alex Bennée <alex.bennee@linaro.org>
3890 S: Odd Fixes
3891 F: gitdm.config
3892 F: contrib/gitdm/*
3893
3894 Incompatible changes
3895 R: libvir-list@redhat.com
3896 F: docs/about/deprecated.rst
3897
3898 Build System
3899 ------------
3900 Meson
3901 M: Paolo Bonzini <pbonzini@redhat.com>
3902 R: Marc-André Lureau <marcandre.lureau@redhat.com>
3903 R: Daniel P. Berrange <berrange@redhat.com>
3904 R: Thomas Huth <thuth@redhat.com>
3905 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3906 S: Maintained
3907 F: meson.build
3908 F: meson_options.txt
3909 F: scripts/meson-buildoptions.*
3910 F: scripts/check_sparse.py
3911 F: scripts/symlink-install-tree.py
3912
3913 Top Level Makefile and configure
3914 M: Paolo Bonzini <pbonzini@redhat.com>
3915 R: Alex Bennée <alex.bennee@linaro.org>
3916 R: Thomas Huth <thuth@redhat.com>
3917 S: Maintained
3918 F: Makefile
3919 F: configure
3920 F: scripts/mtest2make.py
3921 F: tests/Makefile.include
3922
3923 Kconfig
3924 M: Paolo Bonzini <pbonzini@redhat.com>
3925 S: Maintained
3926 F: scripts/minikconf.py
3927 F: docs/devel/kconfig.rst
3928 F: Kconfig*
3929 F: */Kconfig*
3930 F: hw/*/Kconfig*
3931 F: target/*/Kconfig*
3932
3933 GIT submodules
3934 M: Daniel P. Berrange <berrange@redhat.com>
3935 S: Odd Fixes
3936 F: scripts/git-submodule.sh
3937
3938 UI translations
3939 S: Orphan
3940 F: po/*.po
3941
3942 Sphinx documentation configuration and build machinery
3943 M: Peter Maydell <peter.maydell@linaro.org>
3944 S: Maintained
3945 F: docs/conf.py
3946 F: docs/*/conf.py
3947 F: docs/sphinx/
3948 F: docs/_templates/
3949
3950 Miscellaneous
3951 -------------
3952 Performance Tools and Tests
3953 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3954 S: Maintained
3955 F: scripts/performance/
3956
3957 Code Coverage Tools
3958 M: Alex Bennée <alex.bennee@linaro.org>
3959 S: Odd Fixes
3960 F: scripts/coverage/