]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
MAINTAINERS: Add MIPS general architecture support entry
[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/acceptance/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/acceptance/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: hw/hppa/
215 F: disas/hppa.c
216 F: hw/net/*i82596*
217 F: include/hw/net/lasi_82596.h
218
219 M68K TCG CPUs
220 M: Laurent Vivier <laurent@vivier.eu>
221 S: Maintained
222 F: target/m68k/
223 F: disas/m68k.c
224
225 MicroBlaze TCG CPUs
226 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
227 S: Maintained
228 F: target/microblaze/
229 F: hw/microblaze/
230 F: disas/microblaze.c
231
232 MIPS TCG CPUs
233 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
234 R: Aurelien Jarno <aurelien@aurel32.net>
235 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
236 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
237 S: Odd Fixes
238 F: target/mips/
239 F: configs/devices/mips*/*
240 F: disas/mips.c
241 F: docs/system/cpu-models-mips.rst.inc
242 F: hw/intc/mips_gic.c
243 F: hw/mips/
244 F: hw/misc/mips_*
245 F: hw/timer/mips_gictimer.c
246 F: include/hw/intc/mips_gic.h
247 F: include/hw/mips/
248 F: include/hw/misc/mips_*
249 F: include/hw/timer/mips_gictimer.h
250 F: tests/tcg/mips/
251
252 MIPS TCG CPUs (nanoMIPS ISA)
253 S: Orphan
254 F: disas/nanomips.*
255 F: target/mips/tcg/*nanomips*
256
257 NiosII TCG CPUs
258 M: Chris Wulff <crwulff@gmail.com>
259 M: Marek Vasut <marex@denx.de>
260 S: Maintained
261 F: target/nios2/
262 F: hw/nios2/
263 F: disas/nios2.c
264 F: configs/devices/nios2-softmmu/default.mak
265
266 OpenRISC TCG CPUs
267 M: Stafford Horne <shorne@gmail.com>
268 S: Odd Fixes
269 F: target/openrisc/
270 F: hw/openrisc/
271 F: tests/tcg/openrisc/
272
273 PowerPC TCG CPUs
274 M: David Gibson <david@gibson.dropbear.id.au>
275 M: Greg Kurz <groug@kaod.org>
276 L: qemu-ppc@nongnu.org
277 S: Maintained
278 F: target/ppc/
279 F: hw/ppc/ppc.c
280 F: hw/ppc/ppc_booke.c
281 F: include/hw/ppc/ppc.h
282 F: disas/ppc.c
283
284 RISC-V TCG CPUs
285 M: Palmer Dabbelt <palmer@dabbelt.com>
286 M: Alistair Francis <alistair.francis@wdc.com>
287 M: Bin Meng <bin.meng@windriver.com>
288 L: qemu-riscv@nongnu.org
289 S: Supported
290 F: target/riscv/
291 F: hw/riscv/
292 F: include/hw/riscv/
293 F: linux-user/host/riscv32/
294 F: linux-user/host/riscv64/
295
296 RENESAS RX CPUs
297 R: Yoshinori Sato <ysato@users.sourceforge.jp>
298 S: Orphan
299 F: target/rx/
300
301 S390 TCG CPUs
302 M: Richard Henderson <richard.henderson@linaro.org>
303 M: David Hildenbrand <david@redhat.com>
304 S: Maintained
305 F: target/s390x/
306 F: target/s390x/tcg
307 F: target/s390x/cpu_models_*.[ch]
308 F: hw/s390x/
309 F: disas/s390.c
310 F: tests/tcg/s390x/
311 L: qemu-s390x@nongnu.org
312
313 SH4 TCG CPUs
314 R: Yoshinori Sato <ysato@users.sourceforge.jp>
315 S: Orphan
316 F: target/sh4/
317 F: hw/sh4/
318 F: disas/sh4.c
319 F: include/hw/sh4/
320
321 SPARC TCG CPUs
322 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
323 M: Artyom Tarasenko <atar4qemu@gmail.com>
324 S: Maintained
325 F: target/sparc/
326 F: hw/sparc/
327 F: hw/sparc64/
328 F: include/hw/sparc/sparc64.h
329 F: disas/sparc.c
330
331 X86 TCG CPUs
332 M: Paolo Bonzini <pbonzini@redhat.com>
333 M: Richard Henderson <richard.henderson@linaro.org>
334 M: Eduardo Habkost <ehabkost@redhat.com>
335 S: Maintained
336 F: target/i386/tcg/
337 F: tests/tcg/i386/
338 F: tests/tcg/x86_64/
339 F: hw/i386/
340 F: disas/i386.c
341 F: docs/system/cpu-models-x86*
342 T: git https://gitlab.com/ehabkost/qemu.git x86-next
343
344 Xtensa TCG CPUs
345 M: Max Filippov <jcmvbkbc@gmail.com>
346 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
347 S: Maintained
348 F: target/xtensa/
349 F: hw/xtensa/
350 F: tests/tcg/xtensa/
351 F: disas/xtensa.c
352 F: include/hw/xtensa/xtensa-isa.h
353 F: configs/devices/xtensa*/default.mak
354
355 TriCore TCG CPUs
356 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
357 S: Maintained
358 F: target/tricore/
359 F: hw/tricore/
360 F: include/hw/tricore/
361 F: tests/tcg/tricore/
362
363 Multiarch Linux User Tests
364 M: Alex Bennée <alex.bennee@linaro.org>
365 S: Maintained
366 F: tests/tcg/multiarch/
367
368 Guest CPU Cores (KVM)
369 ---------------------
370 Overall KVM CPUs
371 M: Paolo Bonzini <pbonzini@redhat.com>
372 L: kvm@vger.kernel.org
373 S: Supported
374 F: */*/kvm*
375 F: accel/kvm/
376 F: accel/stubs/kvm-stub.c
377 F: include/hw/kvm/
378 F: include/sysemu/kvm*.h
379 F: scripts/kvm/kvm_flightrecorder
380
381 ARM KVM CPUs
382 M: Peter Maydell <peter.maydell@linaro.org>
383 L: qemu-arm@nongnu.org
384 S: Maintained
385 F: target/arm/kvm.c
386
387 MIPS KVM CPUs
388 M: Huacai Chen <chenhuacai@kernel.org>
389 S: Odd Fixes
390 F: target/mips/kvm*
391 F: target/mips/sysemu/
392
393 PPC KVM CPUs
394 M: David Gibson <david@gibson.dropbear.id.au>
395 M: Greg Kurz <groug@kaod.org>
396 S: Maintained
397 F: target/ppc/kvm.c
398
399 S390 KVM CPUs
400 M: Halil Pasic <pasic@linux.ibm.com>
401 M: Christian Borntraeger <borntraeger@de.ibm.com>
402 S: Supported
403 F: target/s390x/kvm/
404 F: target/s390x/ioinst.[ch]
405 F: target/s390x/machine.c
406 F: target/s390x/sigp.c
407 F: target/s390x/cpu_features*.[ch]
408 F: target/s390x/cpu_models.[ch]
409 F: hw/s390x/pv.c
410 F: include/hw/s390x/pv.h
411 F: hw/intc/s390_flic.c
412 F: hw/intc/s390_flic_kvm.c
413 F: include/hw/s390x/s390_flic.h
414 F: gdb-xml/s390*.xml
415 T: git https://github.com/borntraeger/qemu.git s390-next
416 L: qemu-s390x@nongnu.org
417
418 X86 KVM CPUs
419 M: Paolo Bonzini <pbonzini@redhat.com>
420 M: Marcelo Tosatti <mtosatti@redhat.com>
421 L: kvm@vger.kernel.org
422 S: Supported
423 F: docs/amd-memory-encryption.txt
424 F: docs/system/i386/sgx.rst
425 F: target/i386/kvm/
426 F: target/i386/sev*
427 F: scripts/kvm/vmxcap
428
429 Guest CPU Cores (other accelerators)
430 ------------------------------------
431 Overall
432 M: Richard Henderson <richard.henderson@linaro.org>
433 R: Paolo Bonzini <pbonzini@redhat.com>
434 S: Maintained
435 F: include/qemu/accel.h
436 F: include/sysemu/accel-ops.h
437 F: include/hw/core/accel-cpu.h
438 F: accel/accel-*.c
439 F: accel/Makefile.objs
440 F: accel/stubs/Makefile.objs
441
442 Apple Silicon HVF CPUs
443 M: Alexander Graf <agraf@csgraf.de>
444 S: Maintained
445 F: target/arm/hvf/
446
447 X86 HVF CPUs
448 M: Cameron Esfahani <dirty@apple.com>
449 M: Roman Bolshakov <r.bolshakov@yadro.com>
450 W: https://wiki.qemu.org/Features/HVF
451 S: Maintained
452 F: target/i386/hvf/
453
454 HVF
455 M: Cameron Esfahani <dirty@apple.com>
456 M: Roman Bolshakov <r.bolshakov@yadro.com>
457 W: https://wiki.qemu.org/Features/HVF
458 S: Maintained
459 F: accel/hvf/
460 F: include/sysemu/hvf.h
461 F: include/sysemu/hvf_int.h
462
463 WHPX CPUs
464 M: Sunil Muthuswamy <sunilmut@microsoft.com>
465 S: Supported
466 F: target/i386/whpx/
467 F: include/sysemu/whpx.h
468
469 Guest CPU Cores (Xen)
470 ---------------------
471 X86 Xen CPUs
472 M: Stefano Stabellini <sstabellini@kernel.org>
473 M: Anthony Perard <anthony.perard@citrix.com>
474 M: Paul Durrant <paul@xen.org>
475 L: xen-devel@lists.xenproject.org
476 S: Supported
477 F: */xen*
478 F: accel/xen/*
479 F: hw/9pfs/xen-9p*
480 F: hw/char/xen_console.c
481 F: hw/display/xenfb.c
482 F: hw/net/xen_nic.c
483 F: hw/usb/xen-usb.c
484 F: hw/block/xen*
485 F: hw/block/dataplane/xen*
486 F: hw/xen/
487 F: hw/xenpv/
488 F: hw/i386/xen/
489 F: hw/pci-host/xen_igd_pt.c
490 F: include/hw/block/dataplane/xen*
491 F: include/hw/xen/
492 F: include/sysemu/xen.h
493 F: include/sysemu/xen-mapcache.h
494 F: stubs/xen-hw-stub.c
495
496 Guest CPU Cores (HAXM)
497 ---------------------
498 X86 HAXM CPUs
499 M: Wenchao Wang <wenchao.wang@intel.com>
500 M: Colin Xu <colin.xu@intel.com>
501 L: haxm-team@intel.com
502 W: https://github.com/intel/haxm/issues
503 S: Maintained
504 F: accel/stubs/hax-stub.c
505 F: include/sysemu/hax.h
506 F: target/i386/hax/
507
508 Guest CPU Cores (NVMM)
509 ----------------------
510 NetBSD Virtual Machine Monitor (NVMM) CPU support
511 M: Kamil Rytarowski <kamil@netbsd.org>
512 M: Reinoud Zandijk <reinoud@netbsd.org>
513 S: Maintained
514 F: include/sysemu/nvmm.h
515 F: target/i386/nvmm/
516
517 Hosts
518 -----
519 LINUX
520 M: Michael S. Tsirkin <mst@redhat.com>
521 M: Cornelia Huck <cohuck@redhat.com>
522 M: Paolo Bonzini <pbonzini@redhat.com>
523 S: Maintained
524 F: linux-headers/
525 F: scripts/update-linux-headers.sh
526
527 POSIX
528 M: Paolo Bonzini <pbonzini@redhat.com>
529 S: Maintained
530 F: os-posix.c
531 F: include/sysemu/os-posix.h
532 F: util/*posix*.c
533 F: include/qemu/*posix*.h
534
535 NETBSD
536 M: Kamil Rytarowski <kamil@netbsd.org>
537 M: Reinoud Zandijk <reinoud@netbsd.org>
538 M: Ryo ONODERA <ryoon@netbsd.org>
539 S: Maintained
540 K: ^Subject:.*(?i)NetBSD
541
542 OPENBSD
543 M: Brad Smith <brad@comstyle.com>
544 S: Maintained
545 K: ^Subject:.*(?i)OpenBSD
546
547 W32, W64
548 M: Stefan Weil <sw@weilnetz.de>
549 S: Maintained
550 F: *win32*
551 F: */*win32*
552 F: include/*/*win32*
553 X: qga/*win32*
554 F: qemu.nsi
555
556 Alpha Machines
557 --------------
558 M: Richard Henderson <richard.henderson@linaro.org>
559 S: Maintained
560 F: hw/alpha/
561 F: hw/isa/smc37c669-superio.c
562 F: tests/tcg/alpha/system/
563
564 ARM Machines
565 ------------
566 Allwinner-a10
567 M: Beniamino Galvani <b.galvani@gmail.com>
568 M: Peter Maydell <peter.maydell@linaro.org>
569 L: qemu-arm@nongnu.org
570 S: Odd Fixes
571 F: hw/*/allwinner*
572 F: include/hw/*/allwinner*
573 F: hw/arm/cubieboard.c
574 F: docs/system/arm/cubieboard.rst
575
576 Allwinner-h3
577 M: Niek Linnenbank <nieklinnenbank@gmail.com>
578 L: qemu-arm@nongnu.org
579 S: Maintained
580 F: hw/*/allwinner-h3*
581 F: include/hw/*/allwinner-h3*
582 F: hw/arm/orangepi.c
583 F: docs/system/arm/orangepi.rst
584
585 ARM PrimeCell and CMSDK devices
586 M: Peter Maydell <peter.maydell@linaro.org>
587 L: qemu-arm@nongnu.org
588 S: Maintained
589 F: hw/char/pl011.c
590 F: include/hw/char/pl011.h
591 F: hw/display/pl110*
592 F: hw/dma/pl080.c
593 F: include/hw/dma/pl080.h
594 F: hw/dma/pl330.c
595 F: hw/gpio/pl061.c
596 F: hw/input/pl050.c
597 F: hw/intc/pl190.c
598 F: hw/sd/pl181.c
599 F: hw/ssi/pl022.c
600 F: include/hw/ssi/pl022.h
601 F: hw/rtc/pl031.c
602 F: include/hw/rtc/pl031.h
603 F: include/hw/arm/primecell.h
604 F: hw/timer/cmsdk-apb-timer.c
605 F: include/hw/timer/cmsdk-apb-timer.h
606 F: tests/qtest/cmsdk-apb-timer-test.c
607 F: hw/timer/cmsdk-apb-dualtimer.c
608 F: include/hw/timer/cmsdk-apb-dualtimer.h
609 F: tests/qtest/cmsdk-apb-dualtimer-test.c
610 F: hw/char/cmsdk-apb-uart.c
611 F: include/hw/char/cmsdk-apb-uart.h
612 F: hw/watchdog/cmsdk-apb-watchdog.c
613 F: include/hw/watchdog/cmsdk-apb-watchdog.h
614 F: tests/qtest/cmsdk-apb-watchdog-test.c
615 F: hw/misc/tz-ppc.c
616 F: include/hw/misc/tz-ppc.h
617 F: hw/misc/tz-mpc.c
618 F: include/hw/misc/tz-mpc.h
619 F: hw/misc/tz-msc.c
620 F: include/hw/misc/tz-msc.h
621
622 ARM cores
623 M: Peter Maydell <peter.maydell@linaro.org>
624 L: qemu-arm@nongnu.org
625 S: Maintained
626 F: hw/intc/arm*
627 F: hw/intc/gic_internal.h
628 F: hw/misc/a9scu.c
629 F: hw/misc/arm11scu.c
630 F: hw/misc/arm_l2x0.c
631 F: hw/misc/armv7m_ras.c
632 F: hw/timer/a9gtimer*
633 F: hw/timer/arm*
634 F: include/hw/arm/arm*.h
635 F: include/hw/intc/arm*
636 F: include/hw/misc/a9scu.h
637 F: include/hw/misc/arm11scu.h
638 F: include/hw/timer/a9gtimer.h
639 F: include/hw/timer/arm_mptimer.h
640 F: include/hw/timer/armv7m_systick.h
641 F: include/hw/misc/armv7m_ras.h
642 F: tests/qtest/test-arm-mptimer.c
643
644 Exynos
645 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
648 S: Odd Fixes
649 F: hw/*/exynos*
650 F: include/hw/arm/exynos4210.h
651
652 Calxeda Highbank
653 M: Rob Herring <robh@kernel.org>
654 M: Peter Maydell <peter.maydell@linaro.org>
655 L: qemu-arm@nongnu.org
656 S: Odd Fixes
657 F: hw/arm/highbank.c
658 F: hw/net/xgmac.c
659 F: docs/system/arm/highbank.rst
660
661 Canon DIGIC
662 M: Antony Pavlov <antonynpavlov@gmail.com>
663 M: Peter Maydell <peter.maydell@linaro.org>
664 L: qemu-arm@nongnu.org
665 S: Odd Fixes
666 F: include/hw/arm/digic.h
667 F: hw/*/digic*
668 F: include/hw/*/digic*
669 F: tests/acceptance/machine_arm_canona1100.py
670 F: docs/system/arm/digic.rst
671
672 Goldfish RTC
673 M: Anup Patel <anup.patel@wdc.com>
674 M: Alistair Francis <Alistair.Francis@wdc.com>
675 L: qemu-riscv@nongnu.org
676 S: Maintained
677 F: hw/rtc/goldfish_rtc.c
678 F: include/hw/rtc/goldfish_rtc.h
679
680 Gumstix
681 M: Peter Maydell <peter.maydell@linaro.org>
682 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
683 L: qemu-arm@nongnu.org
684 S: Odd Fixes
685 F: hw/arm/gumstix.c
686 F: docs/system/arm/gumstix.rst
687
688 i.MX25 PDK
689 M: Peter Maydell <peter.maydell@linaro.org>
690 R: Jean-Christophe Dubois <jcd@tribudubois.net>
691 L: qemu-arm@nongnu.org
692 S: Odd Fixes
693 F: hw/arm/fsl-imx25.c
694 F: hw/arm/imx25_pdk.c
695 F: hw/misc/imx25_ccm.c
696 F: hw/watchdog/wdt_imx2.c
697 F: include/hw/arm/fsl-imx25.h
698 F: include/hw/misc/imx25_ccm.h
699 F: include/hw/watchdog/wdt_imx2.h
700 F: docs/system/arm/imx25-pdk.rst
701
702 i.MX31 (kzm)
703 M: Peter Maydell <peter.maydell@linaro.org>
704 L: qemu-arm@nongnu.org
705 S: Odd Fixes
706 F: hw/arm/kzm.c
707 F: hw/*/imx_*
708 F: hw/*/*imx31*
709 F: include/hw/*/imx_*
710 F: include/hw/*/*imx31*
711 F: docs/system/arm/kzm.rst
712
713 Integrator CP
714 M: Peter Maydell <peter.maydell@linaro.org>
715 L: qemu-arm@nongnu.org
716 S: Maintained
717 F: hw/arm/integratorcp.c
718 F: hw/misc/arm_integrator_debug.c
719 F: include/hw/misc/arm_integrator_debug.h
720 F: tests/acceptance/machine_arm_integratorcp.py
721 F: docs/system/arm/integratorcp.rst
722
723 MCIMX6UL EVK / i.MX6ul
724 M: Peter Maydell <peter.maydell@linaro.org>
725 R: Jean-Christophe Dubois <jcd@tribudubois.net>
726 L: qemu-arm@nongnu.org
727 S: Odd Fixes
728 F: hw/arm/mcimx6ul-evk.c
729 F: hw/arm/fsl-imx6ul.c
730 F: hw/misc/imx6ul_ccm.c
731 F: include/hw/arm/fsl-imx6ul.h
732 F: include/hw/misc/imx6ul_ccm.h
733
734 MCIMX7D SABRE / i.MX7
735 M: Peter Maydell <peter.maydell@linaro.org>
736 R: Andrey Smirnov <andrew.smirnov@gmail.com>
737 L: qemu-arm@nongnu.org
738 S: Odd Fixes
739 F: hw/arm/mcimx7d-sabre.c
740 F: hw/arm/fsl-imx7.c
741 F: hw/misc/imx7_*.c
742 F: include/hw/arm/fsl-imx7.h
743 F: include/hw/misc/imx7_*.h
744 F: hw/pci-host/designware.c
745 F: include/hw/pci-host/designware.h
746
747 MPS2
748 M: Peter Maydell <peter.maydell@linaro.org>
749 L: qemu-arm@nongnu.org
750 S: Maintained
751 F: hw/arm/mps2.c
752 F: hw/arm/mps2-tz.c
753 F: hw/misc/mps2-*.c
754 F: include/hw/misc/mps2-*.h
755 F: hw/arm/armsse.c
756 F: include/hw/arm/armsse.h
757 F: hw/misc/iotkit-secctl.c
758 F: include/hw/misc/iotkit-secctl.h
759 F: hw/misc/iotkit-sysctl.c
760 F: include/hw/misc/iotkit-sysctl.h
761 F: hw/misc/iotkit-sysinfo.c
762 F: include/hw/misc/iotkit-sysinfo.h
763 F: hw/misc/armsse-cpu-pwrctrl.c
764 F: include/hw/misc/armsse-cpu-pwrctrl.h
765 F: hw/misc/armsse-cpuid.c
766 F: include/hw/misc/armsse-cpuid.h
767 F: hw/misc/armsse-mhu.c
768 F: include/hw/misc/armsse-mhu.h
769 F: hw/timer/sse-counter.c
770 F: include/hw/timer/sse-counter.h
771 F: hw/timer/sse-timer.c
772 F: include/hw/timer/sse-timer.h
773 F: tests/qtest/sse-timer-test.c
774 F: docs/system/arm/mps2.rst
775
776 Musca
777 M: Peter Maydell <peter.maydell@linaro.org>
778 L: qemu-arm@nongnu.org
779 S: Maintained
780 F: hw/arm/musca.c
781 F: docs/system/arm/musca.rst
782
783 Musicpal
784 M: Jan Kiszka <jan.kiszka@web.de>
785 M: Peter Maydell <peter.maydell@linaro.org>
786 L: qemu-arm@nongnu.org
787 S: Odd Fixes
788 F: hw/arm/musicpal.c
789 F: docs/system/arm/musicpal.rst
790
791 Nuvoton NPCM7xx
792 M: Havard Skinnemoen <hskinnemoen@google.com>
793 M: Tyrone Ting <kfting@nuvoton.com>
794 L: qemu-arm@nongnu.org
795 S: Supported
796 F: hw/*/npcm7xx*
797 F: include/hw/*/npcm7xx*
798 F: tests/qtest/npcm7xx*
799 F: pc-bios/npcm7xx_bootrom.bin
800 F: roms/vbootrom
801 F: docs/system/arm/nuvoton.rst
802
803 nSeries
804 M: Peter Maydell <peter.maydell@linaro.org>
805 L: qemu-arm@nongnu.org
806 S: Odd Fixes
807 F: hw/arm/nseries.c
808 F: hw/display/blizzard.c
809 F: hw/input/lm832x.c
810 F: hw/input/tsc2005.c
811 F: hw/misc/cbus.c
812 F: hw/rtc/twl92230.c
813 F: include/hw/display/blizzard.h
814 F: include/hw/input/lm832x.h
815 F: include/hw/input/tsc2xxx.h
816 F: include/hw/misc/cbus.h
817 F: tests/acceptance/machine_arm_n8x0.py
818 F: docs/system/arm/nseries.rst
819
820 Palm
821 M: Peter Maydell <peter.maydell@linaro.org>
822 L: qemu-arm@nongnu.org
823 S: Odd Fixes
824 F: hw/arm/palm.c
825 F: hw/input/tsc210x.c
826 F: include/hw/input/tsc2xxx.h
827 F: docs/system/arm/palm.rst
828
829 Raspberry Pi
830 M: Peter Maydell <peter.maydell@linaro.org>
831 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
832 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
833 L: qemu-arm@nongnu.org
834 S: Odd Fixes
835 F: hw/arm/raspi.c
836 F: hw/arm/raspi_platform.h
837 F: hw/*/bcm283*
838 F: include/hw/arm/raspi*
839 F: include/hw/*/bcm283*
840 F: docs/system/arm/raspi.rst
841
842 Real View
843 M: Peter Maydell <peter.maydell@linaro.org>
844 L: qemu-arm@nongnu.org
845 S: Maintained
846 F: hw/arm/realview*
847 F: hw/cpu/realview_mpcore.c
848 F: hw/intc/realview_gic.c
849 F: include/hw/intc/realview_gic.h
850 F: docs/system/arm/realview.rst
851
852 PXA2XX
853 M: Peter Maydell <peter.maydell@linaro.org>
854 L: qemu-arm@nongnu.org
855 S: Odd Fixes
856 F: hw/arm/mainstone.c
857 F: hw/arm/spitz.c
858 F: hw/arm/tosa.c
859 F: hw/arm/z2.c
860 F: hw/*/pxa2xx*
861 F: hw/display/tc6393xb.c
862 F: hw/gpio/max7310.c
863 F: hw/gpio/zaurus.c
864 F: hw/misc/mst_fpga.c
865 F: hw/adc/max111x.c
866 F: include/hw/adc/max111x.h
867 F: include/hw/arm/pxa.h
868 F: include/hw/arm/sharpsl.h
869 F: include/hw/display/tc6393xb.h
870 F: docs/system/arm/xscale.rst
871 F: docs/system/arm/mainstone.rst
872
873 SABRELITE / i.MX6
874 M: Peter Maydell <peter.maydell@linaro.org>
875 R: Jean-Christophe Dubois <jcd@tribudubois.net>
876 L: qemu-arm@nongnu.org
877 S: Odd Fixes
878 F: hw/arm/sabrelite.c
879 F: hw/arm/fsl-imx6.c
880 F: hw/misc/imx6_*.c
881 F: hw/ssi/imx_spi.c
882 F: hw/usb/imx-usb-phy.c
883 F: include/hw/usb/imx-usb-phy.h
884 F: include/hw/arm/fsl-imx6.h
885 F: include/hw/misc/imx6_*.h
886 F: include/hw/ssi/imx_spi.h
887
888 SBSA-REF
889 M: Radoslaw Biernacki <rad@semihalf.com>
890 M: Peter Maydell <peter.maydell@linaro.org>
891 R: Leif Lindholm <leif@nuviainc.com>
892 L: qemu-arm@nongnu.org
893 S: Maintained
894 F: hw/arm/sbsa-ref.c
895 F: docs/system/arm/sbsa.rst
896
897 Sharp SL-5500 (Collie) PDA
898 M: Peter Maydell <peter.maydell@linaro.org>
899 L: qemu-arm@nongnu.org
900 S: Odd Fixes
901 F: hw/arm/collie.c
902 F: hw/arm/strongarm*
903 F: docs/system/arm/collie.rst
904
905 Stellaris
906 M: Peter Maydell <peter.maydell@linaro.org>
907 L: qemu-arm@nongnu.org
908 S: Maintained
909 F: hw/*/stellaris*
910 F: include/hw/input/gamepad.h
911 F: docs/system/arm/stellaris.rst
912
913 STM32VLDISCOVERY
914 M: Alexandre Iooss <erdnaxe@crans.org>
915 L: qemu-arm@nongnu.org
916 S: Maintained
917 F: hw/arm/stm32vldiscovery.c
918 F: docs/system/arm/stm32.rst
919
920 Versatile Express
921 M: Peter Maydell <peter.maydell@linaro.org>
922 L: qemu-arm@nongnu.org
923 S: Maintained
924 F: hw/arm/vexpress.c
925 F: docs/system/arm/vexpress.rst
926
927 Versatile PB
928 M: Peter Maydell <peter.maydell@linaro.org>
929 L: qemu-arm@nongnu.org
930 S: Maintained
931 F: hw/*/versatile*
932 F: include/hw/i2c/arm_sbcon_i2c.h
933 F: hw/misc/arm_sysctl.c
934 F: docs/system/arm/versatile.rst
935
936 Virt
937 M: Peter Maydell <peter.maydell@linaro.org>
938 L: qemu-arm@nongnu.org
939 S: Maintained
940 F: hw/arm/virt*
941 F: include/hw/arm/virt.h
942 F: docs/system/arm/virt.rst
943
944 Xilinx Zynq
945 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
946 M: Alistair Francis <alistair@alistair23.me>
947 M: Peter Maydell <peter.maydell@linaro.org>
948 L: qemu-arm@nongnu.org
949 S: Maintained
950 F: hw/*/xilinx_*
951 F: hw/*/cadence_*
952 F: hw/misc/zynq_slcr.c
953 F: hw/adc/zynq-xadc.c
954 F: include/hw/misc/zynq_slcr.h
955 F: include/hw/adc/zynq-xadc.h
956 X: hw/ssi/xilinx_*
957
958 Xilinx ZynqMP and Versal
959 M: Alistair Francis <alistair@alistair23.me>
960 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
961 M: Peter Maydell <peter.maydell@linaro.org>
962 L: qemu-arm@nongnu.org
963 S: Maintained
964 F: hw/*/xlnx*.c
965 F: include/hw/*/xlnx*.h
966 F: include/hw/ssi/xilinx_spips.h
967 F: hw/display/dpcd.c
968 F: include/hw/display/dpcd.h
969 F: docs/system/arm/xlnx-versal-virt.rst
970
971 ARM ACPI Subsystem
972 M: Shannon Zhao <shannon.zhaosl@gmail.com>
973 L: qemu-arm@nongnu.org
974 S: Maintained
975 F: hw/arm/virt-acpi-build.c
976
977 STM32F100
978 M: Alexandre Iooss <erdnaxe@crans.org>
979 L: qemu-arm@nongnu.org
980 S: Maintained
981 F: hw/arm/stm32f100_soc.c
982
983 STM32F205
984 M: Alistair Francis <alistair@alistair23.me>
985 M: Peter Maydell <peter.maydell@linaro.org>
986 L: qemu-arm@nongnu.org
987 S: Maintained
988 F: hw/arm/stm32f205_soc.c
989 F: hw/misc/stm32f2xx_syscfg.c
990 F: hw/char/stm32f2xx_usart.c
991 F: hw/timer/stm32f2xx_timer.c
992 F: hw/adc/*
993 F: hw/ssi/stm32f2xx_spi.c
994 F: include/hw/*/stm32*.h
995
996 STM32F405
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/stm32f405_soc.c
1002 F: hw/misc/stm32f4xx_syscfg.c
1003 F: hw/misc/stm32f4xx_exti.c
1004
1005 Netduino 2
1006 M: Alistair Francis <alistair@alistair23.me>
1007 M: Peter Maydell <peter.maydell@linaro.org>
1008 L: qemu-arm@nongnu.org
1009 S: Maintained
1010 F: hw/arm/netduino2.c
1011
1012 Netduino Plus 2
1013 M: Alistair Francis <alistair@alistair23.me>
1014 M: Peter Maydell <peter.maydell@linaro.org>
1015 L: qemu-arm@nongnu.org
1016 S: Maintained
1017 F: hw/arm/netduinoplus2.c
1018
1019 SmartFusion2
1020 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1021 M: Peter Maydell <peter.maydell@linaro.org>
1022 L: qemu-arm@nongnu.org
1023 S: Maintained
1024 F: hw/arm/msf2-soc.c
1025 F: hw/misc/msf2-sysreg.c
1026 F: hw/timer/mss-timer.c
1027 F: hw/ssi/mss-spi.c
1028 F: include/hw/arm/msf2-soc.h
1029 F: include/hw/misc/msf2-sysreg.h
1030 F: include/hw/timer/mss-timer.h
1031 F: include/hw/ssi/mss-spi.h
1032 F: hw/net/msf2-emac.c
1033 F: include/hw/net/msf2-emac.h
1034
1035 Emcraft M2S-FG484
1036 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1037 M: Peter Maydell <peter.maydell@linaro.org>
1038 L: qemu-arm@nongnu.org
1039 S: Maintained
1040 F: hw/arm/msf2-som.c
1041 F: docs/system/arm/emcraft-sf2.rst
1042
1043 ASPEED BMCs
1044 M: Cédric Le Goater <clg@kaod.org>
1045 M: Peter Maydell <peter.maydell@linaro.org>
1046 R: Andrew Jeffery <andrew@aj.id.au>
1047 R: Joel Stanley <joel@jms.id.au>
1048 L: qemu-arm@nongnu.org
1049 S: Maintained
1050 F: hw/*/*aspeed*
1051 F: hw/misc/pca9552.c
1052 F: include/hw/*/*aspeed*
1053 F: include/hw/misc/pca9552*.h
1054 F: hw/net/ftgmac100.c
1055 F: include/hw/net/ftgmac100.h
1056 F: docs/system/arm/aspeed.rst
1057 F: tests/qtest/*aspeed*
1058
1059 NRF51
1060 M: Joel Stanley <joel@jms.id.au>
1061 M: Peter Maydell <peter.maydell@linaro.org>
1062 L: qemu-arm@nongnu.org
1063 S: Maintained
1064 F: hw/*/nrf51*.c
1065 F: hw/*/microbit*.c
1066 F: include/hw/*/nrf51*.h
1067 F: include/hw/*/microbit*.h
1068 F: tests/qtest/microbit-test.c
1069 F: docs/system/arm/nrf.rst
1070
1071 AVR Machines
1072 -------------
1073
1074 AVR MCUs
1075 M: Michael Rolnik <mrolnik@gmail.com>
1076 S: Maintained
1077 F: configs/devices/avr-softmmu/default.mak
1078 F: hw/avr/
1079 F: include/hw/char/avr_usart.h
1080 F: hw/char/avr_usart.c
1081 F: include/hw/timer/avr_timer16.h
1082 F: hw/timer/avr_timer16.c
1083 F: include/hw/misc/avr_power.h
1084 F: hw/misc/avr_power.c
1085
1086 Arduino
1087 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1088 S: Maintained
1089 F: hw/avr/arduino.c
1090
1091 CRIS Machines
1092 -------------
1093 Axis Dev88
1094 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1095 S: Maintained
1096 F: hw/cris/axis_dev88.c
1097 F: hw/*/etraxfs_*.c
1098
1099 HP-PARISC Machines
1100 ------------------
1101 HP B160L
1102 M: Richard Henderson <richard.henderson@linaro.org>
1103 R: Helge Deller <deller@gmx.de>
1104 S: Odd Fixes
1105 F: configs/devices/hppa-softmmu/default.mak
1106 F: hw/hppa/
1107 F: pc-bios/hppa-firmware.img
1108
1109 M68K Machines
1110 -------------
1111 an5206
1112 M: Thomas Huth <huth@tuxfamily.org>
1113 S: Odd Fixes
1114 F: hw/m68k/an5206.c
1115 F: hw/m68k/mcf5206.c
1116
1117 mcf5208
1118 M: Thomas Huth <huth@tuxfamily.org>
1119 S: Odd Fixes
1120 F: hw/m68k/mcf5208.c
1121 F: hw/m68k/mcf_intc.c
1122 F: hw/char/mcf_uart.c
1123 F: hw/net/mcf_fec.c
1124 F: include/hw/m68k/mcf*.h
1125
1126 NeXTcube
1127 M: Thomas Huth <huth@tuxfamily.org>
1128 S: Odd Fixes
1129 F: hw/m68k/next-*.c
1130 F: hw/display/next-fb.c
1131 F: include/hw/m68k/next-cube.h
1132
1133 q800
1134 M: Laurent Vivier <laurent@vivier.eu>
1135 S: Maintained
1136 F: hw/m68k/q800.c
1137 F: hw/misc/mac_via.c
1138 F: hw/nubus/*
1139 F: hw/display/macfb.c
1140 F: hw/block/swim.c
1141 F: hw/m68k/bootinfo.h
1142 F: include/standard-headers/asm-m68k/bootinfo.h
1143 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1144 F: include/hw/misc/mac_via.h
1145 F: include/hw/nubus/*
1146 F: include/hw/display/macfb.h
1147 F: include/hw/block/swim.h
1148
1149 virt
1150 M: Laurent Vivier <laurent@vivier.eu>
1151 S: Maintained
1152 F: hw/m68k/virt.c
1153 F: hw/char/goldfish_tty.c
1154 F: hw/intc/goldfish_pic.c
1155 F: hw/intc/m68k_irqc.c
1156 F: hw/misc/virt_ctrl.c
1157 F: include/hw/char/goldfish_tty.h
1158 F: include/hw/intc/goldfish_pic.h
1159 F: include/hw/intc/m68k_irqc.h
1160 F: include/hw/misc/virt_ctrl.h
1161
1162 MicroBlaze Machines
1163 -------------------
1164 petalogix_s3adsp1800
1165 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1166 S: Maintained
1167 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1168 F: include/hw/char/xilinx_uartlite.h
1169 F: tests/acceptance/machine_microblaze.py
1170
1171 petalogix_ml605
1172 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1173 S: Maintained
1174 F: hw/microblaze/petalogix_ml605_mmu.c
1175
1176 MIPS Machines
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/acceptance/linux_ssh_mips_malta.py
1196 F: tests/acceptance/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/acceptance/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/acceptance/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/acceptance/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/acceptance/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/acceptance/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/acceptance/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/acceptance/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/acceptance/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/acceptance/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/acceptance/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/acceptance/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/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/acceptance/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 Subsystems
2276 ----------
2277 Overall Audio backends
2278 M: Gerd Hoffmann <kraxel@redhat.com>
2279 S: Odd Fixes
2280 F: audio/
2281 X: audio/alsaaudio.c
2282 X: audio/coreaudio.c
2283 X: audio/dsound*
2284 X: audio/jackaudio.c
2285 X: audio/ossaudio.c
2286 X: audio/paaudio.c
2287 X: audio/sdlaudio.c
2288 X: audio/spiceaudio.c
2289 F: qapi/audio.json
2290
2291 ALSA Audio backend
2292 M: Gerd Hoffmann <kraxel@redhat.com>
2293 S: Odd Fixes
2294 F: audio/alsaaudio.c
2295
2296 Core Audio framework backend
2297 M: Gerd Hoffmann <kraxel@redhat.com>
2298 S: Odd Fixes
2299 F: audio/coreaudio.c
2300
2301 DSound Audio backend
2302 M: Gerd Hoffmann <kraxel@redhat.com>
2303 S: Odd Fixes
2304 F: audio/dsound*
2305
2306 JACK Audio Connection Kit backend
2307 M: Gerd Hoffmann <kraxel@redhat.com>
2308 S: Odd Fixes
2309 F: audio/jackaudio.c
2310
2311 Open Sound System (OSS) Audio backend
2312 M: Gerd Hoffmann <kraxel@redhat.com>
2313 S: Odd Fixes
2314 F: audio/ossaudio.c
2315
2316 PulseAudio backend
2317 M: Gerd Hoffmann <kraxel@redhat.com>
2318 S: Odd Fixes
2319 F: audio/paaudio.c
2320
2321 SDL Audio backend
2322 M: Gerd Hoffmann <kraxel@redhat.com>
2323 S: Odd Fixes
2324 F: audio/sdlaudio.c
2325
2326 Block layer core
2327 M: Kevin Wolf <kwolf@redhat.com>
2328 M: Hanna Reitz <hreitz@redhat.com>
2329 L: qemu-block@nongnu.org
2330 S: Supported
2331 F: block*
2332 F: block/
2333 F: hw/block/
2334 F: include/block/
2335 F: qemu-img*
2336 F: docs/tools/qemu-img.rst
2337 F: qemu-io*
2338 F: tests/qemu-iotests/
2339 F: util/qemu-progress.c
2340 F: qobject/block-qdict.c
2341 F: tests/unit/check-block-qdict.c
2342 T: git https://repo.or.cz/qemu/kevin.git block
2343
2344 Storage daemon
2345 M: Kevin Wolf <kwolf@redhat.com>
2346 L: qemu-block@nongnu.org
2347 S: Supported
2348 F: storage-daemon/
2349 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2350 F: docs/tools/qemu-storage-daemon.rst
2351 T: git https://repo.or.cz/qemu/kevin.git block
2352
2353 Block I/O path
2354 M: Stefan Hajnoczi <stefanha@redhat.com>
2355 M: Fam Zheng <fam@euphon.net>
2356 L: qemu-block@nongnu.org
2357 S: Supported
2358 F: util/async.c
2359 F: util/aio-*.c
2360 F: util/aio-*.h
2361 F: util/fdmon-*.c
2362 F: block/io.c
2363 F: migration/block*
2364 F: include/block/aio.h
2365 F: include/block/aio-wait.h
2366 F: scripts/qemugdb/aio.py
2367 F: tests/unit/test-fdmon-epoll.c
2368 T: git https://github.com/stefanha/qemu.git block
2369
2370 Block SCSI subsystem
2371 M: Paolo Bonzini <pbonzini@redhat.com>
2372 R: Fam Zheng <fam@euphon.net>
2373 L: qemu-block@nongnu.org
2374 S: Supported
2375 F: include/scsi/*
2376 F: scsi/*
2377
2378 Block Jobs
2379 M: John Snow <jsnow@redhat.com>
2380 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2381 L: qemu-block@nongnu.org
2382 S: Supported
2383 F: blockjob.c
2384 F: include/block/blockjob.h
2385 F: job.c
2386 F: job-qmp.c
2387 F: include/qemu/job.h
2388 F: block/backup.c
2389 F: block/commit.c
2390 F: block/stream.c
2391 F: block/mirror.c
2392 F: qapi/job.json
2393 F: block/block-copy.c
2394 F: include/block/block-copy.c
2395 F: block/copy-before-write.h
2396 F: block/copy-before-write.c
2397 F: include/block/aio_task.h
2398 F: block/aio_task.c
2399 F: util/qemu-co-shared-resource.c
2400 F: include/qemu/co-shared-resource.h
2401 T: git https://gitlab.com/jsnow/qemu.git jobs
2402 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2403
2404 Block QAPI, monitor, command line
2405 M: Markus Armbruster <armbru@redhat.com>
2406 S: Supported
2407 F: blockdev.c
2408 F: blockdev-hmp-cmds.c
2409 F: block/qapi.c
2410 F: qapi/block*.json
2411 F: qapi/transaction.json
2412 T: git https://repo.or.cz/qemu/armbru.git block-next
2413
2414 Dirty Bitmaps
2415 M: Eric Blake <eblake@redhat.com>
2416 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2417 R: John Snow <jsnow@redhat.com>
2418 L: qemu-block@nongnu.org
2419 S: Supported
2420 F: include/qemu/hbitmap.h
2421 F: include/block/dirty-bitmap.h
2422 F: block/monitor/bitmap-qmp-cmds.c
2423 F: block/dirty-bitmap.c
2424 F: block/qcow2-bitmap.c
2425 F: migration/block-dirty-bitmap.c
2426 F: util/hbitmap.c
2427 F: tests/unit/test-hbitmap.c
2428 F: docs/interop/bitmaps.rst
2429 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2430
2431 Character device backends
2432 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2433 R: Paolo Bonzini <pbonzini@redhat.com>
2434 S: Maintained
2435 F: chardev/
2436 F: include/chardev/
2437 F: qapi/char.json
2438
2439 Character Devices (Braille)
2440 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2441 S: Maintained
2442 F: chardev/baum.c
2443
2444 Command line option argument parsing
2445 M: Markus Armbruster <armbru@redhat.com>
2446 S: Supported
2447 F: include/qemu/option.h
2448 F: tests/unit/test-keyval.c
2449 F: tests/unit/test-qemu-opts.c
2450 F: util/keyval.c
2451 F: util/qemu-option.c
2452
2453 Coverity model
2454 M: Markus Armbruster <armbru@redhat.com>
2455 S: Supported
2456 F: scripts/coverity-model.c
2457
2458 Coverity Scan integration
2459 M: Peter Maydell <peter.maydell@linaro.org>
2460 S: Maintained
2461 F: scripts/coverity-scan/
2462
2463 Device Tree
2464 M: Alistair Francis <alistair.francis@wdc.com>
2465 R: David Gibson <david@gibson.dropbear.id.au>
2466 S: Maintained
2467 F: softmmu/device_tree.c
2468 F: include/sysemu/device_tree.h
2469
2470 Dump
2471 S: Supported
2472 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2473 F: dump/
2474 F: hw/misc/vmcoreinfo.c
2475 F: include/hw/misc/vmcoreinfo.h
2476 F: include/qemu/win_dump_defs
2477 F: include/sysemu/dump-arch.h
2478 F: include/sysemu/dump.h
2479 F: qapi/dump.json
2480 F: scripts/dump-guest-memory.py
2481 F: stubs/dump.c
2482
2483 Error reporting
2484 M: Markus Armbruster <armbru@redhat.com>
2485 S: Supported
2486 F: include/qapi/error.h
2487 F: include/qemu/error-report.h
2488 F: qapi/error.json
2489 F: util/error.c
2490 F: util/qemu-error.c
2491 F: scripts/coccinelle/err-bad-newline.cocci
2492 F: scripts/coccinelle/error-use-after-free.cocci
2493 F: scripts/coccinelle/error_propagate_null.cocci
2494 F: scripts/coccinelle/remove_local_err.cocci
2495 F: scripts/coccinelle/use-error_fatal.cocci
2496 F: scripts/coccinelle/errp-guard.cocci
2497
2498 GDB stub
2499 M: Alex Bennée <alex.bennee@linaro.org>
2500 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2501 S: Maintained
2502 F: gdbstub*
2503 F: include/exec/gdbstub.h
2504 F: gdb-xml/
2505 F: tests/tcg/multiarch/gdbstub/
2506
2507 Memory API
2508 M: Paolo Bonzini <pbonzini@redhat.com>
2509 M: Peter Xu <peterx@redhat.com>
2510 M: David Hildenbrand <david@redhat.com>
2511 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2512 S: Supported
2513 F: include/exec/ioport.h
2514 F: include/exec/memop.h
2515 F: include/exec/memory.h
2516 F: include/exec/ram_addr.h
2517 F: include/exec/ramblock.h
2518 F: include/sysemu/memory_mapping.h
2519 F: softmmu/dma-helpers.c
2520 F: softmmu/ioport.c
2521 F: softmmu/memory.c
2522 F: softmmu/memory_mapping.c
2523 F: softmmu/physmem.c
2524 F: include/exec/memory-internal.h
2525 F: scripts/coccinelle/memory-region-housekeeping.cocci
2526
2527 SPICE
2528 M: Gerd Hoffmann <kraxel@redhat.com>
2529 S: Odd Fixes
2530 F: include/ui/qemu-spice.h
2531 F: include/ui/spice-display.h
2532 F: ui/spice-*.c
2533 F: audio/spiceaudio.c
2534 F: hw/display/qxl*
2535 F: qapi/ui.json
2536 F: docs/spice-port-fqdn.txt
2537
2538 Graphics
2539 M: Gerd Hoffmann <kraxel@redhat.com>
2540 S: Odd Fixes
2541 F: ui/
2542 F: include/ui/
2543 F: qapi/ui.json
2544 F: util/drm.c
2545
2546 Cocoa graphics
2547 M: Peter Maydell <peter.maydell@linaro.org>
2548 S: Odd Fixes
2549 F: ui/cocoa.m
2550
2551 Main loop
2552 M: Paolo Bonzini <pbonzini@redhat.com>
2553 S: Maintained
2554 F: include/exec/gen-icount.h
2555 F: include/qemu/main-loop.h
2556 F: include/sysemu/runstate.h
2557 F: include/sysemu/runstate-action.h
2558 F: util/main-loop.c
2559 F: util/qemu-timer.c
2560 F: softmmu/vl.c
2561 F: softmmu/main.c
2562 F: softmmu/cpus.c
2563 F: softmmu/cpu-throttle.c
2564 F: softmmu/cpu-timers.c
2565 F: softmmu/icount.c
2566 F: softmmu/runstate-action.c
2567 F: qapi/run-state.json
2568
2569 Read, Copy, Update (RCU)
2570 M: Paolo Bonzini <pbonzini@redhat.com>
2571 S: Maintained
2572 F: include/qemu/rcu*.h
2573 F: tests/unit/rcutorture.c
2574 F: tests/unit/test-rcu-*.c
2575 F: util/rcu.c
2576
2577 Human Monitor (HMP)
2578 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2579 S: Maintained
2580 F: monitor/monitor-internal.h
2581 F: monitor/misc.c
2582 F: monitor/monitor.c
2583 F: monitor/hmp*
2584 F: hmp.h
2585 F: hmp-commands*.hx
2586 F: include/monitor/hmp-target.h
2587 F: tests/qtest/test-hmp.c
2588 F: include/qemu/qemu-print.h
2589 F: util/qemu-print.c
2590
2591 Network device backends
2592 M: Jason Wang <jasowang@redhat.com>
2593 S: Maintained
2594 F: net/
2595 F: include/net/
2596 F: qemu-bridge-helper.c
2597 T: git https://github.com/jasowang/qemu.git net
2598 F: qapi/net.json
2599
2600 Netmap network backend
2601 M: Luigi Rizzo <rizzo@iet.unipi.it>
2602 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2603 M: Vincenzo Maffione <v.maffione@gmail.com>
2604 W: http://info.iet.unipi.it/~luigi/netmap/
2605 S: Maintained
2606 F: net/netmap.c
2607
2608 Host Memory Backends
2609 M: David Hildenbrand <david@redhat.com>
2610 M: Igor Mammedov <imammedo@redhat.com>
2611 S: Maintained
2612 F: backends/hostmem*.c
2613 F: include/sysemu/hostmem.h
2614 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2615
2616 Cryptodev Backends
2617 M: Gonglei <arei.gonglei@huawei.com>
2618 S: Maintained
2619 F: include/sysemu/cryptodev*.h
2620 F: backends/cryptodev*.c
2621
2622 Python library
2623 M: John Snow <jsnow@redhat.com>
2624 M: Cleber Rosa <crosa@redhat.com>
2625 R: Eduardo Habkost <ehabkost@redhat.com>
2626 S: Maintained
2627 F: python/
2628 T: git https://gitlab.com/jsnow/qemu.git python
2629
2630 Python scripts
2631 M: Eduardo Habkost <ehabkost@redhat.com>
2632 M: Cleber Rosa <crosa@redhat.com>
2633 S: Odd Fixes
2634 F: scripts/*.py
2635 F: tests/*.py
2636
2637 Benchmark util
2638 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2639 S: Maintained
2640 F: scripts/simplebench/
2641 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2642
2643 Transactions helper
2644 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2645 S: Maintained
2646 F: include/qemu/transactions.h
2647 F: util/transactions.c
2648
2649 QAPI
2650 M: Markus Armbruster <armbru@redhat.com>
2651 M: Michael Roth <michael.roth@amd.com>
2652 S: Supported
2653 F: qapi/
2654 X: qapi/*.json
2655 F: include/qapi/
2656 X: include/qapi/qmp/
2657 F: include/qapi/qmp/dispatch.h
2658 F: tests/qapi-schema/
2659 F: tests/unit/test-*-visitor.c
2660 F: tests/unit/test-qapi-*.c
2661 F: tests/unit/test-qmp-*.c
2662 F: tests/unit/test-visitor-serialization.c
2663 F: scripts/qapi-gen.py
2664 F: scripts/qapi/*
2665 F: docs/sphinx/qapidoc.py
2666 F: docs/devel/qapi*
2667 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2668
2669 QAPI Schema
2670 M: Eric Blake <eblake@redhat.com>
2671 M: Markus Armbruster <armbru@redhat.com>
2672 S: Supported
2673 F: qapi/*.json
2674 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2675
2676 QObject
2677 M: Markus Armbruster <armbru@redhat.com>
2678 S: Supported
2679 F: qobject/
2680 F: include/qapi/qmp/
2681 X: include/qapi/qmp/dispatch.h
2682 F: scripts/coccinelle/qobject.cocci
2683 F: tests/unit/check-qdict.c
2684 F: tests/unit/check-qjson.c
2685 F: tests/unit/check-qlist.c
2686 F: tests/unit/check-qlit.c
2687 F: tests/unit/check-qnull.c
2688 F: tests/unit/check-qnum.c
2689 F: tests/unit/check-qobject.c
2690 F: tests/unit/check-qstring.c
2691 F: tests/data/qobject/qdict.txt
2692 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2693
2694 QEMU Guest Agent
2695 M: Michael Roth <michael.roth@amd.com>
2696 S: Maintained
2697 F: qga/
2698 F: docs/interop/qemu-ga.rst
2699 F: docs/interop/qemu-ga-ref.rst
2700 F: scripts/qemu-guest-agent/
2701 F: tests/unit/test-qga.c
2702 T: git https://github.com/mdroth/qemu.git qga
2703
2704 QOM
2705 M: Paolo Bonzini <pbonzini@redhat.com>
2706 R: Daniel P. Berrange <berrange@redhat.com>
2707 R: Eduardo Habkost <ehabkost@redhat.com>
2708 S: Supported
2709 F: docs/qdev-device-use.txt
2710 F: hw/core/qdev*
2711 F: hw/core/bus.c
2712 F: hw/core/sysbus.c
2713 F: include/hw/qdev*
2714 F: include/monitor/qdev.h
2715 F: include/qom/
2716 F: qapi/qom.json
2717 F: qapi/qdev.json
2718 F: scripts/coccinelle/qom-parent-type.cocci
2719 F: softmmu/qdev-monitor.c
2720 F: stubs/qdev.c
2721 F: qom/
2722 F: tests/unit/check-qom-interface.c
2723 F: tests/unit/check-qom-proplist.c
2724 F: tests/unit/test-qdev-global-props.c
2725
2726 QOM boilerplate conversion script
2727 M: Eduardo Habkost <ehabkost@redhat.com>
2728 S: Maintained
2729 F: scripts/codeconverter/
2730
2731 QMP
2732 M: Markus Armbruster <armbru@redhat.com>
2733 S: Supported
2734 F: monitor/monitor-internal.h
2735 F: monitor/qmp*
2736 F: monitor/misc.c
2737 F: monitor/monitor.c
2738 F: qapi/control.json
2739 F: qapi/error.json
2740 F: qapi/introspect.json
2741 F: docs/devel/*qmp-*
2742 F: docs/interop/*qmp-*
2743 F: scripts/qmp/
2744 F: tests/qtest/qmp-test.c
2745 F: tests/qtest/qmp-cmd-test.c
2746 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2747
2748 qtest
2749 M: Thomas Huth <thuth@redhat.com>
2750 M: Laurent Vivier <lvivier@redhat.com>
2751 R: Paolo Bonzini <pbonzini@redhat.com>
2752 S: Maintained
2753 F: softmmu/qtest.c
2754 F: accel/qtest/
2755 F: tests/qtest/
2756 F: docs/devel/qgraph.rst
2757 X: tests/qtest/bios-tables-test*
2758
2759 Device Fuzzing
2760 M: Alexander Bulekov <alxndr@bu.edu>
2761 R: Paolo Bonzini <pbonzini@redhat.com>
2762 R: Bandan Das <bsd@redhat.com>
2763 R: Stefan Hajnoczi <stefanha@redhat.com>
2764 R: Thomas Huth <thuth@redhat.com>
2765 R: Darren Kenny <darren.kenny@oracle.com>
2766 R: Qiuhao Li <Qiuhao.Li@outlook.com>
2767 S: Maintained
2768 F: tests/qtest/fuzz/
2769 F: tests/qtest/fuzz-*test.c
2770 F: scripts/oss-fuzz/
2771 F: hw/mem/sparse-mem.c
2772 F: docs/devel/fuzzing.rst
2773
2774 Register API
2775 M: Alistair Francis <alistair@alistair23.me>
2776 S: Maintained
2777 F: hw/core/register.c
2778 F: include/hw/register.h
2779 F: include/hw/registerfields.h
2780
2781 SLIRP
2782 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2783 S: Maintained
2784 F: slirp/
2785 F: net/slirp.c
2786 F: include/net/slirp.h
2787 T: git https://people.debian.org/~sthibault/qemu.git slirp
2788
2789 Streams
2790 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2791 S: Maintained
2792 F: hw/core/stream.c
2793 F: include/hw/stream.h
2794
2795 Stubs
2796 M: Paolo Bonzini <pbonzini@redhat.com>
2797 S: Maintained
2798 F: stubs/
2799
2800 Tracing
2801 M: Stefan Hajnoczi <stefanha@redhat.com>
2802 S: Maintained
2803 F: trace/
2804 F: trace-events
2805 F: docs/qemu-option-trace.rst.inc
2806 F: qapi/trace.json
2807 F: scripts/tracetool.py
2808 F: scripts/tracetool/
2809 F: scripts/qemu-trace-stap*
2810 F: docs/tools/qemu-trace-stap.rst
2811 F: docs/devel/tracing.rst
2812 T: git https://github.com/stefanha/qemu.git tracing
2813
2814 TPM
2815 M: Stefan Berger <stefanb@linux.ibm.com>
2816 S: Maintained
2817 F: tpm.c
2818 F: hw/tpm/*
2819 F: include/hw/acpi/tpm.h
2820 F: include/sysemu/tpm*
2821 F: qapi/tpm.json
2822 F: backends/tpm/
2823 F: tests/qtest/*tpm*
2824 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2825
2826 Checkpatch
2827 S: Odd Fixes
2828 F: scripts/checkpatch.pl
2829
2830 Migration
2831 M: Juan Quintela <quintela@redhat.com>
2832 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2833 S: Maintained
2834 F: hw/core/vmstate-if.c
2835 F: include/hw/vmstate-if.h
2836 F: include/migration/
2837 F: migration/
2838 F: scripts/vmstate-static-checker.py
2839 F: tests/vmstate-static-checker-data/
2840 F: tests/qtest/migration-test.c
2841 F: docs/devel/migration.rst
2842 F: qapi/migration.json
2843 F: tests/migration/
2844
2845 D-Bus
2846 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2847 S: Maintained
2848 F: backends/dbus-vmstate.c
2849 F: tests/dbus-vmstate*
2850 F: util/dbus.c
2851 F: include/qemu/dbus.h
2852 F: docs/interop/dbus.rst
2853 F: docs/interop/dbus-vmstate.rst
2854
2855 Seccomp
2856 M: Eduardo Otubo <otubo@redhat.com>
2857 S: Supported
2858 F: softmmu/qemu-seccomp.c
2859 F: include/sysemu/seccomp.h
2860
2861 Cryptography
2862 M: Daniel P. Berrange <berrange@redhat.com>
2863 S: Maintained
2864 F: crypto/
2865 F: include/crypto/
2866 F: qapi/crypto.json
2867 F: tests/unit/test-crypto-*
2868 F: tests/bench/benchmark-crypto-*
2869 F: tests/unit/crypto-tls-*
2870 F: tests/unit/pkix_asn1_tab.c
2871 F: qemu.sasl
2872
2873 Coroutines
2874 M: Stefan Hajnoczi <stefanha@redhat.com>
2875 M: Kevin Wolf <kwolf@redhat.com>
2876 S: Maintained
2877 F: util/*coroutine*
2878 F: include/qemu/coroutine*
2879 F: tests/unit/test-coroutine.c
2880
2881 Buffers
2882 M: Daniel P. Berrange <berrange@redhat.com>
2883 S: Odd Fixes
2884 F: util/buffer.c
2885 F: include/qemu/buffer.h
2886
2887 I/O Channels
2888 M: Daniel P. Berrange <berrange@redhat.com>
2889 S: Maintained
2890 F: io/
2891 F: include/io/
2892 F: tests/unit/test-io-*
2893
2894 User authorization
2895 M: Daniel P. Berrange <berrange@redhat.com>
2896 S: Maintained
2897 F: authz/
2898 F: qapi/authz.json
2899 F: include/authz/
2900 F: tests/unit/test-authz-*
2901
2902 Sockets
2903 M: Daniel P. Berrange <berrange@redhat.com>
2904 S: Maintained
2905 F: include/qemu/sockets.h
2906 F: util/qemu-sockets.c
2907 F: qapi/sockets.json
2908
2909 File monitor
2910 M: Daniel P. Berrange <berrange@redhat.com>
2911 S: Odd Fixes
2912 F: util/filemonitor*.c
2913 F: include/qemu/filemonitor.h
2914 F: tests/unit/test-util-filemonitor.c
2915
2916 Throttling infrastructure
2917 M: Alberto Garcia <berto@igalia.com>
2918 S: Supported
2919 F: block/throttle-groups.c
2920 F: include/block/throttle-groups.h
2921 F: include/qemu/throttle*.h
2922 F: util/throttle.c
2923 F: docs/throttle.txt
2924 F: tests/unit/test-throttle.c
2925 L: qemu-block@nongnu.org
2926
2927 UUID
2928 M: Fam Zheng <fam@euphon.net>
2929 S: Supported
2930 F: util/uuid.c
2931 F: include/qemu/uuid.h
2932 F: tests/unit/test-uuid.c
2933
2934 Yank feature
2935 M: Lukas Straub <lukasstraub2@web.de>
2936 S: Odd fixes
2937 F: util/yank.c
2938 F: migration/yank_functions*
2939 F: tests/unit/test-yank.c
2940 F: include/qemu/yank.h
2941 F: qapi/yank.json
2942
2943 COLO Framework
2944 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2945 S: Maintained
2946 F: migration/colo*
2947 F: include/migration/colo.h
2948 F: include/migration/failover.h
2949 F: docs/COLO-FT.txt
2950
2951 COLO Proxy
2952 M: Zhang Chen <chen.zhang@intel.com>
2953 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2954 S: Supported
2955 F: docs/colo-proxy.txt
2956 F: net/colo*
2957 F: net/filter-rewriter.c
2958 F: net/filter-mirror.c
2959
2960 Record/replay
2961 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2962 R: Paolo Bonzini <pbonzini@redhat.com>
2963 W: https://wiki.qemu.org/Features/record-replay
2964 S: Supported
2965 F: replay/*
2966 F: block/blkreplay.c
2967 F: net/filter-replay.c
2968 F: include/sysemu/replay.h
2969 F: docs/replay.txt
2970 F: stubs/replay.c
2971 F: tests/acceptance/replay_kernel.py
2972 F: tests/acceptance/replay_linux.py
2973 F: tests/acceptance/reverse_debugging.py
2974 F: qapi/replay.json
2975
2976 IOVA Tree
2977 M: Peter Xu <peterx@redhat.com>
2978 S: Maintained
2979 F: include/qemu/iova-tree.h
2980 F: util/iova-tree.c
2981
2982 elf2dmp
2983 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2984 S: Maintained
2985 F: contrib/elf2dmp/
2986
2987 I2C and SMBus
2988 M: Corey Minyard <cminyard@mvista.com>
2989 S: Maintained
2990 F: hw/i2c/core.c
2991 F: hw/i2c/smbus_slave.c
2992 F: hw/i2c/smbus_master.c
2993 F: hw/i2c/smbus_eeprom.c
2994 F: include/hw/i2c/i2c.h
2995 F: include/hw/i2c/smbus_master.h
2996 F: include/hw/i2c/smbus_slave.h
2997 F: include/hw/i2c/smbus_eeprom.h
2998
2999 Firmware schema specifications
3000 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3001 R: Daniel P. Berrange <berrange@redhat.com>
3002 R: Kashyap Chamarthy <kchamart@redhat.com>
3003 S: Maintained
3004 F: docs/interop/firmware.json
3005
3006 EDK2 Firmware
3007 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3008 R: Gerd Hoffmann <kraxel@redhat.com>
3009 S: Supported
3010 F: hw/i386/*ovmf*
3011 F: pc-bios/descriptors/??-edk2-*.json
3012 F: pc-bios/edk2-*
3013 F: roms/Makefile.edk2
3014 F: roms/edk2
3015 F: roms/edk2-*
3016 F: tests/data/uefi-boot-images/
3017 F: tests/uefi-test-tools/
3018 F: .gitlab-ci.d/edk2.yml
3019 F: .gitlab-ci.d/edk2/
3020
3021 VT-d Emulation
3022 M: Michael S. Tsirkin <mst@redhat.com>
3023 M: Peter Xu <peterx@redhat.com>
3024 R: Jason Wang <jasowang@redhat.com>
3025 S: Supported
3026 F: hw/i386/intel_iommu.c
3027 F: hw/i386/intel_iommu_internal.h
3028 F: include/hw/i386/intel_iommu.h
3029
3030 OpenSBI Firmware
3031 M: Bin Meng <bmeng.cn@gmail.com>
3032 S: Supported
3033 F: pc-bios/opensbi-*
3034 F: .gitlab-ci.d/opensbi.yml
3035 F: .gitlab-ci.d/opensbi/
3036
3037 Clock framework
3038 M: Luc Michel <luc@lmichel.fr>
3039 R: Damien Hedde <damien.hedde@greensocs.com>
3040 S: Maintained
3041 F: include/hw/clock.h
3042 F: include/hw/qdev-clock.h
3043 F: hw/core/clock.c
3044 F: hw/core/clock-vmstate.c
3045 F: hw/core/qdev-clock.c
3046 F: docs/devel/clocks.rst
3047
3048 Usermode Emulation
3049 ------------------
3050 Overall usermode emulation
3051 M: Riku Voipio <riku.voipio@iki.fi>
3052 S: Maintained
3053 F: thunk.c
3054 F: accel/tcg/user-exec*.c
3055
3056 BSD user
3057 M: Warner Losh <imp@bsdimp.com>
3058 R: Kyle Evans <kevans@freebsd.org>
3059 S: Maintained
3060 F: bsd-user/
3061 F: configs/targets/*-bsd-user.mak
3062 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3063
3064 Linux user
3065 M: Laurent Vivier <laurent@vivier.eu>
3066 S: Maintained
3067 F: linux-user/
3068 F: configs/targets/*linux-user.mak
3069 F: scripts/qemu-binfmt-conf.sh
3070 F: scripts/update-syscalltbl.sh
3071 F: scripts/update-mips-syscall-args.sh
3072 F: scripts/gensyscalls.sh
3073
3074 Tiny Code Generator (TCG)
3075 -------------------------
3076 Common TCG code
3077 M: Richard Henderson <richard.henderson@linaro.org>
3078 S: Maintained
3079 F: tcg/
3080 F: include/tcg/
3081
3082 TCG Plugins
3083 M: Alex Bennée <alex.bennee@linaro.org>
3084 R: Alexandre Iooss <erdnaxe@crans.org>
3085 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3086 S: Maintained
3087 F: docs/devel/tcg-plugins.rst
3088 F: plugins/
3089 F: tests/plugin/
3090 F: tests/acceptance/tcg_plugins.py
3091 F: contrib/plugins/
3092
3093 AArch64 TCG target
3094 M: Richard Henderson <richard.henderson@linaro.org>
3095 S: Maintained
3096 L: qemu-arm@nongnu.org
3097 F: tcg/aarch64/
3098 F: disas/arm-a64.cc
3099 F: disas/libvixl/
3100
3101 ARM TCG target
3102 M: Richard Henderson <richard.henderson@linaro.org>
3103 S: Maintained
3104 L: qemu-arm@nongnu.org
3105 F: tcg/arm/
3106 F: disas/arm.c
3107
3108 i386 TCG target
3109 M: Richard Henderson <richard.henderson@linaro.org>
3110 S: Maintained
3111 F: tcg/i386/
3112 F: disas/i386.c
3113
3114 MIPS TCG target
3115 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3116 R: Aurelien Jarno <aurelien@aurel32.net>
3117 R: Huacai Chen <chenhuacai@kernel.org>
3118 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3119 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3120 S: Odd Fixes
3121 F: tcg/mips/
3122
3123 PPC TCG target
3124 M: Richard Henderson <richard.henderson@linaro.org>
3125 S: Odd Fixes
3126 F: tcg/ppc/
3127 F: disas/ppc.c
3128
3129 RISC-V TCG target
3130 M: Palmer Dabbelt <palmer@dabbelt.com>
3131 M: Alistair Francis <Alistair.Francis@wdc.com>
3132 L: qemu-riscv@nongnu.org
3133 S: Maintained
3134 F: tcg/riscv/
3135 F: disas/riscv.c
3136
3137 S390 TCG target
3138 M: Richard Henderson <richard.henderson@linaro.org>
3139 S: Maintained
3140 F: tcg/s390/
3141 F: disas/s390.c
3142 L: qemu-s390x@nongnu.org
3143
3144 SPARC TCG target
3145 S: Odd Fixes
3146 F: tcg/sparc/
3147 F: disas/sparc.c
3148
3149 TCI TCG target
3150 M: Stefan Weil <sw@weilnetz.de>
3151 S: Maintained
3152 F: tcg/tci/
3153 F: tcg/tci.c
3154 F: disas/tci.c
3155
3156 Block drivers
3157 -------------
3158 VMDK
3159 M: Fam Zheng <fam@euphon.net>
3160 L: qemu-block@nongnu.org
3161 S: Supported
3162 F: block/vmdk.c
3163
3164 RBD
3165 M: Ilya Dryomov <idryomov@gmail.com>
3166 R: Peter Lieven <pl@kamp.de>
3167 L: qemu-block@nongnu.org
3168 S: Supported
3169 F: block/rbd.c
3170
3171 VHDX
3172 M: Jeff Cody <codyprime@gmail.com>
3173 L: qemu-block@nongnu.org
3174 S: Supported
3175 F: block/vhdx*
3176
3177 VDI
3178 M: Stefan Weil <sw@weilnetz.de>
3179 L: qemu-block@nongnu.org
3180 S: Maintained
3181 F: block/vdi.c
3182
3183 iSCSI
3184 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3185 M: Paolo Bonzini <pbonzini@redhat.com>
3186 M: Peter Lieven <pl@kamp.de>
3187 L: qemu-block@nongnu.org
3188 S: Odd Fixes
3189 F: block/iscsi.c
3190 F: block/iscsi-opts.c
3191
3192 Network Block Device (NBD)
3193 M: Eric Blake <eblake@redhat.com>
3194 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3195 L: qemu-block@nongnu.org
3196 S: Maintained
3197 F: block/nbd*
3198 F: nbd/
3199 F: include/block/nbd*
3200 F: qemu-nbd.*
3201 F: blockdev-nbd.c
3202 F: docs/interop/nbd.txt
3203 F: docs/tools/qemu-nbd.rst
3204 T: git https://repo.or.cz/qemu/ericb.git nbd
3205 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3206
3207 NFS
3208 M: Peter Lieven <pl@kamp.de>
3209 L: qemu-block@nongnu.org
3210 S: Maintained
3211 F: block/nfs.c
3212
3213 SSH
3214 M: Richard W.M. Jones <rjones@redhat.com>
3215 L: qemu-block@nongnu.org
3216 S: Supported
3217 F: block/ssh.c
3218
3219 CURL
3220 L: qemu-block@nongnu.org
3221 S: Odd Fixes
3222 F: block/curl.c
3223
3224 GLUSTER
3225 L: qemu-block@nongnu.org
3226 L: integration@gluster.org
3227 S: Odd Fixes
3228 F: block/gluster.c
3229
3230 Null Block Driver
3231 M: Fam Zheng <fam@euphon.net>
3232 L: qemu-block@nongnu.org
3233 S: Supported
3234 F: block/null.c
3235
3236 NVMe Block Driver
3237 M: Stefan Hajnoczi <stefanha@redhat.com>
3238 R: Fam Zheng <fam@euphon.net>
3239 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3240 L: qemu-block@nongnu.org
3241 S: Supported
3242 F: block/nvme*
3243 F: include/block/nvme.h
3244 T: git https://github.com/stefanha/qemu.git block
3245
3246 Bootdevice
3247 M: Gonglei <arei.gonglei@huawei.com>
3248 S: Maintained
3249 F: softmmu/bootdevice.c
3250
3251 Quorum
3252 M: Alberto Garcia <berto@igalia.com>
3253 S: Supported
3254 F: block/quorum.c
3255 L: qemu-block@nongnu.org
3256
3257 blklogwrites
3258 M: Ari Sundholm <ari@tuxera.com>
3259 L: qemu-block@nongnu.org
3260 S: Supported
3261 F: block/blklogwrites.c
3262
3263 blkverify
3264 M: Stefan Hajnoczi <stefanha@redhat.com>
3265 L: qemu-block@nongnu.org
3266 S: Supported
3267 F: block/blkverify.c
3268
3269 bochs
3270 M: Stefan Hajnoczi <stefanha@redhat.com>
3271 L: qemu-block@nongnu.org
3272 S: Supported
3273 F: block/bochs.c
3274
3275 cloop
3276 M: Stefan Hajnoczi <stefanha@redhat.com>
3277 L: qemu-block@nongnu.org
3278 S: Supported
3279 F: block/cloop.c
3280
3281 dmg
3282 M: Stefan Hajnoczi <stefanha@redhat.com>
3283 L: qemu-block@nongnu.org
3284 S: Supported
3285 F: block/dmg.c
3286
3287 parallels
3288 M: Stefan Hajnoczi <stefanha@redhat.com>
3289 M: Denis V. Lunev <den@openvz.org>
3290 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3291 L: qemu-block@nongnu.org
3292 S: Supported
3293 F: block/parallels.c
3294 F: block/parallels-ext.c
3295 F: docs/interop/parallels.txt
3296 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3297
3298 qed
3299 M: Stefan Hajnoczi <stefanha@redhat.com>
3300 L: qemu-block@nongnu.org
3301 S: Supported
3302 F: block/qed.c
3303
3304 raw
3305 M: Kevin Wolf <kwolf@redhat.com>
3306 L: qemu-block@nongnu.org
3307 S: Supported
3308 F: block/linux-aio.c
3309 F: include/block/raw-aio.h
3310 F: block/raw-format.c
3311 F: block/file-posix.c
3312 F: block/file-win32.c
3313 F: block/win32-aio.c
3314
3315 Linux io_uring
3316 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3317 M: Julia Suvorova <jusual@redhat.com>
3318 M: Stefan Hajnoczi <stefanha@redhat.com>
3319 R: Stefano Garzarella <sgarzare@redhat.com>
3320 L: qemu-block@nongnu.org
3321 S: Maintained
3322 F: block/io_uring.c
3323 F: stubs/io_uring.c
3324
3325 qcow2
3326 M: Kevin Wolf <kwolf@redhat.com>
3327 M: Hanna Reitz <hreitz@redhat.com>
3328 L: qemu-block@nongnu.org
3329 S: Supported
3330 F: block/qcow2*
3331 F: docs/interop/qcow2.txt
3332
3333 qcow
3334 M: Kevin Wolf <kwolf@redhat.com>
3335 L: qemu-block@nongnu.org
3336 S: Supported
3337 F: block/qcow.c
3338
3339 blkdebug
3340 M: Kevin Wolf <kwolf@redhat.com>
3341 M: Hanna Reitz <hreitz@redhat.com>
3342 L: qemu-block@nongnu.org
3343 S: Supported
3344 F: block/blkdebug.c
3345
3346 vpc
3347 M: Kevin Wolf <kwolf@redhat.com>
3348 L: qemu-block@nongnu.org
3349 S: Supported
3350 F: block/vpc.c
3351
3352 vvfat
3353 M: Kevin Wolf <kwolf@redhat.com>
3354 L: qemu-block@nongnu.org
3355 S: Odd Fixes
3356 F: block/vvfat.c
3357
3358 Image format fuzzer
3359 M: Stefan Hajnoczi <stefanha@redhat.com>
3360 L: qemu-block@nongnu.org
3361 S: Supported
3362 F: tests/image-fuzzer/
3363
3364 Vhost-user block device backend server
3365 M: Coiby Xu <Coiby.Xu@gmail.com>
3366 S: Maintained
3367 F: block/export/vhost-user-blk-server.c
3368 F: block/export/vhost-user-blk-server.h
3369 F: include/qemu/vhost-user-server.h
3370 F: tests/qtest/libqos/vhost-user-blk.c
3371 F: tests/qtest/libqos/vhost-user-blk.h
3372 F: tests/qtest/vhost-user-blk-test.c
3373 F: util/vhost-user-server.c
3374
3375 FUSE block device exports
3376 M: Hanna Reitz <hreitz@redhat.com>
3377 L: qemu-block@nongnu.org
3378 S: Supported
3379 F: block/export/fuse.c
3380
3381 Replication
3382 M: Wen Congyang <wencongyang2@huawei.com>
3383 M: Xie Changlong <xiechanglong.d@gmail.com>
3384 S: Supported
3385 F: replication*
3386 F: block/replication.c
3387 F: tests/unit/test-replication.c
3388 F: docs/block-replication.txt
3389
3390 PVRDMA
3391 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3392 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3393 S: Maintained
3394 F: hw/rdma/*
3395 F: hw/rdma/vmw/*
3396 F: docs/pvrdma.txt
3397 F: contrib/rdmacm-mux/*
3398 F: qapi/rdma.json
3399
3400 Semihosting
3401 M: Alex Bennée <alex.bennee@linaro.org>
3402 S: Maintained
3403 F: semihosting/
3404 F: include/semihosting/
3405 F: tests/tcg/multiarch/arm-compat-semi/
3406
3407 Multi-process QEMU
3408 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3409 M: Jagannathan Raman <jag.raman@oracle.com>
3410 M: John G Johnson <john.g.johnson@oracle.com>
3411 S: Maintained
3412 F: docs/devel/multi-process.rst
3413 F: docs/system/multi-process.rst
3414 F: hw/pci-host/remote.c
3415 F: include/hw/pci-host/remote.h
3416 F: hw/remote/machine.c
3417 F: include/hw/remote/machine.h
3418 F: hw/remote/mpqemu-link.c
3419 F: include/hw/remote/mpqemu-link.h
3420 F: hw/remote/message.c
3421 F: hw/remote/remote-obj.c
3422 F: include/hw/remote/memory.h
3423 F: hw/remote/memory.c
3424 F: hw/remote/proxy.c
3425 F: include/hw/remote/proxy.h
3426 F: hw/remote/proxy-memory-listener.c
3427 F: include/hw/remote/proxy-memory-listener.h
3428 F: hw/remote/iohub.c
3429 F: include/hw/remote/iohub.h
3430
3431 EBPF:
3432 M: Jason Wang <jasowang@redhat.com>
3433 R: Andrew Melnychenko <andrew@daynix.com>
3434 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3435 S: Maintained
3436 F: ebpf/*
3437 F: tools/ebpf/*
3438
3439 Build and test automation
3440 -------------------------
3441 Build and test automation, general continuous integration
3442 M: Alex Bennée <alex.bennee@linaro.org>
3443 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3444 M: Thomas Huth <thuth@redhat.com>
3445 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3446 R: Willian Rampazzo <willianr@redhat.com>
3447 S: Maintained
3448 F: .github/lockdown.yml
3449 F: .gitlab-ci.yml
3450 F: .gitlab-ci.d/
3451 F: .travis.yml
3452 F: scripts/ci/
3453 F: tests/docker/
3454 F: tests/vm/
3455 F: scripts/archive-source.sh
3456 W: https://gitlab.com/qemu-project/qemu/pipelines
3457 W: https://travis-ci.org/qemu/qemu
3458
3459 FreeBSD Hosted Continuous Integration
3460 M: Ed Maste <emaste@freebsd.org>
3461 M: Li-Wen Hsu <lwhsu@freebsd.org>
3462 S: Maintained
3463 F: .cirrus.yml
3464 W: https://cirrus-ci.com/github/qemu/qemu
3465
3466 Windows Hosted Continuous Integration
3467 M: Yonggang Luo <luoyonggang@gmail.com>
3468 S: Maintained
3469 F: .cirrus.yml
3470 W: https://cirrus-ci.com/github/qemu/qemu
3471
3472 Guest Test Compilation Support
3473 M: Alex Bennée <alex.bennee@linaro.org>
3474 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3475 S: Maintained
3476 F: tests/tcg/Makefile
3477 F: tests/tcg/Makefile.include
3478
3479 Acceptance (Integration) Testing with the Avocado framework
3480 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3481 R: Cleber Rosa <crosa@redhat.com>
3482 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3483 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3484 R: Willian Rampazzo <willianr@redhat.com>
3485 S: Odd Fixes
3486 F: tests/acceptance/
3487
3488 Documentation
3489 -------------
3490 Build system architecture
3491 M: Daniel P. Berrange <berrange@redhat.com>
3492 S: Odd Fixes
3493 F: docs/devel/build-system.rst
3494
3495 GIT Data Mining Config
3496 M: Alex Bennée <alex.bennee@linaro.org>
3497 S: Odd Fixes
3498 F: gitdm.config
3499 F: contrib/gitdm/*
3500
3501 Incompatible changes
3502 R: libvir-list@redhat.com
3503 F: docs/about/deprecated.rst
3504
3505 Build System
3506 ------------
3507 GIT submodules
3508 M: Daniel P. Berrange <berrange@redhat.com>
3509 S: Odd Fixes
3510 F: scripts/git-submodule.sh
3511
3512 UI translations
3513 S: Orphan
3514 F: po/*.po
3515
3516 Sphinx documentation configuration and build machinery
3517 M: Peter Maydell <peter.maydell@linaro.org>
3518 S: Maintained
3519 F: docs/conf.py
3520 F: docs/*/conf.py
3521 F: docs/sphinx/
3522 F: docs/_templates/
3523
3524 Miscellaneous
3525 -------------
3526 Performance Tools and Tests
3527 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3528 S: Maintained
3529 F: scripts/performance/