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