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