OSDN Git Service

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