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