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