]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into...
[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 S: Supported
89 F: default-configs/s390x-softmmu.mak
90 F: gdb-xml/s390*.xml
91 F: hw/char/sclp*.[hc]
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
95 F: hw/s390x/
96 F: hw/vfio/ap.c
97 F: hw/vfio/ccw.c
98 F: hw/watchdog/wdt_diag288.c
99 F: include/hw/s390x/
100 F: include/hw/watchdog/wdt_diag288.h
101 F: pc-bios/s390-ccw/
102 F: pc-bios/s390-ccw.img
103 F: target/s390x/
104 F: docs/vfio-ap.txt
105 F: tests/migration/s390x/
106 K: ^Subject:.*(?i)s390x?
107 T: git https://github.com/cohuck/qemu.git s390-next
108 L: qemu-s390x@nongnu.org
109
110 Guest CPU cores (TCG)
111 ---------------------
112 Overall TCG CPUs
113 M: Richard Henderson <rth@twiddle.net>
114 R: Paolo Bonzini <pbonzini@redhat.com>
115 S: Maintained
116 F: cpus.c
117 F: exec.c
118 F: accel/tcg/
119 F: accel/stubs/tcg-stub.c
120 F: scripts/decodetree.py
121 F: docs/devel/decodetree.rst
122 F: include/exec/cpu*.h
123 F: include/exec/exec-all.h
124 F: include/exec/helper*.h
125 F: include/exec/tb-hash.h
126 F: include/sysemu/cpus.h
127 F: include/sysemu/tcg.h
128
129 FPU emulation
130 M: Aurelien Jarno <aurelien@aurel32.net>
131 M: Peter Maydell <peter.maydell@linaro.org>
132 M: Alex Bennée <alex.bennee@linaro.org>
133 S: Maintained
134 F: fpu/
135 F: include/fpu/
136 F: tests/fp/
137
138 Alpha TCG CPUs
139 M: Richard Henderson <rth@twiddle.net>
140 S: Maintained
141 F: target/alpha/
142 F: tests/tcg/alpha/
143 F: disas/alpha.c
144
145 ARM TCG CPUs
146 M: Peter Maydell <peter.maydell@linaro.org>
147 L: qemu-arm@nongnu.org
148 S: Maintained
149 F: target/arm/
150 F: tests/tcg/arm/
151 F: tests/tcg/aarch64/
152 F: hw/arm/
153 F: hw/cpu/a*mpcore.c
154 F: include/hw/cpu/a*mpcore.h
155 F: disas/arm.c
156 F: disas/arm-a64.cc
157 F: disas/libvixl/
158 F: docs/system/target-arm.rst
159
160 ARM SMMU
161 M: Eric Auger <eric.auger@redhat.com>
162 L: qemu-arm@nongnu.org
163 S: Maintained
164 F: hw/arm/smmu*
165 F: include/hw/arm/smmu*
166
167 CRIS TCG CPUs
168 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
169 S: Maintained
170 F: target/cris/
171 F: hw/cris/
172 F: include/hw/cris/
173 F: tests/tcg/cris/
174 F: disas/cris.c
175
176 HPPA (PA-RISC) TCG CPUs
177 M: Richard Henderson <rth@twiddle.net>
178 S: Maintained
179 F: target/hppa/
180 F: hw/hppa/
181 F: disas/hppa.c
182 F: hw/net/*i82596*
183 F: include/hw/net/lasi_82596.h
184
185 LM32 TCG CPUs
186 M: Michael Walle <michael@walle.cc>
187 S: Maintained
188 F: target/lm32/
189 F: disas/lm32.c
190 F: hw/lm32/
191 F: hw/*/lm32_*
192 F: hw/*/milkymist-*
193 F: include/hw/display/milkymist_tmu2.h
194 F: include/hw/char/lm32_juart.h
195 F: include/hw/lm32/
196 F: tests/tcg/lm32/
197
198 M68K TCG CPUs
199 M: Laurent Vivier <laurent@vivier.eu>
200 S: Maintained
201 F: target/m68k/
202 F: disas/m68k.c
203
204 MicroBlaze TCG CPUs
205 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
206 S: Maintained
207 F: target/microblaze/
208 F: hw/microblaze/
209 F: disas/microblaze.c
210
211 MIPS TCG CPUs
212 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
213 R: Aurelien Jarno <aurelien@aurel32.net>
214 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
215 S: Maintained
216 F: target/mips/
217 F: default-configs/*mips*
218 F: disas/*mips*
219 F: docs/system/cpu-models-mips.rst.inc
220 F: hw/intc/mips_gic.c
221 F: hw/mips/
222 F: hw/misc/mips_*
223 F: hw/timer/mips_gictimer.c
224 F: include/hw/intc/mips_gic.h
225 F: include/hw/mips/
226 F: include/hw/misc/mips_*
227 F: include/hw/timer/mips_gictimer.h
228 F: tests/acceptance/linux_ssh_mips_malta.py
229 F: tests/acceptance/machine_mips_malta.py
230 F: tests/tcg/mips/
231 K: ^Subject:.*(?i)mips
232
233 Moxie TCG CPUs
234 M: Anthony Green <green@moxielogic.com>
235 S: Maintained
236 F: target/moxie/
237 F: disas/moxie.c
238 F: hw/moxie/
239 F: default-configs/moxie-softmmu.mak
240
241 NiosII TCG CPUs
242 M: Chris Wulff <crwulff@gmail.com>
243 M: Marek Vasut <marex@denx.de>
244 S: Maintained
245 F: target/nios2/
246 F: hw/nios2/
247 F: hw/intc/nios2_iic.c
248 F: disas/nios2.c
249 F: default-configs/nios2-softmmu.mak
250
251 OpenRISC TCG CPUs
252 M: Stafford Horne <shorne@gmail.com>
253 S: Odd Fixes
254 F: target/openrisc/
255 F: hw/openrisc/
256 F: tests/tcg/openrisc/
257
258 PowerPC TCG CPUs
259 M: David Gibson <david@gibson.dropbear.id.au>
260 L: qemu-ppc@nongnu.org
261 S: Maintained
262 F: target/ppc/
263 F: hw/ppc/
264 F: include/hw/ppc/
265 F: disas/ppc.c
266
267 RISC-V TCG CPUs
268 M: Palmer Dabbelt <palmer@dabbelt.com>
269 M: Alistair Francis <Alistair.Francis@wdc.com>
270 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
271 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
272 L: qemu-riscv@nongnu.org
273 S: Supported
274 F: target/riscv/
275 F: hw/riscv/
276 F: include/hw/riscv/
277 F: linux-user/host/riscv32/
278 F: linux-user/host/riscv64/
279
280 RENESAS RX CPUs
281 M: Yoshinori Sato <ysato@users.sourceforge.jp>
282 S: Maintained
283 F: target/rx/
284
285 S390 TCG CPUs
286 M: Richard Henderson <rth@twiddle.net>
287 M: David Hildenbrand <david@redhat.com>
288 S: Maintained
289 F: target/s390x/
290 F: hw/s390x/
291 F: disas/s390.c
292 F: tests/tcg/s390x/
293 L: qemu-s390x@nongnu.org
294
295 SH4 TCG CPUs
296 M: Aurelien Jarno <aurelien@aurel32.net>
297 S: Odd Fixes
298 F: target/sh4/
299 F: hw/sh4/
300 F: disas/sh4.c
301 F: include/hw/sh4/
302
303 SPARC TCG CPUs
304 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
305 M: Artyom Tarasenko <atar4qemu@gmail.com>
306 S: Maintained
307 F: target/sparc/
308 F: hw/sparc/
309 F: hw/sparc64/
310 F: include/hw/sparc/sparc64.h
311 F: disas/sparc.c
312
313 UniCore32 TCG CPUs
314 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
315 S: Maintained
316 F: target/unicore32/
317 F: hw/unicore32/
318 F: include/hw/unicore32/
319
320 X86 TCG CPUs
321 M: Paolo Bonzini <pbonzini@redhat.com>
322 M: Richard Henderson <rth@twiddle.net>
323 M: Eduardo Habkost <ehabkost@redhat.com>
324 S: Maintained
325 F: target/i386/
326 F: tests/tcg/i386/
327 F: tests/tcg/x86_64/
328 F: hw/i386/
329 F: disas/i386.c
330 F: docs/system/cpu-models-x86.rst.inc
331 T: git https://github.com/ehabkost/qemu.git x86-next
332
333 Xtensa TCG CPUs
334 M: Max Filippov <jcmvbkbc@gmail.com>
335 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
336 S: Maintained
337 F: target/xtensa/
338 F: hw/xtensa/
339 F: tests/tcg/xtensa/
340 F: disas/xtensa.c
341 F: include/hw/xtensa/xtensa-isa.h
342 F: default-configs/xtensa*.mak
343
344 TriCore TCG CPUs
345 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
346 S: Maintained
347 F: target/tricore/
348 F: hw/tricore/
349 F: include/hw/tricore/
350
351 Multiarch Linux User Tests
352 M: Alex Bennée <alex.bennee@linaro.org>
353 S: Maintained
354 F: tests/tcg/multiarch/
355
356 Guest CPU Cores (KVM)
357 ---------------------
358 Overall KVM CPUs
359 M: Paolo Bonzini <pbonzini@redhat.com>
360 L: kvm@vger.kernel.org
361 S: Supported
362 F: */kvm.*
363 F: accel/kvm/
364 F: accel/stubs/kvm-stub.c
365 F: include/hw/kvm/
366 F: include/sysemu/kvm*.h
367 F: scripts/kvm/kvm_flightrecorder
368
369 ARM KVM CPUs
370 M: Peter Maydell <peter.maydell@linaro.org>
371 L: qemu-arm@nongnu.org
372 S: Maintained
373 F: target/arm/kvm.c
374
375 MIPS KVM CPUs
376 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
377 S: Odd Fixes
378 F: target/mips/kvm.c
379
380 PPC KVM CPUs
381 M: David Gibson <david@gibson.dropbear.id.au>
382 S: Maintained
383 F: target/ppc/kvm.c
384
385 S390 KVM CPUs
386 M: Halil Pasic <pasic@linux.ibm.com>
387 M: Cornelia Huck <cohuck@redhat.com>
388 M: Christian Borntraeger <borntraeger@de.ibm.com>
389 S: Supported
390 F: target/s390x/kvm.c
391 F: target/s390x/kvm_s390x.h
392 F: target/s390x/kvm-stub.c
393 F: target/s390x/ioinst.[ch]
394 F: target/s390x/machine.c
395 F: target/s390x/sigp.c
396 F: target/s390x/cpu_features*.[ch]
397 F: target/s390x/cpu_models.[ch]
398 F: hw/intc/s390_flic.c
399 F: hw/intc/s390_flic_kvm.c
400 F: include/hw/s390x/s390_flic.h
401 F: gdb-xml/s390*.xml
402 T: git https://github.com/cohuck/qemu.git s390-next
403 T: git https://github.com/borntraeger/qemu.git s390-next
404 L: qemu-s390x@nongnu.org
405
406 X86 KVM CPUs
407 M: Paolo Bonzini <pbonzini@redhat.com>
408 M: Marcelo Tosatti <mtosatti@redhat.com>
409 L: kvm@vger.kernel.org
410 S: Supported
411 F: target/i386/kvm.c
412 F: scripts/kvm/vmxcap
413
414 WHPX CPUs
415 M: Sunil Muthuswamy <sunilmut@microsoft.com>
416 S: Supported
417 F: target/i386/whpx-all.c
418 F: target/i386/whp-dispatch.h
419 F: accel/stubs/whpx-stub.c
420 F: include/sysemu/whpx.h
421
422 Guest CPU Cores (Xen)
423 ---------------------
424 X86 Xen CPUs
425 M: Stefano Stabellini <sstabellini@kernel.org>
426 M: Anthony Perard <anthony.perard@citrix.com>
427 M: Paul Durrant <paul@xen.org>
428 L: xen-devel@lists.xenproject.org
429 S: Supported
430 F: */xen*
431 F: hw/9pfs/xen-9p*
432 F: hw/char/xen_console.c
433 F: hw/display/xenfb.c
434 F: hw/net/xen_nic.c
435 F: hw/block/xen*
436 F: hw/block/dataplane/xen*
437 F: hw/xen/
438 F: hw/xenpv/
439 F: hw/i386/xen/
440 F: hw/pci-host/xen_igd_pt.c
441 F: include/hw/block/dataplane/xen*
442 F: include/hw/xen/
443 F: include/sysemu/xen-mapcache.h
444
445 Guest CPU Cores (HAXM)
446 ---------------------
447 X86 HAXM CPUs
448 M: Wenchao Wang <wenchao.wang@intel.com>
449 M: Colin Xu <colin.xu@intel.com>
450 L: haxm-team@intel.com
451 W: https://github.com/intel/haxm/issues
452 S: Maintained
453 F: include/sysemu/hax.h
454 F: target/i386/hax-*
455
456 Hosts
457 -----
458 LINUX
459 M: Michael S. Tsirkin <mst@redhat.com>
460 M: Cornelia Huck <cohuck@redhat.com>
461 M: Paolo Bonzini <pbonzini@redhat.com>
462 S: Maintained
463 F: linux-headers/
464 F: scripts/update-linux-headers.sh
465
466 POSIX
467 M: Paolo Bonzini <pbonzini@redhat.com>
468 S: Maintained
469 F: os-posix.c
470 F: include/sysemu/os-posix.h
471 F: util/*posix*.c
472 F: include/qemu/*posix*.h
473
474 NETBSD
475 M: Kamil Rytarowski <kamil@netbsd.org>
476 S: Maintained
477 K: ^Subject:.*(?i)NetBSD
478
479 OPENBSD
480 M: Brad Smith <brad@comstyle.com>
481 S: Maintained
482 K: ^Subject:.*(?i)OpenBSD
483
484 W32, W64
485 M: Stefan Weil <sw@weilnetz.de>
486 S: Maintained
487 F: *win32*
488 F: */*win32*
489 F: include/*/*win32*
490 X: qga/*win32*
491 F: qemu.nsi
492
493 Alpha Machines
494 --------------
495 M: Richard Henderson <rth@twiddle.net>
496 S: Maintained
497 F: hw/alpha/
498 F: hw/isa/smc37c669-superio.c
499 F: tests/tcg/alpha/system/
500
501 ARM Machines
502 ------------
503 Allwinner-a10
504 M: Beniamino Galvani <b.galvani@gmail.com>
505 M: Peter Maydell <peter.maydell@linaro.org>
506 L: qemu-arm@nongnu.org
507 S: Odd Fixes
508 F: hw/*/allwinner*
509 F: include/hw/*/allwinner*
510 F: hw/arm/cubieboard.c
511
512 Allwinner-h3
513 M: Niek Linnenbank <nieklinnenbank@gmail.com>
514 L: qemu-arm@nongnu.org
515 S: Maintained
516 F: hw/*/allwinner-h3*
517 F: include/hw/*/allwinner-h3*
518 F: hw/arm/orangepi.c
519 F: docs/system/orangepi.rst
520
521 ARM PrimeCell and CMSDK devices
522 M: Peter Maydell <peter.maydell@linaro.org>
523 L: qemu-arm@nongnu.org
524 S: Maintained
525 F: hw/char/pl011.c
526 F: include/hw/char/pl011.h
527 F: hw/display/pl110*
528 F: hw/dma/pl080.c
529 F: include/hw/dma/pl080.h
530 F: hw/dma/pl330.c
531 F: hw/gpio/pl061.c
532 F: hw/input/pl050.c
533 F: hw/intc/pl190.c
534 F: hw/sd/pl181.c
535 F: hw/ssi/pl022.c
536 F: include/hw/ssi/pl022.h
537 F: hw/rtc/pl031.c
538 F: include/hw/rtc/pl031.h
539 F: include/hw/arm/primecell.h
540 F: hw/timer/cmsdk-apb-timer.c
541 F: include/hw/timer/cmsdk-apb-timer.h
542 F: hw/timer/cmsdk-apb-dualtimer.c
543 F: include/hw/timer/cmsdk-apb-dualtimer.h
544 F: hw/char/cmsdk-apb-uart.c
545 F: include/hw/char/cmsdk-apb-uart.h
546 F: hw/watchdog/cmsdk-apb-watchdog.c
547 F: include/hw/watchdog/cmsdk-apb-watchdog.h
548 F: hw/misc/tz-ppc.c
549 F: include/hw/misc/tz-ppc.h
550 F: hw/misc/tz-mpc.c
551 F: include/hw/misc/tz-mpc.h
552 F: hw/misc/tz-msc.c
553 F: include/hw/misc/tz-msc.h
554
555 ARM cores
556 M: Peter Maydell <peter.maydell@linaro.org>
557 L: qemu-arm@nongnu.org
558 S: Maintained
559 F: hw/intc/arm*
560 F: hw/intc/gic_internal.h
561 F: hw/misc/a9scu.c
562 F: hw/misc/arm11scu.c
563 F: hw/misc/arm_l2x0.c
564 F: hw/timer/a9gtimer*
565 F: hw/timer/arm*
566 F: include/hw/arm/arm*.h
567 F: include/hw/intc/arm*
568 F: include/hw/misc/a9scu.h
569 F: include/hw/misc/arm11scu.h
570 F: include/hw/timer/a9gtimer.h
571 F: include/hw/timer/arm_mptimer.h
572 F: include/hw/timer/armv7m_systick.h
573 F: tests/qtest/test-arm-mptimer.c
574
575 Exynos
576 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
577 M: Peter Maydell <peter.maydell@linaro.org>
578 L: qemu-arm@nongnu.org
579 S: Odd Fixes
580 F: hw/*/exynos*
581 F: include/hw/arm/exynos4210.h
582
583 Calxeda Highbank
584 M: Rob Herring <robh@kernel.org>
585 M: Peter Maydell <peter.maydell@linaro.org>
586 L: qemu-arm@nongnu.org
587 S: Odd Fixes
588 F: hw/arm/highbank.c
589 F: hw/net/xgmac.c
590
591 Canon DIGIC
592 M: Antony Pavlov <antonynpavlov@gmail.com>
593 M: Peter Maydell <peter.maydell@linaro.org>
594 L: qemu-arm@nongnu.org
595 S: Odd Fixes
596 F: include/hw/arm/digic.h
597 F: hw/*/digic*
598 F: include/hw/*/digic*
599
600 Goldfish RTC
601 M: Anup Patel <anup.patel@wdc.com>
602 M: Alistair Francis <Alistair.Francis@wdc.com>
603 L: qemu-riscv@nongnu.org
604 S: Maintained
605 F: hw/rtc/goldfish_rtc.c
606 F: include/hw/rtc/goldfish_rtc.h
607
608 Gumstix
609 M: Peter Maydell <peter.maydell@linaro.org>
610 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
611 L: qemu-arm@nongnu.org
612 S: Odd Fixes
613 F: hw/arm/gumstix.c
614
615 i.MX25 PDK
616 M: Peter Maydell <peter.maydell@linaro.org>
617 R: Jean-Christophe Dubois <jcd@tribudubois.net>
618 L: qemu-arm@nongnu.org
619 S: Odd Fixes
620 F: hw/arm/fsl-imx25.c
621 F: hw/arm/imx25_pdk.c
622 F: hw/misc/imx25_ccm.c
623 F: include/hw/arm/fsl-imx25.h
624 F: include/hw/misc/imx25_ccm.h
625
626 i.MX31 (kzm)
627 M: Peter Chubb <peter.chubb@nicta.com.au>
628 M: Peter Maydell <peter.maydell@linaro.org>
629 L: qemu-arm@nongnu.org
630 S: Odd Fixes
631 F: hw/arm/kzm.c
632 F: hw/*/imx_*
633 F: hw/*/*imx31*
634 F: include/hw/*/imx_*
635 F: include/hw/*/*imx31*
636
637 Integrator CP
638 M: Peter Maydell <peter.maydell@linaro.org>
639 L: qemu-arm@nongnu.org
640 S: Maintained
641 F: hw/arm/integratorcp.c
642 F: hw/misc/arm_integrator_debug.c
643 F: include/hw/misc/arm_integrator_debug.h
644 F: tests/acceptance/machine_arm_integratorcp.py
645 F: docs/system/arm/integratorcp.rst
646
647 MCIMX6UL EVK / i.MX6ul
648 M: Peter Maydell <peter.maydell@linaro.org>
649 R: Jean-Christophe Dubois <jcd@tribudubois.net>
650 L: qemu-arm@nongnu.org
651 S: Odd Fixes
652 F: hw/arm/mcimx6ul-evk.c
653 F: hw/arm/fsl-imx6ul.c
654 F: hw/misc/imx6ul_ccm.c
655 F: include/hw/arm/fsl-imx6ul.h
656 F: include/hw/misc/imx6ul_ccm.h
657
658 MCIMX7D SABRE / i.MX7
659 M: Peter Maydell <peter.maydell@linaro.org>
660 R: Andrey Smirnov <andrew.smirnov@gmail.com>
661 L: qemu-arm@nongnu.org
662 S: Odd Fixes
663 F: hw/arm/mcimx7d-sabre.c
664 F: hw/arm/fsl-imx7.c
665 F: hw/misc/imx7_*.c
666 F: include/hw/arm/fsl-imx7.h
667 F: include/hw/misc/imx7_*.h
668 F: hw/pci-host/designware.c
669 F: include/hw/pci-host/designware.h
670
671 MPS2
672 M: Peter Maydell <peter.maydell@linaro.org>
673 L: qemu-arm@nongnu.org
674 S: Maintained
675 F: hw/arm/mps2.c
676 F: hw/arm/mps2-tz.c
677 F: hw/misc/mps2-*.c
678 F: include/hw/misc/mps2-*.h
679 F: hw/arm/armsse.c
680 F: include/hw/arm/armsse.h
681 F: hw/misc/iotkit-secctl.c
682 F: include/hw/misc/iotkit-secctl.h
683 F: hw/misc/iotkit-sysctl.c
684 F: include/hw/misc/iotkit-sysctl.h
685 F: hw/misc/iotkit-sysinfo.c
686 F: include/hw/misc/iotkit-sysinfo.h
687 F: hw/misc/armsse-cpuid.c
688 F: include/hw/misc/armsse-cpuid.h
689 F: hw/misc/armsse-mhu.c
690 F: include/hw/misc/armsse-mhu.h
691
692 Musca
693 M: Peter Maydell <peter.maydell@linaro.org>
694 L: qemu-arm@nongnu.org
695 S: Maintained
696 F: hw/arm/musca.c
697
698 Musicpal
699 M: Jan Kiszka <jan.kiszka@web.de>
700 M: Peter Maydell <peter.maydell@linaro.org>
701 L: qemu-arm@nongnu.org
702 S: Odd Fixes
703 F: hw/arm/musicpal.c
704 F: docs/system/arm/musicpal.rst
705
706 nSeries
707 M: Andrzej Zaborowski <balrogg@gmail.com>
708 M: Peter Maydell <peter.maydell@linaro.org>
709 L: qemu-arm@nongnu.org
710 S: Odd Fixes
711 F: hw/arm/nseries.c
712 F: hw/display/blizzard.c
713 F: hw/input/lm832x.c
714 F: hw/input/tsc2005.c
715 F: hw/misc/cbus.c
716 F: hw/rtc/twl92230.c
717 F: include/hw/display/blizzard.h
718 F: include/hw/input/tsc2xxx.h
719 F: include/hw/misc/cbus.h
720 F: tests/acceptance/machine_arm_n8x0.py
721 F: docs/system/arm/nseries.rst
722
723 Palm
724 M: Andrzej Zaborowski <balrogg@gmail.com>
725 M: Peter Maydell <peter.maydell@linaro.org>
726 L: qemu-arm@nongnu.org
727 S: Odd Fixes
728 F: hw/arm/palm.c
729 F: hw/input/tsc210x.c
730 F: include/hw/input/tsc2xxx.h
731 F: docs/system/arm/palm.rst
732
733 Raspberry Pi
734 M: Peter Maydell <peter.maydell@linaro.org>
735 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
736 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
737 L: qemu-arm@nongnu.org
738 S: Odd Fixes
739 F: hw/arm/raspi.c
740 F: hw/arm/raspi_platform.h
741 F: hw/*/bcm283*
742 F: include/hw/arm/raspi*
743 F: include/hw/*/bcm283*
744
745 Real View
746 M: Peter Maydell <peter.maydell@linaro.org>
747 L: qemu-arm@nongnu.org
748 S: Maintained
749 F: hw/arm/realview*
750 F: hw/cpu/realview_mpcore.c
751 F: hw/intc/realview_gic.c
752 F: include/hw/intc/realview_gic.h
753 F: docs/system/arm/realview.rst
754
755 PXA2XX
756 M: Andrzej Zaborowski <balrogg@gmail.com>
757 M: Peter Maydell <peter.maydell@linaro.org>
758 L: qemu-arm@nongnu.org
759 S: Odd Fixes
760 F: hw/arm/mainstone.c
761 F: hw/arm/spitz.c
762 F: hw/arm/tosa.c
763 F: hw/arm/z2.c
764 F: hw/*/pxa2xx*
765 F: hw/display/tc6393xb.c
766 F: hw/gpio/max7310.c
767 F: hw/gpio/zaurus.c
768 F: hw/misc/mst_fpga.c
769 F: hw/misc/max111x.c
770 F: include/hw/arm/pxa.h
771 F: include/hw/arm/sharpsl.h
772 F: include/hw/display/tc6393xb.h
773 F: docs/system/arm/xscale.rst
774
775 SABRELITE / i.MX6
776 M: Peter Maydell <peter.maydell@linaro.org>
777 R: Jean-Christophe Dubois <jcd@tribudubois.net>
778 L: qemu-arm@nongnu.org
779 S: Odd Fixes
780 F: hw/arm/sabrelite.c
781 F: hw/arm/fsl-imx6.c
782 F: hw/misc/imx6_*.c
783 F: hw/ssi/imx_spi.c
784 F: hw/usb/imx-usb-phy.c
785 F: include/hw/usb/imx-usb-phy.h
786 F: include/hw/arm/fsl-imx6.h
787 F: include/hw/misc/imx6_*.h
788 F: include/hw/ssi/imx_spi.h
789
790 SBSA-REF
791 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
792 M: Peter Maydell <peter.maydell@linaro.org>
793 R: Leif Lindholm <leif@nuviainc.com>
794 L: qemu-arm@nongnu.org
795 S: Maintained
796 F: hw/arm/sbsa-ref.c
797
798 Sharp SL-5500 (Collie) PDA
799 M: Peter Maydell <peter.maydell@linaro.org>
800 L: qemu-arm@nongnu.org
801 S: Odd Fixes
802 F: hw/arm/collie.c
803 F: hw/arm/strongarm*
804
805 Stellaris
806 M: Peter Maydell <peter.maydell@linaro.org>
807 L: qemu-arm@nongnu.org
808 S: Maintained
809 F: hw/*/stellaris*
810 F: include/hw/input/gamepad.h
811 F: docs/system/arm/stellaris.rst
812
813 Versatile Express
814 M: Peter Maydell <peter.maydell@linaro.org>
815 L: qemu-arm@nongnu.org
816 S: Maintained
817 F: hw/arm/vexpress.c
818
819 Versatile PB
820 M: Peter Maydell <peter.maydell@linaro.org>
821 L: qemu-arm@nongnu.org
822 S: Maintained
823 F: hw/*/versatile*
824 F: hw/misc/arm_sysctl.c
825 F: docs/system/arm/versatile.rst
826
827 Virt
828 M: Peter Maydell <peter.maydell@linaro.org>
829 L: qemu-arm@nongnu.org
830 S: Maintained
831 F: hw/arm/virt*
832 F: include/hw/arm/virt.h
833
834 Xilinx Zynq
835 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
836 M: Alistair Francis <alistair@alistair23.me>
837 M: Peter Maydell <peter.maydell@linaro.org>
838 L: qemu-arm@nongnu.org
839 S: Maintained
840 F: hw/*/xilinx_*
841 F: hw/*/cadence_*
842 F: hw/misc/zynq*
843 F: include/hw/misc/zynq*
844 X: hw/ssi/xilinx_*
845
846 Xilinx ZynqMP
847 M: Alistair Francis <alistair@alistair23.me>
848 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
849 M: Peter Maydell <peter.maydell@linaro.org>
850 L: qemu-arm@nongnu.org
851 S: Maintained
852 F: hw/*/xlnx*.c
853 F: include/hw/*/xlnx*.h
854 F: include/hw/ssi/xilinx_spips.h
855 F: hw/display/dpcd.c
856 F: include/hw/display/dpcd.h
857
858 ARM ACPI Subsystem
859 M: Shannon Zhao <shannon.zhaosl@gmail.com>
860 L: qemu-arm@nongnu.org
861 S: Maintained
862 F: hw/arm/virt-acpi-build.c
863
864 STM32F205
865 M: Alistair Francis <alistair@alistair23.me>
866 M: Peter Maydell <peter.maydell@linaro.org>
867 L: qemu-arm@nongnu.org
868 S: Maintained
869 F: hw/arm/stm32f205_soc.c
870 F: hw/misc/stm32f2xx_syscfg.c
871 F: hw/char/stm32f2xx_usart.c
872 F: hw/timer/stm32f2xx_timer.c
873 F: hw/adc/*
874 F: hw/ssi/stm32f2xx_spi.c
875 F: include/hw/*/stm32*.h
876
877 STM32F405
878 M: Alistair Francis <alistair@alistair23.me>
879 M: Peter Maydell <peter.maydell@linaro.org>
880 L: qemu-arm@nongnu.org
881 S: Maintained
882 F: hw/arm/stm32f405_soc.c
883 F: hw/misc/stm32f4xx_syscfg.c
884 F: hw/misc/stm32f4xx_exti.c
885
886 Netduino 2
887 M: Alistair Francis <alistair@alistair23.me>
888 M: Peter Maydell <peter.maydell@linaro.org>
889 L: qemu-arm@nongnu.org
890 S: Maintained
891 F: hw/arm/netduino2.c
892
893 Netduino Plus 2
894 M: Alistair Francis <alistair@alistair23.me>
895 M: Peter Maydell <peter.maydell@linaro.org>
896 L: qemu-arm@nongnu.org
897 S: Maintained
898 F: hw/arm/netduinoplus2.c
899
900 SmartFusion2
901 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
902 M: Peter Maydell <peter.maydell@linaro.org>
903 L: qemu-arm@nongnu.org
904 S: Maintained
905 F: hw/arm/msf2-soc.c
906 F: hw/misc/msf2-sysreg.c
907 F: hw/timer/mss-timer.c
908 F: hw/ssi/mss-spi.c
909 F: include/hw/arm/msf2-soc.h
910 F: include/hw/misc/msf2-sysreg.h
911 F: include/hw/timer/mss-timer.h
912 F: include/hw/ssi/mss-spi.h
913
914 Emcraft M2S-FG484
915 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
916 M: Peter Maydell <peter.maydell@linaro.org>
917 L: qemu-arm@nongnu.org
918 S: Maintained
919 F: hw/arm/msf2-som.c
920
921 ASPEED BMCs
922 M: Cédric Le Goater <clg@kaod.org>
923 M: Peter Maydell <peter.maydell@linaro.org>
924 R: Andrew Jeffery <andrew@aj.id.au>
925 R: Joel Stanley <joel@jms.id.au>
926 L: qemu-arm@nongnu.org
927 S: Maintained
928 F: hw/*/*aspeed*
929 F: hw/misc/pca9552.c
930 F: include/hw/*/*aspeed*
931 F: include/hw/misc/pca9552*.h
932 F: hw/net/ftgmac100.c
933 F: include/hw/net/ftgmac100.h
934
935 NRF51
936 M: Joel Stanley <joel@jms.id.au>
937 M: Peter Maydell <peter.maydell@linaro.org>
938 L: qemu-arm@nongnu.org
939 S: Maintained
940 F: hw/*/nrf51*.c
941 F: hw/*/microbit*.c
942 F: include/hw/*/nrf51*.h
943 F: include/hw/*/microbit*.h
944 F: tests/qtest/microbit-test.c
945
946 CRIS Machines
947 -------------
948 Axis Dev88
949 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
950 S: Maintained
951 F: hw/cris/axis_dev88.c
952 F: hw/*/etraxfs_*.c
953
954 HP-PARISC Machines
955 ------------------
956 HP B160L
957 M: Richard Henderson <rth@twiddle.net>
958 R: Helge Deller <deller@gmx.de>
959 S: Odd Fixes
960 F: default-configs/hppa-softmmu.mak
961 F: hw/hppa/
962 F: pc-bios/hppa-firmware.img
963
964 LM32 Machines
965 -------------
966 EVR32 and uclinux BSP
967 M: Michael Walle <michael@walle.cc>
968 S: Maintained
969 F: hw/lm32/lm32_boards.c
970
971 milkymist
972 M: Michael Walle <michael@walle.cc>
973 S: Maintained
974 F: hw/lm32/milkymist.c
975
976 M68K Machines
977 -------------
978 an5206
979 M: Thomas Huth <huth@tuxfamily.org>
980 S: Odd Fixes
981 F: hw/m68k/an5206.c
982 F: hw/m68k/mcf5206.c
983
984 mcf5208
985 M: Thomas Huth <huth@tuxfamily.org>
986 S: Odd Fixes
987 F: hw/m68k/mcf5208.c
988 F: hw/m68k/mcf_intc.c
989 F: hw/char/mcf_uart.c
990 F: hw/net/mcf_fec.c
991 F: include/hw/m68k/mcf*.h
992
993 NeXTcube
994 M: Thomas Huth <huth@tuxfamily.org>
995 S: Odd Fixes
996 F: hw/m68k/next-*.c
997 F: hw/display/next-fb.c
998 F: include/hw/m68k/next-cube.h
999
1000 q800
1001 M: Laurent Vivier <laurent@vivier.eu>
1002 S: Maintained
1003 F: hw/m68k/q800.c
1004 F: hw/misc/mac_via.c
1005 F: hw/nubus/*
1006 F: hw/display/macfb.c
1007 F: hw/block/swim.c
1008 F: hw/m68k/bootinfo.h
1009 F: include/hw/misc/mac_via.h
1010 F: include/hw/nubus/*
1011 F: include/hw/display/macfb.h
1012 F: include/hw/block/swim.h
1013
1014 MicroBlaze Machines
1015 -------------------
1016 petalogix_s3adsp1800
1017 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1018 S: Maintained
1019 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1020 F: include/hw/char/xilinx_uartlite.h
1021
1022 petalogix_ml605
1023 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1024 S: Maintained
1025 F: hw/microblaze/petalogix_ml605_mmu.c
1026
1027 MIPS Machines
1028 -------------
1029 Jazz
1030 M: Hervé Poussineau <hpoussin@reactos.org>
1031 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1032 S: Maintained
1033 F: hw/mips/mips_jazz.c
1034 F: hw/display/jazz_led.c
1035 F: hw/dma/rc4030.c
1036
1037 Malta
1038 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1039 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1040 R: Aurelien Jarno <aurelien@aurel32.net>
1041 S: Maintained
1042 F: hw/isa/piix4.c
1043 F: hw/acpi/piix4.c
1044 F: hw/mips/mips_malta.c
1045 F: hw/mips/gt64xxx_pci.c
1046 F: include/hw/southbridge/piix.h
1047 F: tests/acceptance/linux_ssh_mips_malta.py
1048 F: tests/acceptance/machine_mips_malta.py
1049
1050 Mipssim
1051 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1052 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1053 S: Odd Fixes
1054 F: hw/mips/mips_mipssim.c
1055 F: hw/net/mipsnet.c
1056
1057 R4000
1058 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1059 R: Aurelien Jarno <aurelien@aurel32.net>
1060 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1061 S: Obsolete
1062 F: hw/mips/mips_r4k.c
1063
1064 Fulong 2E
1065 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1066 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1067 S: Odd Fixes
1068 F: hw/mips/mips_fulong2e.c
1069 F: hw/isa/vt82c686.c
1070 F: hw/pci-host/bonito.c
1071 F: include/hw/isa/vt82c686.h
1072
1073 Boston
1074 M: Paul Burton <pburton@wavecomp.com>
1075 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1076 S: Maintained
1077 F: hw/core/loader-fit.c
1078 F: hw/mips/boston.c
1079 F: hw/pci-host/xilinx-pcie.c
1080 F: include/hw/pci-host/xilinx-pcie.h
1081
1082 OpenRISC Machines
1083 -----------------
1084 or1k-sim
1085 M: Jia Liu <proljc@gmail.com>
1086 S: Maintained
1087 F: hw/openrisc/openrisc_sim.c
1088
1089 PowerPC Machines
1090 ----------------
1091 405
1092 M: David Gibson <david@gibson.dropbear.id.au>
1093 L: qemu-ppc@nongnu.org
1094 S: Odd Fixes
1095 F: hw/ppc/ppc405_boards.c
1096
1097 Bamboo
1098 M: David Gibson <david@gibson.dropbear.id.au>
1099 L: qemu-ppc@nongnu.org
1100 S: Odd Fixes
1101 F: hw/ppc/ppc440_bamboo.c
1102
1103 e500
1104 M: David Gibson <david@gibson.dropbear.id.au>
1105 L: qemu-ppc@nongnu.org
1106 S: Odd Fixes
1107 F: hw/ppc/e500*
1108 F: hw/gpio/mpc8xxx.c
1109 F: hw/i2c/mpc_i2c.c
1110 F: hw/net/fsl_etsec/
1111 F: hw/pci-host/ppce500.c
1112 F: include/hw/ppc/ppc_e500.h
1113 F: include/hw/pci-host/ppce500.h
1114 F: pc-bios/u-boot.e500
1115
1116 mpc8544ds
1117 M: David Gibson <david@gibson.dropbear.id.au>
1118 L: qemu-ppc@nongnu.org
1119 S: Odd Fixes
1120 F: hw/ppc/mpc8544ds.c
1121 F: hw/ppc/mpc8544_guts.c
1122
1123 New World (mac99)
1124 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1125 R: David Gibson <david@gibson.dropbear.id.au>
1126 L: qemu-ppc@nongnu.org
1127 S: Odd Fixes
1128 F: hw/ppc/mac_newworld.c
1129 F: hw/pci-host/uninorth.c
1130 F: hw/pci-bridge/dec.[hc]
1131 F: hw/misc/macio/
1132 F: hw/misc/mos6522.c
1133 F: hw/nvram/mac_nvram.c
1134 F: hw/input/adb*
1135 F: include/hw/misc/macio/
1136 F: include/hw/misc/mos6522.h
1137 F: include/hw/ppc/mac_dbdma.h
1138 F: include/hw/pci-host/uninorth.h
1139 F: include/hw/input/adb*
1140 F: pc-bios/qemu_vga.ndrv
1141
1142 Old World (g3beige)
1143 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1144 R: David Gibson <david@gibson.dropbear.id.au>
1145 L: qemu-ppc@nongnu.org
1146 S: Odd Fixes
1147 F: hw/ppc/mac_oldworld.c
1148 F: hw/pci-host/grackle.c
1149 F: hw/misc/macio/
1150 F: hw/intc/heathrow_pic.c
1151 F: hw/input/adb*
1152 F: include/hw/intc/heathrow_pic.h
1153 F: include/hw/input/adb*
1154 F: pc-bios/qemu_vga.ndrv
1155
1156 PReP
1157 M: Hervé Poussineau <hpoussin@reactos.org>
1158 L: qemu-ppc@nongnu.org
1159 S: Maintained
1160 F: hw/ppc/prep.c
1161 F: hw/ppc/prep_systemio.c
1162 F: hw/ppc/rs6000_mc.c
1163 F: hw/pci-host/prep.[hc]
1164 F: hw/isa/i82378.c
1165 F: hw/isa/pc87312.c
1166 F: hw/dma/i82374.c
1167 F: hw/rtc/m48t59-isa.c
1168 F: include/hw/isa/pc87312.h
1169 F: include/hw/rtc/m48t59.h
1170 F: tests/acceptance/ppc_prep_40p.py
1171
1172 sPAPR
1173 M: David Gibson <david@gibson.dropbear.id.au>
1174 L: qemu-ppc@nongnu.org
1175 S: Supported
1176 F: hw/*/spapr*
1177 F: include/hw/*/spapr*
1178 F: hw/*/xics*
1179 F: include/hw/*/xics*
1180 F: pc-bios/slof.bin
1181 F: docs/specs/ppc-spapr-hcalls.txt
1182 F: docs/specs/ppc-spapr-hotplug.txt
1183 F: tests/qtest/spapr*
1184 F: tests/qtest/libqos/*spapr*
1185 F: tests/qtest/rtas*
1186 F: tests/qtest/libqos/rtas*
1187
1188 PowerNV (Non-Virtualized)
1189 M: Cédric Le Goater <clg@kaod.org>
1190 M: David Gibson <david@gibson.dropbear.id.au>
1191 L: qemu-ppc@nongnu.org
1192 S: Maintained
1193 F: hw/ppc/pnv*
1194 F: hw/intc/pnv*
1195 F: hw/intc/xics_pnv.c
1196 F: include/hw/ppc/pnv*
1197 F: pc-bios/skiboot.lid
1198 F: tests/qtest/pnv*
1199
1200 virtex_ml507
1201 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1202 L: qemu-ppc@nongnu.org
1203 S: Odd Fixes
1204 F: hw/ppc/virtex_ml507.c
1205
1206 sam460ex
1207 M: BALATON Zoltan <balaton@eik.bme.hu>
1208 L: qemu-ppc@nongnu.org
1209 S: Maintained
1210 F: hw/ppc/sam460ex.c
1211 F: hw/ppc/ppc440_pcix.c
1212 F: hw/display/sm501*
1213 F: hw/ide/sii3112.c
1214 F: hw/rtc/m41t80.c
1215 F: pc-bios/canyonlands.dt[sb]
1216 F: pc-bios/u-boot-sam460ex-20100605.bin
1217 F: roms/u-boot-sam460ex
1218
1219 SH4 Machines
1220 ------------
1221 R2D
1222 M: Magnus Damm <magnus.damm@gmail.com>
1223 S: Maintained
1224 F: hw/sh4/r2d.c
1225 F: hw/intc/sh_intc.c
1226 F: hw/timer/sh_timer.c
1227
1228 Shix
1229 M: Magnus Damm <magnus.damm@gmail.com>
1230 S: Odd Fixes
1231 F: hw/sh4/shix.c
1232
1233 SPARC Machines
1234 --------------
1235 Sun4m
1236 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1237 S: Maintained
1238 F: hw/sparc/sun4m.c
1239 F: hw/sparc/sun4m_iommu.c
1240 F: hw/display/cg3.c
1241 F: hw/display/tcx.c
1242 F: hw/dma/sparc32_dma.c
1243 F: hw/misc/eccmemctl.c
1244 F: hw/*/slavio_*.c
1245 F: include/hw/nvram/sun_nvram.h
1246 F: include/hw/sparc/sparc32_dma.h
1247 F: include/hw/sparc/sun4m_iommu.h
1248 F: pc-bios/openbios-sparc32
1249
1250 Sun4u
1251 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1252 S: Maintained
1253 F: hw/sparc64/sun4u.c
1254 F: hw/sparc64/sun4u_iommu.c
1255 F: include/hw/sparc/sun4u_iommu.h
1256 F: hw/pci-host/sabre.c
1257 F: include/hw/pci-host/sabre.h
1258 F: hw/pci-bridge/simba.c
1259 F: include/hw/pci-bridge/simba.h
1260 F: pc-bios/openbios-sparc64
1261
1262 Sun4v
1263 M: Artyom Tarasenko <atar4qemu@gmail.com>
1264 S: Maintained
1265 F: hw/sparc64/niagara.c
1266 F: hw/rtc/sun4v-rtc.c
1267 F: include/hw/rtc/sun4v-rtc.h
1268
1269 Leon3
1270 M: Fabien Chouteau <chouteau@adacore.com>
1271 M: KONRAD Frederic <frederic.konrad@adacore.com>
1272 S: Maintained
1273 F: hw/sparc/leon3.c
1274 F: hw/*/grlib*
1275 F: include/hw/*/grlib*
1276 F: tests/acceptance/machine_sparc_leon3.py
1277
1278 S390 Machines
1279 -------------
1280 S390 Virtio-ccw
1281 M: Cornelia Huck <cohuck@redhat.com>
1282 M: Halil Pasic <pasic@linux.ibm.com>
1283 M: Christian Borntraeger <borntraeger@de.ibm.com>
1284 S: Supported
1285 F: hw/char/sclp*.[hc]
1286 F: hw/char/terminal3270.c
1287 F: hw/s390x/
1288 F: include/hw/s390x/
1289 F: hw/watchdog/wdt_diag288.c
1290 F: include/hw/watchdog/wdt_diag288.h
1291 F: default-configs/s390x-softmmu.mak
1292 T: git https://github.com/cohuck/qemu.git s390-next
1293 T: git https://github.com/borntraeger/qemu.git s390-next
1294 L: qemu-s390x@nongnu.org
1295
1296 S390-ccw boot
1297 M: Christian Borntraeger <borntraeger@de.ibm.com>
1298 M: Thomas Huth <thuth@redhat.com>
1299 S: Supported
1300 F: hw/s390x/ipl.*
1301 F: pc-bios/s390-ccw/
1302 F: pc-bios/s390-ccw.img
1303 F: docs/devel/s390-dasd-ipl.rst
1304 T: git https://github.com/borntraeger/qemu.git s390-next
1305 L: qemu-s390x@nongnu.org
1306
1307 S390 PCI
1308 M: Matthew Rosato <mjrosato@linux.ibm.com>
1309 S: Supported
1310 F: hw/s390x/s390-pci*
1311 L: qemu-s390x@nongnu.org
1312
1313 UniCore32 Machines
1314 ------------------
1315 PKUnity-3 SoC initramfs-with-busybox
1316 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1317 S: Maintained
1318 F: hw/*/puv3*
1319 F: hw/unicore32/
1320
1321 X86 Machines
1322 ------------
1323 PC
1324 M: Michael S. Tsirkin <mst@redhat.com>
1325 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1326 S: Supported
1327 F: include/hw/i386/
1328 F: hw/i386/
1329 F: hw/pci-host/i440fx.c
1330 F: hw/pci-host/q35.c
1331 F: hw/pci-host/pam.c
1332 F: include/hw/pci-host/i440fx.h
1333 F: include/hw/pci-host/q35.h
1334 F: include/hw/pci-host/pam.h
1335 F: hw/isa/piix3.c
1336 F: hw/isa/lpc_ich9.c
1337 F: hw/i2c/smbus_ich9.c
1338 F: hw/acpi/piix4.c
1339 F: hw/acpi/ich9.c
1340 F: include/hw/acpi/ich9.h
1341 F: include/hw/southbridge/piix.h
1342 F: hw/misc/sga.c
1343 F: hw/isa/apm.c
1344 F: include/hw/isa/apm.h
1345 F: tests/test-x86-cpuid.c
1346 F: tests/qtest/test-x86-cpuid-compat.c
1347
1348 PC Chipset
1349 M: Michael S. Tsirkin <mst@redhat.com>
1350 M: Paolo Bonzini <pbonzini@redhat.com>
1351 S: Supported
1352 F: hw/char/debugcon.c
1353 F: hw/char/parallel*
1354 F: hw/char/serial*
1355 F: hw/dma/i8257*
1356 F: hw/i2c/pm_smbus.c
1357 F: hw/input/pckbd.c
1358 F: hw/intc/apic*
1359 F: hw/intc/ioapic*
1360 F: hw/intc/i8259*
1361 F: hw/isa/isa-superio.c
1362 F: hw/misc/debugexit.c
1363 F: hw/misc/pc-testdev.c
1364 F: hw/timer/hpet*
1365 F: hw/timer/i8254*
1366 F: hw/rtc/mc146818rtc*
1367 F: hw/watchdog/wdt_ib700.c
1368 F: hw/watchdog/wdt_i6300esb.c
1369 F: include/hw/display/vga.h
1370 F: include/hw/char/parallel.h
1371 F: include/hw/dma/i8257.h
1372 F: include/hw/i2c/pm_smbus.h
1373 F: include/hw/input/i8042.h
1374 F: include/hw/isa/i8259_internal.h
1375 F: include/hw/isa/superio.h
1376 F: include/hw/timer/hpet.h
1377 F: include/hw/timer/i8254*
1378 F: include/hw/rtc/mc146818rtc*
1379
1380 microvm
1381 M: Sergio Lopez <slp@redhat.com>
1382 M: Paolo Bonzini <pbonzini@redhat.com>
1383 S: Maintained
1384 F: docs/microvm.rst
1385 F: hw/i386/microvm.c
1386 F: include/hw/i386/microvm.h
1387 F: pc-bios/bios-microvm.bin
1388
1389 Machine core
1390 M: Eduardo Habkost <ehabkost@redhat.com>
1391 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1392 S: Supported
1393 F: hw/core/cpu.c
1394 F: hw/core/machine-qmp-cmds.c
1395 F: hw/core/machine.c
1396 F: hw/core/null-machine.c
1397 F: hw/core/numa.c
1398 F: hw/cpu/cluster.c
1399 F: qapi/machine.json
1400 F: qapi/machine-target.json
1401 F: include/hw/boards.h
1402 F: include/hw/core/cpu.h
1403 F: include/hw/cpu/cluster.h
1404 F: include/sysemu/numa.h
1405 T: git https://github.com/ehabkost/qemu.git machine-next
1406
1407 Xtensa Machines
1408 ---------------
1409 sim
1410 M: Max Filippov <jcmvbkbc@gmail.com>
1411 S: Maintained
1412 F: hw/xtensa/sim.c
1413
1414 virt
1415 M: Max Filippov <jcmvbkbc@gmail.com>
1416 S: Maintained
1417 F: hw/xtensa/virt.c
1418
1419 XTFPGA (LX60, LX200, ML605, KC705)
1420 M: Max Filippov <jcmvbkbc@gmail.com>
1421 S: Maintained
1422 F: hw/xtensa/xtfpga.c
1423 F: hw/net/opencores_eth.c
1424
1425 Devices
1426 -------
1427 EDU
1428 M: Jiri Slaby <jslaby@suse.cz>
1429 S: Maintained
1430 F: hw/misc/edu.c
1431
1432 IDE
1433 M: John Snow <jsnow@redhat.com>
1434 L: qemu-block@nongnu.org
1435 S: Supported
1436 F: include/hw/ide.h
1437 F: include/hw/ide/
1438 F: hw/ide/
1439 F: hw/block/block.c
1440 F: hw/block/cdrom.c
1441 F: hw/block/hd-geometry.c
1442 F: tests/qtest/ide-test.c
1443 F: tests/qtest/ahci-test.c
1444 F: tests/qtest/cdrom-test.c
1445 F: tests/qtest/libqos/ahci*
1446 T: git https://github.com/jnsnow/qemu.git ide
1447
1448 IPMI
1449 M: Corey Minyard <minyard@acm.org>
1450 S: Maintained
1451 F: include/hw/ipmi/*
1452 F: hw/ipmi/*
1453 F: hw/smbios/smbios_type_38.c
1454 F: tests/qtest/ipmi*
1455 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1456
1457 Floppy
1458 M: John Snow <jsnow@redhat.com>
1459 L: qemu-block@nongnu.org
1460 S: Supported
1461 F: hw/block/fdc.c
1462 F: include/hw/block/fdc.h
1463 F: tests/qtest/fdc-test.c
1464 T: git https://github.com/jnsnow/qemu.git ide
1465
1466 OMAP
1467 M: Peter Maydell <peter.maydell@linaro.org>
1468 L: qemu-arm@nongnu.org
1469 S: Maintained
1470 F: hw/*/omap*
1471 F: include/hw/arm/omap.h
1472
1473 IPack
1474 M: Alberto Garcia <berto@igalia.com>
1475 S: Odd Fixes
1476 F: hw/char/ipoctal232.c
1477 F: hw/ipack/
1478
1479 PCI
1480 M: Michael S. Tsirkin <mst@redhat.com>
1481 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1482 S: Supported
1483 F: include/hw/pci/*
1484 F: hw/misc/pci-testdev.c
1485 F: hw/pci/*
1486 F: hw/pci-bridge/*
1487 F: docs/pci*
1488 F: docs/specs/*pci*
1489 F: default-configs/pci.mak
1490
1491 ACPI/SMBIOS
1492 M: Michael S. Tsirkin <mst@redhat.com>
1493 M: Igor Mammedov <imammedo@redhat.com>
1494 S: Supported
1495 F: include/hw/acpi/*
1496 F: include/hw/firmware/smbios.h
1497 F: hw/mem/*
1498 F: hw/acpi/*
1499 F: hw/smbios/*
1500 F: hw/i386/acpi-build.[hc]
1501 F: hw/arm/virt-acpi-build.c
1502 F: tests/qtest/bios-tables-test.c
1503 F: tests/qtest/acpi-utils.[hc]
1504 F: tests/data/acpi/
1505
1506 ppc4xx
1507 M: David Gibson <david@gibson.dropbear.id.au>
1508 L: qemu-ppc@nongnu.org
1509 S: Odd Fixes
1510 F: hw/ppc/ppc4*.c
1511 F: hw/i2c/ppc4xx_i2c.c
1512 F: include/hw/ppc/ppc4xx.h
1513 F: include/hw/i2c/ppc4xx_i2c.h
1514
1515 Character devices
1516 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1517 R: Paolo Bonzini <pbonzini@redhat.com>
1518 S: Odd Fixes
1519 F: hw/char/
1520
1521 Network devices
1522 M: Jason Wang <jasowang@redhat.com>
1523 S: Odd Fixes
1524 F: hw/net/
1525 F: include/hw/net/
1526 F: tests/qtest/virtio-net-test.c
1527 F: docs/virtio-net-failover.rst
1528 T: git https://github.com/jasowang/qemu.git net
1529
1530 Parallel NOR Flash devices
1531 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1532 T: git https://gitlab.com/philmd/qemu.git pflash-next
1533 S: Maintained
1534 F: hw/block/pflash_cfi*.c
1535 F: include/hw/block/flash.h
1536
1537 SCSI
1538 M: Paolo Bonzini <pbonzini@redhat.com>
1539 R: Fam Zheng <fam@euphon.net>
1540 S: Supported
1541 F: include/hw/scsi/*
1542 F: hw/scsi/*
1543 F: tests/qtest/virtio-scsi-test.c
1544 T: git https://github.com/bonzini/qemu.git scsi-next
1545
1546 SSI
1547 M: Alistair Francis <alistair@alistair23.me>
1548 S: Maintained
1549 F: hw/ssi/*
1550 F: hw/block/m25p80.c
1551 F: include/hw/ssi/ssi.h
1552 X: hw/ssi/xilinx_*
1553 F: tests/qtest/m25p80-test.c
1554
1555 Xilinx SPI
1556 M: Alistair Francis <alistair@alistair23.me>
1557 S: Maintained
1558 F: hw/ssi/xilinx_*
1559
1560 SD (Secure Card)
1561 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1562 S: Odd Fixes
1563 F: include/hw/sd/sd*
1564 F: hw/sd/core.c
1565 F: hw/sd/sd*
1566 F: hw/sd/ssi-sd.c
1567 F: tests/qtest/sd*
1568
1569 USB
1570 M: Gerd Hoffmann <kraxel@redhat.com>
1571 S: Maintained
1572 F: hw/usb/*
1573 F: tests/qtest/usb-*-test.c
1574 F: docs/usb2.txt
1575 F: docs/usb-storage.txt
1576 F: include/hw/usb.h
1577 F: include/hw/usb/
1578 F: default-configs/usb.mak
1579
1580 USB (serial adapter)
1581 M: Gerd Hoffmann <kraxel@redhat.com>
1582 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1583 S: Maintained
1584 F: hw/usb/dev-serial.c
1585
1586 VFIO
1587 M: Alex Williamson <alex.williamson@redhat.com>
1588 S: Supported
1589 F: hw/vfio/*
1590 F: include/hw/vfio/
1591
1592 vfio-ccw
1593 M: Cornelia Huck <cohuck@redhat.com>
1594 M: Eric Farman <farman@linux.ibm.com>
1595 S: Supported
1596 F: hw/vfio/ccw.c
1597 F: hw/s390x/s390-ccw.c
1598 F: include/hw/s390x/s390-ccw.h
1599 F: include/hw/s390x/vfio-ccw.h
1600 T: git https://github.com/cohuck/qemu.git s390-next
1601 L: qemu-s390x@nongnu.org
1602
1603 vfio-ap
1604 M: Christian Borntraeger <borntraeger@de.ibm.com>
1605 M: Tony Krowiak <akrowiak@linux.ibm.com>
1606 M: Halil Pasic <pasic@linux.ibm.com>
1607 M: Pierre Morel <pmorel@linux.ibm.com>
1608 S: Supported
1609 F: hw/s390x/ap-device.c
1610 F: hw/s390x/ap-bridge.c
1611 F: include/hw/s390x/ap-device.h
1612 F: include/hw/s390x/ap-bridge.h
1613 F: hw/vfio/ap.c
1614 F: docs/system/vfio-ap.rst
1615 L: qemu-s390x@nongnu.org
1616
1617 vhost
1618 M: Michael S. Tsirkin <mst@redhat.com>
1619 S: Supported
1620 F: hw/*/*vhost*
1621 F: docs/interop/vhost-user.json
1622 F: docs/interop/vhost-user.rst
1623 F: contrib/vhost-user-*/
1624 F: backends/vhost-user.c
1625 F: include/sysemu/vhost-user-backend.h
1626
1627 virtio
1628 M: Michael S. Tsirkin <mst@redhat.com>
1629 S: Supported
1630 F: hw/*/virtio*
1631 F: hw/virtio/Makefile.objs
1632 F: hw/virtio/trace-events
1633 F: net/vhost-user.c
1634 F: include/hw/virtio/
1635
1636 virtio-9p
1637 M: Greg Kurz <groug@kaod.org>
1638 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1639 S: Odd Fixes
1640 F: hw/9pfs/
1641 X: hw/9pfs/xen-9p*
1642 F: fsdev/
1643 F: docs/interop/virtfs-proxy-helper.rst
1644 F: tests/qtest/virtio-9p-test.c
1645 T: git https://github.com/gkurz/qemu.git 9p-next
1646
1647 virtio-blk
1648 M: Stefan Hajnoczi <stefanha@redhat.com>
1649 L: qemu-block@nongnu.org
1650 S: Supported
1651 F: hw/block/virtio-blk.c
1652 F: hw/block/dataplane/*
1653 F: tests/qtest/virtio-blk-test.c
1654 T: git https://github.com/stefanha/qemu.git block
1655
1656 virtio-ccw
1657 M: Cornelia Huck <cohuck@redhat.com>
1658 M: Halil Pasic <pasic@linux.ibm.com>
1659 S: Supported
1660 F: hw/s390x/virtio-ccw*.[hc]
1661 F: hw/s390x/vhost-vsock-ccw.c
1662 T: git https://github.com/cohuck/qemu.git s390-next
1663 T: git https://github.com/borntraeger/qemu.git s390-next
1664 L: qemu-s390x@nongnu.org
1665
1666 virtiofs
1667 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1668 M: Stefan Hajnoczi <stefanha@redhat.com>
1669 S: Supported
1670 F: tools/virtiofsd/*
1671 F: hw/virtio/vhost-user-fs*
1672 F: include/hw/virtio/vhost-user-fs.h
1673 F: docs/interop/virtiofsd.rst
1674
1675 virtio-input
1676 M: Gerd Hoffmann <kraxel@redhat.com>
1677 S: Maintained
1678 F: hw/input/vhost-user-input.c
1679 F: hw/input/virtio-input*.c
1680 F: include/hw/virtio/virtio-input.h
1681 F: contrib/vhost-user-input/*
1682
1683 virtio-iommu
1684 M: Eric Auger <eric.auger@redhat.com>
1685 S: Maintained
1686 F: hw/virtio/virtio-iommu*.c
1687 F: include/hw/virtio/virtio-iommu.h
1688
1689 virtio-serial
1690 M: Laurent Vivier <lvivier@redhat.com>
1691 R: Amit Shah <amit@kernel.org>
1692 S: Supported
1693 F: hw/char/virtio-serial-bus.c
1694 F: hw/char/virtio-console.c
1695 F: include/hw/virtio/virtio-serial.h
1696 F: tests/qtest/virtio-serial-test.c
1697
1698 virtio-rng
1699 M: Laurent Vivier <lvivier@redhat.com>
1700 R: Amit Shah <amit@kernel.org>
1701 S: Supported
1702 F: hw/virtio/virtio-rng.c
1703 F: include/hw/virtio/virtio-rng.h
1704 F: include/sysemu/rng*.h
1705 F: backends/rng*.c
1706 F: tests/qtest/virtio-rng-test.c
1707
1708 virtio-crypto
1709 M: Gonglei <arei.gonglei@huawei.com>
1710 S: Supported
1711 F: hw/virtio/virtio-crypto.c
1712 F: hw/virtio/virtio-crypto-pci.c
1713 F: include/hw/virtio/virtio-crypto.h
1714
1715 nvme
1716 M: Keith Busch <keith.busch@intel.com>
1717 L: qemu-block@nongnu.org
1718 S: Supported
1719 F: hw/block/nvme*
1720 F: tests/qtest/nvme-test.c
1721
1722 megasas
1723 M: Hannes Reinecke <hare@suse.com>
1724 L: qemu-block@nongnu.org
1725 S: Supported
1726 F: hw/scsi/megasas.c
1727 F: hw/scsi/mfi.h
1728 F: tests/qtest/megasas-test.c
1729
1730 Network packet abstractions
1731 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1732 S: Maintained
1733 F: include/net/eth.h
1734 F: net/eth.c
1735 F: hw/net/net_rx_pkt*
1736 F: hw/net/net_tx_pkt*
1737
1738 Vmware
1739 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1740 S: Maintained
1741 F: hw/net/vmxnet*
1742 F: hw/scsi/vmw_pvscsi*
1743 F: tests/qtest/vmxnet3-test.c
1744
1745 Rocker
1746 M: Jiri Pirko <jiri@resnulli.us>
1747 S: Maintained
1748 F: hw/net/rocker/
1749 F: tests/rocker/
1750 F: docs/specs/rocker.txt
1751
1752 NVDIMM
1753 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1754 S: Maintained
1755 F: hw/acpi/nvdimm.c
1756 F: hw/mem/nvdimm.c
1757 F: include/hw/mem/nvdimm.h
1758 F: docs/nvdimm.txt
1759
1760 e1000x
1761 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1762 S: Maintained
1763 F: hw/net/e1000x*
1764
1765 e1000e
1766 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1767 S: Maintained
1768 F: hw/net/e1000e*
1769
1770 eepro100
1771 M: Stefan Weil <sw@weilnetz.de>
1772 S: Maintained
1773 F: hw/net/eepro100.c
1774
1775 tulip
1776 M: Sven Schnelle <svens@stackframe.org>
1777 S: Maintained
1778 F: hw/net/tulip.c
1779 F: hw/net/tulip.h
1780
1781 Generic Loader
1782 M: Alistair Francis <alistair@alistair23.me>
1783 S: Maintained
1784 F: hw/core/generic-loader.c
1785 F: include/hw/core/generic-loader.h
1786 F: docs/generic-loader.txt
1787
1788 Intel Hexadecimal Object File Loader
1789 M: Su Hang <suhang16@mails.ucas.ac.cn>
1790 S: Maintained
1791 F: tests/qtest/hexloader-test.c
1792 F: tests/data/hex-loader/test.hex
1793
1794 CHRP NVRAM
1795 M: Thomas Huth <thuth@redhat.com>
1796 S: Maintained
1797 F: hw/nvram/chrp_nvram.c
1798 F: include/hw/nvram/chrp_nvram.h
1799 F: tests/qtest/prom-env-test.c
1800
1801 VM Generation ID
1802 M: Ben Warren <ben@skyportsystems.com>
1803 S: Maintained
1804 F: hw/acpi/vmgenid.c
1805 F: include/hw/acpi/vmgenid.h
1806 F: docs/specs/vmgenid.txt
1807 F: tests/qtest/vmgenid-test.c
1808 F: stubs/vmgenid.c
1809
1810 Unimplemented device
1811 M: Peter Maydell <peter.maydell@linaro.org>
1812 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1813 S: Maintained
1814 F: include/hw/misc/unimp.h
1815 F: hw/misc/unimp.c
1816
1817 Standard VGA
1818 M: Gerd Hoffmann <kraxel@redhat.com>
1819 S: Maintained
1820 F: hw/display/vga*
1821 F: hw/display/bochs-display.c
1822 F: include/hw/display/vga.h
1823 F: include/hw/display/bochs-vbe.h
1824
1825 ramfb
1826 M: Gerd Hoffmann <kraxel@redhat.com>
1827 S: Maintained
1828 F: hw/display/ramfb*.c
1829 F: include/hw/display/ramfb.h
1830
1831 virtio-gpu
1832 M: Gerd Hoffmann <kraxel@redhat.com>
1833 S: Maintained
1834 F: hw/display/virtio-gpu*
1835 F: hw/display/virtio-vga.*
1836 F: include/hw/virtio/virtio-gpu.h
1837
1838 vhost-user-gpu
1839 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1840 M: Gerd Hoffmann <kraxel@redhat.com>
1841 S: Maintained
1842 F: docs/interop/vhost-user-gpu.rst
1843 F: contrib/vhost-user-gpu
1844 F: hw/display/vhost-user-*
1845
1846 Cirrus VGA
1847 M: Gerd Hoffmann <kraxel@redhat.com>
1848 S: Odd Fixes
1849 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1850 F: hw/display/cirrus*
1851
1852 EDID Generator
1853 M: Gerd Hoffmann <kraxel@redhat.com>
1854 S: Maintained
1855 F: hw/display/edid*
1856 F: include/hw/display/edid.h
1857 F: qemu-edid.c
1858
1859 PIIX4 South Bridge (i82371AB)
1860 M: Hervé Poussineau <hpoussin@reactos.org>
1861 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1862 S: Maintained
1863 F: hw/isa/piix4.c
1864 F: include/hw/southbridge/piix.h
1865
1866 Firmware configuration (fw_cfg)
1867 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1868 R: Laszlo Ersek <lersek@redhat.com>
1869 R: Gerd Hoffmann <kraxel@redhat.com>
1870 S: Supported
1871 F: docs/specs/fw_cfg.txt
1872 F: hw/nvram/fw_cfg.c
1873 F: stubs/fw_cfg.c
1874 F: include/hw/nvram/fw_cfg.h
1875 F: include/standard-headers/linux/qemu_fw_cfg.h
1876 F: tests/qtest/libqos/fw_cfg.c
1877 F: tests/qtest/fw_cfg-test.c
1878 T: git https://github.com/philmd/qemu.git fw_cfg-next
1879
1880 XIVE
1881 M: David Gibson <david@gibson.dropbear.id.au>
1882 M: Cédric Le Goater <clg@kaod.org>
1883 L: qemu-ppc@nongnu.org
1884 S: Supported
1885 F: hw/*/*xive*
1886 F: include/hw/*/*xive*
1887 F: docs/*/*xive*
1888
1889 Subsystems
1890 ----------
1891 Audio
1892 M: Gerd Hoffmann <kraxel@redhat.com>
1893 S: Maintained
1894 F: audio/
1895 F: hw/audio/
1896 F: include/hw/audio/
1897 F: tests/qtest/ac97-test.c
1898 F: tests/qtest/es1370-test.c
1899 F: tests/qtest/intel-hda-test.c
1900
1901 Block layer core
1902 M: Kevin Wolf <kwolf@redhat.com>
1903 M: Max Reitz <mreitz@redhat.com>
1904 L: qemu-block@nongnu.org
1905 S: Supported
1906 F: block*
1907 F: block/
1908 F: hw/block/
1909 F: include/block/
1910 F: qemu-img*
1911 F: docs/interop/qemu-img.rst
1912 F: qemu-io*
1913 F: tests/qemu-iotests/
1914 F: util/qemu-progress.c
1915 F: qobject/block-qdict.c
1916 F: tests/check-block-qdict.c
1917 T: git https://repo.or.cz/qemu/kevin.git block
1918
1919 Block I/O path
1920 M: Stefan Hajnoczi <stefanha@redhat.com>
1921 M: Fam Zheng <fam@euphon.net>
1922 L: qemu-block@nongnu.org
1923 S: Supported
1924 F: util/async.c
1925 F: util/aio-*.c
1926 F: util/aio-*.h
1927 F: util/fdmon-*.c
1928 F: block/io.c
1929 F: migration/block*
1930 F: include/block/aio.h
1931 F: include/block/aio-wait.h
1932 F: scripts/qemugdb/aio.py
1933 T: git https://github.com/stefanha/qemu.git block
1934
1935 Block SCSI subsystem
1936 M: Paolo Bonzini <pbonzini@redhat.com>
1937 R: Fam Zheng <fam@euphon.net>
1938 L: qemu-block@nongnu.org
1939 S: Supported
1940 F: include/scsi/*
1941 F: scsi/*
1942
1943 Block Jobs
1944 M: John Snow <jsnow@redhat.com>
1945 L: qemu-block@nongnu.org
1946 S: Supported
1947 F: blockjob.c
1948 F: include/block/blockjob.h
1949 F: job.c
1950 F: job-qmp.c
1951 F: include/qemu/job.h
1952 F: block/backup.c
1953 F: block/commit.c
1954 F: block/stream.c
1955 F: block/mirror.c
1956 F: qapi/job.json
1957 T: git https://github.com/jnsnow/qemu.git jobs
1958
1959 Block QAPI, monitor, command line
1960 M: Markus Armbruster <armbru@redhat.com>
1961 S: Supported
1962 F: blockdev.c
1963 F: blockdev-hmp-cmds.c
1964 F: block/qapi.c
1965 F: qapi/block*.json
1966 F: qapi/transaction.json
1967 T: git https://repo.or.cz/qemu/armbru.git block-next
1968
1969 Dirty Bitmaps
1970 M: John Snow <jsnow@redhat.com>
1971 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1972 L: qemu-block@nongnu.org
1973 S: Supported
1974 F: include/qemu/hbitmap.h
1975 F: include/block/dirty-bitmap.h
1976 F: block/dirty-bitmap.c
1977 F: block/qcow2-bitmap.c
1978 F: migration/block-dirty-bitmap.c
1979 F: util/hbitmap.c
1980 F: tests/test-hbitmap.c
1981 F: docs/interop/bitmaps.rst
1982 T: git https://github.com/jnsnow/qemu.git bitmaps
1983
1984 Character device backends
1985 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1986 R: Paolo Bonzini <pbonzini@redhat.com>
1987 S: Maintained
1988 F: chardev/
1989 F: include/chardev/
1990 F: qapi/char.json
1991
1992 Character Devices (Braille)
1993 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1994 S: Maintained
1995 F: chardev/baum.c
1996
1997 Command line option argument parsing
1998 M: Markus Armbruster <armbru@redhat.com>
1999 S: Supported
2000 F: include/qemu/option.h
2001 F: tests/test-keyval.c
2002 F: tests/test-qemu-opts.c
2003 F: util/keyval.c
2004 F: util/qemu-option.c
2005
2006 Coverity model
2007 M: Markus Armbruster <armbru@redhat.com>
2008 S: Supported
2009 F: scripts/coverity-model.c
2010
2011 Device Tree
2012 M: Alistair Francis <alistair.francis@wdc.com>
2013 R: David Gibson <david@gibson.dropbear.id.au>
2014 S: Maintained
2015 F: device_tree.c
2016 F: include/sysemu/device_tree.h
2017
2018 Dump
2019 S: Supported
2020 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2021 F: dump/
2022 F: hw/misc/vmcoreinfo.c
2023 F: include/hw/misc/vmcoreinfo.h
2024 F: include/qemu/win_dump_defs
2025 F: include/sysemu/dump-arch.h
2026 F: include/sysemu/dump.h
2027 F: qapi/dump.json
2028 F: scripts/dump-guest-memory.py
2029 F: stubs/dump.c
2030
2031 Error reporting
2032 M: Markus Armbruster <armbru@redhat.com>
2033 S: Supported
2034 F: include/qapi/error.h
2035 F: include/qemu/error-report.h
2036 F: qapi/error.json
2037 F: util/error.c
2038 F: util/qemu-error.c
2039
2040 GDB stub
2041 M: Alex Bennée <alex.bennee@linaro.org>
2042 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2043 S: Maintained
2044 F: gdbstub*
2045 F: gdb-xml/
2046
2047 Memory API
2048 M: Paolo Bonzini <pbonzini@redhat.com>
2049 S: Supported
2050 F: include/exec/ioport.h
2051 F: ioport.c
2052 F: include/exec/memop.h
2053 F: include/exec/memory.h
2054 F: include/exec/ram_addr.h
2055 F: include/exec/ramblock.h
2056 F: memory.c
2057 F: include/exec/memory-internal.h
2058 F: exec.c
2059 F: scripts/coccinelle/memory-region-housekeeping.cocci
2060
2061 SPICE
2062 M: Gerd Hoffmann <kraxel@redhat.com>
2063 S: Supported
2064 F: include/ui/qemu-spice.h
2065 F: include/ui/spice-display.h
2066 F: ui/spice-*.c
2067 F: audio/spiceaudio.c
2068 F: hw/display/qxl*
2069 F: qapi/ui.json
2070 F: docs/spice-port-fqdn.txt
2071
2072 Graphics
2073 M: Gerd Hoffmann <kraxel@redhat.com>
2074 S: Odd Fixes
2075 F: ui/
2076 F: include/ui/
2077 F: qapi/ui.json
2078 F: util/drm.c
2079
2080 Cocoa graphics
2081 M: Peter Maydell <peter.maydell@linaro.org>
2082 S: Odd Fixes
2083 F: ui/cocoa.m
2084
2085 Main loop
2086 M: Paolo Bonzini <pbonzini@redhat.com>
2087 S: Maintained
2088 F: cpus.c
2089 F: include/qemu/main-loop.h
2090 F: include/sysemu/runstate.h
2091 F: util/main-loop.c
2092 F: util/qemu-timer.c
2093 F: softmmu/vl.c
2094 F: softmmu/main.c
2095 F: qapi/run-state.json
2096
2097 Human Monitor (HMP)
2098 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2099 S: Maintained
2100 F: monitor/monitor-internal.h
2101 F: monitor/misc.c
2102 F: monitor/monitor.c
2103 F: monitor/hmp*
2104 F: hmp.h
2105 F: hmp-commands*.hx
2106 F: include/monitor/hmp-target.h
2107 F: tests/qtest/test-hmp.c
2108 F: include/qemu/qemu-print.h
2109 F: util/qemu-print.c
2110
2111 Network device backends
2112 M: Jason Wang <jasowang@redhat.com>
2113 S: Maintained
2114 F: net/
2115 F: include/net/
2116 F: qemu-bridge-helper.c
2117 T: git https://github.com/jasowang/qemu.git net
2118 F: qapi/net.json
2119
2120 Netmap network backend
2121 M: Luigi Rizzo <rizzo@iet.unipi.it>
2122 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2123 M: Vincenzo Maffione <v.maffione@gmail.com>
2124 W: http://info.iet.unipi.it/~luigi/netmap/
2125 S: Maintained
2126 F: net/netmap.c
2127
2128 Host Memory Backends
2129 M: Eduardo Habkost <ehabkost@redhat.com>
2130 M: Igor Mammedov <imammedo@redhat.com>
2131 S: Maintained
2132 F: backends/hostmem*.c
2133 F: include/sysemu/hostmem.h
2134 T: git https://github.com/ehabkost/qemu.git machine-next
2135
2136 Cryptodev Backends
2137 M: Gonglei <arei.gonglei@huawei.com>
2138 S: Maintained
2139 F: include/sysemu/cryptodev*.h
2140 F: backends/cryptodev*.c
2141
2142 Python scripts
2143 M: Eduardo Habkost <ehabkost@redhat.com>
2144 M: Cleber Rosa <crosa@redhat.com>
2145 S: Odd fixes
2146 F: python/qemu/*py
2147 F: scripts/*.py
2148 F: tests/*.py
2149
2150 Benchmark util
2151 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2152 S: Maintained
2153 F: scripts/simplebench/
2154
2155 QAPI
2156 M: Markus Armbruster <armbru@redhat.com>
2157 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2158 S: Supported
2159 F: qapi/
2160 X: qapi/*.json
2161 F: include/qapi/
2162 X: include/qapi/qmp/
2163 F: include/qapi/qmp/dispatch.h
2164 F: tests/qapi-schema/
2165 F: tests/test-*-visitor.c
2166 F: tests/test-qapi-*.c
2167 F: tests/test-qmp-*.c
2168 F: tests/test-visitor-serialization.c
2169 F: scripts/qapi-gen.py
2170 F: scripts/qapi/*
2171 F: docs/devel/qapi*
2172 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2173
2174 QAPI Schema
2175 M: Eric Blake <eblake@redhat.com>
2176 M: Markus Armbruster <armbru@redhat.com>
2177 S: Supported
2178 F: qapi/*.json
2179 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2180
2181 QObject
2182 M: Markus Armbruster <armbru@redhat.com>
2183 S: Supported
2184 F: qobject/
2185 F: include/qapi/qmp/
2186 X: include/qapi/qmp/dispatch.h
2187 F: scripts/coccinelle/qobject.cocci
2188 F: tests/check-qdict.c
2189 F: tests/check-qjson.c
2190 F: tests/check-qlist.c
2191 F: tests/check-qlit.c
2192 F: tests/check-qnull.c
2193 F: tests/check-qnum.c
2194 F: tests/check-qobject.c
2195 F: tests/check-qstring.c
2196 F: tests/data/qobject/qdict.txt
2197 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2198
2199 QEMU Guest Agent
2200 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2201 S: Maintained
2202 F: qga/
2203 F: docs/interop/qemu-ga.rst
2204 F: scripts/qemu-guest-agent/
2205 F: tests/test-qga.c
2206 F: docs/interop/qemu-ga-ref.texi
2207 T: git https://github.com/mdroth/qemu.git qga
2208
2209 QOM
2210 M: Paolo Bonzini <pbonzini@redhat.com>
2211 R: Daniel P. Berrange <berrange@redhat.com>
2212 R: Eduardo Habkost <ehabkost@redhat.com>
2213 S: Supported
2214 F: docs/qdev-device-use.txt
2215 F: hw/core/qdev*
2216 F: include/hw/qdev*
2217 F: include/monitor/qdev.h
2218 F: include/qom/
2219 F: qapi/qom.json
2220 F: qapi/qdev.json
2221 F: qdev-monitor.c
2222 F: qom/
2223 F: tests/check-qom-interface.c
2224 F: tests/check-qom-proplist.c
2225 F: tests/test-qdev-global-props.c
2226
2227 QMP
2228 M: Markus Armbruster <armbru@redhat.com>
2229 S: Supported
2230 F: monitor/monitor-internal.h
2231 F: monitor/qmp*
2232 F: monitor/misc.c
2233 F: monitor/monitor.c
2234 F: qapi/error.json
2235 F: docs/devel/*qmp-*
2236 F: docs/interop/*qmp-*
2237 F: scripts/qmp/
2238 F: tests/qtest/qmp-test.c
2239 F: tests/qtest/qmp-cmd-test.c
2240 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2241
2242 qtest
2243 M: Thomas Huth <thuth@redhat.com>
2244 M: Laurent Vivier <lvivier@redhat.com>
2245 R: Paolo Bonzini <pbonzini@redhat.com>
2246 S: Maintained
2247 F: qtest.c
2248 F: accel/qtest.c
2249 F: tests/qtest/
2250
2251 Device Fuzzing
2252 M: Alexander Bulekov <alxndr@bu.edu>
2253 R: Paolo Bonzini <pbonzini@redhat.com>
2254 R: Bandan Das <bsd@redhat.com>
2255 R: Stefan Hajnoczi <stefanha@redhat.com>
2256 S: Maintained
2257 F: tests/qtest/fuzz/
2258
2259 Register API
2260 M: Alistair Francis <alistair@alistair23.me>
2261 S: Maintained
2262 F: hw/core/register.c
2263 F: include/hw/register.h
2264 F: include/hw/registerfields.h
2265
2266 SLIRP
2267 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2268 S: Maintained
2269 F: slirp/
2270 F: net/slirp.c
2271 F: include/net/slirp.h
2272 T: git https://people.debian.org/~sthibault/qemu.git slirp
2273
2274 Stubs
2275 M: Paolo Bonzini <pbonzini@redhat.com>
2276 S: Maintained
2277 F: stubs/
2278
2279 Tracing
2280 M: Stefan Hajnoczi <stefanha@redhat.com>
2281 S: Maintained
2282 F: trace/
2283 F: trace-events
2284 F: docs/qemu-option-trace.rst.inc
2285 F: scripts/tracetool.py
2286 F: scripts/tracetool/
2287 F: scripts/qemu-trace-stap*
2288 F: docs/interop/qemu-trace-stap.rst
2289 F: docs/devel/tracing.txt
2290 T: git https://github.com/stefanha/qemu.git tracing
2291
2292 TPM
2293 M: Stefan Berger <stefanb@linux.ibm.com>
2294 S: Maintained
2295 F: tpm.c
2296 F: stubs/tpm.c
2297 F: hw/tpm/*
2298 F: include/hw/acpi/tpm.h
2299 F: include/sysemu/tpm*
2300 F: qapi/tpm.json
2301 F: backends/tpm.c
2302 F: tests/qtest/*tpm*
2303 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2304
2305 Checkpatch
2306 S: Odd Fixes
2307 F: scripts/checkpatch.pl
2308
2309 Migration
2310 M: Juan Quintela <quintela@redhat.com>
2311 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2312 S: Maintained
2313 F: hw/core/vmstate-if.c
2314 F: include/hw/vmstate-if.h
2315 F: include/migration/
2316 F: migration/
2317 F: scripts/vmstate-static-checker.py
2318 F: tests/vmstate-static-checker-data/
2319 F: tests/qtest/migration-test.c
2320 F: docs/devel/migration.rst
2321 F: qapi/migration.json
2322
2323 D-Bus
2324 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2325 S: Maintained
2326 F: backends/dbus-vmstate.c
2327 F: tests/dbus-vmstate*
2328 F: util/dbus.c
2329 F: include/qemu/dbus.h
2330 F: docs/interop/dbus.rst
2331 F: docs/interop/dbus-vmstate.rst
2332
2333 Seccomp
2334 M: Eduardo Otubo <otubo@redhat.com>
2335 S: Supported
2336 F: qemu-seccomp.c
2337 F: include/sysemu/seccomp.h
2338
2339 Cryptography
2340 M: Daniel P. Berrange <berrange@redhat.com>
2341 S: Maintained
2342 F: crypto/
2343 F: include/crypto/
2344 F: tests/test-crypto-*
2345 F: tests/benchmark-crypto-*
2346 F: tests/crypto-tls-*
2347 F: tests/pkix_asn1_tab.c
2348 F: qemu.sasl
2349
2350 Coroutines
2351 M: Stefan Hajnoczi <stefanha@redhat.com>
2352 M: Kevin Wolf <kwolf@redhat.com>
2353 S: Maintained
2354 F: util/*coroutine*
2355 F: include/qemu/coroutine*
2356 F: tests/test-coroutine.c
2357
2358 Buffers
2359 M: Daniel P. Berrange <berrange@redhat.com>
2360 S: Odd fixes
2361 F: util/buffer.c
2362 F: include/qemu/buffer.h
2363
2364 I/O Channels
2365 M: Daniel P. Berrange <berrange@redhat.com>
2366 S: Maintained
2367 F: io/
2368 F: include/io/
2369 F: tests/test-io-*
2370
2371 User authorization
2372 M: Daniel P. Berrange <berrange@redhat.com>
2373 S: Maintained
2374 F: authz/
2375 F: qapi/authz.json
2376 F: include/authz/
2377 F: tests/test-authz-*
2378
2379 Sockets
2380 M: Daniel P. Berrange <berrange@redhat.com>
2381 M: Gerd Hoffmann <kraxel@redhat.com>
2382 S: Maintained
2383 F: include/qemu/sockets.h
2384 F: util/qemu-sockets.c
2385 F: qapi/sockets.json
2386
2387 File monitor
2388 M: Daniel P. Berrange <berrange@redhat.com>
2389 S: Odd fixes
2390 F: util/filemonitor*.c
2391 F: include/qemu/filemonitor.h
2392 F: tests/test-util-filemonitor.c
2393
2394 Throttling infrastructure
2395 M: Alberto Garcia <berto@igalia.com>
2396 S: Supported
2397 F: block/throttle-groups.c
2398 F: include/block/throttle-groups.h
2399 F: include/qemu/throttle*.h
2400 F: util/throttle.c
2401 F: docs/throttle.txt
2402 F: tests/test-throttle.c
2403 L: qemu-block@nongnu.org
2404
2405 UUID
2406 M: Fam Zheng <fam@euphon.net>
2407 S: Supported
2408 F: util/uuid.c
2409 F: include/qemu/uuid.h
2410 F: tests/test-uuid.c
2411
2412 COLO Framework
2413 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2414 S: Maintained
2415 F: migration/colo*
2416 F: include/migration/colo.h
2417 F: include/migration/failover.h
2418 F: docs/COLO-FT.txt
2419
2420 COLO Proxy
2421 M: Zhang Chen <chen.zhang@intel.com>
2422 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2423 S: Supported
2424 F: docs/colo-proxy.txt
2425 F: net/colo*
2426 F: net/filter-rewriter.c
2427 F: net/filter-mirror.c
2428
2429 Record/replay
2430 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2431 R: Paolo Bonzini <pbonzini@redhat.com>
2432 W: https://wiki.qemu.org/Features/record-replay
2433 S: Supported
2434 F: replay/*
2435 F: block/blkreplay.c
2436 F: net/filter-replay.c
2437 F: include/sysemu/replay.h
2438 F: docs/replay.txt
2439 F: stubs/replay.c
2440
2441 IOVA Tree
2442 M: Peter Xu <peterx@redhat.com>
2443 S: Maintained
2444 F: include/qemu/iova-tree.h
2445 F: util/iova-tree.c
2446
2447 elf2dmp
2448 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2449 S: Maintained
2450 F: contrib/elf2dmp/
2451
2452 I2C and SMBus
2453 M: Corey Minyard <cminyard@mvista.com>
2454 S: Maintained
2455 F: hw/i2c/core.c
2456 F: hw/i2c/smbus_slave.c
2457 F: hw/i2c/smbus_master.c
2458 F: hw/i2c/smbus_eeprom.c
2459 F: include/hw/i2c/i2c.h
2460 F: include/hw/i2c/smbus_master.h
2461 F: include/hw/i2c/smbus_slave.h
2462 F: include/hw/i2c/smbus_eeprom.h
2463
2464 EDK2 Firmware
2465 M: Laszlo Ersek <lersek@redhat.com>
2466 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2467 S: Supported
2468 F: pc-bios/descriptors/??-edk2-*.json
2469 F: pc-bios/edk2-*
2470 F: roms/Makefile.edk2
2471 F: roms/edk2
2472 F: roms/edk2-*
2473 F: tests/data/uefi-boot-images/
2474 F: tests/uefi-test-tools/
2475 F: .gitlab-ci-edk2.yml
2476 F: .gitlab-ci.d/edk2/
2477
2478 Usermode Emulation
2479 ------------------
2480 Overall usermode emulation
2481 M: Riku Voipio <riku.voipio@iki.fi>
2482 S: Maintained
2483 F: thunk.c
2484 F: accel/tcg/user-exec*.c
2485
2486 BSD user
2487 S: Orphan
2488 F: bsd-user/
2489 F: default-configs/*-bsd-user.mak
2490
2491 Linux user
2492 M: Riku Voipio <riku.voipio@iki.fi>
2493 R: Laurent Vivier <laurent@vivier.eu>
2494 S: Maintained
2495 F: linux-user/
2496 F: default-configs/*-linux-user.mak
2497 F: scripts/qemu-binfmt-conf.sh
2498
2499 Tiny Code Generator (TCG)
2500 -------------------------
2501 Common TCG code
2502 M: Richard Henderson <rth@twiddle.net>
2503 S: Maintained
2504 F: tcg/
2505 F: include/tcg/
2506
2507 TCG Plugins
2508 M: Alex Bennée <alex.bennee@linaro.org>
2509 S: Maintained
2510 F: docs/devel/tcg-plugins.rst
2511 F: plugins/
2512 F: tests/plugin
2513
2514 AArch64 TCG target
2515 M: Richard Henderson <richard.henderson@linaro.org>
2516 S: Maintained
2517 L: qemu-arm@nongnu.org
2518 F: tcg/aarch64/
2519 F: disas/arm-a64.cc
2520 F: disas/libvixl/
2521
2522 ARM TCG target
2523 M: Andrzej Zaborowski <balrogg@gmail.com>
2524 S: Maintained
2525 L: qemu-arm@nongnu.org
2526 F: tcg/arm/
2527 F: disas/arm.c
2528
2529 i386 TCG target
2530 M: Richard Henderson <rth@twiddle.net>
2531 S: Maintained
2532 F: tcg/i386/
2533 F: disas/i386.c
2534
2535 MIPS TCG target
2536 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2537 R: Aurelien Jarno <aurelien@aurel32.net>
2538 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2539 S: Maintained
2540 F: tcg/mips/
2541
2542 PPC TCG target
2543 M: Richard Henderson <rth@twiddle.net>
2544 S: Odd Fixes
2545 F: tcg/ppc/
2546 F: disas/ppc.c
2547
2548 RISC-V TCG target
2549 M: Palmer Dabbelt <palmer@dabbelt.com>
2550 M: Alistair Francis <Alistair.Francis@wdc.com>
2551 L: qemu-riscv@nongnu.org
2552 S: Maintained
2553 F: tcg/riscv/
2554 F: disas/riscv.c
2555
2556 S390 TCG target
2557 M: Richard Henderson <rth@twiddle.net>
2558 S: Maintained
2559 F: tcg/s390/
2560 F: disas/s390.c
2561 L: qemu-s390x@nongnu.org
2562
2563 SPARC TCG target
2564 S: Odd Fixes
2565 F: tcg/sparc/
2566 F: disas/sparc.c
2567
2568 TCI TCG target
2569 M: Stefan Weil <sw@weilnetz.de>
2570 S: Maintained
2571 F: tcg/tci/
2572 F: tcg/tci.c
2573 F: disas/tci.c
2574
2575 Block drivers
2576 -------------
2577 VMDK
2578 M: Fam Zheng <fam@euphon.net>
2579 L: qemu-block@nongnu.org
2580 S: Supported
2581 F: block/vmdk.c
2582
2583 RBD
2584 M: Jason Dillaman <dillaman@redhat.com>
2585 L: qemu-block@nongnu.org
2586 S: Supported
2587 F: block/rbd.c
2588
2589 Sheepdog
2590 M: Liu Yuan <namei.unix@gmail.com>
2591 L: qemu-block@nongnu.org
2592 L: sheepdog@lists.wpkg.org
2593 S: Odd Fixes
2594 F: block/sheepdog.c
2595
2596 VHDX
2597 M: Jeff Cody <codyprime@gmail.com>
2598 L: qemu-block@nongnu.org
2599 S: Supported
2600 F: block/vhdx*
2601
2602 VDI
2603 M: Stefan Weil <sw@weilnetz.de>
2604 L: qemu-block@nongnu.org
2605 S: Maintained
2606 F: block/vdi.c
2607
2608 iSCSI
2609 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2610 M: Paolo Bonzini <pbonzini@redhat.com>
2611 M: Peter Lieven <pl@kamp.de>
2612 L: qemu-block@nongnu.org
2613 S: Odd Fixes
2614 F: block/iscsi.c
2615 F: block/iscsi-opts.c
2616
2617 Network Block Device (NBD)
2618 M: Eric Blake <eblake@redhat.com>
2619 L: qemu-block@nongnu.org
2620 S: Maintained
2621 F: block/nbd*
2622 F: nbd/
2623 F: include/block/nbd*
2624 F: qemu-nbd.*
2625 F: blockdev-nbd.c
2626 F: docs/interop/nbd.txt
2627 F: docs/interop/qemu-nbd.rst
2628 T: git https://repo.or.cz/qemu/ericb.git nbd
2629
2630 NFS
2631 M: Peter Lieven <pl@kamp.de>
2632 L: qemu-block@nongnu.org
2633 S: Maintained
2634 F: block/nfs.c
2635
2636 SSH
2637 M: Richard W.M. Jones <rjones@redhat.com>
2638 L: qemu-block@nongnu.org
2639 S: Supported
2640 F: block/ssh.c
2641
2642 CURL
2643 L: qemu-block@nongnu.org
2644 S: Odd Fixes
2645 F: block/curl.c
2646
2647 GLUSTER
2648 L: qemu-block@nongnu.org
2649 L: integration@gluster.org
2650 S: Odd Fixes
2651 F: block/gluster.c
2652
2653 Null Block Driver
2654 M: Fam Zheng <fam@euphon.net>
2655 L: qemu-block@nongnu.org
2656 S: Supported
2657 F: block/null.c
2658
2659 NVMe Block Driver
2660 M: Fam Zheng <fam@euphon.net>
2661 L: qemu-block@nongnu.org
2662 S: Supported
2663 F: block/nvme*
2664
2665 Bootdevice
2666 M: Gonglei <arei.gonglei@huawei.com>
2667 S: Maintained
2668 F: bootdevice.c
2669
2670 Quorum
2671 M: Alberto Garcia <berto@igalia.com>
2672 S: Supported
2673 F: block/quorum.c
2674 L: qemu-block@nongnu.org
2675
2676 blklogwrites
2677 M: Ari Sundholm <ari@tuxera.com>
2678 L: qemu-block@nongnu.org
2679 S: Supported
2680 F: block/blklogwrites.c
2681
2682 blkverify
2683 M: Stefan Hajnoczi <stefanha@redhat.com>
2684 L: qemu-block@nongnu.org
2685 S: Supported
2686 F: block/blkverify.c
2687
2688 bochs
2689 M: Stefan Hajnoczi <stefanha@redhat.com>
2690 L: qemu-block@nongnu.org
2691 S: Supported
2692 F: block/bochs.c
2693
2694 cloop
2695 M: Stefan Hajnoczi <stefanha@redhat.com>
2696 L: qemu-block@nongnu.org
2697 S: Supported
2698 F: block/cloop.c
2699
2700 dmg
2701 M: Stefan Hajnoczi <stefanha@redhat.com>
2702 L: qemu-block@nongnu.org
2703 S: Supported
2704 F: block/dmg.c
2705
2706 parallels
2707 M: Stefan Hajnoczi <stefanha@redhat.com>
2708 M: Denis V. Lunev <den@openvz.org>
2709 L: qemu-block@nongnu.org
2710 S: Supported
2711 F: block/parallels.c
2712 F: docs/interop/parallels.txt
2713
2714 qed
2715 M: Stefan Hajnoczi <stefanha@redhat.com>
2716 L: qemu-block@nongnu.org
2717 S: Supported
2718 F: block/qed.c
2719
2720 raw
2721 M: Kevin Wolf <kwolf@redhat.com>
2722 L: qemu-block@nongnu.org
2723 S: Supported
2724 F: block/linux-aio.c
2725 F: include/block/raw-aio.h
2726 F: block/raw-format.c
2727 F: block/file-posix.c
2728 F: block/file-win32.c
2729 F: block/win32-aio.c
2730
2731 Linux io_uring
2732 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2733 M: Julia Suvorova <jusual@redhat.com>
2734 M: Stefan Hajnoczi <stefanha@redhat.com>
2735 L: qemu-block@nongnu.org
2736 S: Maintained
2737 F: block/io_uring.c
2738 F: stubs/io_uring.c
2739
2740 qcow2
2741 M: Kevin Wolf <kwolf@redhat.com>
2742 M: Max Reitz <mreitz@redhat.com>
2743 L: qemu-block@nongnu.org
2744 S: Supported
2745 F: block/qcow2*
2746 F: docs/interop/qcow2.txt
2747
2748 qcow
2749 M: Kevin Wolf <kwolf@redhat.com>
2750 L: qemu-block@nongnu.org
2751 S: Supported
2752 F: block/qcow.c
2753
2754 blkdebug
2755 M: Kevin Wolf <kwolf@redhat.com>
2756 M: Max Reitz <mreitz@redhat.com>
2757 L: qemu-block@nongnu.org
2758 S: Supported
2759 F: block/blkdebug.c
2760
2761 vpc
2762 M: Kevin Wolf <kwolf@redhat.com>
2763 L: qemu-block@nongnu.org
2764 S: Supported
2765 F: block/vpc.c
2766
2767 vvfat
2768 M: Kevin Wolf <kwolf@redhat.com>
2769 L: qemu-block@nongnu.org
2770 S: Supported
2771 F: block/vvfat.c
2772
2773 Image format fuzzer
2774 M: Stefan Hajnoczi <stefanha@redhat.com>
2775 L: qemu-block@nongnu.org
2776 S: Supported
2777 F: tests/image-fuzzer/
2778
2779 Replication
2780 M: Wen Congyang <wencongyang2@huawei.com>
2781 M: Xie Changlong <xiechanglong.d@gmail.com>
2782 S: Supported
2783 F: replication*
2784 F: block/replication.c
2785 F: tests/test-replication.c
2786 F: docs/block-replication.txt
2787
2788 PVRDMA
2789 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2790 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2791 S: Maintained
2792 F: hw/rdma/*
2793 F: hw/rdma/vmw/*
2794 F: docs/pvrdma.txt
2795 F: contrib/rdmacm-mux/*
2796 F: qapi/rdma.json
2797
2798 Semihosting
2799 M: Alex Bennée <alex.bennee@linaro.org>
2800 S: Maintained
2801 F: hw/semihosting/
2802 F: include/hw/semihosting/
2803
2804 Build and test automation
2805 -------------------------
2806 Build and test automation
2807 M: Alex Bennée <alex.bennee@linaro.org>
2808 M: Fam Zheng <fam@euphon.net>
2809 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2810 S: Maintained
2811 F: .travis.yml
2812 F: scripts/travis/
2813 F: .shippable.yml
2814 F: tests/docker/
2815 F: tests/vm/
2816 F: scripts/archive-source.sh
2817 W: https://travis-ci.org/qemu/qemu
2818 W: https://app.shippable.com/github/qemu/qemu
2819 W: http://patchew.org/QEMU/
2820
2821 FreeBSD Hosted Continuous Integration
2822 M: Ed Maste <emaste@freebsd.org>
2823 M: Li-Wen Hsu <lwhsu@freebsd.org>
2824 S: Maintained
2825 F: .cirrus.yml
2826 W: https://cirrus-ci.com/github/qemu/qemu
2827
2828 GitLab Continuous Integration
2829 M: Thomas Huth <thuth@redhat.com>
2830 S: Maintained
2831 F: .gitlab-ci.yml
2832
2833 Guest Test Compilation Support
2834 M: Alex Bennée <alex.bennee@linaro.org>
2835 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2836 S: Maintained
2837 F: tests/tcg/Makefile
2838 F: tests/tcg/Makefile.include
2839
2840 Documentation
2841 -------------
2842 Build system architecture
2843 M: Daniel P. Berrange <berrange@redhat.com>
2844 S: Odd Fixes
2845 F: docs/devel/build-system.txt
2846
2847 GIT Data Mining Config
2848 M: Alex Bennée <alex.bennee@linaro.org>
2849 S: Odd Fixes
2850 F: gitdm.config
2851 F: contrib/gitdm/*
2852
2853 Incompatible changes
2854 R: libvir-list@redhat.com
2855 F: docs/system/deprecated.rst
2856
2857 Build System
2858 ------------
2859 GIT submodules
2860 M: Daniel P. Berrange <berrange@redhat.com>
2861 S: Odd Fixes
2862 F: scripts/git-submodule.sh
2863
2864 UI translations
2865 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2866 F: po/*.po
2867
2868 Sphinx documentation configuration and build machinery
2869 M: Peter Maydell <peter.maydell@linaro.org>
2870 S: Maintained
2871 F: docs/conf.py
2872 F: docs/*/conf.py