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