]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
MAINTAINERS: Remove machine specific files from ppc TCG CPUs entry
[mirror_qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
8
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
11
12 Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
45 F: net/
46 X: net/ipv6/
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
50 K: of_get_profile
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
56
57
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
61
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
66
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
72
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
83
84 Architecture support
85 --------------------
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
88 M: Thomas Huth <thuth@redhat.com>
89 S: Supported
90 F: configs/devices/s390x-softmmu/default.mak
91 F: gdb-xml/s390*.xml
92 F: hw/char/sclp*.[hc]
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
96 F: hw/s390x/
97 F: hw/vfio/ap.c
98 F: hw/vfio/ccw.c
99 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/s390x/
101 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw/
103 F: pc-bios/s390-ccw.img
104 F: target/s390x/
105 F: docs/system/target-s390x.rst
106 F: docs/system/s390x/
107 F: tests/migration/s390x/
108 K: ^Subject:.*(?i)s390x?
109 T: git https://gitlab.com/cohuck/qemu.git s390-next
110 L: qemu-s390x@nongnu.org
111
112 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/ppc.c
275 F: hw/ppc/ppc_booke.c
276 F: include/hw/ppc/ppc.h
277 F: disas/ppc.c
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 F: tests/acceptance/ppc_mpc8544ds.py
1274
1275 New World (mac99)
1276 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1277 R: David Gibson <david@gibson.dropbear.id.au>
1278 R: Greg Kurz <groug@kaod.org>
1279 L: qemu-ppc@nongnu.org
1280 S: Odd Fixes
1281 F: hw/ppc/mac_newworld.c
1282 F: hw/pci-host/uninorth.c
1283 F: hw/pci-bridge/dec.[hc]
1284 F: hw/misc/macio/
1285 F: hw/misc/mos6522.c
1286 F: hw/nvram/mac_nvram.c
1287 F: hw/input/adb*
1288 F: include/hw/misc/macio/
1289 F: include/hw/misc/mos6522.h
1290 F: include/hw/ppc/mac_dbdma.h
1291 F: include/hw/pci-host/uninorth.h
1292 F: include/hw/input/adb*
1293 F: pc-bios/qemu_vga.ndrv
1294
1295 Old World (g3beige)
1296 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1297 R: David Gibson <david@gibson.dropbear.id.au>
1298 R: Greg Kurz <groug@kaod.org>
1299 L: qemu-ppc@nongnu.org
1300 S: Odd Fixes
1301 F: hw/ppc/mac_oldworld.c
1302 F: hw/pci-host/grackle.c
1303 F: hw/misc/macio/
1304 F: hw/intc/heathrow_pic.c
1305 F: hw/input/adb*
1306 F: include/hw/intc/heathrow_pic.h
1307 F: include/hw/input/adb*
1308 F: pc-bios/qemu_vga.ndrv
1309
1310 PReP
1311 M: Hervé Poussineau <hpoussin@reactos.org>
1312 R: David Gibson <david@gibson.dropbear.id.au>
1313 R: Greg Kurz <groug@kaod.org>
1314 L: qemu-ppc@nongnu.org
1315 S: Maintained
1316 F: hw/ppc/prep.c
1317 F: hw/ppc/prep_systemio.c
1318 F: hw/ppc/rs6000_mc.c
1319 F: hw/pci-host/raven.c
1320 F: hw/isa/i82378.c
1321 F: hw/isa/pc87312.c
1322 F: hw/dma/i82374.c
1323 F: hw/rtc/m48t59-isa.c
1324 F: include/hw/isa/pc87312.h
1325 F: include/hw/rtc/m48t59.h
1326 F: tests/acceptance/ppc_prep_40p.py
1327
1328 sPAPR
1329 M: David Gibson <david@gibson.dropbear.id.au>
1330 M: Greg Kurz <groug@kaod.org>
1331 L: qemu-ppc@nongnu.org
1332 S: Supported
1333 F: hw/*/spapr*
1334 F: include/hw/*/spapr*
1335 F: hw/*/xics*
1336 F: include/hw/*/xics*
1337 F: pc-bios/slof.bin
1338 F: docs/specs/ppc-spapr-hcalls.txt
1339 F: docs/specs/ppc-spapr-hotplug.txt
1340 F: tests/qtest/spapr*
1341 F: tests/qtest/libqos/*spapr*
1342 F: tests/qtest/rtas*
1343 F: tests/qtest/libqos/rtas*
1344 F: tests/acceptance/ppc_pseries.py
1345
1346 PowerNV (Non-Virtualized)
1347 M: Cédric Le Goater <clg@kaod.org>
1348 M: David Gibson <david@gibson.dropbear.id.au>
1349 M: Greg Kurz <groug@kaod.org>
1350 L: qemu-ppc@nongnu.org
1351 S: Maintained
1352 F: hw/ppc/pnv*
1353 F: hw/intc/pnv*
1354 F: hw/intc/xics_pnv.c
1355 F: hw/pci-host/pnv*
1356 F: include/hw/ppc/pnv*
1357 F: include/hw/pci-host/pnv*
1358 F: pc-bios/skiboot.lid
1359 F: tests/qtest/pnv*
1360
1361 virtex_ml507
1362 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1363 L: qemu-ppc@nongnu.org
1364 S: Odd Fixes
1365 F: hw/ppc/virtex_ml507.c
1366 F: tests/acceptance/ppc_virtex_ml507.py
1367
1368 sam460ex
1369 M: BALATON Zoltan <balaton@eik.bme.hu>
1370 R: David Gibson <david@gibson.dropbear.id.au>
1371 R: Greg Kurz <groug@kaod.org>
1372 L: qemu-ppc@nongnu.org
1373 S: Maintained
1374 F: hw/ppc/sam460ex.c
1375 F: hw/ppc/ppc440_pcix.c
1376 F: hw/display/sm501*
1377 F: hw/ide/sii3112.c
1378 F: hw/rtc/m41t80.c
1379 F: pc-bios/canyonlands.dt[sb]
1380 F: pc-bios/u-boot-sam460ex-20100605.bin
1381 F: roms/u-boot-sam460ex
1382
1383 pegasos2
1384 M: BALATON Zoltan <balaton@eik.bme.hu>
1385 R: David Gibson <david@gibson.dropbear.id.au>
1386 L: qemu-ppc@nongnu.org
1387 S: Maintained
1388 F: hw/ppc/pegasos2.c
1389 F: hw/pci-host/mv64361.c
1390 F: hw/pci-host/mv643xx.h
1391 F: include/hw/pci-host/mv64361.h
1392
1393 Virtual Open Firmware (VOF)
1394 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1395 R: David Gibson <david@gibson.dropbear.id.au>
1396 R: Greg Kurz <groug@kaod.org>
1397 L: qemu-ppc@nongnu.org
1398 S: Maintained
1399 F: hw/ppc/spapr_vof*
1400 F: hw/ppc/vof*
1401 F: include/hw/ppc/vof*
1402 F: pc-bios/vof/*
1403 F: pc-bios/vof*
1404
1405 RISC-V Machines
1406 ---------------
1407 OpenTitan
1408 M: Alistair Francis <Alistair.Francis@wdc.com>
1409 L: qemu-riscv@nongnu.org
1410 S: Supported
1411 F: hw/riscv/opentitan.c
1412 F: hw/*/ibex_*.c
1413 F: include/hw/riscv/opentitan.h
1414 F: include/hw/*/ibex_*.h
1415
1416 Microchip PolarFire SoC Icicle Kit
1417 M: Bin Meng <bin.meng@windriver.com>
1418 L: qemu-riscv@nongnu.org
1419 S: Supported
1420 F: hw/riscv/microchip_pfsoc.c
1421 F: hw/char/mchp_pfsoc_mmuart.c
1422 F: hw/misc/mchp_pfsoc_dmc.c
1423 F: hw/misc/mchp_pfsoc_ioscb.c
1424 F: hw/misc/mchp_pfsoc_sysreg.c
1425 F: include/hw/riscv/microchip_pfsoc.h
1426 F: include/hw/char/mchp_pfsoc_mmuart.h
1427 F: include/hw/misc/mchp_pfsoc_dmc.h
1428 F: include/hw/misc/mchp_pfsoc_ioscb.h
1429 F: include/hw/misc/mchp_pfsoc_sysreg.h
1430
1431 Shakti C class SoC
1432 M: Vijai Kumar K <vijai@behindbytes.com>
1433 L: qemu-riscv@nongnu.org
1434 S: Supported
1435 F: hw/riscv/shakti_c.c
1436 F: hw/char/shakti_uart.c
1437 F: include/hw/riscv/shakti_c.h
1438 F: include/hw/char/shakti_uart.h
1439
1440 SiFive Machines
1441 M: Alistair Francis <Alistair.Francis@wdc.com>
1442 M: Bin Meng <bin.meng@windriver.com>
1443 M: Palmer Dabbelt <palmer@dabbelt.com>
1444 L: qemu-riscv@nongnu.org
1445 S: Supported
1446 F: hw/*/*sifive*.c
1447 F: include/hw/*/*sifive*.h
1448
1449 RX Machines
1450 -----------
1451 rx-gdbsim
1452 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1453 S: Orphan
1454 F: docs/system/target-rx.rst
1455 F: hw/rx/rx-gdbsim.c
1456 F: tests/acceptance/machine_rx_gdbsim.py
1457
1458 SH4 Machines
1459 ------------
1460 R2D
1461 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1462 R: Magnus Damm <magnus.damm@gmail.com>
1463 S: Odd Fixes
1464 F: hw/char/sh_serial.c
1465 F: hw/sh4/r2d.c
1466 F: hw/intc/sh_intc.c
1467 F: hw/pci-host/sh_pci.c
1468 F: hw/timer/sh_timer.c
1469 F: include/hw/sh4/sh_intc.h
1470
1471 Shix
1472 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1473 R: Magnus Damm <magnus.damm@gmail.com>
1474 S: Odd Fixes
1475 F: hw/block/tc58128.c
1476 F: hw/char/sh_serial.c
1477 F: hw/sh4/shix.c
1478 F: hw/intc/sh_intc.c
1479 F: hw/timer/sh_timer.c
1480 F: include/hw/sh4/sh_intc.h
1481
1482 SPARC Machines
1483 --------------
1484 Sun4m
1485 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1486 S: Maintained
1487 F: hw/sparc/sun4m.c
1488 F: hw/sparc/sun4m_iommu.c
1489 F: hw/display/cg3.c
1490 F: hw/display/tcx.c
1491 F: hw/dma/sparc32_dma.c
1492 F: hw/misc/eccmemctl.c
1493 F: hw/*/slavio_*.c
1494 F: include/hw/nvram/sun_nvram.h
1495 F: include/hw/sparc/sparc32_dma.h
1496 F: include/hw/sparc/sun4m_iommu.h
1497 F: pc-bios/openbios-sparc32
1498
1499 Sun4u
1500 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1501 S: Maintained
1502 F: hw/sparc64/sun4u.c
1503 F: hw/sparc64/sun4u_iommu.c
1504 F: include/hw/sparc/sun4u_iommu.h
1505 F: hw/pci-host/sabre.c
1506 F: include/hw/pci-host/sabre.h
1507 F: hw/pci-bridge/simba.c
1508 F: include/hw/pci-bridge/simba.h
1509 F: pc-bios/openbios-sparc64
1510 F: tests/acceptance/machine_sparc64_sun4u.py
1511
1512 Sun4v
1513 M: Artyom Tarasenko <atar4qemu@gmail.com>
1514 S: Maintained
1515 F: hw/sparc64/niagara.c
1516 F: hw/rtc/sun4v-rtc.c
1517 F: include/hw/rtc/sun4v-rtc.h
1518
1519 Leon3
1520 M: Fabien Chouteau <chouteau@adacore.com>
1521 M: KONRAD Frederic <frederic.konrad@adacore.com>
1522 S: Maintained
1523 F: hw/sparc/leon3.c
1524 F: hw/*/grlib*
1525 F: include/hw/*/grlib*
1526 F: tests/acceptance/machine_sparc_leon3.py
1527
1528 S390 Machines
1529 -------------
1530 S390 Virtio-ccw
1531 M: Cornelia Huck <cohuck@redhat.com>
1532 M: Halil Pasic <pasic@linux.ibm.com>
1533 M: Christian Borntraeger <borntraeger@de.ibm.com>
1534 S: Supported
1535 F: hw/char/sclp*.[hc]
1536 F: hw/char/terminal3270.c
1537 F: hw/s390x/
1538 F: include/hw/s390x/
1539 F: hw/watchdog/wdt_diag288.c
1540 F: include/hw/watchdog/wdt_diag288.h
1541 F: configs/devices/s390x-softmmu/default.mak
1542 F: tests/acceptance/machine_s390_ccw_virtio.py
1543 T: git https://gitlab.com/cohuck/qemu.git s390-next
1544 T: git https://github.com/borntraeger/qemu.git s390-next
1545 L: qemu-s390x@nongnu.org
1546
1547 S390-ccw boot
1548 M: Christian Borntraeger <borntraeger@de.ibm.com>
1549 M: Thomas Huth <thuth@redhat.com>
1550 S: Supported
1551 F: hw/s390x/ipl.*
1552 F: pc-bios/s390-ccw/
1553 F: pc-bios/s390-ccw.img
1554 F: docs/devel/s390-dasd-ipl.rst
1555 T: git https://github.com/borntraeger/qemu.git s390-next
1556 L: qemu-s390x@nongnu.org
1557
1558 S390 PCI
1559 M: Matthew Rosato <mjrosato@linux.ibm.com>
1560 M: Eric Farman <farman@linux.ibm.com>
1561 S: Supported
1562 F: hw/s390x/s390-pci*
1563 F: include/hw/s390x/s390-pci*
1564 L: qemu-s390x@nongnu.org
1565
1566 X86 Machines
1567 ------------
1568 PC
1569 M: Michael S. Tsirkin <mst@redhat.com>
1570 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1571 S: Supported
1572 F: include/hw/i386/
1573 F: hw/i386/
1574 F: hw/pci-host/i440fx.c
1575 F: hw/pci-host/q35.c
1576 F: hw/pci-host/pam.c
1577 F: include/hw/pci-host/i440fx.h
1578 F: include/hw/pci-host/q35.h
1579 F: include/hw/pci-host/pam.h
1580 F: hw/isa/piix3.c
1581 F: hw/isa/lpc_ich9.c
1582 F: hw/i2c/smbus_ich9.c
1583 F: hw/acpi/piix4.c
1584 F: hw/acpi/ich9.c
1585 F: include/hw/acpi/ich9.h
1586 F: include/hw/southbridge/piix.h
1587 F: hw/misc/sga.c
1588 F: hw/isa/apm.c
1589 F: include/hw/isa/apm.h
1590 F: tests/unit/test-x86-cpuid.c
1591 F: tests/qtest/test-x86-cpuid-compat.c
1592
1593 PC Chipset
1594 M: Michael S. Tsirkin <mst@redhat.com>
1595 M: Paolo Bonzini <pbonzini@redhat.com>
1596 S: Supported
1597 F: hw/char/debugcon.c
1598 F: hw/char/parallel*
1599 F: hw/char/serial*
1600 F: hw/dma/i8257*
1601 F: hw/i2c/pm_smbus.c
1602 F: hw/input/pckbd.c
1603 F: hw/intc/apic*
1604 F: hw/intc/ioapic*
1605 F: hw/intc/i8259*
1606 F: hw/isa/isa-superio.c
1607 F: hw/misc/debugexit.c
1608 F: hw/misc/pc-testdev.c
1609 F: hw/timer/hpet*
1610 F: hw/timer/i8254*
1611 F: hw/rtc/mc146818rtc*
1612 F: hw/watchdog/wdt_ib700.c
1613 F: hw/watchdog/wdt_i6300esb.c
1614 F: include/hw/display/vga.h
1615 F: include/hw/char/parallel.h
1616 F: include/hw/dma/i8257.h
1617 F: include/hw/i2c/pm_smbus.h
1618 F: include/hw/input/i8042.h
1619 F: include/hw/isa/i8259_internal.h
1620 F: include/hw/isa/superio.h
1621 F: include/hw/timer/hpet.h
1622 F: include/hw/timer/i8254*
1623 F: include/hw/rtc/mc146818rtc*
1624
1625 microvm
1626 M: Sergio Lopez <slp@redhat.com>
1627 M: Paolo Bonzini <pbonzini@redhat.com>
1628 S: Maintained
1629 F: docs/microvm.rst
1630 F: hw/i386/microvm.c
1631 F: include/hw/i386/microvm.h
1632 F: pc-bios/bios-microvm.bin
1633
1634 Machine core
1635 M: Eduardo Habkost <ehabkost@redhat.com>
1636 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1637 S: Supported
1638 F: cpu.c
1639 F: hw/core/cpu.c
1640 F: hw/core/machine-qmp-cmds.c
1641 F: hw/core/machine.c
1642 F: hw/core/null-machine.c
1643 F: hw/core/numa.c
1644 F: hw/cpu/cluster.c
1645 F: qapi/machine.json
1646 F: qapi/machine-target.json
1647 F: include/hw/boards.h
1648 F: include/hw/core/cpu.h
1649 F: include/hw/cpu/cluster.h
1650 F: include/sysemu/numa.h
1651 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1652
1653 Xtensa Machines
1654 ---------------
1655 sim
1656 M: Max Filippov <jcmvbkbc@gmail.com>
1657 S: Maintained
1658 F: hw/xtensa/sim.c
1659
1660 virt
1661 M: Max Filippov <jcmvbkbc@gmail.com>
1662 S: Maintained
1663 F: hw/xtensa/virt.c
1664
1665 XTFPGA (LX60, LX200, ML605, KC705)
1666 M: Max Filippov <jcmvbkbc@gmail.com>
1667 S: Maintained
1668 F: hw/xtensa/xtfpga.c
1669 F: hw/net/opencores_eth.c
1670
1671 Devices
1672 -------
1673 Overall Audio frontends
1674 M: Gerd Hoffmann <kraxel@redhat.com>
1675 S: Odd Fixes
1676 F: hw/audio/
1677 F: include/hw/audio/
1678 F: tests/qtest/ac97-test.c
1679 F: tests/qtest/es1370-test.c
1680 F: tests/qtest/intel-hda-test.c
1681 F: tests/qtest/fuzz-sb16-test.c
1682
1683 Xilinx CAN
1684 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1685 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1686 S: Maintained
1687 F: hw/net/can/xlnx-*
1688 F: include/hw/net/xlnx-*
1689 F: tests/qtest/xlnx-can-test*
1690
1691 EDU
1692 M: Jiri Slaby <jslaby@suse.cz>
1693 S: Maintained
1694 F: hw/misc/edu.c
1695
1696 IDE
1697 M: John Snow <jsnow@redhat.com>
1698 L: qemu-block@nongnu.org
1699 S: Supported
1700 F: include/hw/ide.h
1701 F: include/hw/ide/
1702 F: hw/ide/
1703 F: hw/block/block.c
1704 F: hw/block/cdrom.c
1705 F: hw/block/hd-geometry.c
1706 F: tests/qtest/ide-test.c
1707 F: tests/qtest/ahci-test.c
1708 F: tests/qtest/cdrom-test.c
1709 F: tests/qtest/libqos/ahci*
1710 T: git https://gitlab.com/jsnow/qemu.git ide
1711
1712 IPMI
1713 M: Corey Minyard <minyard@acm.org>
1714 S: Maintained
1715 F: include/hw/ipmi/*
1716 F: hw/ipmi/*
1717 F: hw/smbios/smbios_type_38.c
1718 F: tests/qtest/ipmi*
1719 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1720
1721 Floppy
1722 M: John Snow <jsnow@redhat.com>
1723 L: qemu-block@nongnu.org
1724 S: Supported
1725 F: hw/block/fdc.c
1726 F: hw/block/fdc-internal.h
1727 F: hw/block/fdc-isa.c
1728 F: hw/block/fdc-sysbus.c
1729 F: include/hw/block/fdc.h
1730 F: tests/qtest/fdc-test.c
1731 T: git https://gitlab.com/jsnow/qemu.git ide
1732
1733 OMAP
1734 M: Peter Maydell <peter.maydell@linaro.org>
1735 L: qemu-arm@nongnu.org
1736 S: Maintained
1737 F: hw/*/omap*
1738 F: include/hw/arm/omap.h
1739 F: docs/system/arm/sx1.rst
1740
1741 IPack
1742 M: Alberto Garcia <berto@igalia.com>
1743 S: Odd Fixes
1744 F: hw/char/ipoctal232.c
1745 F: hw/ipack/
1746
1747 PCI
1748 M: Michael S. Tsirkin <mst@redhat.com>
1749 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1750 S: Supported
1751 F: include/hw/pci/*
1752 F: hw/misc/pci-testdev.c
1753 F: hw/pci/*
1754 F: hw/pci-bridge/*
1755 F: qapi/pci.json
1756 F: docs/pci*
1757 F: docs/specs/*pci*
1758
1759 ACPI/SMBIOS
1760 M: Michael S. Tsirkin <mst@redhat.com>
1761 M: Igor Mammedov <imammedo@redhat.com>
1762 R: Ani Sinha <ani@anisinha.ca>
1763 S: Supported
1764 F: include/hw/acpi/*
1765 F: include/hw/firmware/smbios.h
1766 F: hw/mem/*
1767 F: hw/acpi/*
1768 F: hw/smbios/*
1769 F: hw/i386/acpi-build.[hc]
1770 F: hw/arm/virt-acpi-build.c
1771 F: qapi/acpi.json
1772 F: tests/qtest/bios-tables-test*
1773 F: tests/qtest/acpi-utils.[hc]
1774 F: tests/data/acpi/
1775 F: docs/specs/acpi_cpu_hotplug.rst
1776 F: docs/specs/acpi_mem_hotplug.rst
1777 F: docs/specs/acpi_pci_hotplug.rst
1778 F: docs/specs/acpi_hw_reduced_hotplug.rst
1779
1780 ACPI/HEST/GHES
1781 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1782 L: qemu-arm@nongnu.org
1783 S: Maintained
1784 F: hw/acpi/ghes.c
1785 F: include/hw/acpi/ghes.h
1786 F: docs/specs/acpi_hest_ghes.rst
1787
1788 ppc4xx
1789 M: David Gibson <david@gibson.dropbear.id.au>
1790 L: qemu-ppc@nongnu.org
1791 S: Odd Fixes
1792 F: hw/ppc/ppc4*.c
1793 F: hw/i2c/ppc4xx_i2c.c
1794 F: include/hw/ppc/ppc4xx.h
1795 F: include/hw/i2c/ppc4xx_i2c.h
1796 F: hw/intc/ppc-uic.c
1797 F: include/hw/intc/ppc-uic.h
1798
1799 Character devices
1800 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1801 R: Paolo Bonzini <pbonzini@redhat.com>
1802 S: Odd Fixes
1803 F: hw/char/
1804
1805 Network devices
1806 M: Jason Wang <jasowang@redhat.com>
1807 S: Odd Fixes
1808 F: hw/net/
1809 F: include/hw/net/
1810 F: tests/qtest/virtio-net-test.c
1811 F: docs/virtio-net-failover.rst
1812 T: git https://github.com/jasowang/qemu.git net
1813
1814 Parallel NOR Flash devices
1815 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1816 T: git https://gitlab.com/philmd/qemu.git pflash-next
1817 S: Maintained
1818 F: hw/block/pflash_cfi*.c
1819 F: include/hw/block/flash.h
1820
1821 SCSI
1822 M: Paolo Bonzini <pbonzini@redhat.com>
1823 R: Fam Zheng <fam@euphon.net>
1824 S: Supported
1825 F: include/hw/scsi/*
1826 F: hw/scsi/*
1827 F: tests/qtest/virtio-scsi-test.c
1828 F: tests/qtest/fuzz-virtio-scsi-test.c
1829 F: tests/qtest/am53c974-test.c
1830 T: git https://github.com/bonzini/qemu.git scsi-next
1831
1832 SSI
1833 M: Alistair Francis <alistair@alistair23.me>
1834 S: Maintained
1835 F: hw/ssi/*
1836 F: hw/block/m25p80.c
1837 F: include/hw/ssi/ssi.h
1838 X: hw/ssi/xilinx_*
1839 F: tests/qtest/m25p80-test.c
1840
1841 Xilinx SPI
1842 M: Alistair Francis <alistair@alistair23.me>
1843 S: Maintained
1844 F: hw/ssi/xilinx_*
1845
1846 SD (Secure Card)
1847 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1848 M: Bin Meng <bin.meng@windriver.com>
1849 L: qemu-block@nongnu.org
1850 S: Odd Fixes
1851 F: include/hw/sd/sd*
1852 F: hw/sd/core.c
1853 F: hw/sd/sd*
1854 F: hw/sd/ssi-sd.c
1855 F: tests/qtest/fuzz-sdcard-test.c
1856 F: tests/qtest/sdhci-test.c
1857
1858 USB
1859 M: Gerd Hoffmann <kraxel@redhat.com>
1860 S: Odd Fixes
1861 F: hw/usb/*
1862 F: stubs/usb-dev-stub.c
1863 F: tests/qtest/usb-*-test.c
1864 F: docs/system/devices/usb.rst
1865 F: include/hw/usb.h
1866 F: include/hw/usb/
1867
1868 USB (serial adapter)
1869 R: Gerd Hoffmann <kraxel@redhat.com>
1870 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1871 S: Maintained
1872 F: hw/usb/dev-serial.c
1873
1874 VFIO
1875 M: Alex Williamson <alex.williamson@redhat.com>
1876 S: Supported
1877 F: hw/vfio/*
1878 F: include/hw/vfio/
1879 F: docs/igd-assign.txt
1880 F: docs/devel/vfio-migration.rst
1881
1882 vfio-ccw
1883 M: Cornelia Huck <cohuck@redhat.com>
1884 M: Eric Farman <farman@linux.ibm.com>
1885 M: Matthew Rosato <mjrosato@linux.ibm.com>
1886 S: Supported
1887 F: hw/vfio/ccw.c
1888 F: hw/s390x/s390-ccw.c
1889 F: include/hw/s390x/s390-ccw.h
1890 F: include/hw/s390x/vfio-ccw.h
1891 T: git https://gitlab.com/cohuck/qemu.git s390-next
1892 L: qemu-s390x@nongnu.org
1893
1894 vfio-ap
1895 M: Tony Krowiak <akrowiak@linux.ibm.com>
1896 M: Halil Pasic <pasic@linux.ibm.com>
1897 M: Jason Herne <jjherne@linux.ibm.com>
1898 S: Supported
1899 F: hw/s390x/ap-device.c
1900 F: hw/s390x/ap-bridge.c
1901 F: include/hw/s390x/ap-device.h
1902 F: include/hw/s390x/ap-bridge.h
1903 F: hw/vfio/ap.c
1904 F: docs/system/s390x/vfio-ap.rst
1905 L: qemu-s390x@nongnu.org
1906
1907 vhost
1908 M: Michael S. Tsirkin <mst@redhat.com>
1909 S: Supported
1910 F: hw/*/*vhost*
1911 F: docs/interop/vhost-user.json
1912 F: docs/interop/vhost-user.rst
1913 F: contrib/vhost-user-*/
1914 F: backends/vhost-user.c
1915 F: include/sysemu/vhost-user-backend.h
1916
1917 virtio
1918 M: Michael S. Tsirkin <mst@redhat.com>
1919 S: Supported
1920 F: hw/*/virtio*
1921 F: hw/virtio/Makefile.objs
1922 F: hw/virtio/trace-events
1923 F: net/vhost-user.c
1924 F: include/hw/virtio/
1925
1926 virtio-balloon
1927 M: Michael S. Tsirkin <mst@redhat.com>
1928 M: David Hildenbrand <david@redhat.com>
1929 S: Maintained
1930 F: hw/virtio/virtio-balloon*.c
1931 F: include/hw/virtio/virtio-balloon.h
1932 F: softmmu/balloon.c
1933 F: include/sysemu/balloon.h
1934
1935 virtio-9p
1936 M: Greg Kurz <groug@kaod.org>
1937 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1938 S: Odd Fixes
1939 W: https://wiki.qemu.org/Documentation/9p
1940 F: hw/9pfs/
1941 X: hw/9pfs/xen-9p*
1942 F: fsdev/
1943 F: docs/tools/virtfs-proxy-helper.rst
1944 F: tests/qtest/virtio-9p-test.c
1945 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1946 T: git https://github.com/cschoenebeck/qemu.git 9p.next
1947
1948 virtio-blk
1949 M: Stefan Hajnoczi <stefanha@redhat.com>
1950 L: qemu-block@nongnu.org
1951 S: Supported
1952 F: hw/block/virtio-blk.c
1953 F: hw/block/dataplane/*
1954 F: tests/qtest/virtio-blk-test.c
1955 T: git https://github.com/stefanha/qemu.git block
1956
1957 virtio-ccw
1958 M: Cornelia Huck <cohuck@redhat.com>
1959 M: Halil Pasic <pasic@linux.ibm.com>
1960 S: Supported
1961 F: hw/s390x/virtio-ccw*.[hc]
1962 F: hw/s390x/vhost-vsock-ccw.c
1963 T: git https://gitlab.com/cohuck/qemu.git s390-next
1964 T: git https://github.com/borntraeger/qemu.git s390-next
1965 L: qemu-s390x@nongnu.org
1966
1967 virtiofs
1968 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1969 M: Stefan Hajnoczi <stefanha@redhat.com>
1970 S: Supported
1971 F: tools/virtiofsd/*
1972 F: hw/virtio/vhost-user-fs*
1973 F: include/hw/virtio/vhost-user-fs.h
1974 F: docs/tools/virtiofsd.rst
1975 L: virtio-fs@redhat.com
1976
1977 virtio-input
1978 M: Gerd Hoffmann <kraxel@redhat.com>
1979 S: Odd Fixes
1980 F: hw/input/vhost-user-input.c
1981 F: hw/input/virtio-input*.c
1982 F: include/hw/virtio/virtio-input.h
1983 F: contrib/vhost-user-input/*
1984
1985 virtio-iommu
1986 M: Eric Auger <eric.auger@redhat.com>
1987 S: Maintained
1988 F: hw/virtio/virtio-iommu*.c
1989 F: include/hw/virtio/virtio-iommu.h
1990
1991 virtio-serial
1992 M: Laurent Vivier <lvivier@redhat.com>
1993 R: Amit Shah <amit@kernel.org>
1994 S: Supported
1995 F: hw/char/virtio-serial-bus.c
1996 F: hw/char/virtio-console.c
1997 F: include/hw/virtio/virtio-serial.h
1998 F: tests/qtest/virtio-serial-test.c
1999
2000 virtio-rng
2001 M: Laurent Vivier <lvivier@redhat.com>
2002 R: Amit Shah <amit@kernel.org>
2003 S: Supported
2004 F: hw/virtio/virtio-rng.c
2005 F: include/hw/virtio/virtio-rng.h
2006 F: include/sysemu/rng*.h
2007 F: backends/rng*.c
2008 F: tests/qtest/virtio-rng-test.c
2009
2010 vhost-user-rng
2011 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2012 S: Supported
2013 F: docs/tools/vhost-user-rng.rst
2014 F: hw/virtio/vhost-user-rng.c
2015 F: hw/virtio/vhost-user-rng-pci.c
2016 F: include/hw/virtio/vhost-user-rng.h
2017 F: tools/vhost-user-rng/*
2018
2019 virtio-crypto
2020 M: Gonglei <arei.gonglei@huawei.com>
2021 S: Supported
2022 F: hw/virtio/virtio-crypto.c
2023 F: hw/virtio/virtio-crypto-pci.c
2024 F: include/hw/virtio/virtio-crypto.h
2025
2026 virtio-mem
2027 M: David Hildenbrand <david@redhat.com>
2028 S: Supported
2029 W: https://virtio-mem.gitlab.io/
2030 F: hw/virtio/virtio-mem.c
2031 F: hw/virtio/virtio-mem-pci.h
2032 F: hw/virtio/virtio-mem-pci.c
2033 F: include/hw/virtio/virtio-mem.h
2034
2035 nvme
2036 M: Keith Busch <kbusch@kernel.org>
2037 M: Klaus Jensen <its@irrelevant.dk>
2038 L: qemu-block@nongnu.org
2039 S: Supported
2040 F: hw/nvme/*
2041 F: include/block/nvme.h
2042 F: tests/qtest/nvme-test.c
2043 F: docs/system/nvme.rst
2044 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2045
2046 megasas
2047 M: Hannes Reinecke <hare@suse.com>
2048 L: qemu-block@nongnu.org
2049 S: Supported
2050 F: hw/scsi/megasas.c
2051 F: hw/scsi/mfi.h
2052 F: tests/qtest/megasas-test.c
2053 F: tests/qtest/fuzz-megasas-test.c
2054
2055 Network packet abstractions
2056 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2057 S: Maintained
2058 F: include/net/eth.h
2059 F: net/eth.c
2060 F: hw/net/net_rx_pkt*
2061 F: hw/net/net_tx_pkt*
2062
2063 Vmware
2064 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2065 S: Maintained
2066 F: hw/net/vmxnet*
2067 F: hw/scsi/vmw_pvscsi*
2068 F: tests/qtest/vmxnet3-test.c
2069
2070 Rocker
2071 M: Jiri Pirko <jiri@resnulli.us>
2072 S: Maintained
2073 F: hw/net/rocker/
2074 F: qapi/rocker.json
2075 F: tests/rocker/
2076 F: docs/specs/rocker.txt
2077
2078 NVDIMM
2079 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2080 S: Maintained
2081 F: hw/acpi/nvdimm.c
2082 F: hw/mem/nvdimm.c
2083 F: include/hw/mem/nvdimm.h
2084 F: docs/nvdimm.txt
2085 F: docs/specs/acpi_nvdimm.rst
2086
2087 e1000x
2088 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2089 S: Maintained
2090 F: hw/net/e1000x*
2091
2092 e1000e
2093 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2094 S: Maintained
2095 F: hw/net/e1000e*
2096 F: tests/qtest/fuzz-e1000e-test.c
2097
2098 eepro100
2099 M: Stefan Weil <sw@weilnetz.de>
2100 S: Maintained
2101 F: hw/net/eepro100.c
2102
2103 tulip
2104 M: Sven Schnelle <svens@stackframe.org>
2105 S: Maintained
2106 F: hw/net/tulip.c
2107 F: hw/net/tulip.h
2108
2109 pca954x
2110 M: Patrick Venture <venture@google.com>
2111 S: Maintained
2112 F: hw/i2c/i2c_mux_pca954x.c
2113 F: include/hw/i2c/i2c_mux_pca954x.h
2114
2115 Generic Loader
2116 M: Alistair Francis <alistair@alistair23.me>
2117 S: Maintained
2118 F: hw/core/generic-loader.c
2119 F: include/hw/core/generic-loader.h
2120 F: docs/system/generic-loader.rst
2121
2122 Guest Loader
2123 M: Alex Bennée <alex.bennee@linaro.org>
2124 S: Maintained
2125 F: hw/core/guest-loader.c
2126 F: docs/system/guest-loader.rst
2127 F: tests/acceptance/boot_xen.py
2128
2129 Intel Hexadecimal Object File Loader
2130 M: Su Hang <suhang16@mails.ucas.ac.cn>
2131 S: Maintained
2132 F: tests/qtest/hexloader-test.c
2133 F: tests/data/hex-loader/test.hex
2134
2135 CHRP NVRAM
2136 M: Thomas Huth <thuth@redhat.com>
2137 S: Maintained
2138 F: hw/nvram/chrp_nvram.c
2139 F: include/hw/nvram/chrp_nvram.h
2140 F: tests/qtest/prom-env-test.c
2141
2142 VM Generation ID
2143 S: Orphan
2144 F: hw/acpi/vmgenid.c
2145 F: include/hw/acpi/vmgenid.h
2146 F: docs/specs/vmgenid.txt
2147 F: tests/qtest/vmgenid-test.c
2148 F: stubs/vmgenid.c
2149
2150 LED
2151 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2152 S: Maintained
2153 F: include/hw/misc/led.h
2154 F: hw/misc/led.c
2155
2156 Unimplemented device
2157 M: Peter Maydell <peter.maydell@linaro.org>
2158 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2159 S: Maintained
2160 F: include/hw/misc/unimp.h
2161 F: hw/misc/unimp.c
2162
2163 Empty slot
2164 M: Artyom Tarasenko <atar4qemu@gmail.com>
2165 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2166 S: Maintained
2167 F: include/hw/misc/empty_slot.h
2168 F: hw/misc/empty_slot.c
2169
2170 Standard VGA
2171 M: Gerd Hoffmann <kraxel@redhat.com>
2172 S: Maintained
2173 F: hw/display/vga*
2174 F: hw/display/bochs-display.c
2175 F: include/hw/display/vga.h
2176 F: include/hw/display/bochs-vbe.h
2177
2178 ramfb
2179 M: Gerd Hoffmann <kraxel@redhat.com>
2180 S: Maintained
2181 F: hw/display/ramfb*.c
2182 F: include/hw/display/ramfb.h
2183
2184 virtio-gpu
2185 M: Gerd Hoffmann <kraxel@redhat.com>
2186 S: Odd Fixes
2187 F: hw/display/virtio-gpu*
2188 F: hw/display/virtio-vga.*
2189 F: include/hw/virtio/virtio-gpu.h
2190
2191 vhost-user-blk
2192 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2193 S: Maintained
2194 F: contrib/vhost-user-blk/
2195 F: contrib/vhost-user-scsi/
2196 F: hw/block/vhost-user-blk.c
2197 F: hw/scsi/vhost-user-scsi.c
2198 F: hw/virtio/vhost-user-blk-pci.c
2199 F: hw/virtio/vhost-user-scsi-pci.c
2200 F: include/hw/virtio/vhost-user-blk.h
2201 F: include/hw/virtio/vhost-user-scsi.h
2202
2203 vhost-user-gpu
2204 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2205 R: Gerd Hoffmann <kraxel@redhat.com>
2206 S: Maintained
2207 F: docs/interop/vhost-user-gpu.rst
2208 F: contrib/vhost-user-gpu
2209 F: hw/display/vhost-user-*
2210
2211 Cirrus VGA
2212 M: Gerd Hoffmann <kraxel@redhat.com>
2213 S: Odd Fixes
2214 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2215 F: hw/display/cirrus*
2216
2217 EDID Generator
2218 M: Gerd Hoffmann <kraxel@redhat.com>
2219 S: Maintained
2220 F: hw/display/edid*
2221 F: include/hw/display/edid.h
2222 F: qemu-edid.c
2223
2224 PIIX4 South Bridge (i82371AB)
2225 M: Hervé Poussineau <hpoussin@reactos.org>
2226 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2227 S: Maintained
2228 F: hw/isa/piix4.c
2229 F: include/hw/southbridge/piix.h
2230
2231 Firmware configuration (fw_cfg)
2232 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2233 R: Gerd Hoffmann <kraxel@redhat.com>
2234 S: Supported
2235 F: docs/specs/fw_cfg.txt
2236 F: hw/nvram/fw_cfg*.c
2237 F: stubs/fw_cfg.c
2238 F: include/hw/nvram/fw_cfg.h
2239 F: include/standard-headers/linux/qemu_fw_cfg.h
2240 F: tests/qtest/libqos/fw_cfg.c
2241 F: tests/qtest/fw_cfg-test.c
2242 T: git https://github.com/philmd/qemu.git fw_cfg-next
2243
2244 XIVE
2245 M: Cédric Le Goater <clg@kaod.org>
2246 R: David Gibson <david@gibson.dropbear.id.au>
2247 R: Greg Kurz <groug@kaod.org>
2248 L: qemu-ppc@nongnu.org
2249 S: Supported
2250 F: hw/*/*xive*
2251 F: include/hw/*/*xive*
2252 F: docs/*/*xive*
2253
2254 Renesas peripherals
2255 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2256 R: Magnus Damm <magnus.damm@gmail.com>
2257 S: Odd Fixes
2258 F: hw/char/renesas_sci.c
2259 F: hw/char/sh_serial.c
2260 F: hw/timer/renesas_*.c
2261 F: hw/timer/sh_timer.c
2262 F: include/hw/char/renesas_sci.h
2263 F: include/hw/sh4/sh.h
2264 F: include/hw/timer/renesas_*.h
2265
2266 Renesas RX peripherals
2267 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2268 S: Orphan
2269 F: hw/intc/rx_icu.c
2270 F: hw/rx/
2271 F: include/hw/intc/rx_icu.h
2272 F: include/hw/rx/
2273
2274 CAN bus subsystem and hardware
2275 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2276 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2277 S: Maintained
2278 W: https://canbus.pages.fel.cvut.cz/
2279 F: net/can/*
2280 F: hw/net/can/*
2281 F: include/net/can_*.h
2282
2283 Subsystems
2284 ----------
2285 Overall Audio backends
2286 M: Gerd Hoffmann <kraxel@redhat.com>
2287 S: Odd Fixes
2288 F: audio/
2289 X: audio/alsaaudio.c
2290 X: audio/coreaudio.c
2291 X: audio/dsound*
2292 X: audio/jackaudio.c
2293 X: audio/ossaudio.c
2294 X: audio/paaudio.c
2295 X: audio/sdlaudio.c
2296 X: audio/spiceaudio.c
2297 F: qapi/audio.json
2298
2299 ALSA Audio backend
2300 M: Gerd Hoffmann <kraxel@redhat.com>
2301 S: Odd Fixes
2302 F: audio/alsaaudio.c
2303
2304 Core Audio framework backend
2305 M: Gerd Hoffmann <kraxel@redhat.com>
2306 S: Odd Fixes
2307 F: audio/coreaudio.c
2308
2309 DSound Audio backend
2310 M: Gerd Hoffmann <kraxel@redhat.com>
2311 S: Odd Fixes
2312 F: audio/dsound*
2313
2314 JACK Audio Connection Kit backend
2315 M: Gerd Hoffmann <kraxel@redhat.com>
2316 S: Odd Fixes
2317 F: audio/jackaudio.c
2318
2319 Open Sound System (OSS) Audio backend
2320 M: Gerd Hoffmann <kraxel@redhat.com>
2321 S: Odd Fixes
2322 F: audio/ossaudio.c
2323
2324 PulseAudio backend
2325 M: Gerd Hoffmann <kraxel@redhat.com>
2326 S: Odd Fixes
2327 F: audio/paaudio.c
2328
2329 SDL Audio backend
2330 M: Gerd Hoffmann <kraxel@redhat.com>
2331 S: Odd Fixes
2332 F: audio/sdlaudio.c
2333
2334 Block layer core
2335 M: Kevin Wolf <kwolf@redhat.com>
2336 M: Hanna Reitz <hreitz@redhat.com>
2337 L: qemu-block@nongnu.org
2338 S: Supported
2339 F: block*
2340 F: block/
2341 F: hw/block/
2342 F: include/block/
2343 F: qemu-img*
2344 F: docs/tools/qemu-img.rst
2345 F: qemu-io*
2346 F: tests/qemu-iotests/
2347 F: util/qemu-progress.c
2348 F: qobject/block-qdict.c
2349 F: tests/unit/check-block-qdict.c
2350 T: git https://repo.or.cz/qemu/kevin.git block
2351
2352 Storage daemon
2353 M: Kevin Wolf <kwolf@redhat.com>
2354 L: qemu-block@nongnu.org
2355 S: Supported
2356 F: storage-daemon/
2357 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2358 F: docs/tools/qemu-storage-daemon.rst
2359 T: git https://repo.or.cz/qemu/kevin.git block
2360
2361 Block I/O path
2362 M: Stefan Hajnoczi <stefanha@redhat.com>
2363 M: Fam Zheng <fam@euphon.net>
2364 L: qemu-block@nongnu.org
2365 S: Supported
2366 F: util/async.c
2367 F: util/aio-*.c
2368 F: util/aio-*.h
2369 F: util/fdmon-*.c
2370 F: block/io.c
2371 F: migration/block*
2372 F: include/block/aio.h
2373 F: include/block/aio-wait.h
2374 F: scripts/qemugdb/aio.py
2375 F: tests/unit/test-fdmon-epoll.c
2376 T: git https://github.com/stefanha/qemu.git block
2377
2378 Block SCSI subsystem
2379 M: Paolo Bonzini <pbonzini@redhat.com>
2380 R: Fam Zheng <fam@euphon.net>
2381 L: qemu-block@nongnu.org
2382 S: Supported
2383 F: include/scsi/*
2384 F: scsi/*
2385
2386 Block Jobs
2387 M: John Snow <jsnow@redhat.com>
2388 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2389 L: qemu-block@nongnu.org
2390 S: Supported
2391 F: blockjob.c
2392 F: include/block/blockjob.h
2393 F: job.c
2394 F: job-qmp.c
2395 F: include/qemu/job.h
2396 F: block/backup.c
2397 F: block/commit.c
2398 F: block/stream.c
2399 F: block/mirror.c
2400 F: qapi/job.json
2401 F: block/block-copy.c
2402 F: include/block/block-copy.c
2403 F: block/copy-before-write.h
2404 F: block/copy-before-write.c
2405 F: include/block/aio_task.h
2406 F: block/aio_task.c
2407 F: util/qemu-co-shared-resource.c
2408 F: include/qemu/co-shared-resource.h
2409 T: git https://gitlab.com/jsnow/qemu.git jobs
2410 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2411
2412 Block QAPI, monitor, command line
2413 M: Markus Armbruster <armbru@redhat.com>
2414 S: Supported
2415 F: blockdev.c
2416 F: blockdev-hmp-cmds.c
2417 F: block/qapi.c
2418 F: qapi/block*.json
2419 F: qapi/transaction.json
2420 T: git https://repo.or.cz/qemu/armbru.git block-next
2421
2422 Dirty Bitmaps
2423 M: Eric Blake <eblake@redhat.com>
2424 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2425 R: John Snow <jsnow@redhat.com>
2426 L: qemu-block@nongnu.org
2427 S: Supported
2428 F: include/qemu/hbitmap.h
2429 F: include/block/dirty-bitmap.h
2430 F: block/monitor/bitmap-qmp-cmds.c
2431 F: block/dirty-bitmap.c
2432 F: block/qcow2-bitmap.c
2433 F: migration/block-dirty-bitmap.c
2434 F: util/hbitmap.c
2435 F: tests/unit/test-hbitmap.c
2436 F: docs/interop/bitmaps.rst
2437 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2438
2439 Character device backends
2440 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2441 R: Paolo Bonzini <pbonzini@redhat.com>
2442 S: Maintained
2443 F: chardev/
2444 F: include/chardev/
2445 F: qapi/char.json
2446
2447 Character Devices (Braille)
2448 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2449 S: Maintained
2450 F: chardev/baum.c
2451
2452 Command line option argument parsing
2453 M: Markus Armbruster <armbru@redhat.com>
2454 S: Supported
2455 F: include/qemu/option.h
2456 F: tests/unit/test-keyval.c
2457 F: tests/unit/test-qemu-opts.c
2458 F: util/keyval.c
2459 F: util/qemu-option.c
2460
2461 Coverity model
2462 M: Markus Armbruster <armbru@redhat.com>
2463 S: Supported
2464 F: scripts/coverity-model.c
2465
2466 Coverity Scan integration
2467 M: Peter Maydell <peter.maydell@linaro.org>
2468 S: Maintained
2469 F: scripts/coverity-scan/
2470
2471 Device Tree
2472 M: Alistair Francis <alistair.francis@wdc.com>
2473 R: David Gibson <david@gibson.dropbear.id.au>
2474 S: Maintained
2475 F: softmmu/device_tree.c
2476 F: include/sysemu/device_tree.h
2477
2478 Dump
2479 S: Supported
2480 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2481 F: dump/
2482 F: hw/misc/vmcoreinfo.c
2483 F: include/hw/misc/vmcoreinfo.h
2484 F: include/qemu/win_dump_defs
2485 F: include/sysemu/dump-arch.h
2486 F: include/sysemu/dump.h
2487 F: qapi/dump.json
2488 F: scripts/dump-guest-memory.py
2489 F: stubs/dump.c
2490
2491 Error reporting
2492 M: Markus Armbruster <armbru@redhat.com>
2493 S: Supported
2494 F: include/qapi/error.h
2495 F: include/qemu/error-report.h
2496 F: qapi/error.json
2497 F: util/error.c
2498 F: util/qemu-error.c
2499 F: scripts/coccinelle/err-bad-newline.cocci
2500 F: scripts/coccinelle/error-use-after-free.cocci
2501 F: scripts/coccinelle/error_propagate_null.cocci
2502 F: scripts/coccinelle/remove_local_err.cocci
2503 F: scripts/coccinelle/use-error_fatal.cocci
2504 F: scripts/coccinelle/errp-guard.cocci
2505
2506 GDB stub
2507 M: Alex Bennée <alex.bennee@linaro.org>
2508 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2509 S: Maintained
2510 F: gdbstub*
2511 F: include/exec/gdbstub.h
2512 F: gdb-xml/
2513 F: tests/tcg/multiarch/gdbstub/
2514
2515 Memory API
2516 M: Paolo Bonzini <pbonzini@redhat.com>
2517 M: Peter Xu <peterx@redhat.com>
2518 M: David Hildenbrand <david@redhat.com>
2519 S: Supported
2520 F: include/exec/ioport.h
2521 F: include/exec/memop.h
2522 F: include/exec/memory.h
2523 F: include/exec/ram_addr.h
2524 F: include/exec/ramblock.h
2525 F: include/sysemu/memory_mapping.h
2526 F: softmmu/dma-helpers.c
2527 F: softmmu/ioport.c
2528 F: softmmu/memory.c
2529 F: softmmu/memory_mapping.c
2530 F: softmmu/physmem.c
2531 F: include/exec/memory-internal.h
2532 F: scripts/coccinelle/memory-region-housekeeping.cocci
2533
2534 SPICE
2535 M: Gerd Hoffmann <kraxel@redhat.com>
2536 S: Odd Fixes
2537 F: include/ui/qemu-spice.h
2538 F: include/ui/spice-display.h
2539 F: ui/spice-*.c
2540 F: audio/spiceaudio.c
2541 F: hw/display/qxl*
2542 F: qapi/ui.json
2543 F: docs/spice-port-fqdn.txt
2544
2545 Graphics
2546 M: Gerd Hoffmann <kraxel@redhat.com>
2547 S: Odd Fixes
2548 F: ui/
2549 F: include/ui/
2550 F: qapi/ui.json
2551 F: util/drm.c
2552
2553 Cocoa graphics
2554 M: Peter Maydell <peter.maydell@linaro.org>
2555 S: Odd Fixes
2556 F: ui/cocoa.m
2557
2558 Main loop
2559 M: Paolo Bonzini <pbonzini@redhat.com>
2560 S: Maintained
2561 F: include/exec/gen-icount.h
2562 F: include/qemu/main-loop.h
2563 F: include/sysemu/runstate.h
2564 F: include/sysemu/runstate-action.h
2565 F: util/main-loop.c
2566 F: util/qemu-timer.c
2567 F: softmmu/vl.c
2568 F: softmmu/main.c
2569 F: softmmu/cpus.c
2570 F: softmmu/cpu-throttle.c
2571 F: softmmu/cpu-timers.c
2572 F: softmmu/icount.c
2573 F: softmmu/runstate-action.c
2574 F: qapi/run-state.json
2575
2576 Read, Copy, Update (RCU)
2577 M: Paolo Bonzini <pbonzini@redhat.com>
2578 S: Maintained
2579 F: include/qemu/rcu*.h
2580 F: tests/unit/rcutorture.c
2581 F: tests/unit/test-rcu-*.c
2582 F: util/rcu.c
2583
2584 Human Monitor (HMP)
2585 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2586 S: Maintained
2587 F: monitor/monitor-internal.h
2588 F: monitor/misc.c
2589 F: monitor/monitor.c
2590 F: monitor/hmp*
2591 F: hmp.h
2592 F: hmp-commands*.hx
2593 F: include/monitor/hmp-target.h
2594 F: tests/qtest/test-hmp.c
2595 F: include/qemu/qemu-print.h
2596 F: util/qemu-print.c
2597
2598 Network device backends
2599 M: Jason Wang <jasowang@redhat.com>
2600 S: Maintained
2601 F: net/
2602 F: include/net/
2603 F: qemu-bridge-helper.c
2604 T: git https://github.com/jasowang/qemu.git net
2605 F: qapi/net.json
2606
2607 Netmap network backend
2608 M: Luigi Rizzo <rizzo@iet.unipi.it>
2609 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2610 M: Vincenzo Maffione <v.maffione@gmail.com>
2611 W: http://info.iet.unipi.it/~luigi/netmap/
2612 S: Maintained
2613 F: net/netmap.c
2614
2615 Host Memory Backends
2616 M: David Hildenbrand <david@redhat.com>
2617 M: Igor Mammedov <imammedo@redhat.com>
2618 S: Maintained
2619 F: backends/hostmem*.c
2620 F: include/sysemu/hostmem.h
2621 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2622
2623 Cryptodev Backends
2624 M: Gonglei <arei.gonglei@huawei.com>
2625 S: Maintained
2626 F: include/sysemu/cryptodev*.h
2627 F: backends/cryptodev*.c
2628
2629 Python library
2630 M: John Snow <jsnow@redhat.com>
2631 M: Cleber Rosa <crosa@redhat.com>
2632 R: Eduardo Habkost <ehabkost@redhat.com>
2633 S: Maintained
2634 F: python/
2635 T: git https://gitlab.com/jsnow/qemu.git python
2636
2637 Python scripts
2638 M: Eduardo Habkost <ehabkost@redhat.com>
2639 M: Cleber Rosa <crosa@redhat.com>
2640 S: Odd Fixes
2641 F: scripts/*.py
2642 F: tests/*.py
2643
2644 Benchmark util
2645 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2646 S: Maintained
2647 F: scripts/simplebench/
2648 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2649
2650 Transactions helper
2651 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2652 S: Maintained
2653 F: include/qemu/transactions.h
2654 F: util/transactions.c
2655
2656 QAPI
2657 M: Markus Armbruster <armbru@redhat.com>
2658 M: Michael Roth <michael.roth@amd.com>
2659 S: Supported
2660 F: qapi/
2661 X: qapi/*.json
2662 F: include/qapi/
2663 X: include/qapi/qmp/
2664 F: include/qapi/qmp/dispatch.h
2665 F: tests/qapi-schema/
2666 F: tests/unit/test-*-visitor.c
2667 F: tests/unit/test-qapi-*.c
2668 F: tests/unit/test-qmp-*.c
2669 F: tests/unit/test-visitor-serialization.c
2670 F: scripts/qapi-gen.py
2671 F: scripts/qapi/*
2672 F: docs/sphinx/qapidoc.py
2673 F: docs/devel/qapi*
2674 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2675
2676 QAPI Schema
2677 M: Eric Blake <eblake@redhat.com>
2678 M: Markus Armbruster <armbru@redhat.com>
2679 S: Supported
2680 F: qapi/*.json
2681 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2682
2683 QObject
2684 M: Markus Armbruster <armbru@redhat.com>
2685 S: Supported
2686 F: qobject/
2687 F: include/qapi/qmp/
2688 X: include/qapi/qmp/dispatch.h
2689 F: scripts/coccinelle/qobject.cocci
2690 F: tests/unit/check-qdict.c
2691 F: tests/unit/check-qjson.c
2692 F: tests/unit/check-qlist.c
2693 F: tests/unit/check-qlit.c
2694 F: tests/unit/check-qnull.c
2695 F: tests/unit/check-qnum.c
2696 F: tests/unit/check-qobject.c
2697 F: tests/unit/check-qstring.c
2698 F: tests/data/qobject/qdict.txt
2699 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2700
2701 QEMU Guest Agent
2702 M: Michael Roth <michael.roth@amd.com>
2703 S: Maintained
2704 F: qga/
2705 F: docs/interop/qemu-ga.rst
2706 F: docs/interop/qemu-ga-ref.rst
2707 F: scripts/qemu-guest-agent/
2708 F: tests/unit/test-qga.c
2709 T: git https://github.com/mdroth/qemu.git qga
2710
2711 QOM
2712 M: Paolo Bonzini <pbonzini@redhat.com>
2713 R: Daniel P. Berrange <berrange@redhat.com>
2714 R: Eduardo Habkost <ehabkost@redhat.com>
2715 S: Supported
2716 F: docs/qdev-device-use.txt
2717 F: hw/core/qdev*
2718 F: hw/core/bus.c
2719 F: hw/core/sysbus.c
2720 F: include/hw/qdev*
2721 F: include/monitor/qdev.h
2722 F: include/qom/
2723 F: qapi/qom.json
2724 F: qapi/qdev.json
2725 F: scripts/coccinelle/qom-parent-type.cocci
2726 F: softmmu/qdev-monitor.c
2727 F: stubs/qdev.c
2728 F: qom/
2729 F: tests/unit/check-qom-interface.c
2730 F: tests/unit/check-qom-proplist.c
2731 F: tests/unit/test-qdev-global-props.c
2732
2733 QOM boilerplate conversion script
2734 M: Eduardo Habkost <ehabkost@redhat.com>
2735 S: Maintained
2736 F: scripts/codeconverter/
2737
2738 QMP
2739 M: Markus Armbruster <armbru@redhat.com>
2740 S: Supported
2741 F: monitor/monitor-internal.h
2742 F: monitor/qmp*
2743 F: monitor/misc.c
2744 F: monitor/monitor.c
2745 F: qapi/control.json
2746 F: qapi/error.json
2747 F: qapi/introspect.json
2748 F: docs/devel/*qmp-*
2749 F: docs/interop/*qmp-*
2750 F: scripts/qmp/
2751 F: tests/qtest/qmp-test.c
2752 F: tests/qtest/qmp-cmd-test.c
2753 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2754
2755 qtest
2756 M: Thomas Huth <thuth@redhat.com>
2757 M: Laurent Vivier <lvivier@redhat.com>
2758 R: Paolo Bonzini <pbonzini@redhat.com>
2759 S: Maintained
2760 F: softmmu/qtest.c
2761 F: accel/qtest/
2762 F: tests/qtest/
2763 F: docs/devel/qgraph.rst
2764 X: tests/qtest/bios-tables-test*
2765
2766 Device Fuzzing
2767 M: Alexander Bulekov <alxndr@bu.edu>
2768 R: Paolo Bonzini <pbonzini@redhat.com>
2769 R: Bandan Das <bsd@redhat.com>
2770 R: Stefan Hajnoczi <stefanha@redhat.com>
2771 R: Thomas Huth <thuth@redhat.com>
2772 R: Darren Kenny <darren.kenny@oracle.com>
2773 R: Qiuhao Li <Qiuhao.Li@outlook.com>
2774 S: Maintained
2775 F: tests/qtest/fuzz/
2776 F: tests/qtest/fuzz-*test.c
2777 F: scripts/oss-fuzz/
2778 F: hw/mem/sparse-mem.c
2779 F: docs/devel/fuzzing.rst
2780
2781 Register API
2782 M: Alistair Francis <alistair@alistair23.me>
2783 S: Maintained
2784 F: hw/core/register.c
2785 F: include/hw/register.h
2786 F: include/hw/registerfields.h
2787
2788 SLIRP
2789 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2790 S: Maintained
2791 F: slirp/
2792 F: net/slirp.c
2793 F: include/net/slirp.h
2794 T: git https://people.debian.org/~sthibault/qemu.git slirp
2795
2796 Streams
2797 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2798 S: Maintained
2799 F: hw/core/stream.c
2800 F: include/hw/stream.h
2801
2802 Stubs
2803 M: Paolo Bonzini <pbonzini@redhat.com>
2804 S: Maintained
2805 F: stubs/
2806
2807 Tracing
2808 M: Stefan Hajnoczi <stefanha@redhat.com>
2809 S: Maintained
2810 F: trace/
2811 F: trace-events
2812 F: docs/qemu-option-trace.rst.inc
2813 F: qapi/trace.json
2814 F: scripts/tracetool.py
2815 F: scripts/tracetool/
2816 F: scripts/qemu-trace-stap*
2817 F: docs/tools/qemu-trace-stap.rst
2818 F: docs/devel/tracing.rst
2819 T: git https://github.com/stefanha/qemu.git tracing
2820
2821 TPM
2822 M: Stefan Berger <stefanb@linux.ibm.com>
2823 S: Maintained
2824 F: tpm.c
2825 F: hw/tpm/*
2826 F: include/hw/acpi/tpm.h
2827 F: include/sysemu/tpm*
2828 F: qapi/tpm.json
2829 F: backends/tpm/
2830 F: tests/qtest/*tpm*
2831 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2832
2833 Checkpatch
2834 S: Odd Fixes
2835 F: scripts/checkpatch.pl
2836
2837 Migration
2838 M: Juan Quintela <quintela@redhat.com>
2839 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2840 S: Maintained
2841 F: hw/core/vmstate-if.c
2842 F: include/hw/vmstate-if.h
2843 F: include/migration/
2844 F: migration/
2845 F: scripts/vmstate-static-checker.py
2846 F: tests/vmstate-static-checker-data/
2847 F: tests/qtest/migration-test.c
2848 F: docs/devel/migration.rst
2849 F: qapi/migration.json
2850 F: tests/migration/
2851
2852 D-Bus
2853 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2854 S: Maintained
2855 F: backends/dbus-vmstate.c
2856 F: tests/dbus-vmstate*
2857 F: util/dbus.c
2858 F: include/qemu/dbus.h
2859 F: docs/interop/dbus.rst
2860 F: docs/interop/dbus-vmstate.rst
2861
2862 Seccomp
2863 M: Eduardo Otubo <otubo@redhat.com>
2864 S: Supported
2865 F: softmmu/qemu-seccomp.c
2866 F: include/sysemu/seccomp.h
2867
2868 Cryptography
2869 M: Daniel P. Berrange <berrange@redhat.com>
2870 S: Maintained
2871 F: crypto/
2872 F: include/crypto/
2873 F: qapi/crypto.json
2874 F: tests/unit/test-crypto-*
2875 F: tests/bench/benchmark-crypto-*
2876 F: tests/unit/crypto-tls-*
2877 F: tests/unit/pkix_asn1_tab.c
2878 F: qemu.sasl
2879
2880 Coroutines
2881 M: Stefan Hajnoczi <stefanha@redhat.com>
2882 M: Kevin Wolf <kwolf@redhat.com>
2883 S: Maintained
2884 F: util/*coroutine*
2885 F: include/qemu/coroutine*
2886 F: tests/unit/test-coroutine.c
2887
2888 Buffers
2889 M: Daniel P. Berrange <berrange@redhat.com>
2890 S: Odd Fixes
2891 F: util/buffer.c
2892 F: include/qemu/buffer.h
2893
2894 I/O Channels
2895 M: Daniel P. Berrange <berrange@redhat.com>
2896 S: Maintained
2897 F: io/
2898 F: include/io/
2899 F: tests/unit/test-io-*
2900
2901 User authorization
2902 M: Daniel P. Berrange <berrange@redhat.com>
2903 S: Maintained
2904 F: authz/
2905 F: qapi/authz.json
2906 F: include/authz/
2907 F: tests/unit/test-authz-*
2908
2909 Sockets
2910 M: Daniel P. Berrange <berrange@redhat.com>
2911 S: Maintained
2912 F: include/qemu/sockets.h
2913 F: util/qemu-sockets.c
2914 F: qapi/sockets.json
2915
2916 File monitor
2917 M: Daniel P. Berrange <berrange@redhat.com>
2918 S: Odd Fixes
2919 F: util/filemonitor*.c
2920 F: include/qemu/filemonitor.h
2921 F: tests/unit/test-util-filemonitor.c
2922
2923 Throttling infrastructure
2924 M: Alberto Garcia <berto@igalia.com>
2925 S: Supported
2926 F: block/throttle-groups.c
2927 F: include/block/throttle-groups.h
2928 F: include/qemu/throttle*.h
2929 F: util/throttle.c
2930 F: docs/throttle.txt
2931 F: tests/unit/test-throttle.c
2932 L: qemu-block@nongnu.org
2933
2934 UUID
2935 M: Fam Zheng <fam@euphon.net>
2936 S: Supported
2937 F: util/uuid.c
2938 F: include/qemu/uuid.h
2939 F: tests/unit/test-uuid.c
2940
2941 Yank feature
2942 M: Lukas Straub <lukasstraub2@web.de>
2943 S: Odd fixes
2944 F: util/yank.c
2945 F: migration/yank_functions*
2946 F: tests/unit/test-yank.c
2947 F: include/qemu/yank.h
2948 F: qapi/yank.json
2949
2950 COLO Framework
2951 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2952 S: Maintained
2953 F: migration/colo*
2954 F: include/migration/colo.h
2955 F: include/migration/failover.h
2956 F: docs/COLO-FT.txt
2957
2958 COLO Proxy
2959 M: Zhang Chen <chen.zhang@intel.com>
2960 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2961 S: Supported
2962 F: docs/colo-proxy.txt
2963 F: net/colo*
2964 F: net/filter-rewriter.c
2965 F: net/filter-mirror.c
2966
2967 Record/replay
2968 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2969 R: Paolo Bonzini <pbonzini@redhat.com>
2970 W: https://wiki.qemu.org/Features/record-replay
2971 S: Supported
2972 F: replay/*
2973 F: block/blkreplay.c
2974 F: net/filter-replay.c
2975 F: include/sysemu/replay.h
2976 F: docs/replay.txt
2977 F: stubs/replay.c
2978 F: tests/acceptance/replay_kernel.py
2979 F: tests/acceptance/replay_linux.py
2980 F: tests/acceptance/reverse_debugging.py
2981 F: qapi/replay.json
2982
2983 IOVA Tree
2984 M: Peter Xu <peterx@redhat.com>
2985 S: Maintained
2986 F: include/qemu/iova-tree.h
2987 F: util/iova-tree.c
2988
2989 elf2dmp
2990 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2991 S: Maintained
2992 F: contrib/elf2dmp/
2993
2994 I2C and SMBus
2995 M: Corey Minyard <cminyard@mvista.com>
2996 S: Maintained
2997 F: hw/i2c/core.c
2998 F: hw/i2c/smbus_slave.c
2999 F: hw/i2c/smbus_master.c
3000 F: hw/i2c/smbus_eeprom.c
3001 F: include/hw/i2c/i2c.h
3002 F: include/hw/i2c/smbus_master.h
3003 F: include/hw/i2c/smbus_slave.h
3004 F: include/hw/i2c/smbus_eeprom.h
3005
3006 Firmware schema specifications
3007 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3008 R: Daniel P. Berrange <berrange@redhat.com>
3009 R: Kashyap Chamarthy <kchamart@redhat.com>
3010 S: Maintained
3011 F: docs/interop/firmware.json
3012
3013 EDK2 Firmware
3014 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3015 R: Gerd Hoffmann <kraxel@redhat.com>
3016 S: Supported
3017 F: hw/i386/*ovmf*
3018 F: pc-bios/descriptors/??-edk2-*.json
3019 F: pc-bios/edk2-*
3020 F: roms/Makefile.edk2
3021 F: roms/edk2
3022 F: roms/edk2-*
3023 F: tests/data/uefi-boot-images/
3024 F: tests/uefi-test-tools/
3025 F: .gitlab-ci.d/edk2.yml
3026 F: .gitlab-ci.d/edk2/
3027
3028 VT-d Emulation
3029 M: Michael S. Tsirkin <mst@redhat.com>
3030 M: Peter Xu <peterx@redhat.com>
3031 R: Jason Wang <jasowang@redhat.com>
3032 S: Supported
3033 F: hw/i386/intel_iommu.c
3034 F: hw/i386/intel_iommu_internal.h
3035 F: include/hw/i386/intel_iommu.h
3036
3037 OpenSBI Firmware
3038 M: Bin Meng <bmeng.cn@gmail.com>
3039 S: Supported
3040 F: pc-bios/opensbi-*
3041 F: .gitlab-ci.d/opensbi.yml
3042 F: .gitlab-ci.d/opensbi/
3043
3044 Clock framework
3045 M: Luc Michel <luc@lmichel.fr>
3046 R: Damien Hedde <damien.hedde@greensocs.com>
3047 S: Maintained
3048 F: include/hw/clock.h
3049 F: include/hw/qdev-clock.h
3050 F: hw/core/clock.c
3051 F: hw/core/clock-vmstate.c
3052 F: hw/core/qdev-clock.c
3053 F: docs/devel/clocks.rst
3054
3055 Usermode Emulation
3056 ------------------
3057 Overall usermode emulation
3058 M: Riku Voipio <riku.voipio@iki.fi>
3059 S: Maintained
3060 F: thunk.c
3061 F: accel/tcg/user-exec*.c
3062
3063 BSD user
3064 M: Warner Losh <imp@bsdimp.com>
3065 R: Kyle Evans <kevans@freebsd.org>
3066 S: Maintained
3067 F: bsd-user/
3068 F: configs/targets/*-bsd-user.mak
3069 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3070
3071 Linux user
3072 M: Laurent Vivier <laurent@vivier.eu>
3073 S: Maintained
3074 F: linux-user/
3075 F: configs/targets/*linux-user.mak
3076 F: scripts/qemu-binfmt-conf.sh
3077 F: scripts/update-syscalltbl.sh
3078 F: scripts/update-mips-syscall-args.sh
3079 F: scripts/gensyscalls.sh
3080
3081 Tiny Code Generator (TCG)
3082 -------------------------
3083 Common TCG code
3084 M: Richard Henderson <richard.henderson@linaro.org>
3085 S: Maintained
3086 F: tcg/
3087 F: include/tcg/
3088
3089 TCG Plugins
3090 M: Alex Bennée <alex.bennee@linaro.org>
3091 R: Alexandre Iooss <erdnaxe@crans.org>
3092 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3093 S: Maintained
3094 F: docs/devel/tcg-plugins.rst
3095 F: plugins/
3096 F: tests/plugin/
3097 F: tests/acceptance/tcg_plugins.py
3098 F: contrib/plugins/
3099
3100 AArch64 TCG target
3101 M: Richard Henderson <richard.henderson@linaro.org>
3102 S: Maintained
3103 L: qemu-arm@nongnu.org
3104 F: tcg/aarch64/
3105 F: disas/arm-a64.cc
3106 F: disas/libvixl/
3107
3108 ARM TCG target
3109 M: Richard Henderson <richard.henderson@linaro.org>
3110 S: Maintained
3111 L: qemu-arm@nongnu.org
3112 F: tcg/arm/
3113 F: disas/arm.c
3114
3115 i386 TCG target
3116 M: Richard Henderson <richard.henderson@linaro.org>
3117 S: Maintained
3118 F: tcg/i386/
3119 F: disas/i386.c
3120
3121 MIPS TCG target
3122 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3123 R: Aurelien Jarno <aurelien@aurel32.net>
3124 R: Huacai Chen <chenhuacai@kernel.org>
3125 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3126 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3127 S: Odd Fixes
3128 F: tcg/mips/
3129
3130 PPC TCG target
3131 M: Richard Henderson <richard.henderson@linaro.org>
3132 S: Odd Fixes
3133 F: tcg/ppc/
3134 F: disas/ppc.c
3135
3136 RISC-V TCG target
3137 M: Palmer Dabbelt <palmer@dabbelt.com>
3138 M: Alistair Francis <Alistair.Francis@wdc.com>
3139 L: qemu-riscv@nongnu.org
3140 S: Maintained
3141 F: tcg/riscv/
3142 F: disas/riscv.c
3143
3144 S390 TCG target
3145 M: Richard Henderson <richard.henderson@linaro.org>
3146 S: Maintained
3147 F: tcg/s390/
3148 F: disas/s390.c
3149 L: qemu-s390x@nongnu.org
3150
3151 SPARC TCG target
3152 S: Odd Fixes
3153 F: tcg/sparc/
3154 F: disas/sparc.c
3155
3156 TCI TCG target
3157 M: Stefan Weil <sw@weilnetz.de>
3158 S: Maintained
3159 F: tcg/tci/
3160 F: tcg/tci.c
3161 F: disas/tci.c
3162
3163 Block drivers
3164 -------------
3165 VMDK
3166 M: Fam Zheng <fam@euphon.net>
3167 L: qemu-block@nongnu.org
3168 S: Supported
3169 F: block/vmdk.c
3170
3171 RBD
3172 M: Ilya Dryomov <idryomov@gmail.com>
3173 R: Peter Lieven <pl@kamp.de>
3174 L: qemu-block@nongnu.org
3175 S: Supported
3176 F: block/rbd.c
3177
3178 VHDX
3179 M: Jeff Cody <codyprime@gmail.com>
3180 L: qemu-block@nongnu.org
3181 S: Supported
3182 F: block/vhdx*
3183
3184 VDI
3185 M: Stefan Weil <sw@weilnetz.de>
3186 L: qemu-block@nongnu.org
3187 S: Maintained
3188 F: block/vdi.c
3189
3190 iSCSI
3191 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3192 M: Paolo Bonzini <pbonzini@redhat.com>
3193 M: Peter Lieven <pl@kamp.de>
3194 L: qemu-block@nongnu.org
3195 S: Odd Fixes
3196 F: block/iscsi.c
3197 F: block/iscsi-opts.c
3198
3199 Network Block Device (NBD)
3200 M: Eric Blake <eblake@redhat.com>
3201 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3202 L: qemu-block@nongnu.org
3203 S: Maintained
3204 F: block/nbd*
3205 F: nbd/
3206 F: include/block/nbd*
3207 F: qemu-nbd.*
3208 F: blockdev-nbd.c
3209 F: docs/interop/nbd.txt
3210 F: docs/tools/qemu-nbd.rst
3211 T: git https://repo.or.cz/qemu/ericb.git nbd
3212 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3213
3214 NFS
3215 M: Peter Lieven <pl@kamp.de>
3216 L: qemu-block@nongnu.org
3217 S: Maintained
3218 F: block/nfs.c
3219
3220 SSH
3221 M: Richard W.M. Jones <rjones@redhat.com>
3222 L: qemu-block@nongnu.org
3223 S: Supported
3224 F: block/ssh.c
3225
3226 CURL
3227 L: qemu-block@nongnu.org
3228 S: Odd Fixes
3229 F: block/curl.c
3230
3231 GLUSTER
3232 L: qemu-block@nongnu.org
3233 L: integration@gluster.org
3234 S: Odd Fixes
3235 F: block/gluster.c
3236
3237 Null Block Driver
3238 M: Fam Zheng <fam@euphon.net>
3239 L: qemu-block@nongnu.org
3240 S: Supported
3241 F: block/null.c
3242
3243 NVMe Block Driver
3244 M: Stefan Hajnoczi <stefanha@redhat.com>
3245 R: Fam Zheng <fam@euphon.net>
3246 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3247 L: qemu-block@nongnu.org
3248 S: Supported
3249 F: block/nvme*
3250 F: include/block/nvme.h
3251 T: git https://github.com/stefanha/qemu.git block
3252
3253 Bootdevice
3254 M: Gonglei <arei.gonglei@huawei.com>
3255 S: Maintained
3256 F: softmmu/bootdevice.c
3257
3258 Quorum
3259 M: Alberto Garcia <berto@igalia.com>
3260 S: Supported
3261 F: block/quorum.c
3262 L: qemu-block@nongnu.org
3263
3264 blklogwrites
3265 M: Ari Sundholm <ari@tuxera.com>
3266 L: qemu-block@nongnu.org
3267 S: Supported
3268 F: block/blklogwrites.c
3269
3270 blkverify
3271 M: Stefan Hajnoczi <stefanha@redhat.com>
3272 L: qemu-block@nongnu.org
3273 S: Supported
3274 F: block/blkverify.c
3275
3276 bochs
3277 M: Stefan Hajnoczi <stefanha@redhat.com>
3278 L: qemu-block@nongnu.org
3279 S: Supported
3280 F: block/bochs.c
3281
3282 cloop
3283 M: Stefan Hajnoczi <stefanha@redhat.com>
3284 L: qemu-block@nongnu.org
3285 S: Supported
3286 F: block/cloop.c
3287
3288 dmg
3289 M: Stefan Hajnoczi <stefanha@redhat.com>
3290 L: qemu-block@nongnu.org
3291 S: Supported
3292 F: block/dmg.c
3293
3294 parallels
3295 M: Stefan Hajnoczi <stefanha@redhat.com>
3296 M: Denis V. Lunev <den@openvz.org>
3297 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3298 L: qemu-block@nongnu.org
3299 S: Supported
3300 F: block/parallels.c
3301 F: block/parallels-ext.c
3302 F: docs/interop/parallels.txt
3303 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3304
3305 qed
3306 M: Stefan Hajnoczi <stefanha@redhat.com>
3307 L: qemu-block@nongnu.org
3308 S: Supported
3309 F: block/qed.c
3310
3311 raw
3312 M: Kevin Wolf <kwolf@redhat.com>
3313 L: qemu-block@nongnu.org
3314 S: Supported
3315 F: block/linux-aio.c
3316 F: include/block/raw-aio.h
3317 F: block/raw-format.c
3318 F: block/file-posix.c
3319 F: block/file-win32.c
3320 F: block/win32-aio.c
3321
3322 Linux io_uring
3323 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3324 M: Julia Suvorova <jusual@redhat.com>
3325 M: Stefan Hajnoczi <stefanha@redhat.com>
3326 R: Stefano Garzarella <sgarzare@redhat.com>
3327 L: qemu-block@nongnu.org
3328 S: Maintained
3329 F: block/io_uring.c
3330 F: stubs/io_uring.c
3331
3332 qcow2
3333 M: Kevin Wolf <kwolf@redhat.com>
3334 M: Hanna Reitz <hreitz@redhat.com>
3335 L: qemu-block@nongnu.org
3336 S: Supported
3337 F: block/qcow2*
3338 F: docs/interop/qcow2.txt
3339
3340 qcow
3341 M: Kevin Wolf <kwolf@redhat.com>
3342 L: qemu-block@nongnu.org
3343 S: Supported
3344 F: block/qcow.c
3345
3346 blkdebug
3347 M: Kevin Wolf <kwolf@redhat.com>
3348 M: Hanna Reitz <hreitz@redhat.com>
3349 L: qemu-block@nongnu.org
3350 S: Supported
3351 F: block/blkdebug.c
3352
3353 vpc
3354 M: Kevin Wolf <kwolf@redhat.com>
3355 L: qemu-block@nongnu.org
3356 S: Supported
3357 F: block/vpc.c
3358
3359 vvfat
3360 M: Kevin Wolf <kwolf@redhat.com>
3361 L: qemu-block@nongnu.org
3362 S: Odd Fixes
3363 F: block/vvfat.c
3364
3365 Image format fuzzer
3366 M: Stefan Hajnoczi <stefanha@redhat.com>
3367 L: qemu-block@nongnu.org
3368 S: Supported
3369 F: tests/image-fuzzer/
3370
3371 Vhost-user block device backend server
3372 M: Coiby Xu <Coiby.Xu@gmail.com>
3373 S: Maintained
3374 F: block/export/vhost-user-blk-server.c
3375 F: block/export/vhost-user-blk-server.h
3376 F: include/qemu/vhost-user-server.h
3377 F: tests/qtest/libqos/vhost-user-blk.c
3378 F: tests/qtest/libqos/vhost-user-blk.h
3379 F: tests/qtest/vhost-user-blk-test.c
3380 F: util/vhost-user-server.c
3381
3382 FUSE block device exports
3383 M: Hanna Reitz <hreitz@redhat.com>
3384 L: qemu-block@nongnu.org
3385 S: Supported
3386 F: block/export/fuse.c
3387
3388 Replication
3389 M: Wen Congyang <wencongyang2@huawei.com>
3390 M: Xie Changlong <xiechanglong.d@gmail.com>
3391 S: Supported
3392 F: replication*
3393 F: block/replication.c
3394 F: tests/unit/test-replication.c
3395 F: docs/block-replication.txt
3396
3397 PVRDMA
3398 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3399 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3400 S: Maintained
3401 F: hw/rdma/*
3402 F: hw/rdma/vmw/*
3403 F: docs/pvrdma.txt
3404 F: contrib/rdmacm-mux/*
3405 F: qapi/rdma.json
3406
3407 Semihosting
3408 M: Alex Bennée <alex.bennee@linaro.org>
3409 S: Maintained
3410 F: semihosting/
3411 F: include/semihosting/
3412 F: tests/tcg/multiarch/arm-compat-semi/
3413
3414 Multi-process QEMU
3415 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3416 M: Jagannathan Raman <jag.raman@oracle.com>
3417 M: John G Johnson <john.g.johnson@oracle.com>
3418 S: Maintained
3419 F: docs/devel/multi-process.rst
3420 F: docs/system/multi-process.rst
3421 F: hw/pci-host/remote.c
3422 F: include/hw/pci-host/remote.h
3423 F: hw/remote/machine.c
3424 F: include/hw/remote/machine.h
3425 F: hw/remote/mpqemu-link.c
3426 F: include/hw/remote/mpqemu-link.h
3427 F: hw/remote/message.c
3428 F: hw/remote/remote-obj.c
3429 F: include/hw/remote/memory.h
3430 F: hw/remote/memory.c
3431 F: hw/remote/proxy.c
3432 F: include/hw/remote/proxy.h
3433 F: hw/remote/proxy-memory-listener.c
3434 F: include/hw/remote/proxy-memory-listener.h
3435 F: hw/remote/iohub.c
3436 F: include/hw/remote/iohub.h
3437
3438 EBPF:
3439 M: Jason Wang <jasowang@redhat.com>
3440 R: Andrew Melnychenko <andrew@daynix.com>
3441 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3442 S: Maintained
3443 F: ebpf/*
3444 F: tools/ebpf/*
3445
3446 Build and test automation
3447 -------------------------
3448 Build and test automation, general continuous integration
3449 M: Alex Bennée <alex.bennee@linaro.org>
3450 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3451 M: Thomas Huth <thuth@redhat.com>
3452 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3453 R: Willian Rampazzo <willianr@redhat.com>
3454 S: Maintained
3455 F: .github/lockdown.yml
3456 F: .gitlab-ci.yml
3457 F: .gitlab-ci.d/
3458 F: .travis.yml
3459 F: scripts/ci/
3460 F: tests/docker/
3461 F: tests/vm/
3462 F: scripts/archive-source.sh
3463 W: https://gitlab.com/qemu-project/qemu/pipelines
3464 W: https://travis-ci.org/qemu/qemu
3465
3466 FreeBSD Hosted Continuous Integration
3467 M: Ed Maste <emaste@freebsd.org>
3468 M: Li-Wen Hsu <lwhsu@freebsd.org>
3469 S: Maintained
3470 F: .cirrus.yml
3471 W: https://cirrus-ci.com/github/qemu/qemu
3472
3473 Windows Hosted Continuous Integration
3474 M: Yonggang Luo <luoyonggang@gmail.com>
3475 S: Maintained
3476 F: .cirrus.yml
3477 W: https://cirrus-ci.com/github/qemu/qemu
3478
3479 Guest Test Compilation Support
3480 M: Alex Bennée <alex.bennee@linaro.org>
3481 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3482 S: Maintained
3483 F: tests/tcg/Makefile
3484 F: tests/tcg/Makefile.include
3485
3486 Acceptance (Integration) Testing with the Avocado framework
3487 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3488 R: Cleber Rosa <crosa@redhat.com>
3489 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3490 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3491 R: Willian Rampazzo <willianr@redhat.com>
3492 S: Odd Fixes
3493 F: tests/acceptance/
3494
3495 Documentation
3496 -------------
3497 Build system architecture
3498 M: Daniel P. Berrange <berrange@redhat.com>
3499 S: Odd Fixes
3500 F: docs/devel/build-system.rst
3501
3502 GIT Data Mining Config
3503 M: Alex Bennée <alex.bennee@linaro.org>
3504 S: Odd Fixes
3505 F: gitdm.config
3506 F: contrib/gitdm/*
3507
3508 Incompatible changes
3509 R: libvir-list@redhat.com
3510 F: docs/about/deprecated.rst
3511
3512 Build System
3513 ------------
3514 GIT submodules
3515 M: Daniel P. Berrange <berrange@redhat.com>
3516 S: Odd Fixes
3517 F: scripts/git-submodule.sh
3518
3519 UI translations
3520 S: Orphan
3521 F: po/*.po
3522
3523 Sphinx documentation configuration and build machinery
3524 M: Peter Maydell <peter.maydell@linaro.org>
3525 S: Maintained
3526 F: docs/conf.py
3527 F: docs/*/conf.py
3528 F: docs/sphinx/
3529 F: docs/_templates/
3530
3531 Miscellaneous
3532 -------------
3533 Performance Tools and Tests
3534 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3535 S: Maintained
3536 F: scripts/performance/