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