]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into...
[mirror_qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
8
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
11
12 Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
45 F: net/
46 X: net/ipv6/
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
50 K: of_get_profile
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
56
57
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
61
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
66
67 Responsible Disclosure, Reporting Security Issues
68 ------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
72
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
83
84 Architecture support
85 --------------------
86 S390
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/display/milkymist_tmu2.h
189 F: include/hw/char/lm32_juart.h
190 F: include/hw/lm32/
191 F: tests/tcg/lm32/
192
193 M68K
194 M: Laurent Vivier <laurent@vivier.eu>
195 S: Maintained
196 F: target/m68k/
197 F: disas/m68k.c
198
199 MicroBlaze
200 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
201 S: Maintained
202 F: target/microblaze/
203 F: hw/microblaze/
204 F: disas/microblaze.c
205
206 MIPS
207 M: Aurelien Jarno <aurelien@aurel32.net>
208 M: Aleksandar Markovic <amarkovic@wavecomp.com>
209 R: Aleksandar Rikalo <arikalo@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: Palmer Dabbelt <palmer@sifive.com>
263 M: Alistair Francis <Alistair.Francis@wdc.com>
264 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
265 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
266 L: qemu-riscv@nongnu.org
267 S: Supported
268 F: target/riscv/
269 F: hw/riscv/
270 F: include/hw/riscv/
271 F: linux-user/host/riscv32/
272 F: linux-user/host/riscv64/
273
274 S390
275 M: Richard Henderson <rth@twiddle.net>
276 M: David Hildenbrand <david@redhat.com>
277 S: Maintained
278 F: target/s390x/
279 F: hw/s390x/
280 F: disas/s390.c
281 F: tests/tcg/s390x/
282 L: qemu-s390x@nongnu.org
283
284 SH4
285 M: Aurelien Jarno <aurelien@aurel32.net>
286 S: Odd Fixes
287 F: target/sh4/
288 F: hw/sh4/
289 F: disas/sh4.c
290 F: include/hw/sh4/
291
292 SPARC
293 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
294 M: Artyom Tarasenko <atar4qemu@gmail.com>
295 S: Maintained
296 F: target/sparc/
297 F: hw/sparc/
298 F: hw/sparc64/
299 F: include/hw/sparc/sparc64.h
300 F: disas/sparc.c
301
302 UniCore32
303 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
304 S: Maintained
305 F: target/unicore32/
306 F: hw/unicore32/
307 F: include/hw/unicore32/
308
309 X86
310 M: Paolo Bonzini <pbonzini@redhat.com>
311 M: Richard Henderson <rth@twiddle.net>
312 M: Eduardo Habkost <ehabkost@redhat.com>
313 S: Maintained
314 F: target/i386/
315 F: tests/tcg/i386/
316 F: tests/tcg/x86_64/
317 F: hw/i386/
318 F: disas/i386.c
319 F: docs/qemu-cpu-models.texi
320 T: git https://github.com/ehabkost/qemu.git x86-next
321
322 Xtensa
323 M: Max Filippov <jcmvbkbc@gmail.com>
324 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
325 S: Maintained
326 F: target/xtensa/
327 F: hw/xtensa/
328 F: tests/tcg/xtensa/
329 F: disas/xtensa.c
330 F: include/hw/xtensa/xtensa-isa.h
331 F: default-configs/xtensa*.mak
332
333 TriCore
334 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
335 S: Maintained
336 F: target/tricore/
337 F: hw/tricore/
338 F: include/hw/tricore/
339
340 Multiarch Linux User Tests
341 M: Alex Bennée <alex.bennee@linaro.org>
342 F: tests/tcg/multiarch/
343
344 Guest CPU Cores (KVM):
345 ----------------------
346
347 Overall
348 M: Paolo Bonzini <pbonzini@redhat.com>
349 L: kvm@vger.kernel.org
350 S: Supported
351 F: */kvm.*
352 F: accel/kvm/
353 F: accel/stubs/kvm-stub.c
354 F: include/hw/kvm/
355 F: include/sysemu/kvm*.h
356 F: scripts/kvm/kvm_flightrecorder
357
358 ARM
359 M: Peter Maydell <peter.maydell@linaro.org>
360 L: qemu-arm@nongnu.org
361 S: Maintained
362 F: target/arm/kvm.c
363
364 MIPS
365 M: James Hogan <jhogan@kernel.org>
366 R: Aleksandar Rikalo <arikalo@wavecomp.com>
367 S: Maintained
368 F: target/mips/kvm.c
369
370 PPC
371 M: David Gibson <david@gibson.dropbear.id.au>
372 S: Maintained
373 F: target/ppc/kvm.c
374
375 S390
376 M: Halil Pasic <pasic@linux.ibm.com>
377 M: Cornelia Huck <cohuck@redhat.com>
378 M: Christian Borntraeger <borntraeger@de.ibm.com>
379 S: Maintained
380 F: target/s390x/kvm.c
381 F: target/s390x/kvm_s390x.h
382 F: target/s390x/kvm-stub.c
383 F: target/s390x/ioinst.[ch]
384 F: target/s390x/machine.c
385 F: target/s390x/sigp.c
386 F: hw/intc/s390_flic.c
387 F: hw/intc/s390_flic_kvm.c
388 F: include/hw/s390x/s390_flic.h
389 F: gdb-xml/s390*.xml
390 T: git https://github.com/cohuck/qemu.git s390-next
391 T: git https://github.com/borntraeger/qemu.git s390-next
392 L: qemu-s390x@nongnu.org
393
394 X86
395 M: Paolo Bonzini <pbonzini@redhat.com>
396 M: Marcelo Tosatti <mtosatti@redhat.com>
397 L: kvm@vger.kernel.org
398 S: Supported
399 F: target/i386/kvm.c
400 F: scripts/kvm/vmxcap
401
402 Guest CPU Cores (Xen):
403 ----------------------
404
405 X86
406 M: Stefano Stabellini <sstabellini@kernel.org>
407 M: Anthony Perard <anthony.perard@citrix.com>
408 M: Paul Durrant <paul.durrant@citrix.com>
409 L: xen-devel@lists.xenproject.org
410 S: Supported
411 F: */xen*
412 F: hw/9pfs/xen-9p-backend.c
413 F: hw/char/xen_console.c
414 F: hw/display/xenfb.c
415 F: hw/net/xen_nic.c
416 F: hw/block/xen*
417 F: hw/block/dataplane/xen*
418 F: hw/xen/
419 F: hw/xenpv/
420 F: hw/i386/xen/
421 F: include/hw/block/dataplane/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/armsse.c
627 F: include/hw/arm/armsse.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 F: hw/misc/armsse-cpuid.c
635 F: include/hw/misc/armsse-cpuid.h
636
637 Musicpal
638 M: Jan Kiszka <jan.kiszka@web.de>
639 M: Peter Maydell <peter.maydell@linaro.org>
640 L: qemu-arm@nongnu.org
641 S: Odd Fixes
642 F: hw/arm/musicpal.c
643
644 nSeries
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/nseries.c
650 F: hw/input/lm832x.c
651 F: hw/input/tsc2005.c
652 F: hw/misc/cbus.c
653 F: hw/timer/twl92230.c
654
655 Palm
656 M: Andrzej Zaborowski <balrogg@gmail.com>
657 M: Peter Maydell <peter.maydell@linaro.org>
658 L: qemu-arm@nongnu.org
659 S: Odd Fixes
660 F: hw/arm/palm.c
661 F: hw/input/tsc210x.c
662
663 Raspberry Pi
664 M: Peter Maydell <peter.maydell@linaro.org>
665 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
666 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
667 L: qemu-arm@nongnu.org
668 S: Odd Fixes
669 F: hw/arm/raspi.c
670 F: hw/arm/raspi_platform.h
671 F: hw/*/bcm283*
672 F: include/hw/arm/raspi*
673 F: include/hw/*/bcm283*
674
675 Real View
676 M: Peter Maydell <peter.maydell@linaro.org>
677 L: qemu-arm@nongnu.org
678 S: Maintained
679 F: hw/arm/realview*
680 F: hw/cpu/realview_mpcore.c
681 F: hw/intc/realview_gic.c
682 F: include/hw/intc/realview_gic.h
683
684 PXA2XX
685 M: Andrzej Zaborowski <balrogg@gmail.com>
686 M: Peter Maydell <peter.maydell@linaro.org>
687 L: qemu-arm@nongnu.org
688 S: Odd Fixes
689 F: hw/arm/mainstone.c
690 F: hw/arm/spitz.c
691 F: hw/arm/tosa.c
692 F: hw/arm/z2.c
693 F: hw/*/pxa2xx*
694 F: hw/display/tc6393xb.c
695 F: hw/gpio/max7310.c
696 F: hw/gpio/zaurus.c
697 F: hw/misc/mst_fpga.c
698 F: hw/misc/max111x.c
699 F: include/hw/arm/pxa.h
700 F: include/hw/arm/sharpsl.h
701
702 SABRELITE / i.MX6
703 M: Peter Maydell <peter.maydell@linaro.org>
704 R: Jean-Christophe Dubois <jcd@tribudubois.net>
705 L: qemu-arm@nongnu.org
706 S: Odd Fixes
707 F: hw/arm/sabrelite.c
708 F: hw/arm/fsl-imx6.c
709 F: hw/misc/imx6_*.c
710 F: hw/ssi/imx_spi.c
711 F: include/hw/arm/fsl-imx6.h
712 F: include/hw/misc/imx6_*.h
713 F: include/hw/ssi/imx_spi.h
714
715 Sharp SL-5500 (Collie) PDA
716 M: Peter Maydell <peter.maydell@linaro.org>
717 L: qemu-arm@nongnu.org
718 S: Odd Fixes
719 F: hw/arm/collie.c
720 F: hw/arm/strongarm*
721
722 Stellaris
723 M: Peter Maydell <peter.maydell@linaro.org>
724 L: qemu-arm@nongnu.org
725 S: Maintained
726 F: hw/*/stellaris*
727
728 Versatile Express
729 M: Peter Maydell <peter.maydell@linaro.org>
730 L: qemu-arm@nongnu.org
731 S: Maintained
732 F: hw/arm/vexpress.c
733
734 Versatile PB
735 M: Peter Maydell <peter.maydell@linaro.org>
736 L: qemu-arm@nongnu.org
737 S: Maintained
738 F: hw/*/versatile*
739 F: hw/misc/arm_sysctl.c
740
741 Virt
742 M: Peter Maydell <peter.maydell@linaro.org>
743 L: qemu-arm@nongnu.org
744 S: Maintained
745 F: hw/arm/virt*
746 F: include/hw/arm/virt.h
747
748 Xilinx Zynq
749 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
750 M: Alistair Francis <alistair@alistair23.me>
751 M: Peter Maydell <peter.maydell@linaro.org>
752 L: qemu-arm@nongnu.org
753 S: Maintained
754 F: hw/*/xilinx_*
755 F: hw/*/cadence_*
756 F: hw/misc/zynq*
757 F: include/hw/misc/zynq*
758 X: hw/ssi/xilinx_*
759
760 Xilinx ZynqMP
761 M: Alistair Francis <alistair@alistair23.me>
762 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
763 M: Peter Maydell <peter.maydell@linaro.org>
764 L: qemu-arm@nongnu.org
765 S: Maintained
766 F: hw/*/xlnx*.c
767 F: include/hw/*/xlnx*.h
768 F: include/hw/ssi/xilinx_spips.h
769 F: hw/display/dpcd.c
770 F: include/hw/display/dpcd.h
771
772 ARM ACPI Subsystem
773 M: Shannon Zhao <shannon.zhaosl@gmail.com>
774 L: qemu-arm@nongnu.org
775 S: Maintained
776 F: hw/arm/virt-acpi-build.c
777
778 STM32F205
779 M: Alistair Francis <alistair@alistair23.me>
780 M: Peter Maydell <peter.maydell@linaro.org>
781 S: Maintained
782 F: hw/arm/stm32f205_soc.c
783 F: hw/misc/stm32f2xx_syscfg.c
784 F: hw/char/stm32f2xx_usart.c
785 F: hw/timer/stm32f2xx_timer.c
786 F: hw/adc/*
787 F: hw/ssi/stm32f2xx_spi.c
788 F: include/hw/*/stm32*.h
789
790 Netduino 2
791 M: Alistair Francis <alistair@alistair23.me>
792 M: Peter Maydell <peter.maydell@linaro.org>
793 S: Maintained
794 F: hw/arm/netduino2.c
795
796 SmartFusion2
797 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
798 M: Peter Maydell <peter.maydell@linaro.org>
799 S: Maintained
800 F: hw/arm/msf2-soc.c
801 F: hw/misc/msf2-sysreg.c
802 F: hw/timer/mss-timer.c
803 F: hw/ssi/mss-spi.c
804 F: include/hw/arm/msf2-soc.h
805 F: include/hw/misc/msf2-sysreg.h
806 F: include/hw/timer/mss-timer.h
807 F: include/hw/ssi/mss-spi.h
808
809 Emcraft M2S-FG484
810 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
811 M: Peter Maydell <peter.maydell@linaro.org>
812 S: Maintained
813 F: hw/arm/msf2-som.c
814
815 ASPEED BMCs
816 M: Cédric Le Goater <clg@kaod.org>
817 M: Peter Maydell <peter.maydell@linaro.org>
818 R: Andrew Jeffery <andrew@aj.id.au>
819 R: Joel Stanley <joel@jms.id.au>
820 L: qemu-arm@nongnu.org
821 S: Maintained
822 F: hw/*/*aspeed*
823 F: hw/misc/pca9552.c
824 F: include/hw/*/*aspeed*
825 F: include/hw/misc/pca9552*.h
826 F: hw/net/ftgmac100.c
827 F: include/hw/net/ftgmac100.h
828
829 NRF51
830 M: Joel Stanley <joel@jms.id.au>
831 M: Peter Maydell <peter.maydell@linaro.org>
832 L: qemu-arm@nongnu.org
833 S: Maintained
834 F: hw/*/nrf51*.c
835 F: hw/*/microbit*.c
836 F: include/hw/*/nrf51*.h
837 F: include/hw/*/microbit*.h
838 F: tests/microbit-test.c
839
840 CRIS Machines
841 -------------
842 Axis Dev88
843 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
844 S: Maintained
845 F: hw/cris/axis_dev88.c
846 F: hw/*/etraxfs_*.c
847
848 LM32 Machines
849 -------------
850 EVR32 and uclinux BSP
851 M: Michael Walle <michael@walle.cc>
852 S: Maintained
853 F: hw/lm32/lm32_boards.c
854
855 milkymist
856 M: Michael Walle <michael@walle.cc>
857 S: Maintained
858 F: hw/lm32/milkymist.c
859
860 M68K Machines
861 -------------
862 an5206
863 M: Thomas Huth <huth@tuxfamily.org>
864 S: Odd Fixes
865 F: hw/m68k/an5206.c
866 F: hw/m68k/mcf5206.c
867
868 mcf5208
869 M: Thomas Huth <huth@tuxfamily.org>
870 S: Odd Fixes
871 F: hw/m68k/mcf5208.c
872 F: hw/m68k/mcf_intc.c
873 F: hw/char/mcf_uart.c
874 F: hw/net/mcf_fec.c
875 F: include/hw/m68k/mcf*.h
876
877 MicroBlaze Machines
878 -------------------
879 petalogix_s3adsp1800
880 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
881 S: Maintained
882 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
883 F: include/hw/char/xilinx_uartlite.h
884
885 petalogix_ml605
886 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
887 S: Maintained
888 F: hw/microblaze/petalogix_ml605_mmu.c
889
890 MIPS Machines
891 -------------
892 Jazz
893 M: Hervé Poussineau <hpoussin@reactos.org>
894 R: Aleksandar Rikalo <arikalo@wavecomp.com>
895 S: Maintained
896 F: hw/mips/mips_jazz.c
897 F: hw/display/jazz_led.c
898 F: hw/dma/rc4030.c
899
900 Malta
901 M: Aurelien Jarno <aurelien@aurel32.net>
902 R: Aleksandar Rikalo <arikalo@wavecomp.com>
903 S: Maintained
904 F: hw/mips/mips_malta.c
905
906 Mipssim
907 M: Aleksandar Markovic <amarkovic@wavecomp.com>
908 R: Aleksandar Rikalo <arikalo@wavecomp.com>
909 S: Odd Fixes
910 F: hw/mips/mips_mipssim.c
911 F: hw/net/mipsnet.c
912
913 R4000
914 M: Aurelien Jarno <aurelien@aurel32.net>
915 R: Aleksandar Rikalo <arikalo@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 S: Odd Fixes
923 F: hw/mips/mips_fulong2e.c
924 F: hw/isa/vt82c686.c
925 F: hw/pci-host/bonito.c
926 F: include/hw/isa/vt82c686.h
927
928 Boston
929 M: Paul Burton <pburton@wavecomp.com>
930 R: Aleksandar Rikalo <arikalo@wavecomp.com>
931 S: Maintained
932 F: hw/core/loader-fit.c
933 F: hw/mips/boston.c
934 F: hw/pci-host/xilinx-pcie.c
935 F: include/hw/pci-host/xilinx-pcie.h
936
937 OpenRISC Machines
938 -----------------
939 or1k-sim
940 M: Jia Liu <proljc@gmail.com>
941 S: Maintained
942 F: hw/openrisc/openrisc_sim.c
943
944 PowerPC Machines
945 ----------------
946 405
947 M: David Gibson <david@gibson.dropbear.id.au>
948 L: qemu-ppc@nongnu.org
949 S: Odd Fixes
950 F: hw/ppc/ppc405_boards.c
951
952 Bamboo
953 M: David Gibson <david@gibson.dropbear.id.au>
954 L: qemu-ppc@nongnu.org
955 S: Odd Fixes
956 F: hw/ppc/ppc440_bamboo.c
957
958 e500
959 M: David Gibson <david@gibson.dropbear.id.au>
960 L: qemu-ppc@nongnu.org
961 S: Odd Fixes
962 F: hw/ppc/e500*
963 F: hw/gpio/mpc8xxx.c
964 F: hw/net/fsl_etsec/
965 F: hw/pci-host/ppce500.c
966 F: include/hw/ppc/ppc_e500.h
967 F: include/hw/pci-host/ppce500.h
968 F: pc-bios/u-boot.e500
969
970 mpc8544ds
971 M: David Gibson <david@gibson.dropbear.id.au>
972 L: qemu-ppc@nongnu.org
973 S: Odd Fixes
974 F: hw/ppc/mpc8544ds.c
975 F: hw/ppc/mpc8544_guts.c
976
977 New World (mac99)
978 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
979 R: 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: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
998 R: David Gibson <david@gibson.dropbear.id.au>
999 L: qemu-ppc@nongnu.org
1000 S: Odd Fixes
1001 F: hw/ppc/mac_oldworld.c
1002 F: hw/pci-host/grackle.c
1003 F: hw/misc/macio/
1004 F: hw/intc/heathrow_pic.c
1005 F: hw/input/adb*
1006 F: include/hw/intc/heathrow_pic.h
1007 F: include/hw/input/adb*
1008 F: pc-bios/qemu_vga.ndrv
1009
1010 PReP
1011 M: Hervé Poussineau <hpoussin@reactos.org>
1012 L: qemu-devel@nongnu.org
1013 L: qemu-ppc@nongnu.org
1014 S: Maintained
1015 F: hw/ppc/prep.c
1016 F: hw/ppc/prep_systemio.c
1017 F: hw/ppc/rs6000_mc.c
1018 F: hw/pci-host/prep.[hc]
1019 F: hw/isa/i82378.c
1020 F: hw/isa/pc87312.c
1021 F: hw/dma/i82374.c
1022 F: hw/timer/m48t59-isa.c
1023 F: include/hw/isa/pc87312.h
1024 F: include/hw/timer/m48t59.h
1025 F: pc-bios/ppc_rom.bin
1026
1027 sPAPR
1028 M: David Gibson <david@gibson.dropbear.id.au>
1029 L: qemu-ppc@nongnu.org
1030 S: Supported
1031 F: hw/*/spapr*
1032 F: include/hw/*/spapr*
1033 F: hw/*/xics*
1034 F: include/hw/*/xics*
1035 F: pc-bios/spapr-rtas/*
1036 F: pc-bios/spapr-rtas.bin
1037 F: pc-bios/slof.bin
1038 F: pc-bios/skiboot.lid
1039 F: docs/specs/ppc-spapr-hcalls.txt
1040 F: docs/specs/ppc-spapr-hotplug.txt
1041 F: tests/spapr*
1042 F: tests/libqos/*spapr*
1043 F: tests/rtas*
1044 F: tests/libqos/rtas*
1045
1046 virtex_ml507
1047 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1048 L: qemu-ppc@nongnu.org
1049 S: Odd Fixes
1050 F: hw/ppc/virtex_ml507.c
1051
1052 sam460ex
1053 M: BALATON Zoltan <balaton@eik.bme.hu>
1054 L: qemu-ppc@nongnu.org
1055 S: Maintained
1056 F: hw/ppc/sam460ex.c
1057 F: hw/ppc/ppc440_pcix.c
1058 F: hw/display/sm501*
1059 F: hw/ide/sii3112.c
1060 F: hw/timer/m41t80.c
1061 F: pc-bios/canyonlands.dt[sb]
1062 F: pc-bios/u-boot-sam460ex-20100605.bin
1063 F: roms/u-boot-sam460ex
1064
1065 SH4 Machines
1066 ------------
1067 R2D
1068 M: Magnus Damm <magnus.damm@gmail.com>
1069 S: Maintained
1070 F: hw/sh4/r2d.c
1071 F: hw/intc/sh_intc.c
1072 F: hw/timer/sh_timer.c
1073
1074 Shix
1075 M: Magnus Damm <magnus.damm@gmail.com>
1076 S: Odd Fixes
1077 F: hw/sh4/shix.c
1078
1079 SPARC Machines
1080 --------------
1081 Sun4m
1082 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1083 S: Maintained
1084 F: hw/sparc/sun4m.c
1085 F: hw/sparc/sun4m_iommu.c
1086 F: hw/dma/sparc32_dma.c
1087 F: hw/misc/eccmemctl.c
1088 F: hw/misc/slavio_misc.c
1089 F: include/hw/sparc/sparc32_dma.h
1090 F: pc-bios/openbios-sparc32
1091 F: include/hw/sparc/sun4m_iommu.h
1092
1093 Sun4u
1094 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1095 S: Maintained
1096 F: hw/sparc64/sun4u.c
1097 F: pc-bios/openbios-sparc64
1098 F: hw/pci-host/sabre.c
1099 F: include/hw/pci-host/sabre.h
1100
1101 Sun4v
1102 M: Artyom Tarasenko <atar4qemu@gmail.com>
1103 S: Maintained
1104 F: hw/sparc64/niagara.c
1105 F: hw/timer/sun4v-rtc.c
1106 F: include/hw/timer/sun4v-rtc.h
1107
1108 Leon3
1109 M: Fabien Chouteau <chouteau@adacore.com>
1110 S: Maintained
1111 F: hw/sparc/leon3.c
1112 F: hw/*/grlib*
1113 F: include/hw/sparc/grlib.h
1114
1115 S390 Machines
1116 -------------
1117 S390 Virtio-ccw
1118 M: Cornelia Huck <cohuck@redhat.com>
1119 M: Halil Pasic <pasic@linux.ibm.com>
1120 M: Christian Borntraeger <borntraeger@de.ibm.com>
1121 S: Supported
1122 F: hw/char/sclp*.[hc]
1123 F: hw/char/terminal3270.c
1124 F: hw/s390x/
1125 F: include/hw/s390x/
1126 F: hw/watchdog/wdt_diag288.c
1127 F: include/hw/watchdog/wdt_diag288.h
1128 F: default-configs/s390x-softmmu.mak
1129 T: git https://github.com/cohuck/qemu.git s390-next
1130 T: git https://github.com/borntraeger/qemu.git s390-next
1131 L: qemu-s390x@nongnu.org
1132
1133 S390-ccw boot
1134 M: Christian Borntraeger <borntraeger@de.ibm.com>
1135 M: Thomas Huth <thuth@redhat.com>
1136 S: Supported
1137 F: hw/s390x/ipl.*
1138 F: pc-bios/s390-ccw/
1139 F: pc-bios/s390-ccw.img
1140 T: git https://github.com/borntraeger/qemu.git s390-next
1141 L: qemu-s390x@nongnu.org
1142
1143 S390 PCI
1144 M: Collin Walling <walling@linux.ibm.com>
1145 S: Supported
1146 F: hw/s390x/s390-pci*
1147 L: qemu-s390x@nongnu.org
1148
1149 UniCore32 Machines
1150 -------------
1151 PKUnity-3 SoC initramfs-with-busybox
1152 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1153 S: Maintained
1154 F: hw/*/puv3*
1155 F: hw/unicore32/
1156
1157 X86 Machines
1158 ------------
1159 PC
1160 M: Michael S. Tsirkin <mst@redhat.com>
1161 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1162 S: Supported
1163 F: include/hw/i386/
1164 F: hw/i386/
1165 F: hw/pci-host/piix.c
1166 F: hw/pci-host/q35.c
1167 F: hw/pci-host/pam.c
1168 F: include/hw/pci-host/q35.h
1169 F: include/hw/pci-host/pam.h
1170 F: hw/isa/piix4.c
1171 F: hw/isa/lpc_ich9.c
1172 F: hw/i2c/smbus_ich9.c
1173 F: hw/acpi/piix4.c
1174 F: hw/acpi/ich9.c
1175 F: include/hw/acpi/ich9.h
1176 F: include/hw/acpi/piix4.h
1177 F: hw/misc/sga.c
1178
1179 PC Chipset
1180 M: Michael S. Tsirkin <mst@redhat.com>
1181 M: Paolo Bonzini <pbonzini@redhat.com>
1182 S: Supported
1183 F: hw/char/debugcon.c
1184 F: hw/char/parallel*
1185 F: hw/char/serial*
1186 F: hw/dma/i8257*
1187 F: hw/i2c/pm_smbus.c
1188 F: hw/input/pckbd.c
1189 F: hw/intc/apic*
1190 F: hw/intc/ioapic*
1191 F: hw/intc/i8259*
1192 F: hw/isa/isa-superio.c
1193 F: hw/misc/debugexit.c
1194 F: hw/misc/pc-testdev.c
1195 F: hw/timer/hpet*
1196 F: hw/timer/i8254*
1197 F: hw/timer/mc146818rtc*
1198 F: hw/watchdog/wdt_ib700.c
1199 F: hw/watchdog/wdt_i6300esb.c
1200 F: include/hw/display/vga.h
1201 F: include/hw/char/parallel.h
1202 F: include/hw/dma/i8257.h
1203 F: include/hw/i2c/pm_smbus.h
1204 F: include/hw/input/i8042.h
1205 F: include/hw/isa/i8259_internal.h
1206 F: include/hw/isa/superio.h
1207 F: include/hw/timer/hpet.h
1208 F: include/hw/timer/i8254*
1209 F: include/hw/timer/mc146818rtc*
1210
1211 Machine core
1212 M: Eduardo Habkost <ehabkost@redhat.com>
1213 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1214 S: Supported
1215 F: hw/core/machine.c
1216 F: hw/core/null-machine.c
1217 F: hw/cpu/cluster.c
1218 F: include/hw/boards.h
1219 F: include/hw/cpu/cluster.h
1220 T: git https://github.com/ehabkost/qemu.git machine-next
1221
1222 Xtensa Machines
1223 ---------------
1224 sim
1225 M: Max Filippov <jcmvbkbc@gmail.com>
1226 S: Maintained
1227 F: hw/xtensa/sim.c
1228
1229 XTFPGA (LX60, LX200, ML605, KC705)
1230 M: Max Filippov <jcmvbkbc@gmail.com>
1231 S: Maintained
1232 F: hw/xtensa/xtfpga.c
1233 F: hw/net/opencores_eth.c
1234
1235 Devices
1236 -------
1237 EDU
1238 M: Jiri Slaby <jslaby@suse.cz>
1239 S: Maintained
1240 F: hw/misc/edu.c
1241
1242 IDE
1243 M: John Snow <jsnow@redhat.com>
1244 L: qemu-block@nongnu.org
1245 S: Supported
1246 F: include/hw/ide.h
1247 F: include/hw/ide/
1248 F: hw/ide/
1249 F: hw/block/block.c
1250 F: hw/block/cdrom.c
1251 F: hw/block/hd-geometry.c
1252 F: tests/ide-test.c
1253 F: tests/ahci-test.c
1254 F: tests/cdrom-test.c
1255 F: tests/libqos/ahci*
1256 T: git https://github.com/jnsnow/qemu.git ide
1257
1258 IPMI
1259 M: Corey Minyard <minyard@acm.org>
1260 S: Maintained
1261 F: include/hw/ipmi/*
1262 F: hw/ipmi/*
1263 F: hw/smbios/smbios_type_38.c
1264 F: tests/ipmi*
1265 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1266
1267 Floppy
1268 M: John Snow <jsnow@redhat.com>
1269 L: qemu-block@nongnu.org
1270 S: Supported
1271 F: hw/block/fdc.c
1272 F: include/hw/block/fdc.h
1273 F: tests/fdc-test.c
1274 T: git https://github.com/jnsnow/qemu.git ide
1275
1276 OMAP
1277 M: Peter Maydell <peter.maydell@linaro.org>
1278 S: Maintained
1279 F: hw/*/omap*
1280 F: include/hw/arm/omap.h
1281
1282 IPack
1283 M: Alberto Garcia <berto@igalia.com>
1284 S: Odd Fixes
1285 F: hw/char/ipoctal232.c
1286 F: hw/ipack/
1287
1288 PCI
1289 M: Michael S. Tsirkin <mst@redhat.com>
1290 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1291 S: Supported
1292 F: include/hw/pci/*
1293 F: hw/misc/pci-testdev.c
1294 F: hw/pci/*
1295 F: hw/pci-bridge/*
1296 F: docs/pci*
1297 F: docs/specs/*pci*
1298 F: default-configs/pci.mak
1299
1300 ACPI/SMBIOS
1301 M: Michael S. Tsirkin <mst@redhat.com>
1302 M: Igor Mammedov <imammedo@redhat.com>
1303 S: Supported
1304 F: include/hw/acpi/*
1305 F: include/hw/firmware/smbios.h
1306 F: hw/mem/*
1307 F: hw/acpi/*
1308 F: hw/smbios/*
1309 F: hw/i386/acpi-build.[hc]
1310 F: hw/arm/virt-acpi-build.c
1311 F: tests/bios-tables-test.c
1312 F: tests/acpi-utils.[hc]
1313 F: tests/data/acpi/
1314
1315 ppc4xx
1316 M: David Gibson <david@gibson.dropbear.id.au>
1317 L: qemu-ppc@nongnu.org
1318 S: Odd Fixes
1319 F: hw/ppc/ppc4*.c
1320 F: hw/i2c/ppc4xx_i2c.c
1321 F: include/hw/ppc/ppc4xx.h
1322 F: include/hw/i2c/ppc4xx_i2c.h
1323
1324 Character devices
1325 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1326 R: Paolo Bonzini <pbonzini@redhat.com>
1327 S: Odd Fixes
1328 F: hw/char/
1329
1330 Network devices
1331 M: Jason Wang <jasowang@redhat.com>
1332 S: Odd Fixes
1333 F: hw/net/
1334 F: include/hw/net/
1335 F: tests/virtio-net-test.c
1336 T: git https://github.com/jasowang/qemu.git net
1337
1338 SCSI
1339 M: Paolo Bonzini <pbonzini@redhat.com>
1340 R: Fam Zheng <fam@euphon.net>
1341 S: Supported
1342 F: include/hw/scsi/*
1343 F: hw/scsi/*
1344 F: tests/virtio-scsi-test.c
1345 T: git https://github.com/bonzini/qemu.git scsi-next
1346
1347 SSI
1348 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1349 M: Alistair Francis <alistair@alistair23.me>
1350 S: Maintained
1351 F: hw/ssi/*
1352 F: hw/block/m25p80.c
1353 F: include/hw/ssi/ssi.h
1354 X: hw/ssi/xilinx_*
1355 F: tests/m25p80-test.c
1356
1357 Xilinx SPI
1358 M: Alistair Francis <alistair@alistair23.me>
1359 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1360 S: Maintained
1361 F: hw/ssi/xilinx_*
1362
1363 SD (Secure Card)
1364 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1365 S: Odd Fixes
1366 F: include/hw/sd/sd*
1367 F: hw/sd/core.c
1368 F: hw/sd/sd*
1369 F: tests/sd*
1370
1371 USB
1372 M: Gerd Hoffmann <kraxel@redhat.com>
1373 S: Maintained
1374 F: hw/usb/*
1375 F: tests/usb-*-test.c
1376 F: docs/usb2.txt
1377 F: docs/usb-storage.txt
1378 F: include/hw/usb.h
1379 F: include/hw/usb/
1380 F: default-configs/usb.mak
1381
1382 USB (serial adapter)
1383 M: Gerd Hoffmann <kraxel@redhat.com>
1384 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1385 S: Maintained
1386 F: hw/usb/dev-serial.c
1387
1388 VFIO
1389 M: Alex Williamson <alex.williamson@redhat.com>
1390 S: Supported
1391 F: hw/vfio/*
1392 F: include/hw/vfio/
1393
1394 vfio-ccw
1395 M: Cornelia Huck <cohuck@redhat.com>
1396 M: Eric Farman <farman@linux.ibm.com>
1397 M: Farhan Ali <alifm@linux.ibm.com>
1398 S: Supported
1399 F: hw/vfio/ccw.c
1400 F: hw/s390x/s390-ccw.c
1401 F: include/hw/s390x/s390-ccw.h
1402 T: git https://github.com/cohuck/qemu.git s390-next
1403 L: qemu-s390x@nongnu.org
1404
1405 vfio-ap
1406 M: Christian Borntraeger <borntraeger@de.ibm.com>
1407 M: Tony Krowiak <akrowiak@linux.ibm.com>
1408 M: Halil Pasic <pasic@linux.ibm.com>
1409 M: Pierre Morel <pmorel@linux.ibm.com>
1410 S: Supported
1411 F: hw/s390x/ap-device.c
1412 F: hw/s390x/ap-bridge.c
1413 F: include/hw/s390x/ap-device.h
1414 F: include/hw/s390x/ap-bridge.h
1415 F: hw/vfio/ap.c
1416 F: docs/vfio-ap.txt
1417 L: qemu-s390x@nongnu.org
1418
1419 vhost
1420 M: Michael S. Tsirkin <mst@redhat.com>
1421 S: Supported
1422 F: hw/*/*vhost*
1423 F: docs/interop/vhost-user.txt
1424 F: contrib/vhost-user-*/
1425
1426 virtio
1427 M: Michael S. Tsirkin <mst@redhat.com>
1428 S: Supported
1429 F: hw/*/virtio*
1430 F: hw/virtio/Makefile.objs
1431 F: hw/virtio/trace-events
1432 F: net/vhost-user.c
1433 F: include/hw/virtio/
1434 F: tests/virtio-balloon-test.c
1435
1436 virtio-9p
1437 M: Greg Kurz <groug@kaod.org>
1438 S: Supported
1439 F: hw/9pfs/
1440 F: fsdev/
1441 F: tests/virtio-9p-test.c
1442 T: git https://github.com/gkurz/qemu.git 9p-next
1443
1444 virtio-blk
1445 M: Stefan Hajnoczi <stefanha@redhat.com>
1446 L: qemu-block@nongnu.org
1447 S: Supported
1448 F: hw/block/virtio-blk.c
1449 F: hw/block/dataplane/*
1450 F: tests/virtio-blk-test.c
1451 T: git https://github.com/stefanha/qemu.git block
1452
1453 virtio-ccw
1454 M: Cornelia Huck <cohuck@redhat.com>
1455 M: Halil Pasic <pasic@linux.ibm.com>
1456 S: Supported
1457 F: hw/s390x/virtio-ccw*.[hc]
1458 F: hw/s390x/vhost-vsock-ccw.c
1459 T: git https://github.com/cohuck/qemu.git s390-next
1460 T: git https://github.com/borntraeger/qemu.git s390-next
1461 L: qemu-s390x@nongnu.org
1462
1463 virtio-input
1464 M: Gerd Hoffmann <kraxel@redhat.com>
1465 S: Maintained
1466 F: hw/input/virtio-input*.c
1467 F: include/hw/virtio/virtio-input.h
1468
1469 virtio-serial
1470 M: Amit Shah <amit@kernel.org>
1471 S: Supported
1472 F: hw/char/virtio-serial-bus.c
1473 F: hw/char/virtio-console.c
1474 F: include/hw/virtio/virtio-serial.h
1475 F: tests/virtio-console-test.c
1476 F: tests/virtio-serial-test.c
1477
1478 virtio-rng
1479 M: Amit Shah <amit@kernel.org>
1480 S: Supported
1481 F: hw/virtio/virtio-rng.c
1482 F: include/hw/virtio/virtio-rng.h
1483 F: include/sysemu/rng*.h
1484 F: backends/rng*.c
1485 F: tests/virtio-rng-test.c
1486
1487 virtio-crypto
1488 M: Gonglei <arei.gonglei@huawei.com>
1489 S: Supported
1490 F: hw/virtio/virtio-crypto.c
1491 F: hw/virtio/virtio-crypto-pci.c
1492 F: include/hw/virtio/virtio-crypto.h
1493
1494 nvme
1495 M: Keith Busch <keith.busch@intel.com>
1496 L: qemu-block@nongnu.org
1497 S: Supported
1498 F: hw/block/nvme*
1499 F: tests/nvme-test.c
1500
1501 megasas
1502 M: Hannes Reinecke <hare@suse.com>
1503 L: qemu-block@nongnu.org
1504 S: Supported
1505 F: hw/scsi/megasas.c
1506 F: hw/scsi/mfi.h
1507 F: tests/megasas-test.c
1508
1509 Network packet abstractions
1510 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1511 S: Maintained
1512 F: include/net/eth.h
1513 F: net/eth.c
1514 F: hw/net/net_rx_pkt*
1515 F: hw/net/net_tx_pkt*
1516
1517 Vmware
1518 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1519 S: Maintained
1520 F: hw/net/vmxnet*
1521 F: hw/scsi/vmw_pvscsi*
1522 F: tests/vmxnet3-test.c
1523
1524 Rocker
1525 M: Jiri Pirko <jiri@resnulli.us>
1526 S: Maintained
1527 F: hw/net/rocker/
1528 F: tests/rocker/
1529 F: docs/specs/rocker.txt
1530
1531 NVDIMM
1532 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1533 S: Maintained
1534 F: hw/acpi/nvdimm.c
1535 F: hw/mem/nvdimm.c
1536 F: include/hw/mem/nvdimm.h
1537 F: docs/nvdimm.txt
1538
1539 e1000x
1540 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1541 S: Maintained
1542 F: hw/net/e1000x*
1543
1544 e1000e
1545 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1546 S: Maintained
1547 F: hw/net/e1000e*
1548
1549 eepro100
1550 M: Stefan Weil <sw@weilnetz.de>
1551 S: Maintained
1552 F: hw/net/eepro100.c
1553
1554 Generic Loader
1555 M: Alistair Francis <alistair@alistair23.me>
1556 S: Maintained
1557 F: hw/core/generic-loader.c
1558 F: include/hw/core/generic-loader.h
1559 F: docs/generic-loader.txt
1560
1561 Intel Hexadecimal Object File Loader
1562 M: Su Hang <suhang16@mails.ucas.ac.cn>
1563 S: Maintained
1564 F: tests/hexloader-test.c
1565 F: tests/data/hex-loader/test.hex
1566
1567 CHRP NVRAM
1568 M: Thomas Huth <thuth@redhat.com>
1569 S: Maintained
1570 F: hw/nvram/chrp_nvram.c
1571 F: include/hw/nvram/chrp_nvram.h
1572 F: tests/prom-env-test.c
1573
1574 VM Generation ID
1575 M: Ben Warren <ben@skyportsystems.com>
1576 S: Maintained
1577 F: hw/acpi/vmgenid.c
1578 F: include/hw/acpi/vmgenid.h
1579 F: docs/specs/vmgenid.txt
1580 F: tests/vmgenid-test.c
1581 F: stubs/vmgenid.c
1582
1583 Unimplemented device
1584 M: Peter Maydell <peter.maydell@linaro.org>
1585 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1586 S: Maintained
1587 F: include/hw/misc/unimp.h
1588 F: hw/misc/unimp.c
1589
1590 Standard VGA
1591 M: Gerd Hoffmann <kraxel@redhat.com>
1592 S: Maintained
1593 F: hw/display/vga*
1594 F: hw/display/bochs-display.c
1595 F: include/hw/display/vga.h
1596 F: include/hw/display/bochs-vbe.h
1597
1598 ramfb
1599 M: Gerd Hoffmann <kraxel@redhat.com>
1600 S: Maintained
1601 F: hw/display/ramfb*.c
1602 F: include/hw/display/ramfb.h
1603
1604 virtio-gpu
1605 M: Gerd Hoffmann <kraxel@redhat.com>
1606 S: Maintained
1607 F: hw/display/virtio-gpu*
1608 F: hw/display/virtio-vga.c
1609 F: include/hw/virtio/virtio-gpu.h
1610
1611 Cirrus VGA
1612 M: Gerd Hoffmann <kraxel@redhat.com>
1613 S: Odd Fixes
1614 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1615 F: hw/display/cirrus*
1616
1617 EDID Generator
1618 M: Gerd Hoffmann <kraxel@redhat.com>
1619 S: Maintained
1620 F: hw/display/edid*
1621 F: include/hw/display/edid.h
1622 F: qemu-edid.c
1623
1624 Firmware configuration (fw_cfg)
1625 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1626 R: Laszlo Ersek <lersek@redhat.com>
1627 R: Gerd Hoffmann <kraxel@redhat.com>
1628 S: Supported
1629 F: docs/specs/fw_cfg.txt
1630 F: hw/nvram/fw_cfg.c
1631 F: include/hw/nvram/fw_cfg.h
1632 F: include/standard-headers/linux/qemu_fw_cfg.h
1633 F: tests/libqos/fw_cfg.c
1634 F: tests/fw_cfg-test.c
1635 T: git https://github.com/philmd/qemu.git fw_cfg-next
1636
1637 XIVE
1638 M: David Gibson <david@gibson.dropbear.id.au>
1639 M: Cédric Le Goater <clg@kaod.org>
1640 L: qemu-ppc@nongnu.org
1641 S: Supported
1642 F: hw/*/*xive*
1643 F: include/hw/*/*xive*
1644
1645 Subsystems
1646 ----------
1647 Audio
1648 M: Gerd Hoffmann <kraxel@redhat.com>
1649 S: Maintained
1650 F: audio/
1651 F: hw/audio/
1652 F: include/hw/audio/
1653 F: tests/ac97-test.c
1654 F: tests/es1370-test.c
1655 F: tests/intel-hda-test.c
1656
1657 Block layer core
1658 M: Kevin Wolf <kwolf@redhat.com>
1659 M: Max Reitz <mreitz@redhat.com>
1660 L: qemu-block@nongnu.org
1661 S: Supported
1662 F: block*
1663 F: block/
1664 F: hw/block/
1665 F: include/block/
1666 F: qemu-img*
1667 F: qemu-io*
1668 F: tests/qemu-iotests/
1669 F: util/qemu-progress.c
1670 F: qobject/block-qdict.c
1671 F: tests/check-block-qdict.c
1672 T: git https://repo.or.cz/qemu/kevin.git block
1673
1674 Block I/O path
1675 M: Stefan Hajnoczi <stefanha@redhat.com>
1676 M: Fam Zheng <fam@euphon.net>
1677 L: qemu-block@nongnu.org
1678 S: Supported
1679 F: util/async.c
1680 F: util/aio-*.c
1681 F: block/io.c
1682 F: migration/block*
1683 F: include/block/aio.h
1684 F: include/block/aio-wait.h
1685 F: scripts/qemugdb/aio.py
1686 T: git https://github.com/stefanha/qemu.git block
1687
1688 Block SCSI subsystem
1689 M: Paolo Bonzini <pbonzini@redhat.com>
1690 R: Fam Zheng <fam@euphon.net>
1691 L: qemu-block@nongnu.org
1692 S: Supported
1693 F: include/scsi/*
1694 F: scsi/*
1695
1696 Block Jobs
1697 M: Jeff Cody <jcody@redhat.com>
1698 L: qemu-block@nongnu.org
1699 S: Supported
1700 F: blockjob.c
1701 F: include/block/blockjob.h
1702 F: job.c
1703 F: job-qmp.c
1704 F: include/qemu/job.h
1705 F: block/backup.c
1706 F: block/commit.c
1707 F: block/stream.c
1708 F: block/mirror.c
1709 F: qapi/job.json
1710 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1711
1712 Block QAPI, monitor, command line
1713 M: Markus Armbruster <armbru@redhat.com>
1714 S: Supported
1715 F: blockdev.c
1716 F: block/qapi.c
1717 F: qapi/block*.json
1718 F: qapi/transaction.json
1719 T: git https://repo.or.cz/qemu/armbru.git block-next
1720
1721 Dirty Bitmaps
1722 M: Fam Zheng <fam@euphon.net>
1723 M: John Snow <jsnow@redhat.com>
1724 L: qemu-block@nongnu.org
1725 S: Supported
1726 F: util/hbitmap.c
1727 F: block/dirty-bitmap.c
1728 F: include/qemu/hbitmap.h
1729 F: include/block/dirty-bitmap.h
1730 F: tests/test-hbitmap.c
1731 F: docs/interop/bitmaps.rst
1732 T: git https://github.com/famz/qemu.git bitmaps
1733 T: git https://github.com/jnsnow/qemu.git bitmaps
1734
1735 Character device backends
1736 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1737 R: Paolo Bonzini <pbonzini@redhat.com>
1738 S: Maintained
1739 F: chardev/
1740 F: include/chardev/
1741 F: qapi/char.json
1742
1743 Character Devices (Braille)
1744 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1745 S: Maintained
1746 F: chardev/baum.c
1747
1748 Command line option argument parsing
1749 M: Markus Armbruster <armbru@redhat.com>
1750 S: Supported
1751 F: include/qemu/option.h
1752 F: tests/test-keyval.c
1753 F: tests/test-qemu-opts.c
1754 F: util/keyval.c
1755 F: util/qemu-option.c
1756
1757 Coverity model
1758 M: Markus Armbruster <armbru@redhat.com>
1759 S: Supported
1760 F: scripts/coverity-model.c
1761
1762 CPU
1763 L: qemu-devel@nongnu.org
1764 S: Supported
1765 F: qom/cpu.c
1766 F: include/qom/cpu.h
1767
1768 Device Tree
1769 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1770 M: Alexander Graf <agraf@suse.de>
1771 S: Maintained
1772 F: device_tree.c
1773 F: include/sysemu/device_tree.h
1774
1775 Dump
1776 S: Supported
1777 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1778 F: dump.c
1779 F: hw/misc/vmcoreinfo.c
1780 F: include/hw/misc/vmcoreinfo.h
1781 F: include/sysemu/dump-arch.h
1782 F: include/sysemu/dump.h
1783 F: scripts/dump-guest-memory.py
1784 F: stubs/dump.c
1785
1786 Error reporting
1787 M: Markus Armbruster <armbru@redhat.com>
1788 S: Supported
1789 F: include/qapi/error.h
1790 F: include/qemu/error-report.h
1791 F: util/error.c
1792 F: util/qemu-error.c
1793
1794 GDB stub
1795 L: qemu-devel@nongnu.org
1796 S: Odd Fixes
1797 F: gdbstub*
1798 F: gdb-xml/
1799
1800 Memory API
1801 M: Paolo Bonzini <pbonzini@redhat.com>
1802 S: Supported
1803 F: include/exec/ioport.h
1804 F: ioport.c
1805 F: include/exec/memory.h
1806 F: include/exec/ram_addr.h
1807 F: memory.c
1808 F: include/exec/memory-internal.h
1809 F: exec.c
1810
1811 SPICE
1812 M: Gerd Hoffmann <kraxel@redhat.com>
1813 S: Supported
1814 F: include/ui/qemu-spice.h
1815 F: include/ui/spice-display.h
1816 F: ui/spice-*.c
1817 F: audio/spiceaudio.c
1818 F: hw/display/qxl*
1819 F: qapi/ui.json
1820 F: docs/spice-port-fqdn.txt
1821
1822 Graphics
1823 M: Gerd Hoffmann <kraxel@redhat.com>
1824 S: Odd Fixes
1825 F: ui/
1826 F: include/ui/
1827 F: qapi/ui.json
1828 F: util/drm.c
1829
1830 Cocoa graphics
1831 M: Peter Maydell <peter.maydell@linaro.org>
1832 S: Odd Fixes
1833 F: ui/cocoa.m
1834
1835 Main loop
1836 M: Paolo Bonzini <pbonzini@redhat.com>
1837 S: Maintained
1838 F: cpus.c
1839 F: util/main-loop.c
1840 F: util/qemu-timer.c
1841 F: vl.c
1842 F: qapi/run-state.json
1843
1844 Human Monitor (HMP)
1845 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1846 S: Maintained
1847 F: monitor.c
1848 F: hmp.[ch]
1849 F: hmp-commands*.hx
1850 F: include/monitor/hmp-target.h
1851 F: tests/test-hmp.c
1852
1853 Network device backends
1854 M: Jason Wang <jasowang@redhat.com>
1855 S: Maintained
1856 F: net/
1857 F: include/net/
1858 T: git https://github.com/jasowang/qemu.git net
1859 F: qapi/net.json
1860
1861 Netmap network backend
1862 M: Luigi Rizzo <rizzo@iet.unipi.it>
1863 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1864 M: Vincenzo Maffione <v.maffione@gmail.com>
1865 W: http://info.iet.unipi.it/~luigi/netmap/
1866 S: Maintained
1867 F: net/netmap.c
1868
1869 NUMA
1870 M: Eduardo Habkost <ehabkost@redhat.com>
1871 S: Maintained
1872 F: numa.c
1873 F: include/sysemu/numa.h
1874 T: git https://github.com/ehabkost/qemu.git machine-next
1875
1876 Host Memory Backends
1877 M: Eduardo Habkost <ehabkost@redhat.com>
1878 M: Igor Mammedov <imammedo@redhat.com>
1879 S: Maintained
1880 F: backends/hostmem*.c
1881 F: include/sysemu/hostmem.h
1882 T: git https://github.com/ehabkost/qemu.git machine-next
1883
1884 Cryptodev Backends
1885 M: Gonglei <arei.gonglei@huawei.com>
1886 S: Maintained
1887 F: include/sysemu/cryptodev*.h
1888 F: backends/cryptodev*.c
1889
1890 Python scripts
1891 M: Eduardo Habkost <ehabkost@redhat.com>
1892 M: Cleber Rosa <crosa@redhat.com>
1893 S: Odd fixes
1894 F: scripts/qmp/*
1895 F: scripts/*.py
1896 F: tests/*.py
1897
1898 QAPI
1899 M: Markus Armbruster <armbru@redhat.com>
1900 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1901 S: Supported
1902 F: qapi/
1903 X: qapi/*.json
1904 F: include/qapi/
1905 X: include/qapi/qmp/
1906 F: include/qapi/qmp/dispatch.h
1907 F: tests/qapi-schema/
1908 F: tests/test-*-visitor.c
1909 F: tests/test-qapi-*.c
1910 F: tests/test-qmp-*.c
1911 F: tests/test-visitor-serialization.c
1912 F: scripts/qapi-gen.py
1913 F: scripts/qapi/*
1914 F: docs/devel/qapi*
1915 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1916
1917 QAPI Schema
1918 M: Eric Blake <eblake@redhat.com>
1919 M: Markus Armbruster <armbru@redhat.com>
1920 S: Supported
1921 F: qapi/*.json
1922 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1923
1924 QObject
1925 M: Markus Armbruster <armbru@redhat.com>
1926 S: Supported
1927 F: qobject/
1928 F: include/qapi/qmp/
1929 X: include/qapi/qmp/dispatch.h
1930 F: scripts/coccinelle/qobject.cocci
1931 F: tests/check-qdict.c
1932 F: tests/check-qnum.c
1933 F: tests/check-qjson.c
1934 F: tests/check-qlist.c
1935 F: tests/check-qstring.c
1936 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1937
1938 QEMU Guest Agent
1939 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1940 S: Maintained
1941 F: qga/
1942 F: qemu-ga.texi
1943 F: scripts/qemu-guest-agent/
1944 F: tests/test-qga.c
1945 F: docs/interop/qemu-ga-ref.texi
1946 T: git https://github.com/mdroth/qemu.git qga
1947
1948 QOM
1949 M: Andreas Färber <afaerber@suse.de>
1950 S: Supported
1951 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1952 F: include/qom/
1953 X: include/qom/cpu.h
1954 F: qom/
1955 X: qom/cpu.c
1956 F: tests/check-qom-interface.c
1957 F: tests/check-qom-proplist.c
1958
1959 QMP
1960 M: Markus Armbruster <armbru@redhat.com>
1961 S: Supported
1962 F: qmp.c
1963 F: monitor.c
1964 F: docs/devel/*qmp-*
1965 F: docs/interop/*qmp-*
1966 F: scripts/qmp/
1967 F: tests/qmp-test.c
1968 F: tests/qmp-cmd-test.c
1969 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1970
1971 qtest
1972 M: Thomas Huth <thuth@redhat.com>
1973 M: Laurent Vivier <lvivier@redhat.com>
1974 R: Paolo Bonzini <pbonzini@redhat.com>
1975 S: Maintained
1976 F: qtest.c
1977 F: tests/libqtest.*
1978 F: tests/libqos/
1979 F: tests/*-test.c
1980
1981 Register API
1982 M: Alistair Francis <alistair@alistair23.me>
1983 S: Maintained
1984 F: hw/core/register.c
1985 F: include/hw/register.h
1986 F: include/hw/registerfields.h
1987
1988 SLIRP
1989 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1990 M: Jan Kiszka <jan.kiszka@siemens.com>
1991 S: Maintained
1992 F: slirp/
1993 F: net/slirp.c
1994 F: include/net/slirp.h
1995 T: git https://people.debian.org/~sthibault/qemu.git slirp
1996 T: git git://git.kiszka.org/qemu.git queues/slirp
1997
1998 Stubs
1999 M: Paolo Bonzini <pbonzini@redhat.com>
2000 S: Maintained
2001 F: stubs/
2002
2003 Tracing
2004 M: Stefan Hajnoczi <stefanha@redhat.com>
2005 S: Maintained
2006 F: trace/
2007 F: trace-events
2008 F: qemu-option-trace.texi
2009 F: scripts/tracetool.py
2010 F: scripts/tracetool/
2011 F: scripts/qemu-trace-stap*
2012 F: docs/devel/tracing.txt
2013 T: git https://github.com/stefanha/qemu.git tracing
2014
2015 TPM
2016 M: Stefan Berger <stefanb@linux.ibm.com>
2017 S: Maintained
2018 F: tpm.c
2019 F: stubs/tpm.c
2020 F: hw/tpm/*
2021 F: include/hw/acpi/tpm.h
2022 F: include/sysemu/tpm*
2023 F: qapi/tpm.json
2024 F: backends/tpm.c
2025 F: tests/*tpm*
2026 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2027
2028 Checkpatch
2029 S: Odd Fixes
2030 F: scripts/checkpatch.pl
2031
2032 Migration
2033 M: Juan Quintela <quintela@redhat.com>
2034 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2035 S: Maintained
2036 F: include/migration/
2037 F: migration/
2038 F: scripts/vmstate-static-checker.py
2039 F: tests/vmstate-static-checker-data/
2040 F: tests/migration-test.c
2041 F: docs/devel/migration.rst
2042 F: qapi/migration.json
2043
2044 Seccomp
2045 M: Eduardo Otubo <otubo@redhat.com>
2046 S: Supported
2047 F: qemu-seccomp.c
2048 F: include/sysemu/seccomp.h
2049
2050 Cryptography
2051 M: Daniel P. Berrange <berrange@redhat.com>
2052 S: Maintained
2053 F: crypto/
2054 F: include/crypto/
2055 F: tests/test-crypto-*
2056 F: tests/benchmark-crypto-*
2057 F: qemu.sasl
2058
2059 Coroutines
2060 M: Stefan Hajnoczi <stefanha@redhat.com>
2061 M: Kevin Wolf <kwolf@redhat.com>
2062 F: util/*coroutine*
2063 F: include/qemu/coroutine*
2064 F: tests/test-coroutine.c
2065
2066 Buffers
2067 M: Daniel P. Berrange <berrange@redhat.com>
2068 S: Odd fixes
2069 F: util/buffer.c
2070 F: include/qemu/buffer.h
2071
2072 I/O Channels
2073 M: Daniel P. Berrange <berrange@redhat.com>
2074 S: Maintained
2075 F: io/
2076 F: include/io/
2077 F: tests/test-io-*
2078
2079 Sockets
2080 M: Daniel P. Berrange <berrange@redhat.com>
2081 M: Gerd Hoffmann <kraxel@redhat.com>
2082 S: Maintained
2083 F: include/qemu/sockets.h
2084 F: util/qemu-sockets.c
2085 F: qapi/sockets.json
2086
2087 Throttling infrastructure
2088 M: Alberto Garcia <berto@igalia.com>
2089 S: Supported
2090 F: block/throttle-groups.c
2091 F: include/block/throttle-groups.h
2092 F: include/qemu/throttle*.h
2093 F: util/throttle.c
2094 F: docs/throttle.txt
2095 F: tests/test-throttle.c
2096 L: qemu-block@nongnu.org
2097
2098 UUID
2099 M: Fam Zheng <fam@euphon.net>
2100 S: Supported
2101 F: util/uuid.c
2102 F: include/qemu/uuid.h
2103 F: tests/test-uuid.c
2104
2105 COLO Framework
2106 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2107 S: Maintained
2108 F: migration/colo*
2109 F: include/migration/colo.h
2110 F: include/migration/failover.h
2111 F: docs/COLO-FT.txt
2112
2113 COLO Proxy
2114 M: Zhang Chen <zhangckid@gmail.com>
2115 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2116 S: Supported
2117 F: docs/colo-proxy.txt
2118 F: net/colo*
2119 F: net/filter-rewriter.c
2120 F: net/filter-mirror.c
2121
2122 Record/replay
2123 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2124 R: Paolo Bonzini <pbonzini@redhat.com>
2125 W: https://wiki.qemu.org/Features/record-replay
2126 S: Supported
2127 F: replay/*
2128 F: block/blkreplay.c
2129 F: net/filter-replay.c
2130 F: include/sysemu/replay.h
2131 F: docs/replay.txt
2132 F: stubs/replay.c
2133
2134 IOVA Tree
2135 M: Peter Xu <peterx@redhat.com>
2136 S: Maintained
2137 F: include/qemu/iova-tree.h
2138 F: util/iova-tree.c
2139
2140 elf2dmp
2141 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2142 S: Maintained
2143 F: contrib/elf2dmp/
2144
2145 Usermode Emulation
2146 ------------------
2147 Overall
2148 M: Riku Voipio <riku.voipio@iki.fi>
2149 S: Maintained
2150 F: thunk.c
2151 F: accel/tcg/user-exec*.c
2152
2153 BSD user
2154 S: Orphan
2155 F: bsd-user/
2156 F: default-configs/*-bsd-user.mak
2157
2158 Linux user
2159 M: Riku Voipio <riku.voipio@iki.fi>
2160 R: Laurent Vivier <laurent@vivier.eu>
2161 S: Maintained
2162 F: linux-user/
2163 F: default-configs/*-linux-user.mak
2164 F: scripts/qemu-binfmt-conf.sh
2165
2166 Tiny Code Generator (TCG)
2167 -------------------------
2168 Common code
2169 M: Richard Henderson <rth@twiddle.net>
2170 S: Maintained
2171 F: tcg/
2172
2173 AArch64 target
2174 M: Claudio Fontana <claudio.fontana@huawei.com>
2175 M: Claudio Fontana <claudio.fontana@gmail.com>
2176 S: Maintained
2177 L: qemu-arm@nongnu.org
2178 F: tcg/aarch64/
2179 F: disas/arm-a64.cc
2180 F: disas/libvixl/
2181
2182 ARM target
2183 M: Andrzej Zaborowski <balrogg@gmail.com>
2184 S: Maintained
2185 L: qemu-arm@nongnu.org
2186 F: tcg/arm/
2187 F: disas/arm.c
2188
2189 i386 target
2190 L: qemu-devel@nongnu.org
2191 S: Maintained
2192 F: tcg/i386/
2193 F: disas/i386.c
2194
2195 MIPS target
2196 M: Aurelien Jarno <aurelien@aurel32.net>
2197 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2198 S: Maintained
2199 F: tcg/mips/
2200 F: disas/mips.c
2201
2202 PPC
2203 M: Richard Henderson <rth@twiddle.net>
2204 S: Odd Fixes
2205 F: tcg/ppc/
2206 F: disas/ppc.c
2207
2208 RISC-V
2209 M: Michael Clark <mjc@sifive.com>
2210 M: Palmer Dabbelt <palmer@sifive.com>
2211 M: Alistair Francis <Alistair.Francis@wdc.com>
2212 L: qemu-riscv@nongnu.org
2213 S: Maintained
2214 F: tcg/riscv/
2215 F: disas/riscv.c
2216
2217 S390 target
2218 M: Richard Henderson <rth@twiddle.net>
2219 S: Maintained
2220 F: tcg/s390/
2221 F: disas/s390.c
2222 L: qemu-s390x@nongnu.org
2223
2224 SPARC target
2225 S: Odd Fixes
2226 F: tcg/sparc/
2227 F: disas/sparc.c
2228
2229 TCI target
2230 M: Stefan Weil <sw@weilnetz.de>
2231 S: Maintained
2232 F: tcg/tci/
2233 F: tcg/tci.c
2234 F: disas/tci.c
2235
2236 Block drivers
2237 -------------
2238 VMDK
2239 M: Fam Zheng <fam@euphon.net>
2240 L: qemu-block@nongnu.org
2241 S: Supported
2242 F: block/vmdk.c
2243
2244 RBD
2245 M: Josh Durgin <jdurgin@redhat.com>
2246 M: Jeff Cody <jcody@redhat.com>
2247 L: qemu-block@nongnu.org
2248 S: Supported
2249 F: block/rbd.c
2250 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2251
2252 Sheepdog
2253 M: Liu Yuan <namei.unix@gmail.com>
2254 M: Jeff Cody <jcody@redhat.com>
2255 L: qemu-block@nongnu.org
2256 S: Supported
2257 F: block/sheepdog.c
2258 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2259
2260 VHDX
2261 M: Jeff Cody <jcody@redhat.com>
2262 L: qemu-block@nongnu.org
2263 S: Supported
2264 F: block/vhdx*
2265 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2266
2267 VDI
2268 M: Stefan Weil <sw@weilnetz.de>
2269 L: qemu-block@nongnu.org
2270 S: Maintained
2271 F: block/vdi.c
2272
2273 iSCSI
2274 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2275 M: Paolo Bonzini <pbonzini@redhat.com>
2276 M: Peter Lieven <pl@kamp.de>
2277 L: qemu-block@nongnu.org
2278 S: Odd Fixes
2279 F: block/iscsi.c
2280 F: block/iscsi-opts.c
2281
2282 Network Block Device (NBD)
2283 M: Eric Blake <eblake@redhat.com>
2284 L: qemu-block@nongnu.org
2285 S: Maintained
2286 F: block/nbd*
2287 F: nbd/
2288 F: include/block/nbd*
2289 F: qemu-nbd.*
2290 F: blockdev-nbd.c
2291 F: docs/interop/nbd.txt
2292 T: git https://repo.or.cz/qemu/ericb.git nbd
2293
2294 NFS
2295 M: Jeff Cody <jcody@redhat.com>
2296 M: Peter Lieven <pl@kamp.de>
2297 L: qemu-block@nongnu.org
2298 S: Maintained
2299 F: block/nfs.c
2300 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2301
2302 SSH
2303 M: Richard W.M. Jones <rjones@redhat.com>
2304 M: Jeff Cody <jcody@redhat.com>
2305 L: qemu-block@nongnu.org
2306 S: Supported
2307 F: block/ssh.c
2308 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2309
2310 CURL
2311 M: Jeff Cody <jcody@redhat.com>
2312 L: qemu-block@nongnu.org
2313 S: Supported
2314 F: block/curl.c
2315 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2316
2317 GLUSTER
2318 M: Jeff Cody <jcody@redhat.com>
2319 L: qemu-block@nongnu.org
2320 S: Supported
2321 F: block/gluster.c
2322 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2323
2324 Null Block Driver
2325 M: Fam Zheng <fam@euphon.net>
2326 L: qemu-block@nongnu.org
2327 S: Supported
2328 F: block/null.c
2329
2330 NVMe Block Driver
2331 M: Fam Zheng <fam@euphon.net>
2332 L: qemu-block@nongnu.org
2333 S: Supported
2334 F: block/nvme*
2335
2336 Bootdevice
2337 M: Gonglei <arei.gonglei@huawei.com>
2338 S: Maintained
2339 F: bootdevice.c
2340
2341 Quorum
2342 M: Alberto Garcia <berto@igalia.com>
2343 S: Supported
2344 F: block/quorum.c
2345 L: qemu-block@nongnu.org
2346
2347 blklogwrites
2348 M: Ari Sundholm <ari@tuxera.com>
2349 L: qemu-block@nongnu.org
2350 S: Supported
2351 F: block/blklogwrites.c
2352
2353 blkverify
2354 M: Stefan Hajnoczi <stefanha@redhat.com>
2355 L: qemu-block@nongnu.org
2356 S: Supported
2357 F: block/blkverify.c
2358
2359 bochs
2360 M: Stefan Hajnoczi <stefanha@redhat.com>
2361 L: qemu-block@nongnu.org
2362 S: Supported
2363 F: block/bochs.c
2364
2365 cloop
2366 M: Stefan Hajnoczi <stefanha@redhat.com>
2367 L: qemu-block@nongnu.org
2368 S: Supported
2369 F: block/cloop.c
2370
2371 dmg
2372 M: Stefan Hajnoczi <stefanha@redhat.com>
2373 L: qemu-block@nongnu.org
2374 S: Supported
2375 F: block/dmg.c
2376
2377 parallels
2378 M: Stefan Hajnoczi <stefanha@redhat.com>
2379 M: Denis V. Lunev <den@openvz.org>
2380 L: qemu-block@nongnu.org
2381 S: Supported
2382 F: block/parallels.c
2383 F: docs/interop/parallels.txt
2384
2385 qed
2386 M: Stefan Hajnoczi <stefanha@redhat.com>
2387 L: qemu-block@nongnu.org
2388 S: Supported
2389 F: block/qed.c
2390
2391 raw
2392 M: Kevin Wolf <kwolf@redhat.com>
2393 L: qemu-block@nongnu.org
2394 S: Supported
2395 F: block/linux-aio.c
2396 F: include/block/raw-aio.h
2397 F: block/raw-format.c
2398 F: block/file-posix.c
2399 F: block/file-win32.c
2400 F: block/win32-aio.c
2401
2402 qcow2
2403 M: Kevin Wolf <kwolf@redhat.com>
2404 M: Max Reitz <mreitz@redhat.com>
2405 L: qemu-block@nongnu.org
2406 S: Supported
2407 F: block/qcow2*
2408 F: docs/interop/qcow2.txt
2409
2410 qcow
2411 M: Kevin Wolf <kwolf@redhat.com>
2412 L: qemu-block@nongnu.org
2413 S: Supported
2414 F: block/qcow.c
2415
2416 blkdebug
2417 M: Kevin Wolf <kwolf@redhat.com>
2418 M: Max Reitz <mreitz@redhat.com>
2419 L: qemu-block@nongnu.org
2420 S: Supported
2421 F: block/blkdebug.c
2422
2423 vpc
2424 M: Kevin Wolf <kwolf@redhat.com>
2425 L: qemu-block@nongnu.org
2426 S: Supported
2427 F: block/vpc.c
2428
2429 vvfat
2430 M: Kevin Wolf <kwolf@redhat.com>
2431 L: qemu-block@nongnu.org
2432 S: Supported
2433 F: block/vvfat.c
2434
2435 Image format fuzzer
2436 M: Stefan Hajnoczi <stefanha@redhat.com>
2437 L: qemu-block@nongnu.org
2438 S: Supported
2439 F: tests/image-fuzzer/
2440
2441 Replication
2442 M: Wen Congyang <wencongyang2@huawei.com>
2443 M: Xie Changlong <xiechanglong.d@gmail.com>
2444 S: Supported
2445 F: replication*
2446 F: block/replication.c
2447 F: tests/test-replication.c
2448 F: docs/block-replication.txt
2449
2450 PVRDMA
2451 M: Yuval Shaia <yuval.shaia@oracle.com>
2452 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2453 S: Maintained
2454 F: hw/rdma/*
2455 F: hw/rdma/vmw/*
2456 F: docs/pvrdma.txt
2457 F: contrib/rdmacm-mux/*
2458 F: qapi/rdma.json
2459
2460 Build and test automation
2461 -------------------------
2462 Build and test automation
2463 M: Alex Bennée <alex.bennee@linaro.org>
2464 M: Fam Zheng <fam@euphon.net>
2465 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2466 L: qemu-devel@nongnu.org
2467 S: Maintained
2468 F: .travis.yml
2469 F: scripts/travis/
2470 F: .shippable.yml
2471 F: tests/docker/
2472 F: tests/vm/
2473 F: scripts/archive-source.sh
2474 W: https://travis-ci.org/qemu/qemu
2475 W: https://app.shippable.com/github/qemu/qemu
2476 W: http://patchew.org/QEMU/
2477
2478 FreeBSD Hosted Continuous Integration
2479 M: Ed Maste <emaste@freebsd.org>
2480 M: Li-Wen Hsu <lwhsu@freebsd.org>
2481 L: qemu-devel@nongnu.org
2482 S: Maintained
2483 F: .cirrus.yml
2484 W: https://cirrus-ci.com/github/qemu/qemu
2485
2486 Guest Test Compilation Support
2487 M: Alex Bennée <alex.bennee@linaro.org>
2488 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2489 F: tests/tcg/Makefile
2490 F: tests/tcg/Makefile.include
2491 L: qemu-devel@nongnu.org
2492
2493 Documentation
2494 -------------
2495 Build system architecture
2496 M: Daniel P. Berrange <berrange@redhat.com>
2497 S: Odd Fixes
2498 F: docs/devel/build-system.txt
2499
2500 GIT Data Mining Config
2501 M: Alex Bennée <alex.bennee@linaro.org>
2502 S: Odd Fixes
2503 F: gitdm.config
2504 F: contrib/gitdm/*
2505
2506 Incompatible changes
2507 R: libvir-list@redhat.com
2508 F: qemu-deprecated.texi
2509
2510 Build System
2511 ------------
2512 GIT submodules
2513 M: Daniel P. Berrange <berrange@redhat.com>
2514 S: Odd Fixes
2515 F: scripts/git-submodule.sh