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