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