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