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