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